/*------全域------*/
html, body {
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 2;
	background: none no-repeat 0 0 #9e9e9e;
}
img {
	border:	medium none;
}
a {
	text-decoration:none;
	color: #000;
}
.uderline{
	color: #ff1;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style-type: none;
	border-bottom: 1px solid #cacaca;
	text-align: right;
	padding-right:10px;
}

.banner{
	height: 83px;
}
.leftside ul li {
	list-style-type: none;
	border-bottom: 1px solid #cacaca;
	text-align: right;
	padding-right:0px;
}
.leftside ul li a,ul li span{
	color: #8c6033;
}
.leftside ul>li:hover {
	background-color: #D8DCDD;
	border-bottom: 0px solid #cacaca;

}
/*ul>li:hover~ul li a{
	color: #fff;
}*/

.leftside ul li > ul{
	display: none;
}

.leftside ul li:hover > ul{
	display: block;
}
.leftside ul li > ul {
	background-color: #fff;
	
}
.current{
	background-color: #D8DCDD;
}
h2 {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #e0c3a6;
	padding: 40px 30px 10px 0px;
	color: #8c6033;
	line-height:1;
	display: inline-block;
}
h2:first-child{
	padding: 23px 30px 10px 0px;
}
.padr25{
	padding-right: 25px;
}
.logo {
	position: relative;
	height: 62px;
}
.bodywrap {
	width:888px;
	margin:0 auto;
	background: none no-repeat 0 0 #FFF;
	box-shadow: 0px 0px 2px #4d4d4d,0px 0px 3px #616161,0px 0px 4px #757575, 0px 0px 5px #8a8a8a;
}
.posa{
	position: absolute;
}

.header {
	position: relative;
}

.home {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #8a8a8a;
}
.home a {
	color: #646464;
	font-size: 13px;
}

.submenu {
	width: 100%;
	height: 30px;
	position: relative;
}
.submenu img{
	width: 100%;
	position: relative;
}
.submenu ul{
	margin-left: 620px;
	position: absolute;
	z-index: 20;
	top: 0;
}
.submenu ul li{
	border: 0px;
	display: inline-block;
}
.submenu ul li:first-child:after{
	content: "|";
	position: absolute;
	color: #fff;
	padding-left: 5px;
}
.submenu a {
	z-index: 99;
	color: #FFF;
	font-size: 15px
	position: relative;
}
.submenu .toolbar div:first-child {
	content: " | ";
}
.submenu > div{
	display:inline-block;
}
.submenu > div {
	width: 600px;
	text-align:right;
	background: none no-repeat 0 0 #a1a1a1;
	padding: 0 10px;
	margin: 0 auto;
}
.submenu .middle a:first-child:after {
	content: " | ";
}
.contentheading {
	text-align: right;
	font-size: 18px;
	background: none no-repeat 0 0 #a17952;
	width:880px;
	color: #fff;
	clear:both;
	padding-right:8px;
	height: 40px;
}
.contentheading span{
	padding-right: 36px;
	word-spacing: 2px;
	line-height: 40px;
}
.contentheading > .leftside {
	float:left;
	background: none no-repeat 0 0 #e0c3a6;
	width: 200px;
	height: 40px;
	text-align: center;
	font-size: 26px;
	position: relative;
	
}
.contentheading > .leftside a{
	color: #8c6033;
	
}
.contentheading > .leftside a div{
	line-height: 40px	;
	
}
.contentheading > .leftside > div{
	position: absolute;
	font-size: 24px;
	margin: auto ;
	top: -5px;
	right: 0;
	left: 0;
	bottom: 0;
	
}
.contentwrap {
	width: 100%;
}
.contentwrap > div{
	display: inline-block;
	vertical-align: top;
}
.contentwrap > .leftside {
	width:200px;
	border-top: 4px solid #8c6033;
	border-right: 1px solid #efefef;
	/*padding-right: 8px;*/
}
.contentwrap > .leftside a {
	/*color: #8c6033;*/
	font-size: 17px;
}

.contentwrap > .main {
    width: 600px;
    padding-left: 28px;
    margin-bottom: 65px;
}

.footer {
	color: #b4b4b4;
	padding: 5px;
	border-top: 4px solid #dedede;
	width: 878px;
}
.footer div{
	line-height: 17px;
	width: 96%;
	text-align: right;
	font-size: 12px;
	padding-right: 30px;
}


/*------全域------*/

