@charset "utf-8";

#background { 
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 766px;
    min-height: 520px;
    width:expression(document.body.clientWidth < 766? "766px": "auto" );
    height:expression(document.body.clientHeight < 520? "520px": "auto" );
    background-image: url("../imgs/back_html.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 0;
}




#about_chooser {
    position: absolute;
    width: 176px;
    height: 211px;
    top: 77px;
    left: 16px;
    background-image: url("../imgs/page1.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    line-height: 211px;
}


#portfolio_chooser {
    position: absolute;
    width: 256px;
    height: 307px;
    top: 0px;
    left: 160px;
    background-image: url("../imgs/page2.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    line-height: 280px;
}

#service_chooser {
    position: absolute;
    width: 177px;
    height: 211px;
    top: 75px;
    left: 406px;
    background-image: url("../imgs/page3.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    line-height: 190px;
}

#contacts_chooser {
    position: absolute;
    width: 177px;
    height: 211px;
    top: 72px;
    left: 585px;
    background-image: url("../imgs/page4.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    line-height: 190px;
}


#boxshadow {
    position: absolute;
    width: 742px;
    height: 125px;
    top: 246px;
    left: 17px;
    background-image: url("../imgs/pageshadow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.title1 {
    color: #abbbc3;
    font-family:  UniExtraBoldRegular !important;
    font-size: 39px;
}

.title2 {
    color: #154042;
    font-family:  UniExtraBoldRegular !important;
    font-size: 39px;
}
#about_chooser span {
   font-size: 25px !important;
}
#portfolio_chooser span {
   font-size: 38px !important; 
}
#service_chooser span {
   font-size: 25px !important; 
}
#contacts_chooser span {
   font-size: 25px !important; 
}
.chooser {
    cursor: pointer;
}

#about_highlight {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 176px;
    height: 211px;
    background-image: url("../imgs/page_hightlight1.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
#portfolio_highlight {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 256px;
    height: 307px;
    background-image: url("../imgs/page_hightlight2.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
#service_highlight {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 177px;
    height: 211px;
    background-image: url("../imgs/page_hightlight3.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
#contacts_highlight {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 177px;
    height: 211px;
    background-image: url("../imgs/page_hightlight4.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}


