body {
    background-color: #020811;
    font-family: arial, tahoma;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
}

#top-container {
    
}

.top {
    background-image: url(../images/bg-top.png);
    background-repeat: no-repeat;
    width: 992px;
    height: 918px;
    position: relative;
}

.logo {
    position: absolute;
    width: 259px;
    height: 107px;
    top: 52px;
    left: 78px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;

}

.menu {
    position: absolute;
    width: 835px;
    height: 77px;
    top: 162px;
    left: 60px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    margin: 0;
}

.menu-element{
    display: inline-block;
    position: absolute;
    height: 45px;
    top: 16px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
}

.m1 {
    left: 16px;
    width: 95px;
    background-position: -16px -16px;
}

.m2 {
    left: 111px;
    width: 94px;
    background-position: -111px -16px;
}

.m3 {
    left: 206px;
    width: 95px;
    background-position: -206px -16px;
}

.m4 {
    left: 710px;
    width: 110px;
    background-position: -710px -16px;
}

.m1:hover, .m1.active {
    background-position: -16px -79px;
}

.m2:hover, .m2.active {
    background-position: -111px -79px;
}

.m3:hover, .m3.active {
    background-position: -206px -79px;
}

.m4:hover, .m4.active {
    background-position: -710px -79px;
}

.content {
    position: relative;
    margin-left: 78px;
    margin-top: -600px;
    width: 800px;
    /*border: 1px solid red;*/
}

.title, h2 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    padding-left: 20px;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 18px;
    border-bottom: 1px solid #484c53;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 15px;
    margin-bottom: 0;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.list-def {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 20px;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    border-bottom: 1px solid #484c53;
    padding-top: 3px;
    padding-bottom: 11px;
    margin-top: 15px;
    margin-bottom: 45px;
}

p {
    padding-top: 16px;
    padding-bottom: 20px;
    margin: 0;
    line-height: 21px;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #08d8ea;
    text-decoration: underline;
}

a.white {
    color: #fff;
}

a img {
    border: 0;
} 

p.border-bottom {
    border-bottom: 1px solid #484c53;
}

div.bgray {
    background-color: #11171f;
    margin-left: -78px;
    padding-left: 78px;
}

.bottom {
    width: 1164px;
    height: 166px;
    background-image: url(../images/bg-bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -170px;
    /*margin-top: 600px;*/
}

.footer-left {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 100px;
    bottom: 20px;
    padding-left: 20px;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    font-size: 11px;
}

.footer-right {
    width: 180px;
    height: 40px;
    position: absolute;
    right: 286px;
    bottom: 20px;
    text-align: right;
    font-size: 11px;
}

.footer-right span, p span {
    color: #08d8ea;
}

.client-info {
    float: right;
    color: #08d8ea;
    margin-top: -14px;
}

.client-info span {
    color: #fff;
}

.lightbox {
 position: relative;
 overflow: hidden;
 display: block; 
}

.zoomtool {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -28px;
 margin-top: -28px;
}
