@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;	
}
.header {
	height: 82px;
	
}
.header .logo {
	background-image: url(../images/logo.png);
	height: 70px;
	width: 150px;
	float: left;
	margin-top: 6px;
}




.header .menu {
	float: right;
	width: 400px;
	margin-top: 50px;
}
.menuLink {
	float:left;	
	margin-right: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #999;
}
.off {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAECF7;
}
.on {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ACB4DB;	
}
.menuLink a:link, .menuLink a:visited {
	color: #999;
	text-decoration: none;
}
.menuLink a:hover {
	color: #999;
	text-decoration: none;
}



.main {
	color: #FFF;
	background-color: #ACB4DB;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
.main .visual {
	background-image: url(../images/visual.jpg);
	height: 489px;
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}



.footer {
	height: 55px;
}
.footer .logoFooter {
	background-image: url(../images/logo_footer.png);
	float: left;
	height: 42px;
	width: 119px;
}
.footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
