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:#b8b733; }
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:#ca5830;}

.main {
	min-height: 100%; 
	_height: 100%;  
	width: 991px;
	margin: 0 auto;
	position:relative;
}
.block{ 
   	overflow: hidden;
   	zoom: 1;
    background:url("../img/leftBg.jpg") no-repeat;
    background-position:59px 437px;
}

.header{
    background:url(../img/header.jpg) no-repeat;
	height: 437px;
}
.header .text{
    color:#fff;
    font-size:24px;
    padding:270px 30px 0 75px;
}

.left{
	width:305px;
	float:left;
    position:relative;
    z-index: 1;
}

.left .menu{
    position:relative;
    z-index:5;
    padding:25px 0 1px 110px;
}
.menu ul{
    font-size:14px;
    
}
.menu ul li{
    padding:0 5px 8px 0;
    *padding:0 5px 6px 0;
}
.category{
    background:url("../img/category.png") no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/category.png', sizingMethod='crop');
    width:182px;
    height:44px;
    position:absolute;
    top:0;
    left:15px;
}
.news{
    padding-top:70px;
    position:relative;
}
.news .title{
    background:url("../img/news.png") no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/news.png', sizingMethod='crop');
    width:156px;
    height:73px;
    position:absolute;
    top:0;
    left:1px;
    z-index:10;
}
.news p{
	width:230px;
    padding:0 0 0 30px;
    color:#913d1f;
    font-size:12px;
    line-height:16px;
    position:relative;
    top:-15px;
}
.news .t{ 
	background:url("../img/newsF.jpg") no-repeat;
    background-position:  left bottom ;
    margin: 15px 0 0 40px;
    position: relative;
   
}


.right{
    margin-left:315px;
    padding:0 0 20px 0;
}

.welk{
    padding-bottom:15px;
}
.welk .title{
    font-size:30px;
    color:#ca5830;
}
.welk .text{
    width:515px;
    margin:5px 0 0 75px;
    padding:15px 0 0 15px;
    background:url("../img/wT.jpg") no-repeat;
}
.welk .text p{
    font-size:14px;
    color:#ca5830;
    background:url("../img/wB.jpg") right bottom no-repeat;
    padding:0 15px 17px 0;
}

.content{}

.content h1{
    margin:15px 0;
}

.image{
    width:238px;
    height:238px;
    margin: 0 2px 2px 0;
    z-index:5;
    float: left;
    background:url("../img/imgBg.jpg") no-repeat;
}
.image img{
    margin:19px 0 0 19px;
}

.content p{
    line-height:20px;
    padding:0 0 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}


.footer{
	height:100px;
    width: 991px;
	margin: 0 auto;
    clear:both;
}
.copy{
    font-size:18px;
    z-index: 2;
    color:#306e91;
    position: relative;
    float: left;
    padding:20px 0 0 115px;
}

.footer .google{
	padding:20px 250px 0 0;
	z-index: 2;
	position: relative;
    float:right;
    color:#000;
}
.footer .google input{
    margin:0 3px;
}



