* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	color:#525151;
	background:#fff;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	border:none;
	float:none;
	width:100%;
	height:0px;
}
a {
	color: #3577aa;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
h1, h2, h3, h4{
	margin:0px; 
	padding:0px;
	font-weight:normal
}
h1{
	font-size:22px;
	color:#ad0504;
	margin-bottom:20px;
}
h2{
	color:#4A616F;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:8px;
}
h3{
	color:#4A616F;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:8px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.techno{
	position:relative;
	width:100%;
	height:31px;
}
.techno .links{
	position:absolute;
	left:0px;
	top:7px;
}
.techno .links a{
	color:#B90F02;
	float:left;
	font-size:11px;
	margin-right:15px;

}
.techno .search{
	margin-top:5px;
	float:right;
	margin-left:20px;
}
.techno .search input.text{
	width:230px;
	padding:0px 5px;
	color:#000;
	border:1px solid #7f9db9;
	margin-right:3px;
}
.techno .search input.s_button{
	cursor:pointer;
	width:54px;
	height:21px;
	border:0px;
	background:url(/mz/img/search_button.gif) left top no-repeat;
}
.techno .login{
	margin-top:5px;
	float:right;
}
.techno .login a{
	margin:0px 5px;
	color: #333;
}

.header {
	height: 156px;
	margin-bottom:7px;
	background: #FFE680;
	position:relative;
	background:url(img/header_bg.jpg) left top no-repeat;
}
.header a.logo{
	position:absolute;
	z-index:10;
	display:block;
	left:00px;
	top:0px;
	width:190px;
	height:120px;
}

.header .banner{
	position:absolute;
	right:8px;
	top:8px;
}

.navigation{
	height:23px;
	margin-bottom:13px;
}
.navigation .links{
            float:left;
            width:770px;
            height:23px;
            background:url(img/nav_links_bg.png) left top no-repeat;
            line-height:23px;
            color:#fff;
}
.navigation .links a{
	float:left;
	display:block;
	height:23px;
	line-height:23px;
	color:#fff;
	padding:0px 8px;
	padding-right:25px;
	text-decoration:none;
	background:url(img/nav_a_bg.png) right top no-repeat;
}
.navigation .links a:hover{
	text-decoration:underline;
}
.navigation .title{
	float:right;
	width:165px;
	height:23px;
	color:#fff;
	font-size:20px;
	font-style:italic;
	line-height:22px;
	padding-left:10px;
	background:url(img/nav_title_bg.png) left top no-repeat;
}
.social{
	position:absolute;
	right:75px;
	top:100px;
}
.social a{
	float:left;
	display:block;
	margin-left:13px;
}
.middle {
	width: 100%;
	padding: 0 0 240px;
	height: 1%;
	position: relative;
}
.middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 190px 0 190px;
}

.dle-content ul  li {margin: 10px 0 10px 20px;}

.sidebarLeft {
	float: left;
	width: 175px;
	margin-left: -100%;
	position: relative;
}
.sidebarRight {
	float:left;
	width:175px;
	margin-left: -175px;
}

.footer {
	width: 960px;
	margin: -225px auto 0;
	height: 225px;
	position:relative;
	background:url(img/footer_bg.png) center top no-repeat;
}
.footer .counters{
	position:absolute;
	top:40px;
	right:0px;
	width:390px;
}
.footer .counters a{
	display:block;
	float:right;
	margin:0px 0px 3px 3px;
}
.footer .counters a img{
	display:block;
	line-height:0px;
}
.footer .f_links{
	position:absolute;
	left:0px;
	top:40px;
	width:770px;
	height:180px;
}
.footer .f_links ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:180px;
	display:block;
	float:left;
	padding-right:30px;
	background:url(img/footer_ul_bg.gif) right top repeat-y;
	margin-right:50px;
}
.footer .f_links ul li{
	background:url(img/arrow_red2.png) 0px 5px no-repeat;
	padding-left:10px;
	margin:0px;
	line-height:16px;
}
.footer .f_links ul li a{
	font-size:12px;
	color:#a80504;
}
.footer .f_links ul.ul_last{
	background:transparent;
}
.footer .copyright{
	position:absolute;
	bottom:-20px;
	left:25px;
	font-size:11px;
	color:#000;
}
ol {
margin:10px 0 10px 20px;
}
ul {
margin:10px 0 10px 20px;
}
.menu3 {
margin:0;
}