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

*{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
body{
	background:#ffffff url(../img/bg_big.png) repeat-x left bottom;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
}


#line{
	width:954px;
	margin:0px;
	padding:0px;
	padding-bottom:12px;
	margin-bottom:12px;
	background:url(../img/line_bg.png) repeat-x left top;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.clearfloat{
	clear:both;
}
/*************footer*********/
#footer{
	height:127px;
	}
#footer p{
	padding:66px 0px 0px 0px;
	float:left;
	font-size:11px;
	color:#ffffff;
}
#footer p.p1{
	float:right;
	padding-right:45px;
}
#footer p.p2{
	padding-left:45px;
}
#footer p.p2 a{
	margin-right:0px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}
/********menu*******/


#menu{
	width:420px;
	list-style:none;
	float:left;
	position:absolute;
	left:560px;
	top:51px;
}
#menu li{
	float:left;
	padding-right:32px;
	display:inline;
}

/**site bg**/
#container_zbg{
	width:100%;
	text-align:left;
	background:url(../img/z_bghw.png) center top repeat-y;

}
#container_zbg_headbg{
	background:url(../img/top_bg.png) no-repeat center top;
	padding:0px 24px 0px 24px;
}

#footer{
	background:url(../img/footer_bghw.png) no-repeat center top;
}