* { 
margin: 0;
padding: 0; 

} 

body {
	width: 100%;
	display: block;
	text-align: center;
	background:#fff url(../images/footer-bg.gif) repeat-x 0 100%;
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #363636;
}
p, td, li{
	font:bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #363636;
}
li {
	list-style-position: inside;
}
a {
	color: #363636;
}
.container {
	width: 100%;
	display: block;
	background: url(../images/head-bg.gif) repeat-x 0 0;
}
.wrapper {
	width: 1260px;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.header {
	background: url(../images/head.jpg) no-repeat 100% 0;
	height: 373px;
	display: block;
	position: relative;
}
.logo1 {
	float: left;
	width: 100%;
	background: url(../images/logo.png) no-repeat 0 0;
	height: 119px;
	margin-top: 40px;
}
.logo1 a {
	width: 396px;
	height: 119px;	
	position: relative;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}

.middle {
	overflow: hidden;
	width: 1050px;
	margin: 0 auto;
}
.wrap {
	width: 100%;
	float: left;
	margin-right: -100%;
}
.content {
	padding-left: 350px;
	display: block;
}
.left {
	width: 240px;
	float: left;
}

.left .moduletable {
	margin-top: 25px;
}

h3 {
	padding: 8px 10px;
	display: block;
	background-color: #8e98a3;
	margin-bottom: 15px;
	font:bold 16px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}



/******* top-module *********/
.top-module{
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
}
.top-module .moduletable {
	display: block;
}
.top-module-left {
	float: left;
	width: 42%;
}
.top-module-right {
	float: right;
	width: 42%;
}

.contentpaneopen {
	width: 100%;
	display: block;
}
.contentpaneopen tr, .contentpaneopen tbody {
	width: 100%;
	display: block;
}
.contentheading {
	margin-top: 10px;
	width: 240px;
	padding: 8px 10px;
	display: block;
	width: 100%;
	background-color: #8e98a3;
	margin-bottom: 15px;
	font:bold 16px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}


.banner {
	position: absolute;
	top: 20px;
	left: 250px;
}


/***** menu header *****/
.top-menu {
	width: 700px;
	float: left;
}
.top-menu ul {
	display: block;
	overflow: hidden;
	margin-top: 50px;
	width: 100%;
}
.top-menu li {
	width: 33%;
	float: left;
	list-style: none;
	margin-top: 10px;
}
.top-menu li a {
	padding-left: 35px;
	height: 20px;
	color: #363636;
	font: italic bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.top-menu li a:hover, .top-menu  #active_menu{
	background: url(../images/manu-active.gif) no-repeat 0 0;
}


/**** Search ****/
.search .button {
	display: none;
}
#mod_search_searchword {
	width: 210px;
	height: 15px;
	_height: 25px;
	padding: 5px;
	display: block;
	border: 1px solid #898989;
	color: #898989;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.footer {
	height: 80px;
	_height: 120px;
	padding-top: 40px;
	display: block;
	overflow: hidden;
}
.copyright {
	float: left;
	width: 49%;
}
.counter {
	float: right;
	width: 49%;
}

td.smalltext form {
	text-align:left;
}
span.middletext {
	display:none;
}