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:#6ac3f5;}
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;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	width: 972px;
	margin: 0 auto;
    background:url("../img/bodyBg.jpg") no-repeat;
    background-position:left bottom;
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
}

.header{
	overflow: hidden;
	zoom:1;
	position: relative;
    height:452px;
	background: url(../img/header.jpg) no-repeat;
}
.header .text{
	padding: 284px 0 0 535px;
	color:#fff;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	z-index: 3;
	overflow: hidden;
	zoom:1;
    width:378px;
}


div.left{
	width:275px;
	float:left;
    position:relative;
    z-index: 5;
    top:-50px;
    margin-bottom:-50px;
}

.left .menu{
    padding:15px 0 0 45px;
}
div.menu ul{
    font-size:14px;
}
div.menu ul li{
	padding:0 5px 7px 1px;
}
.category{
	color:#000;
	font-size: 30px;
	padding:15px 0 0 35px;
}

div.right{
    position:relative;
    top:-50px;
	z-index: 5;
	margin: 0 0 -50px 280px;
}
div.content{
    min-height:660px;
    height:auto;
    _height:660px;	
}
div.content h1{
    padding:15px 35px 10px 0;
    text-align:right;
}

div.image{
    float:left;
    width:208px;
    height:208px;
    margin: 8px 20px 8px 0;
    background:url("../img/imgBg.jpg") no-repeat;
}

div.content p{
    line-height:28px;
    padding:0 10px 25px 0;
    font-size:14px;
}

div.footer{
    clear:both;
	height: 90px;
	overflow: hidden;
	zoom:1;
    position: relative;
    z-index: 5;
}
div.footer div.google{
	padding:10px 10px 0 10px;
	color:#000;
	position: relative;
    float:right;
}
div.footer div.google input{
    margin:0 3px;
}

div.copy{
	float: right;
	padding:10px 30px 0 0;
    font-size:18px;
    z-index: 2;
    color:#306e91;
    position: relative;
}

