﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: 15px;
	background: #ffffff url(/files/image/bbg.png);
	color: #ffffff;
}

table {
	border: none;
	border-collapse: collapse;
	border: #ffffff;
}
td, th {
	border: #ffffff;
	padding: 0px;
	margin: 3px;
	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: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}



.layout {
	width: 100%;
}


.header {
	position: relative;
	height: 288px;
    background: transparent;   	
	border-bottom:3px solid #ffffff;
}
.header table {
	width:100%;
	height: 288px;
}
.header .h-left{
     background: transparent url(/files/image/hbgl.jpg) repeat-x;
}
.header .h-center{
     background: transparent url(/files/image/hbgc.jpg) no-repeat center;
	 width:1090px;
	 padding-top:70px;
}
.header .h-right{
     background: transparent url(/files/image/hbgr.jpg) repeat-x;
}
.header .placeholder {
	height: 1px;
	overflow: hidden;
	width: 960px;
}
.header .tel {
    position: absolute;
    top: 150px;
    left: 25px;
    font-size: 210%;
    color: #cccccc;
}

.content-left {
	background: #33ccff;
	border:none;
	width: 25%;
	border-right:8px solid #ffffff;
	padding: 10px 0px;
}
.menu-main {
	border:none;
	padding: 0px;
	margin: 0px;
	background:#ffffff;
}
.menu-main li {
	border:none;
	padding: 0px;
	margin: 0px;
	font-size: 110%;
	list-style: none;
}
.menu-main li a{
	display: block;
	padding: 10px 0px 10px 40px;
	color: #006699;
    font-weight: bold;
	text-decoration:none;
	background: #33ccff;
}
.menu-main li a.selected,
.menu-main li a:hover{
	background:#ffffff;
	color: #ff0000;
}

.menu-main ul {
	padding: 0px 0px 10px 20px;
	margin: 0px;
	border: none;
}
.menu-main ul li {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 80%;
	height: 1%; 
	background: transparent;
}

.menu-main ul li a{
	background: transparent;
}



.content-right {
	width: 75%;
	padding: 0px 50px 30px 30px;
    background: #003366;
    color: #ffffff;
}
.content-right .spacer {
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}

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

.banners {
	background:#ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px -50px 0px -30px;
}
.banners table{
	width:100%;
}
.banners table td{
	width:50%;
}
.sub-content {
	padding: 25px 50px;
	background: transparent;
}

.sub-content ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.sub-content ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
.sub-content ul a,
.sub-content ul a:hover,
.sub-content ul span {
	color: #E9E7E7;
	padding: 0px 10px;
	border-left: solid #E9E7E7 1px;
}
.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: #E9E7E7;
	cursor: pointer;
	float: left;
	padding: 0px;
	margin: 2px 0px;
	text-decoration: underline;
	font-size: 90%;
}


.footer {
	padding: 25px 50px;
    background: #3399cc;
    color: #ffffff;
	
}
.footer .copyrights {
	color: #ffffff;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 85%;
}


.footer .counter {
	float: right;
	margin: -6px 0px 0px 0px;
}
.footer .creator {
	font-size: 85%;
	float: right;
	margin: 0px 0px 0px 0px;
}
.footer .creator a,
.footer .creator a:hover {
    color: #ffffff;
}


.clear {
	clear: both;
}

.td1 {  border: 1px solid white;
          padding: 5px;
         }
.td2 {  border: 1px solid white;
          padding: 5px;
         }

.td3 {
border:1px solid black;
padding:5px;
vertical-align: middle;
}
.image {
border: solid 1px;
border-color: #9A9A9A;
}

