/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
html#homepage { 
	background:#fff url("../images/bg-html.jpg") top repeat-x;
	width:100%;
	}

html#sub { 
	background:#fff url("../images/bg-html-sub.jpg") top repeat-x;
	width:100%;
	}

body#index { 
	background:url("../images/bg-body.jpg") center top no-repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}

body { 
	background:url("../images/bg-body-sub.jpg") center top no-repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	}
	
	

blockquote { 
	margin-left:25px; 
	margin-right:25px; 
	}

h1	{ font-size:1.3em; color:#000; }
h2	{ font-size:1.2em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ----- classes ----- */

.img-separator {
	background:url("../images/img-right-separator.jpg");
	height:52px;
	}

.img-bottom-sub {
	background:url("../images/img-right-bottom-sub.jpg");
	height:26px;
	}
	
.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	

#column-left-sub p.txt-required,
#column-right-sub p.txt-required { 
	margin-bottom:0;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

img.img-video-thumbs { 
	float:left; 
	margin:0 10px 10px 40px; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google&trade; Toolbar */
	border:1px solid #7e7e7e;
	color:#000;
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select {  padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business, #contact-business2, #contact-business3 { display: none; } /* do not remove */ 



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:928px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
	
	#wrap #masthead a {
		position:absolute;
		width:237px;
		height:193px;
		left:13px;
		top:0px;
		}
		
		#masthead span { display:none; }
	
#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	width:928px;
	height:63px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:680px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, table {
		margin:0 50px 21px 24px;
		}
		
	#column-left h1, #column-left h2, #column-left h3 {
		margin-bottom:0;
		}
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#column-left-sub {
	background:url("../images/bg-left-sub.jpg") top no-repeat;
	width:485px;
	float:left;
	}

	#column-left-sub p, #column-left-sub h1, #column-left-sub h2, #column-left-sub h3, #column-left-sub ul, #column-left-sub dl {
		margin:0 21px 21px 24px;
		}
		
	#column-left-sub h1, #column-left-sub h2, #column-left-sub h3 {
		margin-bottom:0;
		}
	
	/* single column list */
	#column-left-sub ul { padding-left:0px; }
		#column-left-sub ul li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px; /* pushes text to the right to display bg img */
			}
			
	#column-left-sub ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left-sub dl { padding-left:0px; }
		#column-left-sub dl dt {
			font-weight:bold;
			}
		#column-left-sub dl dd {
			background:transparent url("../images/bullet-left.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#column-left-sub form dt {
	font-weight:normal;
	}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-right.jpg") top no-repeat;
	width:248px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 18px 45px;
		}
	#column-right form { margin-left:44px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#column-right-sub {
	background:url("../images/bg-right-sub.jpg") top no-repeat;
	width:443px;
	float:left;
	}

	#column-right-sub p, #column-right-sub h1, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul, #column-right-sub dl {
		margin:0 42px 18px 39px;
		}
	#column-right-sub form { margin-left:39px; }
	 
	/* single column list */
	#column-right-sub ul { padding-left:0px; }
		#column-right-sub ul li { 
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			}

	#column-right-sub ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right-sub dl { padding-left:0px; }
		#column-right-sub dl dt {
			font-weight:bold;
			}
		#column-right-sub dl dd {
			background:transparent url("../images/bullet-right-sub.jpg") 0px 4px no-repeat;
			padding-left:16px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
	#column-right-sub ul.products li {
		width:165px;
		float:left;
		}
		
/* ------------------------ header framework ------------------------ */
#header-flash { height:546px; background: url("../images/bg-flash.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFFFF;  text-decoration: none;}



	body#index #header-graphic { background:url("../images/header-index.jpg"); height:546px; position:relative; }
	
	body#index #header-graphic a { color:#4f6d90; }
	
	body#index #header-graphic ul.list-design {
		position:absolute;
		left:44px;
		top:396px;
		}

	body#index #header-graphic ul.list-marketing {
		position:absolute;
		left:265px;
		top:396px;
		}

	body#index #header-graphic ul.list-conversion {
		position:absolute;
		left:488px;
		top:396px;
		}

	body#index #header-graphic ul.list-enterprise {
		position:absolute;
		left:707px;
		top:396px;
		}

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:242px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:41px; margin-bottom:0; }
	body#company #subhead { background:url("../images/subhead-company.jpg"); }
		body#business-overview #subhead { background:url("../images/subhead-business.jpg"); }
		body#corporate-bios #subhead { background:url("../images/subhead-corporate.jpg"); }
		body#press #subhead { background:url("../images/subhead-press.jpg"); }
		body#investment #subhead { background:url("../images/subhead-investment.jpg"); }
		body#employment #subhead { background:url("../images/subhead-employment.jpg"); }
	body#showroom #subhead { background:url("../images/subhead-showroom.jpg"); }
	body#products #subhead { background:url("../images/subhead-products.jpg"); }
		body#video-websites #subhead { background:url("../images/subhead-video.jpg"); }
		body#ninety-nine-dollar-websites #subhead { background:url("../images/subhead-99.jpg"); }
		body#customized-websites #subhead { background:url("../images/subhead-websites.jpg"); }
		body#customized-directory #subhead { background:url("../images/subhead-directory.jpg"); }
		body#file-download-center #subhead { background:url("../images/subhead-file.jpg"); }
		body#traditional-seo #subhead { background:url("../images/subhead-seo.jpg"); }
		body#ppc #subhead { background:url("../images/subhead-ppc.jpg"); }
		body#directory-advertising #subhead { background:url("../images/subhead-advertising.jpg"); }
		body#call-reporting #subhead { background:url("../images/subhead-call.jpg"); }
		body#impact #subhead { background:url("../images/subhead-impact.jpg"); }
		body#online-brochures #subhead { background:url("../images/subhead-brochures.jpg"); }
		body#e-commerce #subhead { background:url("../images/subhead-ecommerce.jpg"); }
		body#hipaa #subhead { background:url("../images/subhead-hipaa.jpg"); }
		body#better-stats #subhead { background:url("../images/subhead-stats.jpg"); }
		body#vab #subhead { background:url("../images/subhead-vab.jpg"); }
		body#pricing-guide #subhead { background:url("../images/subhead-pricing.jpg"); }
	body#success-stories #subhead { background:url("../images/subhead-stories.jpg"); }
	body#case-study-one #subhead { background:url("../images/subhead-cs-1.jpg"); }
	body#case-study-two #subhead { background:url("../images/subhead-cs-2.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
		
		body#dentistry-resources #subhead { background:url("../images/subhead-dentistry-resources.jpg"); }
		body#cosmetic-resources #subhead { background:url("../images/subhead-cosmetic-resources.jpg"); }
		body#vision-resources #subhead { background:url("../images/subhead-vision-resources.jpg"); }
		body#infertility-resources #subhead { background:url("../images/subhead-infertility-resources.jpg"); }
		body#hairloss-resources #subhead { background:url("../images/subhead-hair-loss-resources.jpg"); }
		body#bariatric-resources #subhead { background:url("../images/subhead-bariatric-resources.jpg"); }
		body#oncology-resources #subhead { background:url("../images/subhead-oncology-resources.jpg"); }
		body#law-resources #subhead { background:url("../images/subhead-law-resources.jpg"); }



/* Showroom
 * ------------------------------------------------------------------------- */

#showroom-thumbs {
	background:url("../images/bg-showroom.jpg") top left no-repeat;
	width:928px;
	margin:0 auto;
	color:#000;
	padding-top:5px;
	}
	
.col-ftd-websites {
	background:url("../images/bg-ftd-websites.jpg");
	float:left;
	width:371px;
	text-align:left;
	padding-top:11px;
	}
	
	.bottom-websites {
		background:url("../images/bottom-ftd-websites.jpg");
		width:100%;
		height:25px;
		display:block;
		float:left;
		}
	
	.col-ftd-websites p, .col-ftd-websites h2, .col-ftd-websites h3 {
		margin:0 34px 20px 42px;
		}
	
	.col-ftd-websites ul {
		margin-left:45px;
		}
	
	.col-ftd-websites ul li {
		width:130px;
		float:left;
		text-align:center;
		padding-bottom:34px;
		margin-right:25px;
		_margin-right:0;
		}		
		
		.col-ftd-websites ul li img {
			padding-right:25px;
			}

.col-ftd-video {
	background:url("../images/bg-ftd-video.jpg");
	float:right;
	text-align:left;
	padding-top:11px;
	}

	.bottom-video {
		background:url("../images/bottom-ftd-video3.jpg");
		width:557px;
		height:25px;
		float:left;
		}

	.col-ftd-video p, .col-ftd-video h2, .col-ftd-video h3 {
		margin:0 42px 20px 20px;
		}

	.col-ftd-video ul {
		margin-left:23px;
		}

	.col-ftd-video ul li {
		width:130px;
		float:left;
		text-align:center;
		padding-right:48px;
		padding-bottom:34px;
		}
	ul#eii-showrooms {
		margin-top:10px;
		margin-left:25px;
		}

	ul#eii-showrooms li {
		width:100px;
		float:left;
		text-align:center;
		padding-right:8px;
		background:none;
		}

	body#testimonials #column-left-sub ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding:10px 25px;
		float:left;
		width:160px;
		text-align:center;
		}


/* footer
 * ------------------------------------------------------------------------- */

#wrap-footer {
	background-color:#303030;
	width:100%;
	margin-top:20px;
	padding:10px 0;
	color:#fff;
	}
 
body#index #footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer {
	width:928px;
	margin:21px auto 0 auto;
	text-align:center;
	font-size:10px;
	line-height:14px;
	}

#footer p {
	margin:0 20px 10px 20px;
	}

#footer ul {margin-bottom:10px;}

body#index #footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #0A3347;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #fff;
	}
	
	#wrap-footer #footer a { color:#fff; }

	body#index #footer li.first,
	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:928px; 
	height:82px; 
	margin:0;
	padding:0;
	position:relative;
	z-index:99; 
	}

#nav span { display: none; }

#nav li, #nav a { height:82px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 64px; margin-left:348px; }
#nav-02 { width: 91px;}
#nav-03 { width: 96px;}
#nav-04 { width: 85px;}
#nav-05 { width: 124px;}
#nav-06 { width: 95px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -348px -82px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -412px -82px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -503px -82px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -599px -82px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -684px -82px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -808px -82px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -348px -82px no-repeat; }
body#company #nav-02 { background:url("../images/nav.jpg") -412px -82px no-repeat; }
body#showroom #nav-03 { background:url("../images/nav.jpg") -503px -82px no-repeat; }
body#products #nav-04 { background:url("../images/nav.jpg") -599px -82px no-repeat; }
body#success-stories #nav-05 { background:url("../images/nav.jpg") -684px -82px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -808px -82px no-repeat; }



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-top:18px;
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border-top:1px solid #46748D;
	}	

	#nav li ul li.last { 
		height:20px; 				/* Height of each drop down nav item */
		border-top:1px solid #46748D;
		border-bottom:1px solid #46748D;
		}
		
	#nav-02 ul {
		background:url("../images/bg-nav-company.gif") no-repeat;
		height:150px;
		}

	#nav-04 ul {
		background:url("../images/bg-nav-products.gif") no-repeat;
		height:442px;
		}
		
	#nav-05 ul {
		background:url("../images/bg-nav-stories.gif") no-repeat;
		height:277px;
		}

		
#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	color:#FFCB88;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:196px; }
#nav-03 ul, #nav-03 li { width:196px; }
#nav-04 ul, #nav-04 li { width:196px; }		
#nav-05 ul, #nav-05 li { width:196px; }
#nav-06 ul, #nav-06 li { width:196px; }



/* ---------------- Application -------------------*/

body#online-application #wrap {background:none;}
body#online-application #subhead {background:url("../images/subhead-online-application.jpg");}

body#online-application form {width:850px;border:2px solid #000}

body#online-application #showroom-thumbs ul li {background:none;}
body#online-application #showroom-thumbs ul.one-line li {float:left; margin-left:4px;}
body#online-application #showroom-thumbs ul.one-line li.first {float:left; margin-left:0;}

body#online-application #showroom-thumbs p,body#online-application #showroom-thumbs h2,body#online-application #showroom-thumbs ul {text-align:left; margin:0 10px 15px 10px;}

body#online-application #showroom-thumbs hr {margin:15px 10px;}



