body{
    background: url('drawing.jpg') no-repeat ;
    background-position: -200px -1200px;
}
.layer{
    position: fixed;
    left:0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.innerLayer{
    position: absolute;
    transition: all 500ms ease-out;
}

.menuLayer{
    width: 100%;
    z-index: 100;
}

.layout1{
    background: url('drawing.jpg');
    width: 5000px;
    height: 5034px;
    background-position: -200px -1200px;
}
.layout2{
    width: 10000px;
    height: 10000px;
}
.innerLayer .innerPage{
    position: absolute;

}
.innerLayer .innerPage .pageSlide{
    /*height: 600px;*/
    border-radius: 20px;
    overflow: hidden;
}
.contentable{
    /*height: 600px;*/
    overflow-y: scroll;

}

.mainPageDefault{
    padding-bottom: 50px;
    margin-top: 30px;
    border-radius: 20px 20px 0 0 ;
    min-height: 600px;
}
.innerLayer .innerPage .pageSlide > div,.mainPageDefault{
    background: url('/theme/Venedor/media/bg_page.png') no-repeat;
    height: 100%;
}
.headLogoMenu{
    height: 166px;
    min-width: 1170px;

}
.headLogoMenu .logo_img{
    display: block;
    position: relative;
    bottom: -100px;
}

.headLogoMenu > div,.headLogoMenu > div > div{
    height: 100%
}

.menuBlock{
    background: url('/theme/Venedor/media/bgmenu.png');
    padding: 0;
}
.logoBlock{
    background: url('/theme/Venedor/media/bg_logo.png');
}

.mainMenuUl{
    height: 100%;
    padding: 0;
}
.mainMenuUl li{
    float: left;
    display: inline-block;
    list-style: none;
    height: 100%;
    padding: 0 18px;

    min-width: 140px;
    text-align: center;
    padding: 0;
}
.mainMenuUl li.active,.mainMenuUl li:hover{
    background: url('/theme/Venedor/media/bgmenuActive.png');

}
.mainMenuUl li.active a,.mainMenuUl li:hover a{
    color:#fff;
}
.mainMenuUl li a{
    display: block;
    position: relative;
    top: 109px;
    line-height: 55px;
    width: 100%;
    color: #000;
    font-weight: bold;
    border-right: 1px solid white;
}
.mainMenuUl li:first-child{
    margin-left: 0px;
}

.footerLayer{
    width: 100%;
    z-index: 100;
}

.footer{
    height: 1000px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.footerDefault{
    border-radius:  0 0 20px 20px;
    overflow: hidden;
}


.finfo{
    color:#fff;
    font-size: 12px;
    padding-top: 10px;
    background: #5a5a5a;
}

.aboutWeb p{
    padding-top: 19px;
}

.contactPageFooter{
    background: #fff;
    overflow-y:scroll;
}

.servicesMenu{

}

.workBlock{
    border-bottom: 1px solid #ddd;
}

.elastislide-list{
    overflow: hidden;
}

.elastislide-list li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 15px;
}