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','Tahoma';*font-size: 16px; color:#808080;}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
a { color:#fff21e; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#fcf7a8;}
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: 28px; font-family:arial, sans-serif; font-weight:normal; color:#a68787;}
div.main { 
	min-height: 100%; 
	_height: 100%;  
	position:relative;
	min-width:998px; 
	width:expression(document.body.clientWidth < 998+2? "998px": "auto" ); 
}
div.block{
   	overflow: hidden;
   	zoom: 1; 
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height: 425px;
    border-bottom:10px solid #ffe4ac;
    background:#f9eed2 url(../img/header.jpg) no-repeat;
    background-position: right bottom;
}
.header .wrap{
    width:988px;
    margin:0 auto;
    position:relative;
}
.header .text{
	overflow: hidden;
	zoom:1;
    color:#f95c5c;
    font-family: Verdana;
    font-size: 18px;	
    width: 385px;
    padding: 200px 0 0 30px;
}
.header .title1{
	position: absolute;
	color:#fff;
	font-size: 60px;
	right:570px;
	top:30px;
}
.header .title2{
	position: absolute;
	color:#fff;
	font-size: 24px;
	left:20px;
	top:105px;
}
.header .title3{
	position: absolute;
	color:#fff;
	font-size: 48px;
	left: 20px;
	top:130px;
}

.center{
    width: 998px;
	margin: 0 auto;
    background: url(../img/leftBg.jpg) no-repeat;
    background-position: left bottom;
}
.clearFloat {
    clear:both;
    display:block;
    font-size:0 !important;
    height:0 !important;
    line-height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

div.left{
	margin-left: 25px;
    _display:inline;
	width:269px;
	float:left;
    position:relative;
    top:-125px;
    z-index: 5;
    padding-bottom: 238px;
    
    margin-bottom: -125px;
}
.left .menu{
    position:relative;
    z-index:5;
	background: url(../img/menuBg.png) no-repeat;
    background-position: left bottom;
    padding:10px 0 0 25px;
    _height:100%;
    _background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/menuBg.png', sizingMethod='scale');
}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
    padding-bottom:15px;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 6px 1px;
}
.left .category{
	color:#db7474;
	font-size: 28px;
	padding-left: 25px;
	background: url(../img/catBg.png) no-repeat;
    background-position:left top;
	height: 40px;
	padding-top: 15px;
    _background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/catBg.png', sizingMethod='scale');
}

div.right{
    position:relative;
	z-index: 5;
	margin: 0 0 0 330px;
}
div.content{
	padding-top: 30px;	
	min-height: 600px;
	height: auto;
	_height: 600px;
	background: url(../img/contBg.jpg) no-repeat;
    background-position: left bottom;
	
}
div.content h1{
    padding:0 0 15px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin: 8px 20px 10px 0;

}
div.image img{
    border:1px solid #d2d2d2;
}
div.content p{
    line-height:28px;
    padding:0 25px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	height: 92px;
	background: #f9eed2;
	overflow: hidden;
	zoom:1;
}
div.footer .wrap{
    width:998px;
    margin:0 auto;
}
div.footer div.google{
	float: right;
	padding:20px 35px 0 0;
	color:#000;
	position: relative;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	float: left;
	padding:30px 0 0 40px;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.email{
	float: left;
	padding:35px 0 0 50px;
    font-size:18px;
    z-index: 2;
    color:#000;
    position: relative;
}
div.email span{
	padding-right: 5px;
}
div.email a{
	color:#9e9506;
}

