@charset "utf-8";
/* CSS Document */
#header{
	clear:both;
	width:100%;
	height:70px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px;
}
#header .bg1{
	clear:both;
	width:100%;
	background:url(../images/minibg.png) repeat-x 0px 0px;
	height:5px;
	font-size:0px;
}
#header .text{
	width:984px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#f8f8f8
}
#header .text .logo{
	float:left;
	width:200px;
}
#header .text .nav{
	float:right;
	width:705px;
	height:36px;
	padding:29px 0px 0px 0px;	
}
#header .text .nav ul{
	padding:0px;
	margin:0px;
}
#header .text .nav ul li{
	float:left;
	width:66px;
	height:36px;
	text-align:center;
	padding:0px 6px 0px 6px;
	position:relative;
}
#header .text .nav ul li a{
	display:block;
	width:66px;
	height:36px;
	line-height:26px;
	background:url(../images/nav.png) no-repeat 0px 0px;
	color:#555555;
	text-decoration:none
}
#header .text .nav ul li a:hover{
	background:url(../images/nav.png) no-repeat -79px 0px;
	color:#FFF;
	text-decoration:none
}
#header .text .nav ul li .navx{
	position:absolute;
	top:26px;
	left:6px;
	width:66px;
	height:29px;
	line-height:29px;
	text-align:center;
	z-index:10000;
	color:#555555;
}
#header .text .nav ul li .navx a{
	color:#555555;
	background:url(../images/navbg3.png) no-repeat 0px 0px;
}
#header .text .nav ul li .navx a:hover{
	color:#cc0000;
	background:url(../images/navbg3.png) no-repeat 0px 0px;
}
#flash{
	clear:both;
	width:984px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	z-index:1
}
#main{
	clear:both;
	width:984px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px;
}
#footer{
	clear:both;
	width:984px;
	height:60px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px;
	background:url(../images/footerbg.png) repeat-x 0px 0px;
}
#footer .text{
	width:984px;
	margin:0px auto 0px auto;
	padding:20px 0px 0px 0px;
	text-align:center
}