* {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
html, body {height: 100%;}
img {border: 0px;}
body {
    font-family: Arial;
    font-size: 12px;
    color: #000;
}
a {
    color: #13639E;
}
#wrapper{
    position: relative;
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 211px;
    background-image: url(../images/top-space.jpg);
    background-position: 201px top;
}
#logo {
    background-image: url(../images/logo.jpg);
    width: 200px;
    height: 201px;
    position: absolute;
    left: 1px;
    top: 0px;
}
#cname {
    background-image: url(../images/cname.jpg);
    width: 261px;
    height: 125px;
    position: absolute;
    left: 201px;
    top: 76px;
    text-align: center;
    padding-top: 3px;
    font-family: Tahoma;
    color: #13639E;
}
#flight {
    background-image: url(../images/flight.jpg);
    width: 544px;
    height: 201px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#slogan {
    font-size: 32px;
    color: #ac2045;
    font-weight: bold;
    position: absolute;
    white-space: nowrap;
    top: 5px;
    left: 207px;
    letter-spacing: 1px;
    width: 500px;
/*     display: none; */
}
.clear {
    clear: both;
}
#menu {
    width: 260px;
    float: left;
}
#menu li {
    margin-left: 20px;
    list-style-type: none;
    margin-bottom: 5px;
}
#menu a {
    color: #13639E;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Tahoma;
    text-decoration: none;
    position: relative;
    z-index: 100;
}
#menu li.selected {
    margin-left: 8px;
}
#menu li.selected a {
    color: #808080;
    background-image: url(../images/menu.jpg);
    background-position: left 2px;
    padding-left: 12px;
}
#sub-menu li {
    margin-left: 20px;
    margin-top: 5px;
}
#menu #sub-menu a {
    text-transform: none;
    font-weight: normal;
    font-family: Arial;
    color: #13639E;
    background-image: none;
    text-decoration: underline;
}
#menu #sub-menu li.selected {
    margin-left: 20px;
}
#menu #sub-menu li.selected a {
    background-image: url(../images/arrow.jpg);
    background-position: left 4px;
    padding-left: 12px;
    color: #ff003a;
}
#content {
    width: 680px;
    float: right;
    position: relative;
    z-index: 100;
    padding-right: 50px;
    padding-bottom: 30px;
}
#content h2 {
    color: #ac2045;
    margin-bottom: 15px;
}
#content p {
    margin-bottom: 10px;
    text-indent: 30px;
}
#content ul li {
    list-style-type: none;
    margin-left: 20px;
}
#content h3 {
    margin-bottom: 10px;
}
#content .indent {
    margin-left: 30px;
}
#content .indent b {
    display: block;
}
#content .indent ul li {
    list-style-type: none;
    margin-left: 0px;
}
#content a {
    text-decoration: none;
    vertical-align: middle;
}
#content span.file a {
    position: relative;
    display: block;
    padding-left: 20px;
}
#content span.file img {
    position: absolute;
    margin-left: -20px;
    margin-top: -1px;
}
#content img.left {
    margin-right: 30px;
    border: 1px solid #13639E;
}
#content img.right {
    border: 1px solid #13639E;
}
#footer {
    margin-top: 20px;
    background-image: url(../images/work-space.jpg);
    height: 384px;
    background-position: right bottom;
    margin-top: -240px;
    width: 1000px;
    position: relative;
    z-index: 10;
}
#quality {
    background-image: url(../images/quality.jpg);
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    right: 350px;
}
#pronin-c {
    background-image: url(../images/pronin.jpg);
    width: 143px;
    height: 31px;
    position: absolute;
    bottom: 65px;
    left: 0px;
    margin-left: -10px;
}
#adress1 {
    position: absolute;
    left: 165px;
    bottom: 45px;
    width: 200px;
}
#adress2 {
    position: absolute;
    left: 350px;
    bottom: 20px;
    width: 250px;
}
#content .lightbox-view {
    display: block;
    width: 146px;
    margin-right: 46px;
    float: left;
    margin-bottom: 20px;
}
#content #slideshow .lightbox-view {
    margin-right: 24px;
}
#content #galery .lightbox-view {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #13639E;
    height: 200px;
    overflow: hidden;
}