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:#000;}
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:#5abcf4;}
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:#ff9b8d;}

div.main { 
	min-height: 100%; 
	_height: 100%;
    position:relative;
	background:url("../img/bodyR.jpg") no-repeat;
    background-position: right bottom;
}
div.block{
   	overflow: hidden;
   	zoom: 1;
    width:998px;
    background:url("../img/bodyL.jpg") no-repeat;
    background-position: left bottom;
    padding-bottom: 225px;
}

.content{
    padding:30px 30px 0 30px;
}

.right{
	width:300px;
	float:left;
}
.right .menu{
    position:relative;
    z-index:5;
    padding: 0 0 40px 0;
}
.menu ul{
    font-size:14px;	
}
.menu ul li{
    padding:0 5px 10px 32px;
    *padding:0 5px 8px 32px;
    background:url("../img/liImg.jpg") no-repeat;
    background-position:0 -1px;
}

.category{
	color:#ff9b8d;
    font-size:30px;
    padding:50px 0 10px 0;
}

.news{

}
.news .title{
    color:#ff9b8d;
    font-size:24px;
    padding:0 0 10px 25px;
}
.news p{
    color:#000;
    font-size:12px;
    line-height:16px;
    padding:0 0 0 20px;
    width:245px;
}


.left{
    width:695px;
    float:left;
}

.top{
    background:url("../img/headerBg.jpg") 0 0 no-repeat;
    min-height:570px;
    height:auto;
    _height:570px;
}
.top .text{
    text-align:right;
    color:#000;
    padding:395px 20px 0 0 ;
}
.top .text .title{
    font-size:24px;
    color:#ff9b8d;
    padding-bottom:5px;
}
.top .text p{
    font-size:12px;
    line-height:24px;
}

.content h1{
	padding:0 0 10px 0;
}

.image{
    float:left;
    width:265px;
    height:200px;
    margin: 8px 20px 5px 0;
    z-index:5;
    border:1px solid #ebebeb;
}

.content p{
    line-height:26px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}

.footer{
    height:225px;
    clear: both;
    float: none;
    position: absolute;	
    bottom: 0;
    right:227px;

}
.footer .wrap{
    background:url("../img/footerBg.png") 0 0 no-repeat;
    _background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/footerBg.png', sizingMethod='scale');
    width:389px;
    height:205px;
    padding-left:60px;
}

.copy{
    padding:40px 90px 0 5px;
    font-size:18px;
    z-index: 2;
    color:#bec216;
}
.copy a{
    color:#bec216 !important;
}

.google{
	z-index: 2;
    padding:5px 0 0 0;
    color:#000;
}
.google input{
    margin:0 3px;
}