/*--------------------- 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: #6B6559 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/18px Arial, Helvetica, sans-serif; 
	color:#28170E;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1,p.h2,p.h3 { margin-bottom:8px; }

p.h1, p.topic1	{
	font-size:1.2em;
	color:#28170E;
	font-weight:bold;
	margin-right: 55px;
}
p.h2	{ font-size:1.1em; color:#000; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#000; font-weight:bold; }

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#004C49; text-decoration:underline; outline:none;}
a:hover,a:active	{ color:#28170E; 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; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0px 15px 53px;
	}

form label	{ font-size:.8em; }

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 #404040;
	color:#404040;
	width:133px; /* 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:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	height:20px;
	}

textarea { 
	height:60px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:50px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:52px;
	height:20px;
	border:none;
	cursor:pointer;
	
	}

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { padding:10px 0 10px 50px; }
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1em;
	}
	
#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; }

#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#DEDBD2!important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #404040;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:750px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position: relative;
	background:url("../images/masthead.jpg");
	height:79px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:115px;
		width:375px;
		top:20px;
		height:46px; 
		}
	#masthead a span {
		display:none;
		}
		
#masthead-logo {
	position:relative;
	background:url("../images/masthead-logo.jpg");
	height:152px;
	}
	/* home link within #masthead */		
	#masthead-logo a {	
		position:absolute;
		left:46px;
		width:156px;
		top:31px;
		height:101px; 
		}
	#masthead-logo a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:transparent url("../images/bg-left-wrap.jpg") no-repeat;
	width:235px;
	float:left;
	color:#FFFFFF;
	}
		
	#address {
	padding: 15px 30px 0px 54px;
	font-size: 12px;
	}
	#directions {
		position:relative;
		background: url("../images/btn-map.jpg") no-repeat;
		height:129px;
		}
		
	#directions a {
		position:absolute;
		left: 50px;
		width: 150px;
		top: 30px;
		height: 95px;
		}
		
	#directions-contact {
		position:relative;
		background: url("../images/btn-map-contact.jpg");
		height:129px;
		}
		
	#directions-contact a {
		position:absolute;
		left: 50px;
		width: 150px;
		top: 30px;
		height: 95px;
		}
		
	#reorder-contacts {
	position:relative;
	width:205px;
	height:103px;
	margin:0px 0px 0px 23px;
	}
	
	#reorder-contacts a {
	position:absolute;
	width:205px;
	height:103px;
	}
		

/* ----- column-right ----- */

#column-right {
	background:transparent url("../images/bg-rt-wrap.jpg") no-repeat;
	width:515px;
	float:left;
	}
	#column-right p {
		margin: 0 55px 8px 50px;
		}
		
	#column-right #subhead p.h1, #column-right #subhead p.head1 {
		padding-top: 70px;
		}
	#column-right #subhead #subnav {
		margin: 70px 55px 0 0px;
		}
	#column-right #subhead p {
		margin: 0 55px 8px 50px;
		}

	/* background image list items */
	#column-right ul { 
		margin-left:50px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding:3px 13px; 
		}
		
	#subnav {
	background: url("../images/sub-nav-bg.jpg") no-repeat;
	float:right;
	padding-left: 20px;
	font-size: 0.9em;
		}
	#subnav ul { 
		margin-left:5px; 
		padding-top: 55px;
		} 

	#subnav ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding:3px 13px; 
		}

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:57px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic {
	height:270px; /* sets height for all non-flash headers */
	background:url("../images/header-graphic.jpg"); 
	}


/* subhead framework
 * ------------------------------------------------------------------------- */

	#subhead-contactus {
		background:url("../images/subhead-contactus.jpg");
		height:100px;
		}
	#subhead-location {
		background:url("../images/subhead-location.jpg");
		height:100px;
		}	

	#subhead-welcome {
		background:url("../images/subhead-welcome.jpg") no-repeat;
		}
		#subhead-welcome p.h1 {
			padding-top:82px;
			}
	
	body#contact #subhead {
		background:url("../images/subhead-contact.jpg") no-repeat; 
		}
	
	body#about #subhead {
		background:url("../images/subhead-about.jpg") no-repeat; 
		}
		
	body#cataract #subhead {
		background:url("../images/subhead-cataract.jpg") no-repeat; 
		}
		
	body#ck #subhead {
		background:url("../images/subhead-ck.jpg") no-repeat; 
		paddintg-top:82px;
		}
		
	body#lasik_prk #subhead {
		background:url("../images/subhead-lasik.jpg") no-repeat;
		}

	body#thanks #subhead {
		background:url("../images/subhead-thanks.jpg") no-repeat;
		height:275px;
		}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#fff;
	}

#footer a:link, #footer a:visited {
	color:#FEDD83;
	}

#footer a:hover, #footer a:active {
	color:#28170E;
	}

#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 #FEDD83;
	}

	#footer li.first { border: none; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:235px;		/* Width of buttons, not entite image (or half of entire image) */
	height:182px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:2px; width:235px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:235px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -235px  -2px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -235px  -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -235px  -62px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -235px  -92px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -235px -122px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -235px -152px no-repeat; }

