@import url(reset.css);

@font-face {
    font-family: 'ticker';
    src: url('../fonts/ticker-webfont.eot');
    src: url('../fonts/ticker-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ticker-webfont.woff') format('woff'),
         url('../fonts/ticker-webfont.ttf') format('truetype'),
         url('../fonts/ticker-webfont.svg#ticker') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: #d6dbcb;
    padding: 20px;
    
}

.clear {
    clear: both;
}

a {color: #be1a2a;}

a:hover {text-decoration: none;}

h1,h2,h3,h4,h5,h6 {color: #38441b; font-family: 'ticker';}

.wrapper {
    max-width: 1300px;
    min-width: 945px;
    margin: 0 auto;
    height: 1500px;
    outline:1px solid #cccccc;
}

/*Начало блока header*/

header {
    position: relative;
    
    background: #e6edd5 url(../images/imgrubberdivtwocol/bgHeader.png) left top repeat-x;
    
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 62px 0 0 2%;
    
}

.navHeader {/*Для навигации я не сделал overflow: hidden; потому что у меня пропало подчеркивание у ссылок, хотя у АБ он есть*/
    float: left;
    margin: 45px 0 0 21%;
    overflow: hidden;    
}

.navHeader li{
    float: left;
    margin: 0 10px;
    font-size: 15px;
    color: #be1a2a;
    font-family: 'ticker';
}

.navHeader li a {
    color: #be1a2a;
}

.navHeader li a:hover {
    text-decoration: none;
}

.ico {
    float: right;
    margin: 43px 15px 0 0;
}

.ico img {
    margin-right: 17px;
}

.ico img.razdel {
    position: relative; top: 3px;/*Это чтобы разделители опустились вниз*/
}

.header-cont {
    text-align: right;
    margin: 35px 27px 0 0;
}

.cont-phone {
    font-size: 13px;
    color: #38441b;
    font-family: 'ticker';
    line-height: 1.3;
}

.cont-phone span {
    font-size: 18px;
    color: #be1a2a;
    font-weight: bold;
}

.cont-addr {
    font-size: 14px;
    color: #38441b;
    font-family: 'ticker';
    line-height: 1.3;
}

.cont-addr a {
    font-size: 12px;
    color: #be1a2a;
    line-height: 2;
    
}

.centerBuketH {
    width: 444px;
    height: 312px;
    background: url("../images/imgrubberdivtwocol/bgCenterBuk.png")left top no-repeat;
    margin: -22px auto 0;
    position: relative;
    padding-bottom: 7px;
}

.imgRo {
    position: absolute;
    left: 68px;
    top: 25px;
    z-index: 1;
}

.lid {
    position: absolute;
    left: 45px;
    top: -25px;
    z-index: 3;
}

.letters {
    position: absolute;
    left: 58px;
    top: 240px;
    z-index: 2;
    font-family: 'ticker'; 
}

.letters h2 {
    font-size: 22px;
    color: #be1a2a;
    font-weight: bold;
    line-height: 1.3;
}

.letters p {
    font-size: 14px;
    color: #38441b;
}

.lefBot {
    position: absolute;
    left: 0;
    bottom: 0;
}

.riBot {
    width: 266px;
    height: 250px;
    background: url("../images/imgrubberdivtwocol/rightBukHeader.png") no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Кнопка возврата на главную*/

.returnBut {
    position: fixed;
    width: 25px;
    height: 200px;
    left: 0;
    top: 250px;
    z-index: 10;
}

/*Начало основного контента*/

.mainCont {
    background: #fff url("../images/imgrubberdivtwocol/gradCont.png") left bottom repeat-x;
    overflow: hidden;
    padding: 0 0 98px 0;/*Этот нижний отступ нужен, чтобы в нем оказался нижний градиент, а не наезжал на текст*/
}

.left-sidebar {
    float: left;
    width: 300px; /*background: #d4d4d4; padding-bottom: 32000px; margin-bottom: -32000px; Это чтобы сделать у колонок одинаковые высоты, если
                   у них разные фоны */
}

.left-sidebar div {
    padding: 24px 10px 0 10px;
}

.left-sidebar div h3 {
    font-size: 20px; color: #38441b; font-family: 'ticker'; text-align: center; margin-bottom: 35px; font-weight: normal !important;
}

.left-news span {
    font-size: 10px; color: #38441b; font-family: 'ticker';
}

.left-news p {
    font-size: 13px; font-family: 'ticker'; margin-bottom: 30px;
}

.left-news p a {
    color: #be1a2a;
}

.left-news p a:hover {
    text-decoration: none;
}

.left-sidebar div h4 {
    text-align: center;
    font-size: 13px; font-family: 'ticker';
    margin-bottom: 30px;
}

.left-sidebar div h4 a {
    padding: 5px 30px;
    display: inline-block;
    background: #f4f5f0;
    color: #be1a2a;
}

.left-sidebar div h4 a:hover {
    text-decoration: none;
}

.left-sidebar img {
    /*outline: 1px solid #333;*/
    display: block;
    margin: 0 auto;
}

.content {
    margin-left: 300px;
    overflow: hidden;
    padding: 17px 18px 0 10px; /*background: #A6D4C3; padding-bottom: 32000px; margin-bottom: -32000px;*/
}

.contImg {
    float: right;
    margin: 0 0 0 10px;
}

.content h1 {
    font-size: 24px; color: #38441b; font-family: 'ticker'; margin-bottom: 12px;
}

.content p {
    font-size: 13px; color: #576437; font-family: 'ticker'; margin-bottom: 20px; text-align: justify; 
}

.content p a {
    color: #be1a2a;
}

.content p a:hover {
    text-decoration: none;
}

/*Начало footer*/

footer {
    background: #fff;
    padding: 4px 0;
    overflow: hidden;
}

.logFut {
    float: left;
    margin: 0 0 0 105px;
}

footer p {
    float: left;
    font-size: 11px; font-family: 'ticker';
    margin: 25px 0 0 117px;
     
}

footer p a {
    color: #be1a2a;
    margin: 0 7px;
}

footer p a:hover {
    text-decoration: none;
}



.botRec li {
    float: right;
    margin: 15px 17px 0 0;
}