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:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#65c2f6;}
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:#fff;}
.main {
	min-height: 100%; 
	_height: 100%;  
	width: 974px;
	position:relative;
    margin:0 auto;
}
.block{
   	overflow: hidden;
   	zoom: 1;
}
.header{
	position: relative;
    height:578px;
    background:url("../img/header.jpg") no-repeat;
}
.header .text{
	width: 495px;
	position: absolute;
	top:240px;
	left:400px;
    font-size:14px;
    color:#fff;
    line-height:24px;

}
.header .text p{
    padding-bottom:20px;
}

.center{
    overflow:hidden;
    zoom:1;
}
.bBg{
    background:url("../img/bBg.jpg") no-repeat;
    width:275px;
    height:12px;
    margin-bottom:20px;
}

div.left{
	width:290px;
	float:left;
    position:relative;
    z-index: 1;

}
.left .menu{
    position:relative;
    z-index:5;
    width:275px;
    background:url("../img/borBg.jpg") repeat-y;
}
.menu ul{
    font-size:14px;
}
div.menu ul li{
    padding:0 0 4px 20px;
}
.category{
    background:url("../img/category.jpg") no-repeat;
    width:275px;
    height:114px;
}

.news{
    width:275px;
}
.news .title{
    background:url("../img/news.jpg") no-repeat;
    width:275px;
    height:114px;
}
.news p{
    color:#272727;
    font-size:12px;
    line-height:14px;
    padding:4px 15px 11px;
    background:url("../img/borBg.jpg") repeat-y;
}

div.right{
    zoom:1;
    margin-left:305px;
    padding:0 0 20px 0;
    position:relative;
}

.content{
    padding-top:120px;
    /*position:relative;*/
}

.content h1{
    background:url("../img/hBg.jpg") no-repeat;
    height:103px;
    display:inline;
    line-height:128px;
    text-indent:57px;
    padding-right:15px;
    position:absolute;
    top:0;
    left:0;
}

.image{
    width:200px;
    height:200px;
    margin: 10px 20px 15px 0;
    z-index:5;
    float:left;
}

.content p{
    line-height:28px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


div.footer{
	height: 70px;
}
.copy{
	padding:0 0 0 295px;
    font-size:30px;
    z-index: 2;
    color:#080808;
    position: relative;
    float: left;
}
.copy .year{
	font-size: 18px;
    color:#9b9b9b;
    padding-left:29px;
}


div.footer div.google{
	padding:10px 20px 0 0;
	*padding:0 20px 0 0;
	z-index: 2;
	position: relative;
    float:right;
}
div.footer div.google input{
    margin:0 3px;
}



