﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	background: #fff3cc;
	color:#733c0c;
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: 0;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}


h1, h2, h3 {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 150%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}


h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #733c0c;
	text-decoration: underline;
}
a:hover {
	color: #733c0c;
	text-decoration: none;
}


.layout-placeholder {
	height: 1px;
	overflow: hidden;
	width: 960px;
}

.layout-spacer {
	margin: 0px 0px;
}

.layout {
	width: 90%;
	margin: 0px auto;
}

.layout .left {
	width: 30%;
}
.layout .right {
	width: 69%;
}
.right .banners {
	position: relative;
	left:-30px;
	bottom:-32px;
	background:#fff3cc;
	padding:2px 2px 0px 0px;
	float: left;
	margin-right:-57px;
}

.topmenu {
	position: relative;
	background:transparent;
	height:55px;
	padding: 0px 60px;
}
.topmenu ul{
	float: left;
	width: 100%;
	margin: 12px 0px 0px 19px;
	padding: 0px;
}
 .topmenu ul li {
	float: left;
	padding: 0px;
	list-style: none;
	line-height: 110%;
	font-size: 90%;
}
.topmenu ul li a {
    padding: 0px 10px;
    border-left: solid #000000 1px;
    color: #000000;
}
.topmenu ul li a:hover,
.topmenu ul li.first a:hover,
.topmenu ul li span {
    color: #000000	
}
.topmenu ul li.first a,
.topmenu ul li.first span {
	padding-left: 0px;
	border-left: none;
    color: #000000;
}

.header .center{
	height: 207px;
	background:transparent url('/files/image/hbg.jpg') no-repeat left;
}
.header .center .logo{
	left:15px;
	position:relative;
	top:18px;
}



.menu-main {
	padding-bottom:20px;
	background: transparent url('/files/image/mbg.gif') repeat-x top;
}
.menu-main ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu-main li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
.menu-main li a:hover,
.menu-main li a.selected{
	text-decoration:none;
	background: #dcb995 url('/files/image/mbgh.gif') repeat-x top;
}
.menu-main li a,
.menu-main li span {
	display: block;
	float: left;
	margin: 0px;
	padding: 12px 14px 13px 14px;
	font-weight: bold;
	color: #ffffff;	
}

.comtent {
	font-size: 90%;
}

.content .placeholder {
	margin: 0px 0px 30px 0px;
}

.content .left {
	padding: 0px 30px 30px 30px;
	background: #dcf098;
	border: none;
	border-right:2px solid #fff3cc;
}

.content .right {
	padding: 0px 30px 30px 30px;
	background: #ffebcc;
	border:0
}

.content .news-inner dl dt{
    font-weight: bold;
}
.content .news-inner dl dd{
    padding-bottom: 15px;
}



.menu-sub {
	margin: 0px;
	padding: 0px;
}
.menu-sub li {
	margin: 0px;
	padding: 0px;
	height: 1%;
	list-style-type:disc;
}
.menu-sub li a,
.menu-sub li span {
	display: block;
	margin: 0px;
	padding: 5px 0px;
	font-weight: normal;
}
.menu-sub li a.selected,
.menu-sub li a:hover.selected,
.menu-sub li span.selected {
	font-weight: bold;
}
.menu-sub ul {
	padding: 0px 0px 5px 20px;
}

.menu-sub ul li a,
.menu-sub ul li span {
	padding: 2px 0px;
	font-weight: normal;
}

.catsel {
	font-weight: bold;
}

.menu-path {
	margin: 20px 0px;
	font-size:85%;
}



.sub-content {
	padding: 20px 0px;
}

.sub-content ul {
	margin: 0px;
	padding: 0.2em 0px 0px 0px;
	float: left;
	line-height: 100%;
}
.sub-content ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	font-size: 90%;
}
.sub-content ul a,
.sub-content ul a:hover,
.sub-content ul span {
	padding: 0px 10px;
	border-left: solid #000000 1px;
	color:#000000;
}
.sub-content ul .first a,
.sub-content ul .first a:hover,
.sub-content ul .first span {
	padding-left: 0;
	border: none;
}

.sub-content form {
	float: right;
}
.sub-content form .input-text {
	background: #FFFFFF;
	color: #B6B6B6;
	border: 1px solid #D6D6D6;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	float: left;
	font-size: 90%;
}
.sub-content form .input-submit {
	background: none;
	border: none;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 2px 0px;
	text-decoration: underline;
	font-size: 90%;
}




.footer {
	padding: 25px 30px 10px 30px;
	background: #cc9966;
	color: #fefdfc;
	position: relative;
    clear: both;
}
.footer .copyrights {
	float: left;
    padding: 0px 0px;
}
.footer .creator {
	position: relative;
    float: right;
    padding: 0px 0px 0px 0px;

}
.footer .counter {
	float: right;
    position: relative;
    top: -7px;

}
.footer a {
	color: #fefdfc;
}

.clear {
	clear: both;
}
.placeholder {
	height: 1px;
	overflow: hidden;
}
.faqdata  .line{
	border-bottom:1px solid #DDDDDD;
	margin-bottom:25px;
}
.faqdata  .faqtitle {
	overflow:hidden;
}
.faqdata  .funame {
	float:left;
	font-weight:bold;
}
.faqdata .fdatetime {
	float:right;
}
.faqdata .fanswer {
	padding:0px;
	margin:0px;
}
.faqdata .fanswer {
	padding:0px;
	margin:0px;
}
.site_loginform td {
	padding:3px;
	text-align:right;
}
.site_loginform p {
	padding-left:100px;
	padding-bottom:10px;
}

.image{
border: 1px solid #9A9A9A;
}
