body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:HelveticaNeue, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #FF00A4;
}


/***** Container *****/
#container {
	margin:0 auto;
	padding:0;
	width:1024px;
	position: relative;
}

/***** Header *****/
#header {
	display:block;
	position:relative;
	top: 0;
	left: 0;
	height: 35px;
	margin:0 0 70px;
	padding:0px;
	text-align:left;
	width:100%;
}

#top_nav {
	width: 765px;
	height: 35px;
	padding: 0px;
	background-image: url(/photos/blackoptical_logo.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	background-color: #ececec;
}

#top_nav_home_logo {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 153px;
	height: 35px;
	outline-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.top_nav_link {
	display: block;
	float: left;
	height: 35px;
	width: 40px;
	line-height: 35px;
	text-align: left;
	padding-left: 20px;
	color: #000000;333;
}

#login {
	background-color:#ECECEC;
	font-variant:normal;
	font-weight:normal;
	height:35px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	width:245px;
	z-index:200;
}

#login .text {
	color: #000000;
	display:block;
	float:left;
	font-size:12px;
	font-weight:normal;
	height:26px;
	margin-bottom:-6px;
	padding:9px 5px 0 14px;
	text-align:center;
}

#main {
	position: relative;
	width: 1024px;
	min-height: 450px;
	background-color: #ececec;
}

#homepage_image_wide {
	float: none;
	clear: both;
	background-image: url(/images/homepage_image_wide.jpg);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	width: 1024px;
	min-height: 450px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-indent: -8721em;
}

#homepage_image {
	background-image: url(/images/homepage_image.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	width: 512px;
	height: 410px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#homepage_text {
	background-color: #ececec;
	width: 438px;
	height: 378px;
	margin: 0;
	padding: 16px 32px;
	float: left;
	position: relative;
	line-height: 20px;
}

#homepage_text p {
	margin: 16px 0;
	text-align: justify;
}

#footer {
	background-color:#ECECEC;
	clear:both;
	font-size:11px;
	height:35px;
	line-height:14px;
	margin:70px 0 0;
	padding:0;
	position:relative;
	width:1024px;
}

#copyright {
	position: absolute;
	top: 11px;
	left: 11px;
	color: #000000;
	width: auto;
}

#footer_links {
	position: absolute;
	top: 11px;
	right: 11px;
	color: #000000;
	width: auto;
}
