@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFF url(../images/body_bg.png) repeat-x;
color: #696969;
font-size: 11px;
}

a img {
border: 0;
}

#wrapper {
width: 884px;
margin: 0 auto;
padding: 5px 0;
}

#main {
background: url(../images/mid1.png) repeat-y top left;
padding: 0 10px 0 10px;
}

#top {
background: url(../images/top1.png) no-repeat top left;
padding-top: 19px;
}

#bottom {
background: url(../images/bottom1.png) no-repeat bottom left;
padding-bottom: 17px;
}

#head {
position: relative;
height: 96px;
width: 100%;
}

h1.logo {
width: 230px;
height: 65px;
position: absolute;
left: 22px;
top: 17px;
}

h1.logo a {
width: 230px;
height: 65px;
display: block;
background: url(../images/logo.png) no-repeat;
}

h1.logo a span {
position: absolute;
top: -3000px;
}

ul.mainMenu {
float: right;
margin-top: 32px;
padding-right: 10px;
_padding-right: 4px;
list-style: none;
}


ul.mainMenu li {
float: left;
height: 49px;
margin-right: 6px;
background: url(../images/menu_r.png) no-repeat right top;
}

ul.mainMenu li span {
display: block;
float:left;
height: 49px;
background: url(../images/menu_l.png) no-repeat top left;
}

ul.mainMenu li span a {
display: block;
float:left;
padding: 0 16px;
line-height: 34px;
font-size: 15px;
color: #7e7e7e;
text-decoration: none;
}

.adv {
height: 185px;
font-size: 22px;
line-height: 30px;
color: #fb3601;
background: url(../images/adv.jpg) no-repeat top center;
}

.adv p {
padding: 50px 0 0 55px;
}

#content {
padding: 30px 80px;
}

#footer {
height: 66px;
position: relative;
}

#footer p {
border-top: 1px solid #999999;
width: 780px;
margin-left: 26px;
}

#footer a.smallLogo{
position: absolute;
bottom: 0;
right: 12px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { overflow : hidden; _height : 1%; }