@charset "gb2312";
/* CSS Document */
body,td,th {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.textcontent {
	line-height: 1.6;
}
.textcontent2 {
	line-height: 1.7;
}

#content {
	background-color: #FFF;
	background-image: url(imgs/topbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
	width: 1003px;
}

#mainnav a {
	line-height: 42px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	height: 42px;
	width: 165px;
}
#mainnav a:hover {
	background-image: url(imgs/mainnav_bg2.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.title1 {
	font-weight: bold;
	color: #FFF;
}
.title2 {
	font-weight: bold;
	color: #4E5A78;
	font-size: 13px;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
}

.leftnav a {
	line-height: 37px;
	font-weight: bold;
	color: #424f6d;
	background-image: url(imgs/leftnav_bg.gif);
	display: block;
	height: 37px;
	width: auto;
	padding-left: 5px;
	font-size: 10px;
}
.leftnav a:visited {
	color: #424f6d;
}
.leftnav a:hover {
	text-decoration: none;
	background-position: -245px;
}
.border1 {
	background-color: #dce3f0;
	background-image: url(imgs/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	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: #a9bac8;
	border-bottom-color: #a9bac8;
	border-left-color: #a9bac8;
}
.border2 {
	padding: 4px;
	border: 1px solid #CCC;
}
.border3 {
	border: 3px solid #CBE7F8;
}
#leftContainer{
	width: 245px;
	float:left;
}
#contentContainer{
	width: 245px;
	float:left;
}
.ad{
clear:both;
text-align:center;
padding:5px;
}
/* END DEMO CSS */
#dhtmlgoodies_menu{
	font-family:arial;/* Font for main menu items */
	width:auto;/* Width of main menu */
}
#dhtmlgoodies_menuli{/* Main menu <li> */
list-style-type:none;/* No bullets */
margin:0px;/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;/* No <ul> air */
	padding:0px;/* No <ul> air */
	list-style-type: none;
}
#dhtmlgoodies_menu ul li ul{/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
	width: 150px;
}
#dhtmlgoodies_menuli a{/* Main menu links */
text-decoration:none;/* No underline */
color:#000;/* Black text color */
height:20px;/* 20 pixel height */
line-height:20px;/* 20 pixel height */
vertical-align:middle;/* Align text in the middle */
border:1px solid #000;/* Black border */
background-color:#FAFAFA;/* Light blue background color */
margin:1px;/* A little bit of air */
padding:1px;/* Air between border and text inside */
display:block;
}
#dhtmlgoodies_menuli a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
color:#FFF;
background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #535F7C;
	background-color:#D8E0EE;
	font-family:arial;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
margin:0px;
padding:0px;
}
.dhtmlgoodies_subMenu ul li{
list-style-type:none;
margin:0px;
padding:1px;/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{/* Sub menu items */
	white-space:nowrap;/* No line break */
	text-decoration:none;/* No underline */
	color:#434F6E;/* Black text color */
	height:20px;/* 16 pixels height */
	line-height:20px;/* 16 pixels height */
	padding:2px;/* 1px of "air" inside */
	display:block;/* Display as block - you shouldn't change this */
	font-weight: bold;
}
.dhtmlgoodies_subMenu ul li a:hover{/* Sub menu items - mouse over effects */
	color:#FFF;/* White text */
	background-color:#515D7B;/* Blue background */
	text-decoration: none;
}
