/*--------------------- 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:#879ABE url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/18px Arial, Helvetica, sans-serif; 
	color:#1E3D75;
	}

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:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

a:link,a:visited	{ color:#7D5817; text-decoration:underline; }
a:hover,a:active	{ color:#0A5702; text-decoration:underline; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	margin-right:15px;
	background:url("../images/back-to-top.gif") right no-repeat;
	padding:0px;
	}
p.back-to-top a { padding:0 0 0 0px; margin:0 -12px 0 0px;}
p.back-to-top a:link, p.back-to-top a:active, p.back-to-top a:hover, p.back-to-top a:visited {text-decoration:none;}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:10px 40px 0px 10px; 
	}
.space { height:300px;}
.disclaimer { font-size:.75em;}
.pdf { padding:0 10px 3px 0; vertical-align:middle;}

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

form {
	width:133px;
	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:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #8396BC;
	color:#002660;
	width:128px; /* 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:Arial, Helvetica, sans-serif; 
	font-size:.9em;
	}
	
select { 
	width:133px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}



input.submit-image { 
	background:url("../images/btn-submit.gif");
	width:50px;
	height:20px;
	border:none;
	cursor:pointer;
	padding:0 0 0 2px;
	}

#contact_business { display: none; } /* do not remove */ 


form#contact-botox { margin:0 auto; width:160px; }

form#contact-botox label.required {font-size:10px; }



/* ----- main contact form ----- */ 
 
#contact-main { padding:0px 0 10px 20px; }
	
#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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }

input.submit-contact-main { 
	margin:80px 0 0 198px;
	background:url("../images/btn-submit.gif");
	width:50px;
	height:20px;
	border:none;
	cursor:pointer; }

p.required { text-align:center;}
/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:755px;
	margin:0 auto;
	text-align:left;
	}

body#about #wrap, body#thankyou #wrap, body#lasik #wrap, body#cataracts #wrap, body#contact #wrap, body#cosmetic #wrap, body#sitemap #wrap, body#studies #wrap, body#general #wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:755px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead3.jpg");
	height:95px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:80px;
		width:600px;
		top:14px;
		height:74px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#contact #column-left { height:600px;}

#column-left {
	background:url("../images/col-left.jpg") no-repeat;
	width:181px;
	float:left;
	padding:65px 0 0 0;
	}
#column-left p { 
		padding:0 18px 0 29px;
		font-size:11px;
		line-height:14px;}
	


#quick-contact {padding:0 0 0 29px;}
#quick-contact  label{ font-size:0.8em;}
/* ----- column-middle ----- */
body#index #column-middle {background:url("../images/clear-choice.jpg") no-repeat;}

body#about #column-right-sub {background:url("../images/about.jpg") no-repeat;}
body#lasik #column-right-sub {background: url("../images/lasik.jpg") no-repeat;}
body#cataracts #column-right-sub {background:url("../images/cataracts.jpg") no-repeat;}
body#general #column-right-sub {background:url("../images/general.jpg") no-repeat;}
body#cosmetic #column-right-sub {background:url("../images/cosmetic.jpg") no-repeat;}
body#contact #column-right-sub {background:url("../images/contact.jpg") no-repeat;}
body#thankyou #column-right-sub {background:url("../images/thankyou.jpg") no-repeat; height:600px}
body#sitemap #column-right-sub {background:url("../images/sitemap.jpg") no-repeat;}
body#studies #column-right-sub {background:url("../images/studies.jpg") no-repeat;}

#column-middle {
	width:392px;
	float:left;
	padding-top:57px;
	}
	
#column-middle h1, #column-right-sub h1 {padding:0 27px 0 27px; color:#1E3D75; }
#column-middle p, #column-right-sub p, #column-middle h1, #column-right-sub h1, #column-middle h2, #column-right-sub h2, #column-middle h3, #column-right-sub h3 { padding:0 27px 0 27px;}
#column-middle h1, #column-right-sub h1, #column-middle h2, #column-right-sub h2, #column-middle h3, #column-right-sub h3 { color:#002660;}

#column-middle #list {padding:0 27px 0 47px; font-size:1.1em; font-weight:bold;}
#column-middle #list li, #column-right-sub #list li  { list-style-type:disc;}

#column-middle ul, #column-right-sub ul {padding:0 27px 0 27px;}
	#optical {
	background:url("../images/optical-shop.jpg") no-repeat;
	height:150px;
	padding-top:70px;
		}
#column-right-sub #list { padding:0 25px 0 25px; font-size:1em; } 

#column-right-sub #list li {list-style-type:none; text-decoration:none; padding-top:4px;}
#column-right-sub #list li a { text-decoration:none;}
/* ----- column-right ----- */

#column-right {
	background:url("../images/col-right.jpg") no-repeat;
	width:182px;
	float:left;
	padding-top:50px;
	}
	
#column-right-sub {
	width:574px;
	float:left;
	padding-top:70px;
	}

#column-right img { padding:0 0 10px 0}

#column-right-sub .bio ul  { padding-left:27px; }
		#column-right-sub .bio ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
				
#quicklink { background:url("../images/quick-link-bg.gif") repeat-y; width:191px; float:right; margin:5px 20px 5px 10px; text-align:center;}	
#quick-top { background:url("../images/quick-link-top.gif") no-repeat; height:33px;}	
#quick-bottom { background:url("../images/quick-link-bottom.gif") no-repeat; height:17px;}
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:73px;
	clear:both;
	width:100%;
	}
	
body#thankyou #bottom-wrap, body#about #bottom-wrap, body#cataracts #bottom-wrap, body#contact #bottom-wrap, body#cosmetic #bottom-wrap, body#general #bottom-wrap, body#lasik #bottom-wrap, body#sitemap #bottom-wrap, body#studies #bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:73px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */


#header-graphic {
	height:146px; /* sets height for all non-flash headers */
	}

	body#index #header-graphic {background:url("../images/header-graphic-home.jpg") no-repeat; }
	body#about #header-graphic {background:url("../images/header-graphic-about-2.jpg") no-repeat; }
	body#cataracts #header-graphic {background:url("../images/header-graphic-cataracts.jpg") no-repeat; }
	body#lasik #header-graphic {background:url("../images/header-graphic-lasik.jpg") no-repeat; }
	body#contact #header-graphic {background:url("../images/header-graphic-contact.jpg") no-repeat; }
	body#cosmetic #header-graphic {background:url("../images/header-graphic-cosmetic.jpg") no-repeat; }
	body#general #header-graphic {background:url("../images/header-graphic-general.jpg") no-repeat; }
	body#sitemap #header-graphic {background:url("../images/header-graphic-sitemap.jpg") no-repeat; }
	body#studies #header-graphic {background:url("../images/header-graphic-about.jpg") no-repeat; }
	body#thankyou #header-graphic {background:url("../images/header-graphic-home.jpg") no-repeat; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:700px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px
	}

#footer p {
	color:#1E3D75; margin:5px 0 0 0px;
	}

#footer a:link, #footer a:visited {
	color:#002660;
	}

#footer a:hover, #footer a:active {
	color:#000;
	}

#footer ul {margin-top: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 #002660;
	}

	#footer li.first { border: none; }



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

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:755px; 
	height:46px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 51px; margin-left: 13px;}
#nav-02 { width: 76px;}
#nav-03 { width: 85px;}
#nav-04 { width: 48px;}
#nav-05 { width: 125px;}
#nav-06 { width: 76px;}
#nav-07 { width: 167px;}
#nav-08 { width: 95px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -13px -46px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -64px -46px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -140px -46px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -225px -46px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -273px -46px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -398px -46px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -474px -46px no-repeat;}
#nav-08 a:hover {background:url("../images/nav.jpg") -641px -46px no-repeat;}

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -13px -46px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -64px -46px no-repeat; }
body#cataracts  #nav-03 { background:url("../images/nav.jpg") -140px -46px no-repeat; }
body#lasik #nav-04 { background:url("../images/nav.jpg") -225px -46px no-repeat; }
body#studies #nav-05 { background:url("../images/nav.jpg") -273px -46px no-repeat; }
body#general #nav-06 { background:url("../images/nav.jpg") -398px -46px no-repeat; }
body#cosmetic #nav-07 { background:url("../images/nav.jpg") -474px -46px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -641px -46px no-repeat; }

/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#2E4F8E;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; 				/* Height of each drop down nav item */
	border:none;
	border-bottom:1px solid #fff;
	}	

#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:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.1em;
	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, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#0B2956;
	color:#fff;
	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:200px; }		
#nav-03 ul, #nav-03 li { width:165px; }
#nav-04 ul, #nav-04 li { width:300px; }
#nav-05 ul, #nav-05 li { width:150px; }
#nav-06 ul, #nav-06 li { width:240px; }
#nav-07 ul, #nav-07 li { width:165px; }



/* testimonials */

div.testimonial
{
width: 392px;
height: 140px;
background: url(../images/testimonial-index.jpg) no-repeat;
}

div.testimonial-inside
{
width: 565px;
height: 121px;
}

div.basik-lasik
{
background: url(../images/testimonial-lasik.jpg) no-repeat;
}
div.visian-icl
{
background: url(../images/testimonial-visian-icl.jpg) no-repeat;
}
div.dsek
{
background: url(../images/testimonial-dsek.jpg) no-repeat;
}

div#mini-wrap {
	background:#fff;
	width:300px;
	margin:10px auto;
	text-align:left;
	padding:10px;
	}
	
	
	body#popup-contact h1 {text-align:center;}
	
	.index-right-col-btns {margin: 0 0 0 5px;}
