body {
    font-family: Arial;
    font-size: 12px;
    }

.layout {
    width: 100%;
    background: url("body-bg.gif") repeat-y 50% 0;
    }
    .layout .layout-left-pane {
        width: 40%;
        background: url("left-body-bg.jpg") repeat-x 100% 0;
        }
    .layout .layout-right-pane {
        width: 40%;
        background: url("right-body-bg.jpg") repeat-x;
        }
    .layout .layout-center-pane-outer {
        background: url("left-body-bg.jpg") no-repeat 0 0;
        }
    .layout .layout-center-pane-inner {
        width: 1035px;
        background: url("right-body-bg.jpg") no-repeat 100% 0;
        }
    .layout .layout-center-pane {
        background: url("center-body-bg.png") repeat-y 50% 0;
        width: 1035px;
        /* ie png fix */
        _background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/center-body-bg.png', sizingMethod='scale');
        }

.content {
    width: 995px;
    margin: 0px auto;
    background: #87BCF8 url("content-bg.jpg") repeat-x 166px 241px;
    overflow: hidden;
    }
    .content .content-inner {
        padding-left: 22px;
        }

.head {
    height: 241px;
    background: url("head-bg.jpg") no-repeat 0 100%;
    position: relative;
    }
    .head .head-top {
        background: url("head-top.jpg") no-repeat;
        height: 142px;
        }
    .head .head-logo {
        width: 200px;
        height: 169px;
        position: absolute;
        top: 0px;
        left: 17px;
        background: #FFF url("head-logo-bg.jpg") no-repeat;
        }
        .head .head-logo .head-logo-caption {
            display: none;
            }
        .head .head-logo img {
            display: none;
            }
    .head .head-contacts {
        padding: 0px 27px;
        width: 202px;
        height: 169px;
        position: absolute;
        top: 0px;
        right: 20px;
        background: #FFF url("head-contacts-bg.jpg") no-repeat;
        color: #00377B;
        font-size: 18px;
        }
        .head .head-contacts .head-contacts-telephones {
            font-family: Tahoma;
            height: 112px;
            position: relative;
            }
            .head .head-contacts .head-contacts-telephones .head-contacts-telephones-code {
                position: absolute;
                top: 0px;
                left: 0px;
                line-height: 112px;
                vertical-align: middle;
                float: left;
                }
            .head .head-contacts .head-contacts-telephones li {
                margin-left: 105px;
                vertical-align: middle;
                line-height: 28px;
                }
        .head .head-contacts .head-contacts-email {
            margin-top: 14px;
            }
            .head .head-contacts .head-contacts-email b {
                font-weight: normal;
                }
            .head .head-contacts .head-contacts-email a {
                text-decoration: none;
                color: #00377B;
                }
    .head .head-caption {
        display: block;
        font-size: 15px;
        text-align: right;
        margin-top: 45px;
        color: #E1E0DA;
        padding-left: 25px;
        padding-right: 28px;
        font-weight: bold;
        }
        .head .head-caption span {
            float: left;
            }
        .head .head-caption br {
            display: none;
            }


.content-inner,
.content-inner a {
    color: #FFF;
    }
    .content-inner .b-left {
        float: left;
        }
    .content-inner .b-menu {
        position: relative;
        background: #3969ab url("menu-bg.jpg") no-repeat;
        width: 148px;
        height: 380px;
        }
        .content-inner .b-menu li {
            background: url("menu-separator.gif") no-repeat 50% 100%;
            line-height: 27px;
            padding: 3px 0px 5px 0px;
            }
            .content-inner .b-menu li a,
            .content-inner .b-menu li span {
                zoom: 1;
                display: block;
                padding-left: 12px;
                text-decoration: none;
                font-size: 13px;
                }
            .content-inner .b-menu .b-menu-item-last {
                background-image: none;
                }
            .content-inner .b-menu li a:hover,
            .content-inner .b-menu span,
            .content-inner .b-menu .b-menu-item-current a {
                background-color: #162E58;
                }

    .content-inner .b-content {
        position: relative;
        background: #3969ab url("about-bg.jpg") no-repeat;
        width: 628px;
        height: 380px;
        margin-left: 252px;
        }
    .content-inner .b-menu,
    .content-inner .b-content {
        padding: 20px 34px;
        }
    .content-inner h3 {
        font-size: 20px;
        margin-bottom: 10px;
        }
    .content-inner p {
        margin-top: 15px;
        line-height: 18px;
        }

.b-production {
    color: #FFF;
    padding-left: 17px;
    }
    .b-production li {
        margin-right: 6px;
        width: 426px;
        height: 162px;
        float: left;
        padding: 25px;
        background: url("production-bg.png");
        _background: none;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/production-bg.png', sizingMethod='scale');
        }
    .b-production img {
        position: relative;
        float: left;
        border: 1px solid #2D5C9F;
        width: 142px;
        height: 117px;
        }
    .b-production h2 {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
        }
    .b-production a {
        color: #FFF;
        text-decoration: none;
        }
    .b-production p {
        position: relative;
        margin-left: 160px;
        line-height: 15px;
        }

.b-foot {
    clear: both;
    background: #FFF url("foot-bg.jpg") no-repeat;
    padding-top: 80px;
    padding-bottom: 10px;
    overflow: hidden;
    width: 995px;
    }
    .b-foot li {
        padding-left: 25px;
        float: left;
        width: 300px;
        line-height: 15px;
        }
        .b-foot li b {
            font-weight: normal;
            }
        .b-foot li a {
            color: #000;
            }

.b-counters {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    top: -20px;
    left: -20px;
    }

#kse {
    display: none;
    }

a.pdf{
	background: url("/images/icons/pdf.gif") no-repeat;
	display: block;
	padding: 10px 0 10px 30px;
}

a.doc{
	background: url("/images/icons/doc.gif") no-repeat;
	display: block;
	padding: 6px 0 0 30px;
}
