/* 
 ----------------------------------------------------------------------------
  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: #033086 url("../images/bg-body.gif") top left repeat-x;
	text-align:center; 
	font:12px/18px "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	color:#333; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1, h1 a { font-size:1.3em; color:#10108F; }
h2, h2 a { font-size:1.1em; color:#E35D00; }
h3, h3 a { font-size:1.0em; color:#333; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#10108F; text-decoration:underline; }
a:hover,a:active	{ color:#E35D00; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 2px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form { 
	width:160px; 
	padding:0 0 20px 0; 
	}

form label	{ font-size:11px; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #333;
	color:#333;
	width:155px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	}
	
select { 
	width:160px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}

input.submit-image, input.submit-contact-main { 
	background: url("../images/btn-submit.gif"); 
	width:71px; 
	height:23px; 
	margin-top:5px;
	border:none; 
	cursor:pointer; 
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:15px 0 20px 0; 
	}
	
#contact-main label { 
	width:250px;
	display:block; 
	margin-bottom:10px;
	font-size:11px;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:250px;
	}
	
#contact-main label select {
	width:255px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:850px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:73px;
	}
	#masthead span {
		display:none;
		}
	
/* headers
 * ------------------------------------------------------------------------- */

#header { height:288px; }
  
body#ck #header {
	background:url("../images/header-ck.jpg"); 
	}
	
body#thankyou #header {
	background:url("../images/header-contact.jpg"); 
	}
	
body#contact #header {
	background:url("../images/header-contact.jpg"); 
	}
	
body#eye-conditions #header {
	background:url("../images/header-eye-conditions.jpg"); 
	}
	
body#faq #header {
	background:url("../images/header-faq.jpg"); 
	}

body#lasik #header {
	background:url("../images/header-lasik.jpg"); 
	}
	
body#meet #header {
	background:url("../images/header-meet.jpg"); 
	}
	
body#patient-info #header {
	background:url("../images/header-patient-info.jpg"); 
	}
	
body#prk #header {
	background:url("../images/header-prk.jpg"); 
	}
	
body#cataract #header {
	background:url("../images/header-cataract.jpg"); 
	}
	
body#sitemap #header {
	background:url("../images/header-sitemap.jpg"); 
	}
  
#wrap-columns {
	width:760px;
	margin:0 45px;
	}
	
#column-left { 
	width:491px; 
	float:left;
	}
	
#column-right { 
	width:269px; 
	float:left; 
	}
	
#column-left .content {
	margin:15px 50px 0 60px;
	}
	#column-left .content ul {
		margin-left:13px;
		list-style-type:disc;
		}
	#column-left .content ul.big li {
		margin-bottom:10px;
		}
		
	
#column-right .content {
	margin:15px 60px 0 40px;
	}

#top-column-left {
	background:url("../images/top-column-left.gif");
	height:120px;
	}
	
#top-column-right {
	background:url("../images/top-column-right.gif");
	height:120px;
	}
	
body#index #subhead {
	background:url("../images/subhead-welcome.gif");
	height:49px;
	margin-bottom:0;
	}
	
#subhead-faq {
	background: url("../images/subhead-faq-index.gif");
	height:49px;
	}
	
#subhead-quick-contact {
	background:url("../images/subhead-quick-contact.gif");
	height:48px;
	}
	
#subhead-technology {
	background:url("../images/subhead-technology.gif");
	height:48px;
	}
	
#bottom-welcome	 {
	background:url("../images/bottom-welcome.gif");
	height:31px;
	}
	
#bottom-quick-contact {
	background:url("../images/bottom-quick-contact.gif");
	height:31px;
	}
	
#bottom-wrap-columns { 
	background:url("../images/bottom-wrap-columns.gif"); 
	height:35px; 
	}



/* subheads
 * ------------------------------------------------------------------------- */

#subhead {
	height:120px;
	margin-bottom:-45px;
	}

body#ck #subhead {
	background:url("../images/subhead-ck.gif"); 
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.gif"); 
	}
	
body#contact #subhead {
	background:url("../images/subhead-contact.gif"); 
	}
	
body#eye-conditions #subhead {
	background:url("../images/subhead-eye-conditions.gif"); 
	}
	
body#faq #subhead {
	background:url("../images/subhead-faq.gif"); 
	}

body#lasik #subhead {
	background:url("../images/subhead-lasik.gif"); 
	}
	
body#meet #subhead {
	background:url("../images/subhead-meet.gif"); 
	}
	
body#patient-info #subhead {
	background:url("../images/subhead-patient-info.gif"); 
	}
	
body#prk #subhead {
	background:url("../images/subhead-prk.gif"); 
	}
	
body#cataract #subhead {
	background:url("../images/subhead-cataract.gif"); 
	}
	
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.gif"); 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#wrap-footer { 
	background:url("../images/bg-wrap-footer.gif") repeat-y;
	width:760px; 
	margin:0 auto; 
	text-align:center; 
	}
	#wrap-footer p {
		color:#fff;
		font-size:11px;
		padding:0 20px;
		}
	
#footer {
	background:url("../images/bg-footer.gif");
	height:99px;
	}
	#footer p {
		color:#333;
		}
	#footer a:link, #footer a:visited {
		font-size:11px;
		}
	#footer ul { 
		padding-top:20px;
		margin-bottom:5px; 
		}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding: 0 5px;
		display: inline;
		}
		#footer li.first { border: none; }
	
	

/* buttons
 * ------------------------------------------------------------------------- */

#btn-ck-lasik a span, #btn-consult a span, #btn-locate a span {
	display:none;
	}

/* -- btn-ck-lasik --*/
#btn-ck-lasik { 
	background: url("../images/btn-ck-lasik.jpg") no-repeat; 
	height:120px;
	position:relative;
	margin-bottom:0; 
	}
	
#btn-ck-lasik li, #btn-ck-lasik a {
	width:217px;
	height:76px;
	display:block;
	}
	
#btn-ck-lasik li { 
	position:absolute;
	}
	
#btn-ck {
	top:26px;
	left:30px;
	}
	
#btn-lasik {
	top:26px;
	left:260px;
	}

#btn-ck a:hover { background: transparent url("../images/btn-ck-lasik.jpg") -30px -146px no-repeat; }
#btn-lasik a:hover { background: transparent url("../images/btn-ck-lasik.jpg") -260px -146px no-repeat; }
	
	
/* -- btn-consult --*/
#btn-consult {
	background: url("../images/btn-consult.jpg") no-repeat; 
	height:120px;
	position:relative;
	}
	
#btn-consult a {
	position:absolute;
	display:block;
	width:225px;
	height:76px;
	top:26px;
	left:14px;
	}
	
#btn-consult a:hover { background: transparent url("../images/btn-consult.jpg") -14px -146px no-repeat; }


/* -- btn-locate --*/
#btn-locate {
	background: url("../images/btn-locate.jpg") no-repeat; 
	height:120px;
	position:relative;
	}
	
#btn-locate a {
	position:absolute;
	display:block;
	width:225px;
	height:102px;
	top:9px;
	left:14px;
	}
	
#btn-locate a:hover { background: transparent url("../images/btn-locate.jpg") -14px -129px no-repeat; }
	



/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.gif") no-repeat; 
	width:850px; 
	height:43px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 43px; display: block; }

#nav li { float: left; list-style: none; _display: inline; }

#nav-01 { width: 62px; margin-left:45px;}
#nav-02 { width: 122px; margin-left:1px; }
#nav-03 { width: 137px; margin-left:1px; }
#nav-04 { width: 105px; margin-left:1px; }
#nav-05 { width: 46px; margin-left:1px; }
#nav-06 { width: 28px; margin-left:1px; }
#nav-07 { width: 34px; margin-left:1px; }
#nav-08 { width: 76px; margin-left:1px; }
#nav-09 { width: 41px; margin-left:1px; }
#nav-10 { width: 100px; margin-left:1px; }

#nav-01 a:hover {background: transparent url("../images/nav.gif") -45px -43px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.gif") -108px -43px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.gif") -231px -43px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.gif") -369px -43px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.gif") -475px -43px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.gif") -522px -43px no-repeat;}
#nav-07 a:hover {background: transparent url("../images/nav.gif") -551px -43px no-repeat;}
#nav-08 a:hover {background: transparent url("../images/nav.gif") -586px -43px no-repeat;}
#nav-09 a:hover {background: transparent url("../images/nav.gif") -663px -43px no-repeat;}
#nav-10 a:hover {background: transparent url("../images/nav.gif") -705px -43px no-repeat;}


/*----VIDEO WRAP ---------------------------------------------*/

#vid-wrap {	
	background:url(../images/vid-bg.jpg) no-repeat top left;
	height:238px;
	padding-bottom:16px;			
	}
#lasik #vid-wrap {
	background:none;
	height:auto;
	}

#staff-pic {  }