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:#e3bd9c; background:#46610d url("../img/bodyBg.jpg") repeat-x;  }
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:#65bcec;}
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:#439f09;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 970px;
	margin: 0 auto;
	position:relative;
    background:url("../img/blockBg.jpg") no-repeat;
    background-position:left bottom;
}
.block{
   	overflow: hidden;
   	zoom: 1;
}
.header{
    overflow:hidden;
    zoom:1;
    position:relative;
}
.header .headerT{
    background:url("../img/headerT.jpg") no-repeat;
    width:970px;
    height:501px;
}
.header .headerB{
    background:url("../img/headerB.jpg") no-repeat;
    width:970px;
    height:209px;
}
.header .headerB p{
    font-size:16px;
    color:#fff;
    line-height:26px;
    padding:19px 10px 0 170px;
}
.header .news{
	position:absolute;
    top:50px;
    right:20px;
    width:300px;    
}
.header .news .title{
    color:#000;
	font-size: 30px;
    font-family:Franklin Gothic medium;
}
.header .news p{
	color:#a68787;
	font-size: 12px;
	line-height: 22px;
	padding-top: 5px;

}
.header .news p span{
    background:#46610d;
    padding:2px 0;
    color:#fff;
}

div.left{
	width:304px;
	float:left;
    position:relative;
    z-index: 5;
}
.left .menu{
    position:relative;
    z-index:5;
    padding:0 0 0 25px;
}
div.menu ul{
    font-size:14px;
    font-family:verdana, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 6px 1px;
}

.left .category{
	color:#439f09;
	font-size: 30px;
	padding:0 0 10px 25px;
}


div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 305px;
}

.center{
    position:relative;
    top:-45px;
}
div.content h1{
    margin: 15px 0 10px 0;
}

div.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 5px 0;
}
div.image img{
    margin:0 0 0 2px;
    _margin:0 0 0 5px;
}

div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
    width:970px;
	height: 150px;
	overflow: hidden;
	zoom:1;
}
div.footer div.google{
    float:right;
	padding:0 25px 0 0;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    clear:both;
    float:right;
	padding:5px 25px 0 0;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
    text-align:right;
}
div.email{
    clear:both;
    float:right;
	padding:20px 25px 0 0;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.email span{
	padding-right: 5px;
}


