/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #147C97;
	text-align:center; 
	font:13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#147C97; }
h1.index	{ font-size:1.2em; color:#ECE7E3; margin-top:25px; }
h2	{ font-size:1.1em; color:#143997; }
h3	{ font-size:1.0em; color:#C7A988; }

h1 span,h2 span,h3 span	{ display:none; }

p.h1,p.h2,p.h3 { margin-bottom:8px; }

p.h1	{ font-size:1.2em; color:#147C97; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#143997; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#C7A988; font-weight:bold; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#147C97; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#143997; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

p.right { float:right; }

p.center { text-align:center; }
	
/* ----- global form elements ----- */ 

form {
	width:160px;
	padding:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#ECE7E3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #558C92;
	color:#763C1B;
	width:160px; /* 5 pixles smaller than form width !important */
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:165px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:66px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:57px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 200px; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 0; }
	
#contact-main label { 
	width:180px; 
	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:180px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:185px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap-index {
	width:550px;
	margin:0 auto;
	padding:0;
	}
	
	#wrap-index p {
		color:#ECE7E3;
		}

	#wrap-index a:link, #wrap-index a:visited { color:#ECE7E3; }
	
	#wrap-index a:hover, #wrap-index a:active { color:#C7A988; }
	
	#header-flash {
		margin:10px 0 20px 0;
		}

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:780px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:70px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:12px;
		width:210px;
		top:8px;
		height:36px; 
		}
	#masthead a span {
		display:none;
		}
		
body#privacy {
	background:#fff;
	text-align:left;
	}

/* ----- column-left ----- */

#column-left {
	width:236px;
	float:left;
	}
	
	#column-left p {
		margin:0 16px 8px 20px;
		color:#ECE7E3;
		}
	#column-left form {
		margin:0 0 0 20px;
		}
		
/* ----- column-right ----- */

#column-right {
	width:544px;
	float:left;
	}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right form {
		margin:0 20px 8px 20px;
		}
	#column-right h1#subhead {
		margin:0;
		padding:0;
		}
		
	/* background image list items */
	#column-right ul { 
		padding-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:11px; 
		}
	
	
	#btn-product-logo {
		position:relative;
		background:url("../images/btn-product-logos.jpg");
		height:75px;
		}
		/* home link within #masthead */		
		#btn-product-logo a.crystalens {	
			position:absolute;
			left:20px;
			width:155px;
			top:3px;
			height:70px; 
			}
		#btn-product-logo a.verisyse {	
			position:absolute;
			left:194px;
			width:155px;
			top:3px;
			height:70px; 
			}
		#btn-product-logo a.visx {	
			position:absolute;
			left:368px;
			width:155px;
			top:3px;
			height:70px; 
			}
		#btn-product-logo a span {
			display:none;
			}

	#btn-product-logo-two {
		position:relative;
		background:url("../images/img-iol-logos-two.jpg");
		height:75px;
		}
		#btn-product-logo-two a.visianicl {	
			position:absolute;
			left:154px;
			width:238px;
			top:10px;
			height:58px; 
			}
		#btn-product-logo-two a span {
			display:none;
			}

	#column-right table {
		width:500px;
		margin-left:20px;
		text-align:center;
		}
		#column-right table td {
			border:1px solid #ccc;
			}
			
	#column-right-group-image {
	background:url("../images/img-group-photo.jpg");
	height:211px;
	width:300px;
	margin:0px 0px 10px 125px;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:28px;
	clear:both;
	width:100%;
	}
	
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead-welcome {
	margin:10px 0 22px 88px;
	}
	
#subhead {
	height:100px; /* sets height for all subheads */
	}

	body#meet #subhead {
		background:url("../images/subhead-meet.jpg"); 
		}
	
	body#refraction #subhead {
		background:url("../images/subhead-refraction.jpg"); 
		}
		
	body#rk #subhead {
		background:url("../images/subhead-rk.jpg"); 
		}
		
	body#prk #subhead {
		background:url("../images/subhead-prk.jpg"); 
		}
		
	body#ck #subhead {
		background:url("../images/subhead-ck.jpg"); 
		}
		
	body#lasik-myopia #subhead {
		background:url("../images/subhead-lasik-myopia.jpg"); 
		}
		
	body#lasik-hyperopia #subhead {
		background:url("../images/subhead-lasik-hyperopia.jpg"); 
		}
		
	body#lasik-astigmatism #subhead {
		background:url("../images/subhead-lasik-astigmatism.jpg"); 
		}
		
	body#prk-lasik #subhead {
		background:url("../images/subhead-prk-lasik.jpg"); 
		}
		
	body#wavefront #subhead {
		background:url("../images/subhead-wavefront.jpg"); 
		}
		
	body#cataracts #subhead {
		background:url("../images/subhead-cataracts.jpg"); 
		}
		
	body#glaucoma #subhead {
		background:url("../images/subhead-glaucoma.jpg"); 
		}
		
	body#macular-degeneration #subhead {
		background:url("../images/subhead-macular-degeneration.jpg"); 
		}
		
	body#diabetic-retinopathy #subhead {
		background:url("../images/subhead-diabetic-retinopathy.jpg"); 
		}
		
	body#corneal-transplant #subhead {
		background:url("../images/subhead-corneal-transplant.jpg"); 
		}
		
	body#retinal-detachment #subhead {
		background:url("../images/subhead-retinal-detachment.jpg"); 
		}
		
	body#pediatric #subhead {
		background:url("../images/subhead-pediatric.jpg"); 
		}
		
	body#iols #subhead {
		background:url("../images/subhead-iols.jpg"); 
		}
		
	body#eyelid-surgery #subhead {
		background:url("../images/subhead-eyelid-surgery.jpg"); 
		}
		
	body#faqs #subhead {
		background:url("../images/subhead-faqs.jpg"); 
		}
		
	body#contact #subhead {
		background:url("../images/subhead-contact.jpg"); 
		}
		
	body#sitemap #subhead {
		background:url("../images/subhead-sitemap.jpg"); 
		}

	body#thankyou #subhead {
		background:url("../images/subhead-thankyou.jpg"); 
		}


/* image swaps
 * ------------------------------------------------------------------------- */
#myopia a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-myop.jpg") 0 0 no-repeat;
    }
	 #myopia a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#hyperopia a {
    display: block;
    height:115px;
    width:199px;
    margin:0 0 8px 20px;
    padding: 0;
    line-height: 115px;   /* cross-browser v-alignment of text */
    text-align: left;
    background: url("../images/img-hyper.jpg") 0 0 no-repeat;
    }
	 #hyperopia a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#astig a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-asti.jpg") 0 0 no-repeat;
    }
	 #astig a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#accom a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-accom.jpg") 0 0 no-repeat;
    }
	 #accom a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#presby a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-pres.jpg") 0 0 no-repeat;
    }
	 #presby a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#radial a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-radial.jpg") 0 0 no-repeat;
    }
	 #radial a:hover, #menu a:active {
		background-position: 0 -119px;
		}

#hyperopia a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-Hyperopia.jpg") 0 0 no-repeat;
    }
	 #hyperopia a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#ck-corrected a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-ck-corrected.jpg") 0 0 no-repeat;
    }
	 #ck-corrected a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#myopia-corrected a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-myop-corrected.jpg") 0 0 no-repeat;
    }
	 #myopia-corrected a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#hyper a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-hyper.jpg") 0 0 no-repeat;
    }
	 #hyper a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#astig-corrected a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-asti-corrected.jpg") 0 0 no-repeat;
    }
	 #astig-corrected a:hover, #menu a:active {
		background-position: 0 -120px;
		}


#hyperopia-correctd a {
    display: block;
    height:115px;
    width:199px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-hyper-corrected.jpg") 0 0 no-repeat;
    }
	 #hyperopia-correctd a:hover, #menu a:active {
		background-position: 0 -115px;
		}

#cataract a {
    display: block;
    height:130px;
    width:225px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-catract.jpg") 0 0 no-repeat;
    }
	 #cataract a:hover, #menu a:active {
		background-position: 0 -130px;
		}

#cataract-01 a {
    display: block;
    height:146px;
    width:180px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-catarct-01.jpg") 0 0 no-repeat;
    }
	 #cataract-01 a:hover, #menu a:active {
		background-position: 0 -146px;
		}

#cataract-correctd a {
    display: block;
    height:131px;
    width:225px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-catract-corrected.jpg") 0 0 no-repeat;
    }
	 #cataract-correctd a:hover, #menu a:active {
		background-position: 0 -131px;
		}

#glaucoma-what a {
    display: block;
    height:145px;
    width:250px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-glaucoma.jpg") 0 0 no-repeat;
    }
	 #glaucoma-what a:hover, #menu a:active {
		background-position: 0 -145px;
		}

#img-glaucoma a {
    display: block;
    height:146px;
    width:180px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    background: url("../images/img-glaucoma-01.jpg") 0 0 no-repeat;
    }
	 #img-glaucoma a:hover, #menu a:active {
		background-position: 0 -146px;
		}
		
#macular-dry a {
    display: block;
    height:175px;
    width:202px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    line-height:175px;   /* cross-browser v-alignment of text */
    text-align: left;
    background: url("../images/img-macular-dry.jpg") 0 0 no-repeat;
    }
	 #macular-dry a:hover, #menu a:active {
		background-position: 0 -175px;
		}

#macular-wet a {
    display: block;
    height:175px;
    width:202px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    line-height:175px;   /* cross-browser v-alignment of text */
    text-align: left;
    background: url("../images/img-macular-wet.jpg") 0 0 no-repeat;
    }
	 #macular-wet a:hover, #menu a:active {
		background-position: 0 -175px;
		}

#macular-affects a {
    display: block;
    height:146px;
    width:180px;
    margin:0 20px 8px 20px;
    padding:0;
	float:left;
    line-height:146px;   /* cross-browser v-alignment of text */
    text-align:left;
    background: url("../images/img-macular-affects.jpg") 0 0 no-repeat;
    }
	 #macular-affects a:hover, #menu a:active {
		background-position: 0 -146px;
		}

#cornea-img a {
    display: block;
    height:220px;
    width:169px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    line-height:220px;   /* cross-browser v-alignment of text */
    text-align:left;
    background: url("../images/img-cornea.jpg") 0 0 no-repeat;
    }
	 #cornea-img a:hover, #menu a:active {
		background-position: 0 -220px;
		}

#img-retinal a {
    display: block;
    height:161px;
    width:186px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    line-height:161px;   /* cross-browser v-alignment of text */
    text-align:left;
    background: url("../images/img-retinal.jpg") 0 0 no-repeat;
    }
	 #img-retinal a:hover, #menu a:active {
		background-position: 0 -161px;
		}

#img-retinal-prepost a {
    display: block;
    height:141px;
    width:150px;
    margin:0 20px 8px 20px;
    padding:0;
	float:right;
    line-height:141px;   /* cross-browser v-alignment of text */
    text-align:left;
    background: url("../images/img-retinal-prepost.jpg") 0 0 no-repeat;
    }
	 #img-retinal-prepost a:hover, #menu a:active {
		background-position: 0 -141px;
		}

/* footer index
 * ------------------------------------------------------------------------- */
 
#footer-index {
	width:550px;
	margin:0 auto;
	text-align:center;
	}

#footer-index p {
	color:#ECE7E3;
	}

#footer-index a:link, #footer-index a:visited {
	color:#ECE7E3;
	font-weight:bold;
	}

#footer-index a:hover, #footer-index a:active {
	color:#C7A988;
	}

#footer-index ul {margin:20px 0 20px 0;}

#footer-index li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	line-height:20px;
	border-left: 1px solid #ECE7E3;
	}

	#footer-index li.first { border: none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#column-right #footer {
	width:544px;
	margin:0 auto;
	text-align:center;
	}

#column-right #footer p {
	color:#000;
	margin:0 20px 8px 20px;
	}

#column-right #footer a:link, #column-right #footer a:visited {
	color:#147C97;
	}

#column-right #footer a:hover, #column-right #footer a:active {
	color:#143997;
	}

#column-right #footer ul {margin:10px 20px 25px 20px;}

#column-right #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 #147C97;
	background:none;
	}

	#column-right #footer li.first { border: none; }


/* nav
 * ------------------------------------------------------------------------- */
ul#nav  {
	margin:0;
	padding:0;
	width:236px;
	background:url("../images/bg-nav-link.jpg") no-repeat;
	} 

ul#nav li { 
	line-height:30px;
	height:30px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}

ul#nav li a:link, ul#nav li a:visited	{ 
	color:#ECE7E3; 
	text-decoration:none; 
	display:block;
	padding-left:53px;
	margin:0;
	background:url("../images/bg-nav-link.jpg") no-repeat;
	}
	
ul#nav li a:hover, ul#nav li a:active	{ 
	color:#C7A988; 
	text-decoration:underline; 
	display:block;
	padding-left:53px;
	margin:0;
	background:url("../images/bg-nav-hover.jpg") no-repeat; 
	}

	
