@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background:#f3f3f3;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000000;	
}

.clear {
	clear:both;
}

#container {
	width:100%;
}

#document {
	width:994px;
	background:#FFFFFF;
}

#header {
	width:994px;
	height:194px;
	background:url(../../images/blue/banner.jpg) 0 0 no-repeat;
}

#logo {
	width:204px;
	height:84px;
	background:url(../../images/blue/logo.png) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	margin:15px 50px 0 10px;
}

#tool {
	width:994px;
	height:34px;
	background:url(../../images/blue/tool.jpg) 0 0 repeat-x;
}

#body {
	width:994px;
}

#footer {
	width:994px;
	background:#EEEEEE;
}

.foo {
	margin:10px 0;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	padding:10px 0;
	color:#999999;
}

.foo a {
	color:#56A8D8;
	text-decoration:none;
}

.foo a:hover {
	color:#999999;
	text-decoration:underline;
}

<!----- ####### ---->
.topmenus {
	width:980px;
	margin:2px 7px;
	padding:0;
	text-align:left;
}

.topmenus ul{
	margin:0;
	padding:5px;
}

.topmenus ul li{
	list-style:none;
	display:block;
	float:left;
	border-right:1px solid #FFFFFF;
	height:20px;
}

.topmenus ul li#last{
	list-style:none;
	display:block;
	float:left;
	height:20px;
	border-right:0 !important;
}

.topmenus a {
	padding:2px 10px;
	font:bold 11px  Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}

.topmenus a:hover{
	padding:2px 10px;
	color:#B2E0FF;
	text-decoration:none;
}

