html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body{font-family: arial;*font-size: 16px; color:#808080; }
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#fff; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#c8df46;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 30px; font-weight:normal; color:#000;}
.main {
	min-height: 100%; 
	_height: 100%;  
	position:relative;
   	min-width: 1200px;
    background:url(../img/bodyBg.jpg) no-repeat;
    background-position:left bottom;
}
.block{
   	overflow: hidden;
   	zoom: 1;
    padding-bottom:35px;
}
.header{
    background: url("../img/header.jpg") no-repeat;
    background-position:top right;
    height:370px;
    width: 1100px;
    margin:0 auto;
}
.header div{
    font-size:40px;
    color:#bce614;
    font-family:times new roman;
    padding:20px 0 0 425px;
}

.lBbg{
	background: url(../img/lBbg.png) no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/lBbg.png', sizingMethod='crop');
	width: 275px;
	height: 22px;
	position: absolute;
	left: 0;
	
	bottom: 0;
	_bottom: -1px;
	z-index: 5;
}
.rBbg{
	background: url(../img/rBbg.png) no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/rBbg.png', sizingMethod='crop');
	width: 283px;
	height: 23px;
	position: absolute;
	right: 0;
	_right: -1px;
	bottom: 0;
	_bottom: -1px;
	z-index: 5;
}


.left{
	width:275px;
	float:left;
    z-index: 1;
    background:url("../img/lTbg.jpg") no-repeat;
}

.left .menu{
    position:relative;
    z-index:1;
    margin-bottom: 11px;
    zoom:1;

}
.menu ul{
    font-size:14px;
    padding:10px 0 15px 11px;
    position:relative;
    background: url(../img/menuBg.jpg) repeat-y;
}
.menu ul li{
    padding:0 5px 6px 0;
    *padding:0 5px 7px 0;
}
.category{
    color:#000;
    font-size:30px;
    padding:15px 0 8px 10px;
}

.news{
    position: relative;
    background: url(../img/lTbg.jpg) no-repeat;
    zoom:1;
}
.news .title{
    color:#000;
    font-size:30px;
    padding:15px 0 8px 10px;
}
.news .text{
	background: url(../img/newsBg.jpg) repeat-y;
    background-position:left bottom;
	padding: 5px 15px 0 10px;
}
.news .text p{
    color:#fff;
    font-size:14px;
    line-height:23px;
    padding: 0 0 24px 0;
}

.center{
    background: url(../img/hBg.jpg) repeat-x;
    margin: 0 298px 0 290px
}

.content{}

.content h1{
    padding:15px 0 10px 10px;
}

.image{
    width:206px;
    height:206px;
    margin: 10px 20px 7px 0;
    z-index:5;
    float: left;
    background:url("../img/imgBg.jpg") no-repeat;
}
.image img{
    margin:3px 0 0 3px;
}

.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

.right{
	width: 283px;
	float: right;
    position: relative;
    background: url(../img/rTbg.jpg) no-repeat;
}
.right .title{
    color:#000;
    font-size:30px;
    padding:15px 0 7px 12px;
}
.right .text{
	background: url(../img/mInfBg.jpg) repeat-y;
	padding: 5px 15px 0 15px;
}
.right .text p{
    color:#fff;
    font-size:14px;
    line-height:24px;
    padding: 0 0 24px 0;
}



.footer{
	height: 100px;
    position:relative;
}
.email{
    font-size:18px;
    color:#000;
    float:left;
    padding:35px 0 0 30px;
    float:left;
}
.email a{
    color:#306e91;
}
.email a:hover{
    color:#45a9e1 ;
}

.copy{
    font-size:18px;
    z-index: 2;
    color:#000;
    float:right;
    padding:35px 30px 0 0 ;
}
.copy .year{
    color:#8b8b8b;
    font-size:14px;
    margin-left:3px;
}
.footer .google{
    top:10px;
    left:400px;
	z-index: 2;
	position: absolute;
    color:#000;

}
.footer .google input{
    margin:0 3px;
}



