@charset "utf-8";
*{
	margin:0 auto;
	padding:0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#115002;
	background:url(bgBody.gif) repeat-x top left fixed;
}
.wrapper{
	width:960px;
	margin:0 auto;
}

/*=======================================*/

.header{
	overflow:hidden;
	position:relative;
}
.banner {height:300px;}
.banner img{
	width:960px;
}
.menuTop{
	background:url(bgMenu.PNG) repeat-x top left;
	height:36px;
	padding-left:3px;
}
.menuTop li{
	list-style:none;
	float:left;
	font-weight:bold;
	font-size:13px;
	line-height:33px;
	background:url(lineMenu.png) no-repeat center right;
	padding-right:2px;
}
.menuTop li:last-child{
	background:none;
}
.menuTop a:link,
.menuTop a:visited{
	color:#fff;
	display:inline-block;
	padding:0px 27px;
	text-decoration:none;
}
.menuTop li:hover,
.menuTop li:active{
    background:url('bgMenu_hover.png') repeat-x;
}
.menuTop li.active a,
.menuTop a:hover,
.menuTop a:active{
     color:yellow;
     
}
.lang {position:absolute;right:10px;bottom:3px;}
.lang span.titlelang{float:left;font-weight:bold;}
.lang ul{float:left;}
.lang ul li{float:left;margin-left:10px;}

/*=======================================*/

.container{
	overflow:hidden;
	position:relative;
	padding:10px 5px;
	background:#fff;
}

/*=======================================*/

.left,
.right{
	width:195px;
	float:left;
}
.left1,
.right1{
	margin-bottom:10px;
}
.headLeft1,
.headRight1{
	background:url(headLeft.PNG) no-repeat top left;
	line-height:23px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	padding-top:1px;
}
.contLeft1,
.contRight1{
	padding:10px;
	border:solid 1px #c8caca;
	background: url(bg_box.gif) repeat-x bottom left;
}

.contLeft1 select,.contRight1 select{height:25px;padding:2px;}
/*=======================================*/

.center{
	width:550px;
	float:left;	
	margin:0px 5px;
}
.center1{
	margin-bottom:10px;
}
.headCenter1{
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.contCenter1{
	padding:10px;
	border:solid 1px #ccc;
	min-height:150px;
	background: url(bg_box.gif) repeat-x bottom left;
	overflow:hidden;
}
/*=======================================*/

.footer{
	padding:10px;
	text-align:center;
	background:url(bg_footer.gif) repeat-x top left;
	color:#fff;
	margin-bottom:21px;
}

