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

*{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}

body{
	text-align: center;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#484848;
	behavior:url("csshover3.htc");
	height:100%;
	border:0; 
	background:#ffffff url(../img/bg_big.png) repeat-x left bottom;
}
p{
	margin-bottom:25px;
}
#wrapper { min-height: 100%; }
* html #wrapper {
	height: 100%;
	_height:400px;
	border:none;
	overflow:scroll;
	_overflow:none;
	} 

#wrapper{
	width:1004px;
	margin:0px auto 0px;
	padding-top:25px;
	padding-bottom:30px;
	text-align:center;
}

a:link,a:visited{
	color:#7b3469
	}
	

a:hover{	
	text-decoration:none;
	}

/**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;
}
/***/
#header{
	position:relative;
	padding-top:35px;
	padding-bottom:0px;
}
#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;
	
}
#banner1{
	position:relative;
	z-index:0;
}
#banner1 img{display:block;}
#contentz{background:url(../img/bg1.png) repeat-y left top;}
#maincontent h1{
	font-size:24px;
	padding-bottom:15px;
	}
#content_bg{
	background:url(../img/bottom_bg1.png) no-repeat left bottom;
	padding:0px 23px 90px 25px;
}

#logo{
	margin:0px 0px 0px 25px;
}

.bt{
	position:absolute;
	left:432px;
	top:202px;
}

.clearfloat{
	clear:both;
}
#content{
	padding:0px 25px 0px 25px;
	background:url(../img/bottom_bg1.png) no-repeat left bottom;

}

/******footer*****/
#footer{
	height:127px;
}
#footer p{
	padding:55px 0px 0px 0px;
	float:left;
	font-size:11px;
	color:#ffffff;
		line-height:15px;

}
#footer p.p1{
	float:right;
	padding-right:45px;
	text-align:right;
	padding-top:55px;
}
#footer p.p2{
	padding-left:45px;
	text-align:left;
}
#footer p.p2 a{
	margin-right:3px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
	}

/*************/
/******menu*****/
#logo{
	padding-top:0px;	
	padding-bottom:14px;
}
#menu{
	width:450px;
	list-style:none;
	float:left;
	font-size:16px;
	position:absolute;
	left:536px;
	top:55px;
}
#menu li{
	float:left;
	width:80px;
	text-align:center;
	display:inline;
}
#menu li a{
	padding-right:0px;
	padding-bottom:14px;
	color:#585e65;
	font-size:16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li a:hover{
	text-decoration:underline;
	
	font-size:16px;
}
.li .a{
	background-color:#FFF;
	}
.p2{color:#bc55a2}