/*--------------------- 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 { 
	background: #D6D0BB url("../images/bg-body.jpg") top repeat-x;
	}

body { 
	background: url("../images/bg-image.jpg") center top no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#3F4250;
	}

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

h1	{ font-size:1.2em; color:#3F4250;}
h2	{ font-size:1.1em; color:#2666B1; }
h3	{ font-size:1.0em; color:#17A5DE; }

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

a:link,a:visited	{ color:#FD5C14; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FD5C14; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 4px; 
	}
p.address-text {
	font-size: .95em;
	color: #4C4C4C;
	}
	
.storycontent p {width: 415px;}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

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

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#414141;
	width:191px; /* 5 pixles 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

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

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

input#s {width: 155px;}


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main, commentform { margin:20px 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%; 
	
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }



/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
.commentform-submit {
	width:120px;
	height:20px;
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { margin:25px 0 0 243px; } /* defines placement of contact-main submit button */




/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.gif") top center repeat-y;
	width:100%;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-image.jpg") bottom center no-repeat;
	width:100%;
	margin:0 auto;
	text-align:left;
	padding-bottom: 200px;
	}
#content-wrap {
	width:784px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:511px;
	float:left;
	display:inline;
	padding-bottom: 30px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 60px;
		}
		
	#column-left ul li ul {
		margin: 0px 0px 0px 10px;
		}
		
	#column-left .feedback {
		margin: 0 0 15px 60px;
		}
		
	#column-left #commentform p {
		margin: 0;
		padding: 0;
		}
		
	#column-left h2 a {color: #F26D20; text-decoration: underline;}
	
	#column-left h2 a:hover {color: #454754; text-decoration: none;}

	#column-left form { margin-left:60px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:273px;
	float: left;
	display: inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0px 60px 10px 20px;
		}

	#column-right form { padding-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#column-right #nav {width: 273px;}
		
		#column-right #nav ul li {padding: 0;}
			
		#column-right #nav a {
			color: #F75A17; 
			text-decoration: none;
			}
	
		#column-right #nav a:hover {
			color: #F75A17;
			text-decoration: underline;
			}
		
		#column-right #nav span {font-weight: bold;}
			
	#column-right p.understanding {
		text-align: center;
		font-weight: bold;
		}

/* ------------------------ header framework ------------------------ */
#header-flash { background:url("../images/header-index.gif") no-repeat; height:338px; width: 704px; padding:0 10px 0 40px; float:left; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 25px 0 0 50px; color: #404040;}
	#header-flash a:link, #header-flash a:visited {color: #000;}
	#header-flash a:hover, #header-flash a:active {color: #404040;  text-decoration: none;}
/*--------------------- Language BUTTON -----------------------------*/
#btn-language {
	background:url("../images/btn-language.jpg") top left no-repeat;					
	width:30px;	/* Width of buttons, not entite image (or half of entire image) */
	height:338px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#btn-language li span { display: none; }

#btn-language li { float:left; list-style:none; position:relative; }

#btn-language li, #btn-language a { 
	height:179px;	/* Each button must have the same height, define it here */
	display:block;
	
	}

/* margin-top to set where the btn-language should begin */
#btn-language-01 { margin-top:0px; width:30px; }

#btn-language-01 a:hover { background:url("../images/btn-language.jpg") -30px  -0px no-repeat; }


/* Sidebar BTN */
#btn-contact-side{
background: url("../images/btn-contact-side.jpg") top left no-repeat;
width:188px;
height:78px;
margin-left:10px;
}

#btn-contact-side a{
display:block;
width:185px;
height:78px;

}

#btn-contact-side a:hover{
background: url("../images/btn-contact-side.jpg")  -189px 0 ;
width:180px;
height:78px;

}

#btn-latisse-side{
background: url("../images/btn-latisse-side.jpg") top left no-repeat;
width:188px;
height:78px;
margin-left:10px;
}

#btn-latisse-side a{
display:block;
width:185px;
height:78px;

}

#btn-latisse-side a:hover{
background: url("../images/btn-latisse-side.jpg")  -189px 0 ;
width:180px;
height:78px;

}


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top: 75px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:58px; padding: 0px; }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") top no-repeat; }
	body#lasik #subhead { background:url("../images/subhead-lasik.jpg") top no-repeat; }
	body#lasik-overview #subhead { background:url("../images/subhead-lasik-overview.jpg") top no-repeat; }
	body#lasik-faq #subhead { background:url("../images/subhead-lasik-faq.jpg") top no-repeat; }
	body#lasik-procedure #subhead { background:url("../images/subhead-lasik-procedure.jpg") top no-repeat; }
	body#lasik-alternatives #subhead { background:url("../images/subhead-lasik-alternatives.jpg") top no-repeat; }
	body#custom-lasik #subhead { background:url("../images/subhead-custom-lasik.jpg") top no-repeat; }
	body#intralase #subhead { background:url("../images/subhead-intralase.jpg") top no-repeat; }
	body#visian #subhead { background:url("../images/subhead-visian.jpg") top no-repeat; }
	body#technology #subhead { background:url("../images/subhead-technology.jpg") top no-repeat; }
	body#cataract #subhead { background:url("../images/subhead-cataract.jpg") top no-repeat; }
	body#eye-care #subhead { background:url("../images/subhead-eyecare.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat;}
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height: 250px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#review #subhead { background:url("../images/subhead-review.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#contact-media-icl {
	background:url("../images/contact-media-icl.gif") no-repeat; 
	width:784px; 
	height:275px; 
	margin:0;
	padding:0; 
	}
	
#vms-lightwindow-link {
	display: none;
	}		

#contact-media-icl span { display: none; }

#contact-media-icl li, #contact-media-icl a { height:275px; display:block; } /* change height here also */

#contact-media-icl li { float:left; list-style:none; _display:inline;  }

#contact-media-icl-01 { width: 225px; margin-left: 41px;}
#contact-media-icl-02 { width: 239px; margin-left: 8px;}
#contact-media-icl-03 { width: 225px; margin-left: 6px;}


/*-------------- (-79px) X position of button / (-275px) height of image from above ------------- */
#contact-media-icl-01 a:hover { background:url("../images/contact-media-icl.gif")  -41px -275px no-repeat; }
#contact-media-icl-02 a:hover { background:url("../images/contact-media-icl.gif") -279px -275px no-repeat; }
#contact-media-icl-03 a:hover { background:url("../images/contact-media-icl.gif") -519px -275px no-repeat; }
	
/* ------------------------ subhead framework with varying heights ------------------------ */
#column-right #click-to-call {
	background:url("../images/btn-click-to-call.jpg") no-repeat; 
	width:273px; 
	height:275px; 
	margin-left:0px;
	padding:0; 
	}

#column-right #click-to-call span { display: none; }

#column-right #click-to-call li, #column-right #click-to-call a { height:275px; display:block; padding: 0px; margin: 0px;} /* change height here also */

#column-right #click-to-call li { float:left; list-style:none; _display:inline; position:relative; padding: 0px; margin: 0px;}

#column-right #click-to-call-01 { width: 273px; margin-left: 0px;}

/*-------------- (-79px) X position of button / (-275px) height of image from above ------------- */
#column-right #click-to-call-01 a:hover { background:url("../images/btn-click-to-call.jpg")  -0px -275px no-repeat; }

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:58px;
	background:url("../images/title-contact.jpg") ;
	}
#title-did-you-know {
	height:58px;
	background:url("../images/title-did-you-know.jpg") ;
	}
#title-visit {
	height:58px;
	background:url("../images/title-visit.jpg") ;
	}
#title-lastest-tech {
	height:58px;
	background:url("../images/title-lastest-tech.jpg") ;
	}
#title-intralase {
	height:50px;
	background:url("../images/title-intralase.jpg") ;
	}
#fastest-laser {
	height: 176px;
	position:relative;
	background: url("../images/fastest-laser.jpg");}
	#fastest-laser a {
	position:absolute;
	top: 19px;
	left: 59px;
	width: 431px;
	height: 140px;
		}

#title-understanding{
	height: 58px;
	background: url(../images/title-understanding.jpg);
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url("../images/footer.jpg") top no-repeat;
	width:100%;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#343746;
	margin-bottom: 10px;
	padding: 0 20px 0 20px;
	}

#footer a:link, #footer a:visited { color:#343746;  text-decoration: underline;}
#footer a:hover, #footer a:active { color:#343746; text-decoration: none;}

#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; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #343746;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN navIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */



	
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:784px; 
	height:37px; 
	margin:0;
	padding:0; 
	
	}

#nav span { display: none; }

#nav li, #nav a { height:37px; display:block; } /* change height here also */

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

/*-------------- Width of individual buttons ---------------*/
#nav-01 { width: 58px; margin-left: 40px;}
#nav-02 { width: 58px;}
#nav-03 { width: 46px;}
#nav-04 { width: 98px;}
#nav-05 { width: 74px;}
#nav-06 { width: 76px;}
#nav-07 { width: 70px;}
#nav-08 { width: 63px;}
#nav-09 { width: 61px;}
#nav-10 { width: 38px;}
#nav-11 { width: 61px;}

/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif")  -40px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -98px -37px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -156px -37px no-repeat; z-index: 999;}
#nav-04 a:hover { background:url("../images/nav.gif") -202px -37px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -300px -37px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -374px -37px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -450px -37px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.gif") -520px -37px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.gif") -583px -37px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.gif") -644px -37px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.gif") -682px -37px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.gif")  -40px -37px no-repeat; }
body#practice #nav-02 { background:url("../images/nav.gif") -98px -37px no-repeat; }
body#lasik #nav-03 { background:url("../images/nav.gif") -156px -37px no-repeat; }
body#custom-lasik #nav-04 { background:url("../images/nav.gif") -202px -37px no-repeat; }
body#intralase #nav-05 { background:url("../images/nav.gif") -300px -37px no-repeat; }
body#visian #nav-06 { background:url("../images/nav.gif") -374px -37px no-repeat; }
body#technology #nav-07 { background:url("../images/nav.gif") -450px -37px no-repeat; }
body#cataract #nav-08 { background:url("../images/nav.gif") -520px -37px no-repeat; }
body#eye-care #nav-09 { background:url("../images/nav.gif") -583px -37px no-repeat; }
body#blog #nav-10 { background:url("../images/nav.gif") -644px -37px no-repeat; }
body#contact #nav-11 { background:url("../images/nav.gif") -682px -37px no-repeat; }



/* SON OF SUCKERFISH */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#2666B1;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	}

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

#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.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover{ 
	background-image:none;
	background-color:#17A5DE;
	color:#FFFFFF;
	text-decoration:none;
	z-index: 999;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:135px; }		


#video_website {
margin-left:0px;
}

#blog-video_website {
margin-left:-17px;
}

#inside-video_website {
margin-left:-17px;
}

.blog-ul {
	display:block;
padding-bottom:10px;	
margin-left:20px;
}

.embed{
	margin-left:60px;
	padding-bottom:20px;	
}

#videoplayerbg{
  background:url("../images/bgVideoPlayer.jpg") no-repeat;
  width:667px;
  height:545px;
margin: 0 auto 100px;
}

#multiplayer{
	margin:46px 0 0 20px;
	
}

body#video #subhead {
	padding-top: 10px;
}

#column-right small {
display:block;
margin:0 0 20px 20px;}

#latest-posts {
	background:url("../images/box_wrap.jpg") repeat-y;
	margin:0 0 0 10px;
}
#box-top {
	background:url("../images/box_top.jpg") no-repeat;
}
#box-bot {
	background:url("../images/box_bot.jpg") bottom left no-repeat;
	padding:26px 0;
	width:240px;
}

#box-bot h2.latest {
	text-indent:-9999px;
}

#joinbackground {
	background: url("../images/joinbackground.jpg") no-repeat;
	width:225px;
	height:138px;
	z-index:0;
}

#online-network {
	margin-bottom:20px;
	margin-left:6px;
	margin-top:13px;
	position:relative;
	top:74px;
	width:213px;
	z-index:100;


}

.socialMedia {
	width:42px;
	height:42px;
	text-indent:-9999px;
	margin-left:15px;
	float:left;
	z-index:100;
}

#online-network a.socialMedia:hover {
	background-position: bottom left;
}

#youtube { background:url("../images/youtube.jpg") no-repeat; }
#facebook {	background:url("../images/facebook.jpg") no-repeat; margin-left: 0px;}
#rss { background:url("../images/rss.jpg") no-repeat; }
#twitter { background:url("../images/twitter.jpg") no-repeat; }

.next_post {background-color:#fff; padding:5px;}
.previous_post {background-color:#fff; padding:5px;}

#quickcontact {width:290px; margin:0 auto;}
#quickcontact input.error {
border:2px solid red;
}
#quickcontact .error {color:red;}
#quickcontact input {width:291px;}
#quickcontact label.error {display:block;}
#quickcontact .requiredtxt {display:block;}
#hiddenModalcontent {display:none;}


/*ERROR DOC*/



#errorflash {
	background:url("../images/placeholder.jpg") no-repeat;
 	height:300px;
    width: 700px; 
    float:left;
    background-color: #EC6700;
    margin-left: 42px;
   
        }

#naverror { 
		width:784px; 
	height:17px; 
	margin:0;
	padding:0; 
	
	}
	
#naverror li {
	margin-left: 60px;
	font-weight: bold;
	font-size: 18px;
}

#error #subhead {
	padding-top: 10px;
}


	
	#btn-language-error {
					
	width:30px;	/* Width of buttons, not entite image (or half of entire image) */
	height:338px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}