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

body,td,th, li {
	color: #999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#000;
	margin-left:0;
	margin-bottom:3;
	margin-right:0;
	margin-top:0;
	font-size:12px;
	
}
a:link, a:visited, a:active{
	color:#333;

}

a img{
	border:none;
}
img{
	border:none;
}
p{
	font-size:12px;
	color:#999;
}
/* Header */
div#headerwrap { 
	position:absolute; 
	width:100%; 
	#top:0; 
	top:0; 
	left:0; 
	#left:0; 
	height:40px; 
	z-index:99
}

body>div#headerwrap { 
	position:fixed; 
}

div#header { 
	height:40px; 
	width:800px; 
	margin:0 auto; 
}


/* Navigation */
#menu { 
	position:relative; 
	width:800px; 
	z-index:99; 
	text-align:center;
}
.menus { 
	list-style-type: none; 
	list-style-position:outside; 
	position: relative;  
	margin:0px; 
	padding: 0; 
	background-color: transparent;
}
.menus li { 
	display: block; 
	overflow: hidden; 
	padding: 0; 
	cursor: pointer; 
	float: left; 
	width: 80px; 
	height: 40px; 
	margin-right: 0px; 
	background-image:url(../images/menu.gif); 
	background-repeat:no-repeat;
}
.menus a { 
	display:block; 
	height:40px; 
	text-indent:-9999px; 
	outline:none; 
}
#menu1 { 
	background-position:0px 0px;
}
#menu2 { 
	background-position:-150px 0px;
}
#menu3 { 
	background-position:-300px 0px;
}
#menu4 { 
	background-position:-450px 0px;
}
#menu1.active, #menu1:hover { 
	background-position: 0px bottom; 
}
#menu2.active, #menu2:hover { 
	background-position: -150px bottom; 
}
#menu3.active, #menu3:hover { 
	background-position: -300px bottom; 
}
#menu4.active, #menu4:hover { 
	background-position: -450px bottom; 
}

/* Footer */
div#footerwrap {
	width:100%; 
	position:absolute; 
	bottom:0px; 
	left:0; 
	vertical-align:middle; 
	z-index:99;
}
body>div#footerwrap { 
	position:fixed; 
	vertical-align:middle;
}
div#footer { 
	width:800px; 
	margin:0 auto;
}
.foot { 
	background:url(../images/bottom.png) repeat-x top center; 
	position:relative; 
	width:800px; 
	z-index:999; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#333; 
	line-height:14px; 
	vertical-align:middle; 
	font-size:11px;
}
.foot a, .footer a:visited { 
	font-size:inherit; 
	color:inherit; 
	line-height:inherit; 
	text-decoration:underline;
}
.foot a:hover, a:active {
	color:#CCC; 
	text-decoration:underline;
}
