/*--------------------- 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 ----- */ 
body { 
	background:#2f8fba url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:20px; 
	margin-right:20px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#041742; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#0079c1; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0079c1; text-decoration:none; outline:none; }

/* ----- classes ----- */

#column-right h2.margin-top {
	margin-top:20px;
	}

#column-right p.no-margin-bottom {
	margin-bottom:0;
	}
	
.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0;
	padding:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
#column-right .inline-block { display:inline-block; margin-bottom:0; }
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:182px;
	margin:0 0 18px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#d9e6f8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #041742;
	color:#414141;
	width:177px; /* 5 pixels smaller than form width !important */
	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 { width:182px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:59px;
	height:18px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:802px;
	margin:0 auto;
	text-align:left;
	}
	
#address {
	background:url("../images/img-address.jpg");
	height:38px;
	}
	
#gradient {
	background:url("../images/bg-gradient.jpg") top no-repeat;
	width:100%;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:278px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:32px;
		width:208px;
		top:9px;
		height:256px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:251px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 23px 18px 44px;
		}
	#column-left form { margin-left:44px; }
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
#column-left div.divider {
	background:url("../images/img-hr.jpg");
	height:19px;
	display:block;
	border:none;
	}
	
/* ----- column-right ----- */

#column-right {
	width:551px;
	float:left;
	margin:0;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 45px 18px 13px;
		}
		
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:40px; }
		#column-right ul li {
			list-style-type:disc; 
			}
		#column-right ul li ul { padding-left:25px; }

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:10px;
			}
			
	#column-right ul.list-left { float:left; padding-left:15px; }
		#column-right ul.list-left li { list-style-type:disc; }
		#column-right ul li.no-bullet { list-style-type:none; }
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:47px;
	clear:both;
	width:100%;
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:47px;
	clear:both;
	width:100%; 
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:278px; background:url("../images/header-graphic.jpg"); } 

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:60px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#lasik #subhead { background:url("../images/subhead-lasik.jpg"); }
	body#prk #subhead { background:url("../images/subhead-prk.jpg"); }
	body#ck #subhead { background:url("../images/subhead-ck.jpg"); }
	body#cataracts #subhead { background:url("../images/subhead-cataracts.jpg"); }
	body#glaucoma #subhead { background:url("../images/subhead-glaucoma.jpg"); }
	body#iols #subhead { background:url("../images/subhead-iols.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#eye-conditions #subhead { background:url("../images/subhead-eye.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"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-ftrd-procedures {
	height:74px;
	background:url("../images/subhead-ftrd-procedures.jpg") no-repeat ;
	}

#subhead-boutique {
	height:58px;
	background:url("../images/subhead-boutique.jpg") no-repeat ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:60px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:55px;
	background:url("../images/title-locate.jpg") ;
	}
	
#title-location {
	background:url("../images/title-location.jpg");
	height:76px;
	}

#title-testimonials {
	height:78px;
	background:url("../images/title-testimonials.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
.btn-learn {
		height:23px;
		width:76px;
		display:block;
		background:url("../images/btn-learn.jpg") no-repeat;	
		}

		.btn-learn span { display:none; }
		
		
.btn-learn-boutique {
		height:23px;
		width:76px;
		display:block;
		background:url("../images/btn-learn.jpg") no-repeat;
		margin-left:235px;	
		}

		.btn-learn-boutique span { display:none; }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:802px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	background:url("../images/bottom-wrap-sub.jpg") top left no-repeat;
	padding-top:47px;
	}

#footer a { color:#fff; }

#footer p {
	margin:0 20px 10px 20px;
	}

#footer ul {margin-bottom:10px;}

#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;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#column-left ul#nav { margin:0; padding:0; }
		#column-left ul#nav li {
			list-style:none;
			}
			
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:251px;		/* Width of buttons, not entite image (or half of entire image) */
	height:376px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:32px;			/* Each button must have the same height, define it here */
	display:block;
	}
	
	li#nav-01 , #nav-01 a {
		height:33px;
		display:block;
		}
		
	li#nav-11 , #nav-11 a {
		height:35px;
		display:block;
		}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:5px; width:251px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10 { margin-top:0; width:251px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -251px  -5px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -251px  -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -251px  -70px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -251px -102px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -251px -134px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -251px -166px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -251px -198px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -251px -230px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -251px -262px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -251px -294px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -251px  -5px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -251px  -38px no-repeat; }
body#lasik #nav-03 { background:url("../images/nav.jpg") -251px  -70px no-repeat; }
body#prk #nav-04 { background:url("../images/nav.jpg") -251px -102px no-repeat; }
body#cataracts #nav-05 { background:url("../images/nav.jpg") -251px -134px no-repeat; }
body#glaucoma #nav-06 { background:url("../images/nav.jpg") -251px -166px no-repeat; }
body#iols #nav-07 { background:url("../images/nav.jpg") -251px -198px no-repeat; }
body#faqs #nav-08 { background:url("../images/nav.jpg") -251px -230px no-repeat; }
body#eye-conditions #nav-09 { background:url("../images/nav.jpg") -251px -262px no-repeat; }
body#contact #nav-10 { background:url("../images/nav.jpg") -251px -294px no-repeat; }


/* Featured Procedures
 * ------------------------------------------------------------------------- */

#mod-lasik {
	background:url("../images/bg-lasik.jpg") no-repeat;
	width:551px;
	padding-top:30px;
	}
	
	#mod-lasik p {
		margin:0 47px 18px 183px;
		}
		
#mod-prk {
	background:url("../images/bg-prk.jpg") no-repeat;
	width:551px;
	padding-top:50px;
	}
	
	#mod-prk p {
		margin:0 47px 18px 183px;
		}
		
#mod-cataract {
	background:url("../images/bg-cataract.jpg") no-repeat;
	width:551px;
	padding-top:50px;
	}
	
	#mod-cataract p {
		margin:0 47px 18px 183px;
		}		
		
#mod-glaucoma {
	background:url("../images/bg-glaucoma.jpg") no-repeat;
	width:551px;
	padding-top:50px;
	}
	
	#mod-glaucoma p {
		margin:0 47px 18px 183px;
		}		
		
#mod-macular {
	background:url("../images/bg-macular.jpg") no-repeat;
	width:551px;
	padding-top:70px;
	}
	
	#mod-macular p {
		margin:0 47px 18px 183px;
		}		
		
#mod-ck {
	background:url("../images/bg-ck.jpg") no-repeat;
	width:551px;
	padding-top:50px;
	}
	
	#mod-ck p {
		margin:0 47px 18px 183px;
		}		
		
#mod-icls {
	background:url("../images/bg-multifocal.jpg") no-repeat;
	width:551px;
	padding-top:50px;
	}
	
	#mod-icls p {
		margin:0 47px 18px 183px;
		}										