/* 
 ----------------------------------------------------------------------------
  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
 ---------------------------------------------------------------------------- 
*/

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

#nav { 
	background:url("../lasik/nav/nav.gif") no-repeat; 
	width:822px; 
	height:20px;
	margin-top:1px;
	padding:0; 
	text-align:left;
	}

#nav span { display: none; }

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

#nav li { float:left; list-style:none; display:inline; text-align:center; }

#nav-01 { width: 53px; margin-left: 51px;}
#nav-02 { width: 80px; margin-left: 0px;}
#nav-03 { width: 75px; margin-left: 0px;}
#nav-04 { width: 149px; margin-left: 0px;}
#nav-05 { width: 49px; margin-left: 0px;}
#nav-06 { width: 98px; margin-left: 0px;}
#nav-07 { width: 76px; margin-left: 0px;}
#nav-08 { width: 76px; margin-left: 0px;}
#nav-09 { width: 62px; margin-left: 0px;}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../lasik/nav/nav.gif")  -51px -37px no-repeat; }
#nav-02 a:hover { background:url("../lasik/nav/nav.gif") -104px -37px no-repeat; }
#nav-03 a:hover { background:url("../lasik/nav/nav.gif") -184px -37px no-repeat; }
#nav-04 a:hover { background:url("../lasik/nav/nav.gif") -259px -37px no-repeat; }
#nav-05 a:hover { background:url("../lasik/nav/nav.gif") -408px -37px no-repeat; }
#nav-06 a:hover { background:url("../lasik/nav/nav.gif") -457px -37px no-repeat; }
#nav-07 a:hover { background:url("../lasik/nav/nav.gif") -555px -37px no-repeat; }
#nav-08 a:hover { background:url("../lasik/nav/nav.gif") -631px -37px no-repeat; }
#nav-09 a:hover { background:url("../lasik/nav/nav.gif") -707px -37px no-repeat; }
/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	margin:20px 0 0 0px;
	left:-9999px;
	padding-right:0px;		
	padding:0;	/* Fixes one px spacing for border-right in FF */
	background-color:#9B88E3;	/* 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-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:0px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#000000;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-07 ul a:hover { 
	background-image:none;
	background-color:#993399;
	color:#000000;
	text-decoration:none;
	}

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

#click-here {
background:url("../lasik/top_doc.jpg") no-repeat;
height:227px;
width:275px;
margin:0px 0px 0 0px;
}
#click-here a {
position:absolute;
height:16px;
width:155px;
margin-top:190px;
}

#click-here a:hover{ background:transparent url("../lasik/top_doc_hover.jpg") no-repeat;}
#click-here a span {display:none;}

#developedby {color:#FFFFFF;}

.newsletter-btn{margin:10px 0 0 5px;}