/*******************************************************************************
  RESET
*******************************************************************************/
html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*******************************************************************************
  TEMPLATES
*******************************************************************************/
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/* END OF CLEARFIX */

/*******************************************************************************
  MAIN
*******************************************************************************/

html, body {
    height: 100%;
}

body {
    font: normal 100% Arial, Verdana, sans;
    background: #fff;
}

a:hover {
    text-decoration: none !important;
}

/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/

#top {
    position: relative;
    min-width: 999px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

#body {
    position: relative;
    /*min-height: 500px;
    height: auto !important;
    height: 500px;*/
    padding: 0 93px 170px;
}

#bottom {
    position: relative;
    min-width: 999px;
    height: 145px;
    margin: -145px auto 0;
    overflow: hidden;
}

/*******************************************************************************
  LAYOUT
*******************************************************************************/


#window-back {
    z-index: 100;
    position: absolute;
    top: 0;
    left: -2000em;
    width: 100%;
    min-width: 999px;
    height: 100%;
    background: url(../img/window_back.png);
}

.window {
    /*display: none;*/
    position: relative;
    top: 150px;
    width: 664px;
    margin: 0 auto;
}
    .window-top {
        position: relative;
        left: -1px;
        width: 604px;
        height: 70px;
        padding: 0 30px;
        background: url(../img/window_top.png) 0 0 no-repeat;
    }
        .window-top h2 {
            padding: 40px 0 0;
            font-size: 18px;
            font-family: Arial;
            font-weight: normal;
        }
        .window-top a {
            display: block;
            position: absolute;
            right: 30px;
            top: 28px;
            width: 89px;
            height: 30px;
            background: url(../img/window_close.gif);
        }
    .window-bot {
        position: absolute;
        bottom: -16px;
        left: -1px;
        width: 664px;
        height: 16px;
        background: url(../img/window_bot.png) 0 0 no-repeat;
    }
    .window-content {
        position: relative;
        left: -1px;
        padding: 20px 30px;
        background: url(../img/window_bg.png) 0 0 repeat-y;
    }

    #feedback .window-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
        #feedback table td {
            font-size: 14px;
            vertical-align: top;
        }
            #feedback table td.c1 {
                width: 225px;
            }
                #feedback table td.c1 span {
                    display: block;
                    margin: 0 0 5px;
                }
                #feedback table td.c1 div {
                    width: 200px;
                    height: 30px;
                    margin: 0 0 15px;
                    background: url(../img/feedback_inputbg.gif) 0 0 no-repeat;
                    border: 1px solid #cdcdcd;
                }
                    #feedback table td.c1 div input {
                        width: 190px;
                        margin: 7px 0 0 5px;
                        font-size: 12px;
                        font-family: Arial;
                        color: #333333;
                        background: none;
                        border: 0;
                    }
                #feedback table td.c2 span {
                    display: block;
                    margin: 0 0 5px;
                }
                #feedback table td.c2 div {
                    width: 375px;
                    height: 166px;
                    margin: 0 0 15px;
                    background: url(../img/feedback_textbg.gif) 0 0 repeat-x;
                    border: 1px solid #cdcdcd;
                }
                    #feedback table td.c2 div textarea {
                        width: 365px;
                        height: 150px;
                        margin: 7px 0 0 5px;
                        font-size: 12px;
                        font-family: Arial;
                        color: #333333;
                        background: none;
                        border: 0;
                    }


#header {
    position: relative;
    /*height: 130px;*/
    margin: 0 0 25px;
    padding: 0 60px 0 70px;
}
    #header-phone {
        position: absolute;
        top: 15px;
        right: 445px;
        width: 170px;
        padding: 0 0 0 18px;
        font-size: 14px;
        color: #666;
        background: url(../img/header_phoneicon.gif) 0 13px no-repeat;
    }
        #header-phone span {
            font-size: 24px;
            font-weight: bold;
            color: #0071ac;
        }
    #header-address {
        position: absolute;
        top: 23px;
        right: 165px;
        width: 250px;
        font-size: 15px;
        color: #000;
    }
    #header-map {
        position: absolute;
        top: 25px;
        right: 70px;
        width: 90px;
        font-size: 12px;
    }
        #header-map a {
            color: #0071ac;
            text-decoration: none;
            border-bottom: 1px dotted #0071ac;
        }
            #header-map a:hover {
                border-bottom: 0;
            }
    #header-menu {
        position: relative;
        top: 67px;
        height: 60px;
        padding-left: 295px;
        background: #f0f0f0;
    }
        #header-menu ul {

        }
            #header-menu ul li {
                float: left;
                padding: 0 1px 0 2px;
                background: url(../img/header_menulibg.gif) 0 0 no-repeat;
            }
                #header-menu ul li a {
                    display: block;
                    float: left;
                    padding: 21px 20px;
                    font-size: 15px;
                    font-family: Tahoma;
                    text-transform: uppercase;
                    color: #000;
                    text-decoration: none;
                }
                    #header-menu ul li a:hover {
                        background: #d6d6d6;
                    }
                    #header-menu ul li a.current {
                        color: #999999;
                    }
        #header-feedback {
            position: absolute;
            right: 10px;
            top: 3px;
            width: 83px;
            height: 55px;
        }
            #header-feedback a {
                display: block;
                position: absolute;
                width: 83px;
                height: 55px;
                background: url(../img/header_feedback.jpg) 0 0 no-repeat;
            }
                #header-feedback a:hover {
                    background: url(../img/header_feedback_hover.jpg) 0 0 no-repeat;
                }
    #header-eng {
        z-index: 10;
        position: absolute;
        top: 28px;
        left: 380px;
        padding: 0 0 0 25px;
        font-size: 12px;
        color: #0071AC;
        background: url(../img/eng.gif) 0 50% no-repeat;
        text-decoration: none;
    }
    #header-logo {
        z-index: 10;
        display: block;
        position: absolute;
        left: 80px;
        top: 23px;
        width: 286px;
        height: 119px;
        background: url(../img/header_logo.jpg) 0 0 no-repeat;
    }
    #header-leftbox {
        z-index: 10;
        position: absolute;
        top: 67px;
        left: 70px;
        width: 10px;
        height: 63px;
        background: #fff;
    }
    #header-rightbox {
        z-index: 10;
        position: absolute;
        top: 87px;
        right: 60px;
        width: 10px;
        height: 63px;
        background: #f0f0f0;
    }

    #header-main {
        /*height: 382px;*/
        margin: 68px -60px 0 -70px;
        padding: 0 0 15px;
        background: url(../img/header_main_bg.gif) 0 0 repeat-x;
    }
        #header-main-pic {
            position: relative;
            height: 211px;
            margin: 0 70px 0 70px;
            padding: 0 0 0 10px;
            background: #fff;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #c5c5c5;
        }
            #header-main-pic-left {
                position: absolute;
                left: 0;
                top: 0;
                width: 297px;
                height: 211px;
                background: url(../img/header_main_pic_left.jpg) 0 0 no-repeat;
            }
            #header-main-pic-center {
                position: absolute;
                left: 35%;
                top: 0;
                width: 191px;
                height: 211px;
                background: url(../img/header_main_pic_center.jpg) 0 0 no-repeat;
            }
            #header-main-pic-right {
                position: absolute;
                right: 0;
                top: 0;
                width: 356px;
                height: 211px;
                background: url(../img/header_main_pic_right.jpg) 0 0 no-repeat;
            }

        #header-main-blocks {
            margin: -25px 76px 0;
        }
            #header-main-blocks table {
                width: 100%;
            }
            #header-main-blocks table td {
                width: 33%;
                padding: 0 8px;
            }
                #header-main-blocks table td ul {
                    position: relative;
                    padding: 20px 20px 20px 20px;
                    background: url(../img/header_main_pic_blockbg.png) 0 0 repeat-x;
                }
                #header-main-blocks table td ul li.first {
                    position: absolute;
                    top: 0;
                    left: -1px;
                    width: 100%;
                    height: 6px;
                    padding: 0 1px;
                    background: url(../img/header_main_pic_blockbg.png) 0 0 repeat-x;
                }
                #header-main-blocks table td ul li.last {
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 10px;
                    background: url(../img/header_main_pic_blockbg_bottom.png) 0 0 repeat-x;
                }
                #header-main-blocks table td ul li {
                    margin: 0 0 5px;
                    text-align: center;
                }
                    #header-main-blocks table td ul li a {
                        font-weight: bold;
                        font-size: 17px;
                        color: #0071AC;
                    }

        #header-main-slogan {
            margin: 15px 0 0;
            font-size: 24px;
            font-weight: bold;
            text-align: center;
        }

    #header-inner {
        height: 68px;
        margin: 68px -60px 0 -70px;
        background: url(../img/header_main_bg.gif) 0 bottom repeat-x;
    }
        #header-inner-pic {
            position: relative;
            height: 60px;
            margin: 0 70px 0 70px;
            padding: 0 0 0 10px;
            background: #fff;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #c5c5c5;
        }
            #header-inner-pic-left {
                position: absolute;
                left: 12%;
                top: 14px;
                width: 64px;
                height: 46px;
                background: url(../img/header_inner_pic_left.jpg) 0 0 no-repeat;
            }
            #header-inner-pic-center {
                position: absolute;
                left: 36%;
                top: 8px;
                width: 239px;
                height: 52px;
                background: url(../img/header_inner_pic_center.jpg) 0 0 no-repeat;
            }
            #header-inner-pic-right {
                position: absolute;
                right: 10px;
                top: 1px;
                width: 140px;
                height: 59px;
                background: url(../img/header_inner_pic_right.jpg) 0 0 no-repeat;
            }


#body {

}




    #leftCol {
        float: left;
        position: relative;
        width: 266px;
        /*height: 200px;*/
    }
        #leftCol-menu {
            position: relative;
            width: 231px;
            padding: 20px 20px 23px 15px;
            background: url(../img/leftcol_menubg.gif) 0 0 no-repeat;
        }
            #leftCol-menu ul li {
                margin: 0 0 8px;
                padding: 0 0 0 15px;
                background: url(../img/leftcol_menu_li.gif) 0 10px no-repeat;
            }
                #leftCol-menu ul li a {
                    font-family: Tahoma;
                    font-size: 13px;
                    color: #666666;
                }
            #leftCol-menubot {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 266px;
                height: 30px;
                background: url(../img/leftcol_menubot.gif) 0 0 no-repeat;
            }
        #leftCol-newsblock {
            margin: 20px 0 0 30px;
            font-family: Tahoma;
        }
            #leftCol-newsblock h2 {
                position: relative;
                margin: 0 0 15px;
                font-size: 22px;
                font-weight: normal;
            }
                #leftCol-newsblock h2 a {
                    position: relative;
                    top: 10px;
                    float: right;
                    font-size: 10px;
                    color: #999999;
                }
                .leftCol-newsblock-entry {
                    margin: 0 0 25px;
                }
                    .leftCol-newsblock-entry span {
                        font-size: 11px;
                        color: #999999;
                    }
                    .leftCol-newsblock-entry h3 {
                        margin: 8px 0 8px -3px;
                        padding: 1px 3px;
                        font-size: 14px;
                        font-weight: normal;
                        background: #eaeaea;
                    }
                        .leftCol-newsblock-entry h3 a {
                            color: #000;
                            text-decoration: none;
                        }
                            #leftCol-newsblock h3 a:hover {
                                color: #0071ac;
                            }
                    .leftCol-newsblock-entry p {
                        font-size: 12px;
                        color: #666666;
                    }

    #rightCol {
        position: relative;
        /*height: 200px;*/
        margin: 0 0 0 295px;
    }
        #rightCol-breadcrumbs {
            margin: 0 0 15px;
            font-size: 12px;
            color: #bcbcbc;
        }
            #rightCol-breadcrumbs a {
                position: relative;
                top: 1px;
                color: #999;
            }
                #rightCol-breadcrumbs a:hover {
                    color: #000;
                }
            #rightCol-breadcrumbs span {
                position: relative;
                top: 1px;
                color: #000;
            }
        .content {
            font-family: Tahoma;
            font-size: 14px;
            color: #333333;
        }
            .content h1 {
                margin: 0 0 15px;
                font-size: 22px;
                font-weight: normal;
                color: #000;
            }
            .content p {
                margin: 10px 0;
            }
            .content a {
                color: #0071ac;
            }
            .content img {
                padding: 6px;
                border: 1px solid #c8c8c8;
            }
            .content ul {
                list-style: disc;
                margin: 15px 0 15px 25px;
            }
                .content ul li {
                    margin: 0 0 5px;
                }
            .content ol {
                margin: 15px 0 15px 30px;
            }
                .content ol li {
                    margin: 0 0 5px;
                }

        #rightCol-newsblock {

        }
            .rightCol-newsblock-entry {
                margin: 0 0 25px;
            }
                .rightCol-newsblock-entry h2 {
                    margin: 5px 0 0;
                    font-size: 18px;
                    font-weight: normal;
                }
                .rightCol-newsblock-entry span {
                    display: block;
                    font-size: 11px;
                    color: #999999;
                }
                .rightCol-newsblock-entry h3 {
                    display: -moz-inline-block; display: inline-block;
                    margin: 8px 0 0 -3px;
                    padding: 1px 3px;
                    font-size: 14px;
                    font-weight: normal;
                    background: #eaeaea;
                }
                    .rightCol-newsblock-entry h3 a {
                        color: #000;
                        text-decoration: none;
                    }
                        .rightCol-newsblock-entry h3 a:hover {
                            color: #0071ac;
                        }
                .rightCol-newsblock-entry p {
                    font-size: 12px;
                    color: #666666;
                }

        #pageNav {
            margin: 30px -10px 0;
            padding: 15px 10px 0 3px;
            border-top: 1px solid #bcbcbc;
        }
            #pageNav a {
                margin: 0 8px;
                text-decoration: none;
            }
            #pageNav span {
                margin: 0 5px;
                padding: 2px 6px;
                background: #eaeaea;
                color: #000;
            }

    #uslugi-list {
        list-style: none;
        margin: 0 0 0 -15px !important;
    }
        #uslugi-list li {
            margin: 0 0 20px;
            padding: 0 0 0 15px;
            background: url(../img/uslugi_li.gif) 0 6px no-repeat;
        }
            #uslugi-list li a {
                font-size: 18px;
                color: #0071ac;
            }
                #uslugi-list li a.top {
                    text-decoration: none;
                    border-bottom: 1px dotted #0071ac;
                }
            #uslugi-list li p {
                margin: 0 !important;
            }
            #uslugi-list li div {
                display: none;
                padding: 5px 0 0 10px;
            }
                #uslugi-list li div a {
                    font-size: 12px;
                    font-weight: normal;
                }

    .superblock {
        position: relative;
        width: 528px;
        padding: 15px 20px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
        .superblock-top {
            position: absolute;
            top: -6px;
            left: -1px;
            width: 570px;
            height: 6px;
            background: url(../img/superblock_top.gif) 0 0 no-repeat;
        }
        .superblock-bot {
            position: absolute;
            bottom: -6px;
            left: -1px;
            width: 570px;
            height: 6px;
            background: url(../img/superblock_bot.gif) 0 0 no-repeat;
        }
        
    #price-list {
        margin: 0 !important;
        list-style: none;
        font-size: 15px;
    }

    #form-outstaffing {
        width: 750px;
        margin: 0 0 15px;
        padding: 15px 20px 20px;
        background: #eee;
        border-radius: 5px;
    }
        #form-outstaffing h2 {
            display: none;
            font-size: 20px;
            font-weight: normal;
            color: #1b7f3f;
        }
        #form-outstaffing .form-container {
            display: none;
        }
        #form-outstaffing h3 {
            font-size: 18px;
            font-weight: normal;
            color: #1b7f3f;
        }
        #form-outstaffing table {
            width: 100%;
            margin: 20px 0;
        }
            #form-outstaffing table td {
                width: 50%;
                vertical-align: top;
            }
                #form-outstaffing table.col3 td {
                    width: 33% !important;
                }
                #form-outstaffing table td span {
                    display: block;
                    margin: 0 0 5px;
                    font-weight: bold;
                }
                #form-outstaffing table td input.text {
                    width: 330px;
                    margin: 0 0 10px;
                    padding: 5px 5px;
                    font-family: Arial, sans-serif;
                    font-size: 14px;
                    color: #666;
                    background: #f8f9fa url(../img/inputbg.gif) 0 0 repeat-x;
                    border: 1px solid #999;
                }
                    #form-outstaffing table.col3 td input.text {
                        width: 200px;
                    }
                #form-outstaffing table td textarea {
                    width: 330px;
                    height: 80px;
                    margin: 0 0 10px;
                    padding: 5px 5px;
                    font-family: Arial, sans-serif;
                    font-size: 14px;
                    color: #666;
                    background: #f8f9fa url(../img/inputbg.gif) 0 0 repeat-x;
                    border: 1px solid #999;
                    resize: none;
                }
                #form-outstaffing div.sending {
                    display: none;
                    height: 16px;
                    /*margin: 15px 0 0;*/
                    padding: 0 0 4px 20px;
                    font-size: 14px;
                    font-weight: bold;
                    background: url(../img/sending.gif) 0 50% no-repeat;
                }
                #form-outstaffing div.message {
                    display: none;
                    margin: 15px 0 0;
                }
                
    #form-outstaffing-open {
        font-size: 20px;
    }
    
    #form-close {
        position: absolute;
        top: 40px;
        right: 25px;
        display: none;
        width: 29px;
        height: 30px;
        background: url(../img/form_close.png);
    }

    #price-list {
        margin: 0 !important;
        list-style: none;
        font-size: 15px;
    }

#bottom {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}
    #bottom-menu {
        margin: 0 0 15px;
        padding: 4px 0 5px;
        font-size: 10px;
        text-align: center;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
        #bottom-menu a {
            margin: 0 5px;
            color: #999;
            text-decoration: none;
        }
            #bottom-menu a:hover {
                color: #000;
                text-decoration: underline !important;
            }
    #bottom-container {
        position: relative;
        /*width: 820px;*/
        margin: 0 auto;
        padding: 0 0 0 40px;

    }
    #bottom-copyright {
        position: absolute;
        top: 0;
        left: 15%;
    }
    #bottom-address {
        position: absolute;
        top: 0;
        left: 40%;
    }
    #bottom-counters {
        position: absolute;
        top: 0;
        left: 75%;
    }
        #bottom-counters img {
            border: 0;
        }
