/*Classifide sprite for header*/
.LogoDom em, .LogoFinance em, .LogoJob em, .LogoAuto em{
    background-image: url(/doska/images/sp-main.png);
    background-rpeat: no-repeat;
}
/*end Classifide sprite for header*/
/*Header*/
.Header{background: url(/doska/images/bg-header.png) center 0 repeat-x;height: 110px;}
    .Header .column.big{text-align: left}
    .Header .HeaderBlock{height: 109px;}
    
    .Header .logotype {
        display: block;
        margin-top: 25px; 
    }
    
    .mMenu,
    .mMenu * {
        box-sizing: content-box;
    }
/*end Header*/
/*Header Logos*/
.LogoService, .LogoDom, .LogoFinance, .LogoJob, .LogoAuto{
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
    cursor: pointer;
    color: #1A1A1A;
    margin-top: 20px;
    }
    .LogoService.current, 
    .LogoDom.current,
    .LogoFinance.current, 
    .LogoJob.current, 
    .LogoAuto.current,
    .LogoDom:hover,
    .LogoFinance:hover, 
    .LogoJob:hover, 
    .LogoAuto:hover{
        color: #e31426 !important;
        text-decoration: none;
    }
.LogoService {
    background-image: url(/doska/images/sp-logotype.png);
    background-rpeat: no-repeat;
    height: 50px;
    margin-left: 10px;
    margin-right: 106px;
    width: 147px;
    margin-top: 29px;
}
.LogoService:hover, .LogoService.current{
    background-position: 0 -60px;
}
.LogoDom span, .LogoFinance span, .LogoJob span, .LogoAuto span {
    display: block;
    line-height: 22px;
}

.LogoDom em, .LogoFinance em, .LogoJob em, .LogoAuto em{
    display: inline-block;
    height: 34px;
}
.LogoDom{
    margin-right: 40px;
    background: url(/RealtyRIA/images/logoRealtyRIAcom.png) no-repeat center bottom;
    padding-bottom: 6px;
    margin-left: 30px;
    }
    .LogoDom em{
        width: 41px;
        background-position: 0 0;
        }
        .LogoDom:hover em, .LogoDom.current em{background-position: 0 -36px;}
.LogoFinance{margin-right: 39px;}
.LogoFinance em{
    width: 47px;
    background-position: -43px 0;
}
.LogoFinance:hover em, .LogoFinance.current em{background-position: -43px -36px; }
.LogoJob {margin-right: 40px;}
.LogoJob em{
    width: 40px;
    background-position: -92px 0;
}
.LogoJob:hover em, .LogoJob.current em{background-position: -92px -36px;}

.LogoAuto {
    background: url("/autoRia/images/logoAutoRiacom.png") no-repeat center bottom;
    padding-bottom: 6px;
    width: 80px;
    }
    .LogoAuto em{
        width: 34px;
        background-position: -134px 0;
        }
        .LogoAuto:hover em, .LogoAuto.current em{background-position: -134px -36px;}
/*end Header Logos*/

/*Fix menu for Ria partners*/
.mMenu li a.button{
    box-shadow: none;
    border-radius: 0 0 0 0;
    border-top:none;
    border-bottom:none;
}
.mMenu li a:hover {
    color: #fff !important;
}
/*end Fix menu for Ria partners*/