/*CSS*/
body {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:11px;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	color: #222;
	text-align:left;
	}

div#wrapper {
	margin: 0 auto;
	width: 981px;
	padding:0;
	}

div#banner {
	float: left;
	width: 275px;
	height: 137px;
	background-image:url(images/banner.jpg);
	}
		
div#graphic {
	float: right;
	width: 706px;
	height: 431px;
	}

div#address {
	float: left;
	width: 275px;
	height: 94px;
	background-image:url(images/address.jpg);
	text-align:right;
	}
	#address p {
		margin: 0;
		padding: 8px 30px 0 0;
		font-family: arial narrow;
		font-size: 14px;
		font-weight: bold;
		}
	#address a, #address a:hover {
		color: #BCBCBC;
		text-decoration: none;
		}
	#address .addstyle:hover {
		color: #EB017E;
		text-decoration:none;
		}

div#nav {
	float: left;
	width: 275px;
	height: 200px;
	background-image:url(images/nav.jpg);
	font-family: arial narrow;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	}
	#nav ul {
		margin: 0;
		padding: 15px 30px 0 0;
		text-transform:uppercase;
		list-style: none;
		line-height: 25px;
		}		
	#nav a {
		color: #BCBCBC;
		text-decoration:none;
		}
	#nav a:hover {
		color: #EB017E;
		text-decoration:none;
		}

div#cataracts {
	float: left;
	width: 233px;
	height: 146px;
	}
div#glaucoma {
	float: left;
	width: 243px;
	height: 146px;
	}
div#cosmetic {
	float: left;
	width: 230px;
	height: 146px;
	}
	

div#left_buttons {	
	width: 275px;
	float: left;
	}	
	
div#shop {
	clear: left;
	float: left;
	width: 270px;
	height: 113px;
	background-image:url(images/shop.jpg);
	}
div#animations {
	clear: left;
	float: left;
	width: 270px;
	height: 113px;
	background-image:url(images/eyeanim2.jpg);
	cursor:pointer;
	}



div#cols .info {
	margin: 10px 20px 0 15px;
	height: 64px;
	}
div#cols .readmore {
	font-weight: bold;
	position: inherit;
	margin-top: 10px;
	margin-left: 10px;
	}
	#cols .readmore a {
	color: #000;
	text-decoration:none;
	font-size: 12px;
		}
	#cols .readmore a:hover {
		color: #000;
		text-decoration:underline;
		}
div#col_1 {
	float: left;
	width: 178px;
	height: 113px;
	background-image:url(images/col_1.jpg);
	}	
div#col_2 {
	float: left;
	width: 179px;
	height: 113px;
	background-image:url(images/col_2.jpg);
	}	
div#col_3 {
	float: left;
	width: 179px;
	height: 113px;
	background-image:url(images/col_3.jpg);
	}	
div#col_4 {
	float: left;
	width: 170px;
	height: 113px;
	background-image:url(images/col_3.jpg);
	}	


div#content {
	float: left;
	width: 700px;
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	}
	#content p {
		margin: 0 75px 15px 12px;
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}
	



div#footer {
	clear: both;
	float: left;
	background-color: #1C1C1C;
	color: #BCBCBC;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	margin: 0 auto;
	}
	#footer a, #footer a:visited {
		color: #BCBCBC;
		text-decoration:none;
		}
	#footer a:hover {
		color: #EA017E;
		}
		



/*  *********************************************   CONTENT   *********************************************** */


.contact_form {
	color: #837f9C;
	}

img {
	border: none;
	}	

/*Link Text*/
H1 {
	font-size: 26px;
	margin: 0;
	padding:30px 30px 20px 80px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-family:arial;
	}

H2 {
	font-size: 14px;
	color: #EB017E;
	line-height: 17px;
	font-weight:bold;
	padding:0px 50px 0 12px;
	margin: 0 0 10px 0;
	}

H3 {
	
	font-size: 11px; 
	color: #7F7F7F;
	line-height: 17px;
	font-weight:bold;
	padding:0px 50px 0px 12px;
	margin-bottom: 10px;
}

div#map	{
	margin: 0 0 0 35px;
}

div#proceduresheader{
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 17px;
	font-weight:bold;
	padding:0 0 0 7px;
	margin: 0 0 0 7px;
}


/*  *********************************************   PHOTOS   *********************************************** */
.picborder {
	border: 1px solid;
	border-color:#EB017E;
}

.picRight {
	border: 1px solid;
	border-color:#F14EA5;
	float:right;
	margin-left: 20px;
}
.picRightnoborder {
	float:right; 
	margin-left:20px;
}
.picLeft {
	border: 1px solid #A096BB;
	float:left;
	margin-right:10px;
    margin-top:5px;
}
.picLeftnoborder {
	float:left; 
	margin-left:0px;
	margin-right:10px;
}


/*  *********************************************   FORMS   *********************************************** */
.inputSelect {
	font-family:arial;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	width:200px;
	font-weight: bold;
}
.inputComment {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	width:200px;
	font-weight: bold;
	font-family: Arial;
}


.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	width:80px;
	border: 1;
}
.inputButton2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	border: 1;
	width:100px;
	border: 0;
}

.no-rep-x {
	background-repeat: repeat-x;
}
.no-rep-y {
	background-repeat: repeat-y;
}


/*  *********************************************   LINKS   *********************************************** */

a, a:visited {
	color: #EA017E;
	text-decoration: none;
	font-size: 13px;
	}
a:hover {
	text-decoration: underline;
	font-size: 13px;
	} 


/* Link Styles Ends */

.button-text {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #214285;
	text-decoration: none;
}

div#copyright {
	margin:30px auto 0;
	padding:0;
	width:684px;
	text-align:left;
	color:#3D4063;
}

div#copyright img {
	float:left;
	margin-right:10px;
}

.backtotop	{
	margin: 0 0 0 560p;
	padding: 0 0 0 560px;
}
.backtotop2	{
	margin: 0 0 0 530p;
	padding: 0 0 0 530px;
}

.maplink	{
	color:#000000;
	text-decoration:none;
}

.maplink:hover	{
	color:#000000;
	text-decoration:underline;
}

.pdflist {
	list-style-image: url(images/p-acrobat_file_small.gif);
}

.services	{
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}

.proceduresheader{
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 17px;
	font-weight:bold;
	padding:0 0 0 7px;
	margin: 0 0 0 7px;
}
.rep-l {
	background-color: #B8EDFC;
	background-image: url(images/rep-l.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
ul {
	font-size: 13px;
}
#apDiv1 {
	position: relative;
	width:15px;
	height:30px;
	left: 30px
	z-index:1;
	left: 140px;
	top: 30px;
	cursor:pointer;
}
#apDiv2 {
	position: relative;
	width:20px;
	height:30px;
	z-index:1;
	left: 138px;
	top: 5px;
	cursor:pointer;
}
#apDiv3 {
	position: relative;
	width:20px;
	height:30px;
	z-index:1;
	left: 138px;
	top: 5px;
	cursor:pointer;
}
#apDiv4 {
	position: relative;
	width:20px;
	height:30px;
	z-index:1;
	left: 135px;
	top: 15px;
	cursor:pointer;
}
#apDiv5 {
	position:relative;
	width:113px;
	height:70px;
	z-index:1;
	left: 140px;
	top: 49px;
	cursor:pointer;
}

div#tsizer {
	width: 100px;
	padding:0;
	position: relative;
	left: 600px;
	top: -30px;
}

