@charset "utf-8";
*{
	margin:0 auto;
	padding:0;
}
body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#000;
	background:url(bgBody.jpg) fixed;
}
.wrapper {
	width:960px;
	background:#fff;
	margin:0px auto;
}

/*=======================================*/

.header{
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
.banner{
	overflow:hidden;
	margin-bottom:2px;
}
.menuTop{
	background:url(bgMenu.gif) repeat-x top left;
	height:43px;
}
.menuTop li{
	list-style:none;
	float:left;
	font-size:13px;
	line-height:43px;
	font-weight:bold;
	text-transform:capitalize;
}
.menuTop a:link,
.menuTop a:visited{
	color:#fff;
	display:inline-block;
	padding:0px 20px;
	text-decoration:none;
}
.menuTop a:hover,
.menuTop li.active a{
	background:url(bgMenuHover.png) repeat-x top left;
}
.menuTop li.lang {float:right;color:#fff;font-weight:bold;}
.menuTop li.lang a{padding:10px 5px;}
.menuTop li img {width:24px;padding:0 2px;background-color:#fff;border-radius:2px;}
/*=======================================*/

.container{
	overflow:hidden;
	position:relative;
	padding-bottom:10px;
}
.footContainer{
	background:url(footContainer.png) no-repeat top center;
	height:17px;
}

/*=======================================*/

.left,
.right{
	width:191px;
	float:left;
}
.left1,
.right1{
	margin-bottom:10px;
}
.headLeft1{
	background:url(headLeft.gif) no-repeat top left;
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	padding-left:10px;
	color:#fff;
}
.contLeft{
	padding:5px;
	border-left:solid 1px #cdcdcd;
	border-Right:solid 1px #cdcdcd;
}
.footLeft1{
	background:url(footLeft.gif) no-repeat top center;
	height:4px;
}
.headRight1{
	background:url(headRight.gif) no-repeat top left;
	font-size:15px;
	line-height:35px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
}
.contRight{
	padding:5px;
	padding-bottom:20px;
	border-left:solid 1px #cdcdcd;
	border-Right:solid 1px #cdcdcd;
}
.footRight1{
	background:url(footRight.gif) no-repeat top center;
	height:4px;
}
/*=======================================*/

.center{
	width:568px;
	float:left;	
	margin:0px 5px;
}
.headCenter1{
	line-height:35px;
	font-size:15px;
	font-weight:bold;
	background:url(headCenter.gif) no-repeat top center;
	padding-left:30px;
	color:#fff;
}
.contCenter1{
	padding:5px 10px;
	border-top: none;
	overflow:hidden;
	border:solid 1px #cdcdcd;
	border-top:none;
	border-radius: 0px 0px 5px 5px;
}
/*=======================================*/

.footer{
	text-align:center;
	line-height:20px;
	padding:15px;
	font-size:13px;
	margin:0px 5px;
	border-top:solid 1px #002b45;
	margin-bottom:20px;
}

