@charset "utf-8";
/* CSS Document */
html,body{margin:0;padding:0}
body{
	background: url(../images/bg.png);
	font: 13px arial,sans-serif;
	text-align:center;
	color: #e0eff4;
}
p {
	margin: 0;
	font-size: 15px;
	line-height: 28px;	/*行高*/
	letter-spacing: 1px;	/*字距*/
/*
	text-align: justify;
	text-justify:inter-ideograph;
*/
}

img { border: 0; }
a {
	color: #afdfec;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pagewidth {
	background: url(../images/s_bg.png) repeat-x;
}
div#header{background-color:#F3F2ED;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{
	margin:0 auto;
	width:951px;
	background: url(../images/s_bg_wrap.png) repeat-y;	
	text-align:left;
}
div#wrapper {
	min-height: 120px;
	width: 951px;
	background: url(../images/s_bg_cent.png) no-repeat;
}
div#content{
	float:right;
	width:701px;
}
#mainContent h4 {
	padding: 0 0 10px 20px;
	background: url(../images/bg_item.png) no-repeat;
	font-size: 15px;
	color: #d0c58e;
}
#mainContent h4 a {
	color: #d0c58e;
	text-decoration: none;
}
#mainContent h4 a:hover {
	text-decoration: underline;
}
div#mainContent {
	margin-top: 50px;
	width: 640px;	
}
.imgStyle {
	border: 5px solid #fff;
}

div#navigation{
}
div#sidebar{float:left;width:250px}
div#sidebar ul{margin:15px 0; padding:0; list-style-type:none;}
div#sidebar li{margin-bottom:5px;}
#subNav {
	margin-top: 50px;
	margin-left: 30px;
}
#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
#menu li {
/*	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; */
	font-size: 16px;	
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
#menu a {
	width: 190px;
	height: 30px;
	background: url(../images/mu_off.png) no-repeat 0 -2px;
	color: #ccc;
	display: block;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 5px;

}
#menu a:hover {
	width: 190px;
	height: 30px;
	background: url(../images/mu_on.png) no-repeat 0 -2px;
	color: #fff;
	
} 
div#extra{float:left;clear:left;width:250px}
div#extra{}
div#footer{
	clear:both;
	padding: 10px 0;
	width:100%;
	background: url(../images/s_bg_ft.png) no-repeat;
}
div#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 11px;
	text-align: center;
	color:#7fbdcd;
}
.left {
	float: left;
	margin: 2px;
}
.right {
	float: right;
	margin: 2px;
} 

div#mCont {
	width: 606px;
	margin: 0 auto;
}
div.qaBox {
	margin: 10px 0 10px 5px;
	width: 606px;
	background: url(../images/message/bg_qa.png) repeat-y;
}
div.qBox {
	padding: 5px 10px 10px;
	background: url(../images/message/bg_q.png) no-repeat;	
}
div.qdowmBox {
	height: 10px;
	background: url(../images/message/bg_q_down.png) no-repeat;
}
div.aBox {
	padding: 0 10px;
	background: url(../images/message/bg_a.png) no-repeat left bottom;
	min-height: 90px;
}
