html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; background:#f2b449 url("../img/bg.jpg") repeat-x;}
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;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { outline: none; -moz-outline: 0; border: none; border-width:0; color: #e22e44;}
a:hover { outline: none; -moz-outline: 0; border: none; border-width:0; color:#f35c6e;}
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{padding:0 0 18px 10px; font-size: 24px; font-family:arial, sans-serif; font-weight:normal; color:#e22e44;}
div.main {width: 100%; min-height: 100%; _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998+2? "998px": "auto" );}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.header{
    overflow:hidden;
    zoom:1;
    height:210px;
    margin-bottom:30px;
}
div.header .headerK{
    background:url("../img/headerK.jpg") no-repeat;
    width:286px;
    height:73px;
    position:absolute;
    top:0;
    left:30px;
    z-index:100;
}
div.header .headerR{
    background:url("../img/headerR.jpg") no-repeat;
    width:708px;
    height:206px;
    float:right;
    _display:inline;
    margin-right:50px;
    z-index:10;
}
div.header .headerJ{
    background:url("../img/headerJ.jpg") no-repeat;
    width:160px;
    height:101px;
    top:82px;
    left:60px;
    z-index:20;
    position:absolute;
}

div.left{
    float:left;
	width: 302px;
    position:relative;
}
div.left .category{
    position:relative;
    top:-3px;
    color:#e22e44;
    margin-left:40px;
    font-size:26px;
}
div.left .menuB{
    background:url("../img/menuBg.jpg") no-repeat;
    margin-left:40px;
    width:207px;
    height:110px;
}
div.menu{
    border-right:4px solid #d04f25;
    border-bottom:4px solid #d04f25;
}
div.menu ul{
    padding:0 0 20px 40px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding-bottom:5px;
}
div.menu ul a{
    padding-right:5px;
    color:#e22e44;
    display:block;
}
div.menu ul a:hover{
    color:#f35c6e;
}

div.right{
    margin-left:380px;
}
div.content{
    margin:15px 35px 0 0;
    padding-bottom:10px;
    position:relative;
    /*overflow:hidden;*/
    /*zoom:1;*/
    background:url("../img/contentBg.jpg") no-repeat;
    background-position:bottom right;
    min-height:450px;
    height:auto;
    _height:450px;
}

div.content p{
    padding-right:20px;
}
div.image{
    float:left;
    width:200px;
    height:200px;
    margin:0 20px 20px 0;
}
div.content p{
    font-size:12px;
    color:#000;
    font-family:arial, sans-serif;
}
div.footer{
    margin-top:35px;
    height:85px;
    background:url("../img/footerBg.jpg") repeat-x;
    background-position:bottom left;
}

div.google input{
    margin:0 3px;
}
div.footer ul{
    overflow:hidden;
    zoom:1;
}
div.footer li{
    float:left;
}
div.footer li.copy{
    width:336px;
    padding-left:40px;
    color:#306e91;
    font-size:18px;
    
}