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


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}
#wrapper{
	height:600;
	background-color:#FFF;
	border-left:#FFF 20px solid;
	border-right:#FFF 20px solid;
}
#header {
	height:60px;
	position:relative;
}
#header div{

}
#logo{
	float:left;
	padding-top:10px;
}
#headright{
	float:right;
}
#menuwrap {
	height:30px;
	width:817px;
	background:url(images/menubgdots.png) repeat-x;
	text-align:center;
	padding:1px;
}
#content {
	padding-top:10px;
	position:relative;
}

#heading {
	position:absolute;
	height:25px;
	width:300px;
	top: 22px;
	
	
}
#footer {
	border-top: #E4E4E4 1px dotted; 
	height:30px;
	padding-top:5px;
	margin-top: 10px;
	
}
#footerleft {
	float:left;
	height:25px;
	color:#999;
	font-size:9px;	
}
#footerright {
	text-align:right;
	float:right;
	height:25px;
	color:#E2E2E2;
	font-size:9px;
}
#menu {
background:url(images/topmenu_sprite.png) no-repeat;
width:818px;
height:28px;
margin:0;
padding:0;
}
#menu span {
display: none;
}
#menu li, #menu a {
height:28px;
display:block;
}
#menu li {
float:left;
list-style:none;
display:inline;
}

#nav1 {width: 70px;}
#nav2 {width: 120px;}
#nav3 {width: 190px;}
#nav4 {width: 90px;}
#nav5 {width: 130px;}
#nav6 {width: 100px;}
#nav7 {width: 118px;}

#nav1 a:hover { background:url(images/topmenu_sprite.png) 0px -28px no-repeat; }
#nav2 a:hover { background:url(images/topmenu_sprite.png) -70px -28px no-repeat; }
#nav3 a:hover { background:url(images/topmenu_sprite.png) -190px -28px no-repeat; }
#nav4 a:hover { background:url(images/topmenu_sprite.png) -380px -28px no-repeat; }
#nav5 a:hover { background:url(images/topmenu_sprite.png) -470px -28px no-repeat; }
#nav6 a:hover { background:url(images/topmenu_sprite.png) -600px -28px no-repeat; }
#nav7 a:hover { background:url(images/topmenu_sprite.png) -700px -28px no-repeat; }

a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
