* {
    margin: 0;
    padding: 0;
}

body {
    font: 76% tahoma, sans-serif;
    background: #fff;
}

p, a {
    color: #000;
    font-size: 12px;
}

img {
    border: none;
    background: #b3b3b3;
}

fieldset {
    border: none;
}

.header h1 {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
    width: 115px;
    height: 147px;
    background: url(../img/logo.gif) no-repeat;
}

.header h1 a {
    display: block;   
    width: 115px;
    height: 50px;
    padding-top: 97px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #acacaa;
    font-size: 16px;
}

h2 {
    margin-bottom: 25px;      
    padding: 6px 0 8px 0;
}

h2, h4 {
    background: #ffbd0d url(../img/corner.gif) no-repeat -7px top;
    text-align: center;
    color: #797979;
    font-size: 12px;  
}

.main-side h2 {
    width: 25%;
}

h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #acacaa;
    font-size: 12px;
}

.extra-side h3 {
    color: #797979;
}

h4 span {
    display: block;
    padding: 6px 0 8px 0;
    background: url(../img/corner-right.gif) no-repeat right top;
}

h5 {
    font-size: 12px;
    color: #000;
}

h6 {
}

#layout {
    min-width: 970px;
    font-size: 12px;
}

.header {
    position: relative;
}

.header .navi {
    padding: 20px 0 24px 171px;
    background: #acacaa;
}

.header .navi table {
    text-align: center;
    width: 100%;
}

.header .navi td a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.header-content {
    overflow: hidden;
    min-height: 200px;
    margin: 0 2%;
    background: #fff url(../img/cars.jpg) no-repeat center;
}

.header-content img {
    position: absolute;
    border: 1px solid #757170;
}

.lang-block {
    width: 24%;
    height: 225px;
    float: left;
    position: relative;
    padding-top: 95px;
}

.lang-block .lang {
    margin-left: 50px;
}

.lang p {
    float: left;
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: top center;
}

.lang p.rus {
    background-image: url(../img/rus.gif); 
    margin-right: 3px;
}

.lang p.eng {
    background-image: url(../img/eng.gif);
}

.lang p, .lang p a, .lang p strong {
    color: #acacaa;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.contacts {
    width: 330px;
    height: 90px;
    position: relative;
    float: right;
    padding-top: 230px;
}

.contacts div {
    padding-left: 57px;
    background: url(../img/item.gif) no-repeat left center;
}

.contacts div p {
    font-size: 12px;
    color: #828280;
}

.contacts div p strong {
    color: #f4b224;
}

.slogan {
    height: 275px;
    position: relative;
    margin: 0 330px 0 28%;
    padding-top: 23px;
}

.slogan div {
    position: absolute;
    bottom: 0px;
    left: 0;
}

.slogan div p, .slogan div p a {
    font-size: 11px;
    color: #000;
}

.content {
    overflow: hidden;
    margin-bottom: -22px;
    position: relative;
    background: url(../img/content.jpg) no-repeat 60px bottom;
}

.main-side {
    margin: 0 2% 0 290px;
    padding-bottom: 20px;
}

.main-side .tabs {
    background-color: #ffbd0d; 
    overflow: hidden;
    height: 28px;
    margin: 0 0 1px -7px;	
}

.main-side .tabs li {
    float: left;
    width: 25%;
    padding: 6px 0 8px 0;
    background: #ffbd0d url(../img/corner.gif) no-repeat;
    list-style: none;
    text-align: center;
}

.main-side .tabs li a {
    color: #797979;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.main-side .tabs li a:hover {
    text-decoration: underline;
}

.main-side .inner {
    margin-bottom: 30px;
    padding: 19px 25px 25px 22px;
    background: #e2e2e2;
}

.main-side .inner p {
    margin-top: 15px;
    color: #101010;
}

.news li {
    overflow: hidden;
    margin-bottom: 25px;
    list-style: none;
}

.news li .img {
    float: left;
    width: 121px;
}

.news li p {
    margin-left: 148px;
}

.extra-side {
    margin: 0 0px 0 2%;
    width: 222px;
    float: left;
    padding-bottom: 90px;
}

.catalog, .sale {
    margin-bottom: 23px;
    padding: 14px 10px;
    background: #d4d4d2;
    list-style: none;
}

.catalog li, .sale li {
    padding: 7px 0 8px 25px;
}

.catalog li {
    background: url(../img/li.gif) no-repeat left 5px;    
}

.catalog li a:hover, .sale li  a:hover {
    color: #ffbd0d;
} 

.sale {
    background: #e3e3e0;
}

.brand {
    margin-bottom: 15px;
    padding: 12px 10px 12px 20px;
    background: #d4d4d2 url(../img/brand.gif) no-repeat center;
}

.price-list li {
    margin: 0 0 5px 15px;
    padding: 4px 0 4px 40px;
    background: url(../img/price.gif) no-repeat left center;
    list-style: none;
}

.footer {
    clear: both;
    overflow: hidden;
    padding: 23px 20px 5px 2%;
    border-top: 7px solid #000;
    background: #acacaa;
}

.footer .navi {
    margin-right: 120px;
    padding-top: 10px;
}

.footer .navi table {
    text-align: center;
    width: 100%;
}

.footer .navi table a {
    font-size: 12px;
}

.creator {
    float: right;
    padding-top: 33px;
    background: url(../img/creator.gif) no-repeat top center;
}

.creator a {
    color: #fff;
    font: 11px Arial, sans-serif;
}

