html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: arial;*font-size: 16px; color:#808080;}
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;
}

table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#646566; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#bdc0c3;}
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:#ec8817; }
div.main { 
	min-height: 100%; 
	_height: 100%; 
	width:998px; 
	margin: 0 auto;
    background:url("../img/bodyBg.jpg") repeat-y;
    background-position:top right;
}
div.block{
    overflow: hidden;
    zoom:1;
    position: relative;
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:500px;
    z-index:4;
    background:url("../img/header.jpg") no-repeat;
    background-position: 25px 10px;
}


div.right{
    position:relative;
    z-index: 4;
    float: right;
    width: 335px;
    top:-460px;
    margin-bottom:-460px;
    background:url("../img/menuBg.jpg") no-repeat;
    background-position:55px 160px;
}
.category{
    font-size: 30px;
    color:#000;
    padding: 0 0 10px 74px;
}
div.menu{
    padding:0 0 40px 74px;
	 height: 460px;
}

div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 4px 1px;
}
.news{
	color:#000;
	font-size: 12px;
	line-height: 11px;
	margin:0 20px;
	padding-bottom: 50px;	
}
.news p.one{
    background:url("../img/news1.jpg") no-repeat;
    background-position:top left;
    padding:0 0 25px 77px;
    position:relative;
    min-height:155px;
    height:auto;
    _height:155px;
}
.news p.two{
    background:url("../img/news2.jpg") no-repeat;
    background-position:top left;
    padding:10px 0 25px 77px;
    position:relative;
    min-height:155px;
    height:auto;
    _height:155px;
}
div.left{
	margin:0 321px 0px 20px;
	z-index: 2;	
    
}
div.content{
	padding-bottom: 20px;
}
div.content h1{
    padding-bottom:10px;
}


.image{
    position:relative;
    z-index:2;
    float:left;
    width:200px;
    height:200px;
    margin:10px 15px 8px 0;
}
.image .cont {
    background:transparent url(../img/imgBg.png) no-repeat scroll 0 0;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/imgBg.png', sizingMethod='scale');
    height:200px;
    left:0;
    position:absolute;
    top:0;
    width:200px;
    z-index:10;
}

div.content p{
    line-height:28px;
    padding-bottom:25px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height:70px;
	clear:both;
	overflow: hidden;
	zoom:1;
	width: 998px;
	position: relative;
}
div.footer div.google{
	color:#000;
	padding:7px 0 0 15px;
	z-index: 2;
	position: relative;
	float: left;
}
div.footer div.google input{
    margin:0 3px;
}
.copy{
	float: right;
	padding: 2px 20px 0 0;
    z-index: 2;
    position: relative;
}
.copy .year{
	margin-left: 10px;
    font-size:12px;
    color:#8f8f8f;
}
.copy .right{
	margin-left: 10px;
    font-size:14px;
    color:#000;
}
.copy .info{
	margin-left: 10px;
    font-size:14px;
    color:#000;
}
.copy .info a{
    color:#646566;
}
