@charset "UTF-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}	
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
	height: 480px;
}
.oneColElsCtr #mainContent {
	width: 750px;
	float: left;
}
#leftContent {
	float: left;
	width: 180px;
	background-image: url(eye_logo.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-right: 30px;
	text-align: left;
	padding-top: 120px;
}
.style3 {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	width: 150px;
}
#lefttext {
	font: bold 12px "Lucida Grande", Arial, Helvetica;
	padding-top: 50px;
}
a {
	text-decoration: none;
	color: #000000;
}
#nav {
}
#nav ul {
	font-variant: normal;
	list-style: none;
	text-align: right;
	font-size: 13px;
}
.model_menu {
	width: 128px;
	float: left;
	margin: 11px;
}
.footer {
	float: right;
	clear: both;
	text-align: right;
}
#nav {
	background-position: left;
	text-align: left;
	font: bold 9px "Lucida Grande", Arial, Helvetica;
	padding-top: 40px;
}
#nav a:hover {
	color: #666666;
}
.model_menu img {
	border-width: 0px;
}
.style5 {font-size: 11px}
.style6 {font-size: 9px}
.footer .style6  a:hover {
	color: #FF6600;
}
.page_nav {
	text-align: right;
}
.page_nav a:hover {
	color: #999999;
}
#maintext {
	width: 450px;
	float: left;
}
#right_side {
	float: left;
	margin-left: 30px;
	margin-top: 60px;
	width: 270px;
}
