F/* 
 ----------------------------------------------------------------------------
  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: #DDF2F3 url("../images/bg-body.jpg") top left repeat-x;
	text-align:center; 
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#186DB9; 
	}

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

p1	{
	margin-bottom:10px;
	text-align: center;
}

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

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

h1	{ font-size:1.3em; color:#04489A; }
h2	{
	font-size:17px;
	color:#146BC3;
	text-align: left;
}
h3	{
	font-size:13px;
	color:#2DA25F;
	text-align: left;
}
h4	{ font-size:1.0em; color:#6DC37B; }

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

a:link,a:visited	{ color:#04489A; text-decoration:underline; }
a:hover,a:active	{ color:#2DA25F; text-decoration:underline; }


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

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

div.clearlist {
	clear:both;
	height:2em;
	width: 100%;
	}

p.top {
	text-align:right;
	display:block;
	background:url("../images/bg-top.jpg") right no-repeat;
	padding-right:22px;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 15px 10px; 
	}

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

form { 
	width:155px; 
	padding:10px 0 15px 0; 
	}

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

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

input, textarea { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:19px;
	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 { 
	background-color:#04489A; 
	border:1px solid #04489A;
	color:#fff;
	width:155px; /* 5 pixles smaller than form width !important */
	height:25px;
	vertical-align:middle;
	text-align:left;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
textarea { 
	height:58px; 
	overflow:auto; 
	}
	
input.submit-contact-main { 
	background: url("../images/btn-submit-main.gif"); 
	width:65px;
	height:30px;
	border:none;
	cursor:pointer; 
	padding:0;
	}

input.submit-contact-main { margin:95px 0 0 242px; }

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


/* ----- 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:186px;
	}
	
#contact-main label textarea { height:100px; }


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

#wrap-bg {
	width: inherit;
	margin:0;
	padding:0;
	background:url("../images/bg-wrap.jpg") center top no-repeat;
	}

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

#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:154px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:70px;
		}
	#masthead a span {
		display:none;
		}
		
#header-graphic {
	background:url("../images/header-index.jpg");
	height:270px;
	}
 
#column-left { 
	width:230px; 
	float:left;
	color:#fff;
	background:url("../images/bg-column-left.jpg") repeat-y;
	}
	
	#column-left .content-left {
		margin:10px 37px 0 31px;
		}
	
	#btn-map-directions {
		position:relative;
		background:url("../images/btn-map-directions.jpg");
		height:225px;
		}
		#btn-map-directions a {	
			position:absolute;
			left:56px;
			width:123px;
			top:11px;
			height:80px;
			}
		#btn-map-directions a span {
			display:none;
			}
			
	#globe-flash {
		margin-left: 11px;
		}				
			
#column-right { 
	width:529px; 
	float:left; 
	}
	ul.pagetopics {
		background:url("../images/subhead-page-topics.jpg") no-repeat;
		width:173px;
		border:1px solid #266EB5;
		float:right;
		padding-bottom:5px;
		}
		ul.pagetopics  li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px;
			margin:0 5px 0 15px;
			}
			ul.pagetopics  li.primary { margin-top:40px; }
	
	#column-right .content-right {
		padding:15px 70px 0 40px;
		}
	
	#column-right .content-right-welcome {
	padding:70px 70px 0 40px;
	}
	ul.pagetopics  li {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:14px;
			margin:0 5px 0 15px;
			}
			ul.pagetopics  li.primary { margin-top:40px; }

	#column-right .content-right-facial {
		background:url("../images/bg-facial-surgery.jpg") no-repeat;
		padding:15px 70px 0 40px;
		}
	
	#subhead .content-right-inside {
	width: 450px;
	margin: 85px 0 0 40px;
		}
		
		
	h1.masthead1 {
	margin:0;
	padding:0;
	}
	
#masthead1 {
	position:relative;
	background:url("../images/sl-header.jpg");
	height:120px;
	}
	/* home link within #masthead1 */		
	#masthead a1 {	
		position:absolute;
		left:40px;
		width:316px;
		top:36px;
		height:36px;
		}
	#masthead a1 span {
		display:none;
		}		
	
	#welcome {
		width:529px;
		background:url("../images/subhead-welcome.jpg") left top no-repeat;
		}
		
	#btn-cosmetic {
	position:relative;
	background:url("../images/btn-cosmetic.jpg");
	height:303px;
	width:523px;
	text-align: left;
		}
		#btn-cosmetic a.livecchi {
			position:absolute;
			left:41px;
			width:121px;
			top:12px;
			height:136px;
					}
		#btn-cosmetic a.barcellona {
	position:absolute;
	left:359px;
	width:136px;
	top:8px;
	height:136px;
			}
			
		#btn-cosmetic a.koster {
	position:absolute;
	left:40px;
	width:121px;
	top:163px;
	height:136px;
			}
			
		#btn-cosmetic a.lindahl {
	position:absolute;
	left:362px;
	width:126px;
	top:163px;
	height:136px;
			}	
		#btn-cataract-drs a span {
			display:none;
			}	
		
	#btn-aesthetic-drs {
		float:right;
		background:url("../images/btn-aesthetic-drs.jpg");
		height:229px;
		width:181px;
		}
		#btn-aesthetic-drs a {	
			margin:15px 0 0 10px;
			width:130px;
			height:212px;
			display:block;
			}
		#btn-aesthetic-drs span {
			display:none;
			}
		
	#btn-readmore-welcome {
		position:relative;
		background:url("../images/btn-readmore-welcome.jpg") no-repeat;
		height:40px;
		width:348px;
		}
		#btn-readmore-welcome a {	
			position:absolute;
			left:45px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-welcome a span {
			display:none;
			}

	#btn-learnmore-injectables {
		background:url("../images/btn-learnmore-injectables.jpg") no-repeat;
		height:250px;
		width:529px;
		}
		#btn-learnmore-injectables a {	
			margin-left:350px;
			width:134px;
			margin-top:59px;
			height:45px;
			display:block;
			}
		#btn-learnmore-injectables a span {
			display:none;
			}
		
		#btn-learnmore-injectables ul.injectables {
			padding:84px 0 0 215px;
			font-family:"Times New Roman", Times, serif;
			font-size:1.1em;
			}
		#btn-learnmore-injectables ul.injectables li {
			list-style:none;
			}
		#btn-learnmore-injectables ul.injectables li a {
			margin:0;
			padding:0;
			line-height:18px;
			height:18px;
			}
		
		#btn-learnmore-injectables ul.injectables li a:link,#btn-learnmore-injectables ul.injectables li a:visited	{ color:#9C372B; text-decoration:none; }
		#btn-learnmore-injectables ul.injectables li a:hover,#btn-learnmore-injectables ul.injectables li a:active	{ color:#9C372B; text-decoration:underline; }

	#btn-readmore-surgery {
		position:relative;
		background:url("../images/btn-readmore-surgery.jpg") no-repeat;
		height:40px;
		width:348px;
		}
		#btn-readmore-surgery a {	
			position:absolute;
			left:40px;
			width:85px;
			top:7px;
			height:26px;
			}
		#btn-readmore-surgery a span {
			display:none;
			}
	
	#img-dry-eyes {
		float:left;
		width:195px;
		height:150px;
		background:url("../images/img-dry-eyes-index.jpg") no-repeat;
		}
		
	#btn-readmore-dry-eyes {
		background:url("../images/btn-readmore-dry-eyes.jpg") no-repeat;
		height:40px;
		width:334px;
		}
		#btn-readmore-dry-eyes a {	
			margin-left:5px;
			width:85px;
			margin-top:9px;
			height:26px;
			display:block;
			}
		#btn-readmore-dry-eyes a span {
			display:none;
			}

ul.pagetopics {
	background:url("../images/subhead-page-topics.jpg") no-repeat;
	width:173px;
	border:1px solid #266EB5;
	float:right;
	padding-bottom:5px;
	}
	ul.pagetopics  li {
		background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
		padding-left:14px;
		margin:0 5px 0 15px;
		}
		ul.pagetopics  li.primary { margin-top:40px; }
		ul.pagetopics  li.carecredit { background: none; margin: 0px; } 
		
#vms-lightwindow-link { display: none; }			

/* background image list items */
.content-right-inside ul { 
	margin-left:15px; 
	} 

.content-right-inside ul li { 
	background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
	padding-left:14px; 
	list-style:none;
	}

body#doctors dl.leftlist { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:210px;
		} 
body#doctors dl.rightlist { 
		margin:0;
		padding:0;
		font-size:12px;
		float:left;
		width:190px;
		} 
body#doctors dl dt { 
		background:none;
		padding-top:20px;
		font-weight:bold;
		}
		
body#doctors dl dt a:link,body#doctors dl dt a:visited	{ color:#2DA25F; text-decoration:underline; }
body#doctors dl dt a:hover,body#doctors dl dt a:active	{ color:#04489A; text-decoration:underline; }

body#doctors dl dd { 
		background:transparent url("../images/bullet-small.jpg") 0px 6px no-repeat;
		line-height:20px;
		margin-left:5px;
		padding:0 0 0 10px;
		}
body#doctors dl dd.none {
	background:none;
	display:block;
	height:20px;
	}

#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg"); 
	height:125px; 
	clear:both; 
	}


/* subhead images
 * ------------------------------------------------------------------------- */
#subhead {
	width:529px; 
	float:left; 
	}
	
body#cosmetic #subhead {
	background:url("../images/subhead-cosmetic.jpg") no-repeat; 
	}
	
	body#anatomy #subhead {
	background:url("../images/subhead-anatomy.jpg") no-repeat; 
	}
	
	body#conditions #subhead {
	background:url("../images/subhead-conditions.jpg") no-repeat; 
	}
	
	body#eye-q #subhead {
	background:url("../images/subhead-eye-q.jpg") no-repeat; 
	}
	
	body#surgical #subhead {
	background:url("../images/subhead-surgical.jpg") no-repeat; 
	}	

body#injectables #subhead {
	background:url("../images/subhead-injectables.jpg") no-repeat; 
	}

body#skin-care #subhead {
	background:url("../images/subhead-skin-care.jpg") no-repeat; 
	}

body#dry-eyes #subhead {
	background:url("../images/subhead-dry-eyes.jpg") no-repeat; 
	}

body#faqs #subhead {
	background:url("../images/subhead-faqs.jpg") no-repeat; 
	}

body#results #subhead {
	background:url("../images/subhead-results.jpg") no-repeat; 
	}

body#about #subhead {
	background:url("../images/subhead-about.jpg") no-repeat; 
	}

body#doctors #subhead {
	background:url("../images/subhead-doctors.jpg") no-repeat; 
	}
	
body#offices #subhead {
	background:url("../images/subhead-offices.jpg") no-repeat; 
	}

body#contact #subhead {
	background:url("../images/subhead-contact.jpg") no-repeat; 
	}

body#sitemap #subhead {
	background:url("../images/subhead-sitemap.jpg") no-repeat; 
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg") no-repeat; 
	}
	
body#videocos #subhead {
	background:url("../images/subhead-vodeocos.jpg") no-repeat; 
	}


/* section headers images
 * ------------------------------------------------------------------------- */
	
#subhead-facial-surgery {
	background:url("../images/subhead-facial-surgery.jpg");
	height:60px;
	margin:0;
	padding:0;
	}

#subhead-dry-eyes-index {
	background:url("../images/subhead-dry-eyes-index.jpg");
	height:92px;
	margin:0;
	padding:0;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:759px; 
	margin:10px auto; 
	text-align:center;
	font-size:0.9em;
	}

#footer p {
	color:#6A97D8;
	margin:0 15px 0 15px;
	text-align:center;
	}

#footer a:link, #footer a:visited {
	color:#1163B8;
	text-decoration:underline;
	}

#footer a:hover, #footer a:active {
	color:#6A97D8;
	text-decoration:underline;
	}

#footer ul {
	margin:0 10px 5px 10px;
	text-align:center;
	}
	
#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 #1163B8;
	background:transparent;
	}

	#footer li.first { border: none; }



/* Vertical UL Nav
 * ------------------------------------------------------------------------- */

#nav-vert {
	margin:0;
	padding:0;
	list-style:none;
	background:url("../images/bg-nav-vert.jpg") repeat-y;
	}

#nav-vert ul {
	margin:0;
	padding:0;
	}

#nav-vert ul li {
	list-style: none;
	}
#nav-vert li.lh-23 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-23a {
	padding-left:12px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	background:url("../images/bg-nav-lh-23.jpg") top no-repeat;
	}
	
#nav-vert li.lh-40 {
	padding-left:35px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	background:url("../images/bg-nav-lh-40.jpg") top no-repeat;
	}

#nav-vert li.lh-40 a:link,li.lh-40 a:visited, li.lh-23 a:link, li.lh-23 a:visited, li.lh-23a a:link, li.lh-23a a:visited{
	color:#fff;
	text-decoration:none;
	}

#nav-vert li.lh-40 a:hover,li.lh-40 a:active, li.lh-23 a:hover, li.lh-23 a:active, li.lh-23a a:hover, li.lh-23a a:active{
	color:#5DEC82;
	}



/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav-rejuvenate {
	background: url("../images/nav-rejuvenate.jpg") top left no-repeat;					
	width: 259px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 404px;		/* Height of entire image */
	margin-bottom:0;
	float:right;
	}

#nav-rejuvenate li span { display: none; }

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

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

/* margin-top to set where the nav should begin */
#nav-rejuvenate-01 { margin-top:40px; width:259px; }

/* margin-top if there is a spacing between each nav button */
#nav-rejuvenate-02, #nav-rejuvenate-03 { margin-top:0; width:259px; }

#nav-rejuvenate-01 a:hover { background:url("../images/nav-rejuvenate.jpg") -259px  -40px no-repeat; }
#nav-rejuvenate-02 a:hover { background:url("../images/nav-rejuvenate.jpg") -259px  -75px no-repeat; }
#nav-rejuvenate-03 a:hover { background:url("../images/nav-rejuvenate.jpg") -259px  -110px no-repeat; }

#patientforms {
background:url("../images/img-patientforms.jpg") top no-repeat;
height:38px;
	}
	
	

	#iemarquee 
	{
		margin-top:3px;
	}
