@charset "utf-8";
/* CSS Document */
#box {
	text-align:center;
	width:1002px;
	margin:0 auto;
	background-image: url(global/bg.jpg);
	background-repeat: repeat-y;
}
#container {
	position:relative;/*相对定位,让里面内容的绝对定位都相对于它 */
	margin:0px auto;/*居中*/
	text-align:left;/*还原左对齐以免影响子元素*/
	width:950px;
	background-color:#FFFFFF;
}
#header {
    background-image: url(global/top.jpg);
	background-repeat: no-repeat;	
}
#top{height: 27px;
    padding-top:13px;
    margin-right:30px;
	text-align: right;
}

#rootMenu {height: 40px;
}
#left{
	overflow:hidden;
	float: left;
	width:190px;
	display: inline;
	background-image: url(global/leftBG.jpg);
	background-repeat: repeat-x;
	height:500px;
}
#middle{
	overflow:hidden;
	float: left;
	width:570px;
	margin:0 5px;
}
#right{
	overflow:hidden;
	float: right;
	width:180px;
	}



#footer {
	clear:both;
	margin:10px 0;
	height: 51px;line-height: 51px;
	background-image: url(global/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#footer img{
	vertical-align: middle;
}
/*︻▓▇▇◤◤左栏公共︻▓▇▇◤ */
.leftMenu{}
.leftMenu h3{
	font-size: 14px;
	text-align: center;
	background-color: #003366;
	color: #FFFFFF;
	line-height: 35px;
	height: 35px;
}
.leftMenu ul{padding-left:12px;}
.leftMenu li{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E3E3E3;
}
.leftMenu li a:link,.leftMenu li a:visited{
	width: 170px;
	height: 28px;
	line-height: 28px;
	text-indent: 28px;
	display: block;
	font-size: 14px;
	color: #777;
	background-image: url(leftMenu/li2.gif);
	background-repeat: no-repeat;

}
.leftMenu li a:hover{

	background-image: url(leftMenu/li.gif);
	color: #9B5C3D;
}
/*︻▓▇▇◤◤中栏公共︻▓▇▇◤ */
#banner{
margin-bottom:3px;
}
.sTitle{
	font-size: 14px;
	font-weight: bold;
	text-indent: 38px;
	height: 30px;line-height: 30px;
	width: 570px;
	background-image: url(global/bar.jpg);	
}
.sContent{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
	padding:13px;
}
.sContent p{
margin-bottom:5px;
}

/*︻▓▇▇◤◤右栏公共︻▓▇▇◤ */
#contactDiv{
	height:175px;
	background: url(global/contactDivBG.gif) no-repeat 0px bottom;
	
}
.rTitle{margin-top:3px;
	font-size: 13px;
	font-weight: bold;
	text-indent: 12px;
	height: 30px;
	line-height: 30px;
	width: 570px;
	background-image: url(global/rTitle.jpg);
	background-repeat: no-repeat;
}
.rContent{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.rContent p{
	padding:5px 10px 10px 10px;
}