/*******************************************************************************
  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, 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;
    background: transparent;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
} /* remember to define focus styles! */
ins {
    text-decoration: none;
} /* remember to highlight inserts somehow! */
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
/*******************************************************************************
  TEMPLATES
*******************************************************************************/
.fleft {
    float: left;
}
.fright {
    float: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}
/* 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, Tahoma;
}
a:hover {
    text-decoration: none;
}
/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/
#top {
    z-index: 10;
    position: relative;
    width: 999px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
}
#body {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 0 25px 160px 50px;
}
#bottom {
    z-index: 5;
    position: relative;
    width: 100%;
    height: 174px;
    margin: -174px auto 0;
}
    #bottom #footer {
        position: relative;
        width: 999px;
        height: 100%;
        margin: 0 auto;
    }
/*******************************************************************************
  LAYOUT
*******************************************************************************/
#top {
    font-size: 0.625em;
}
    #header {
        position: relative;
        width: 100%;
        height: 390px;
    }
        #header.high {
            height: 450px;
        }
        #header-logo {
            position: absolute;
            top: 0;
            left: 126px;
            display: block;
            width: 150px;
            height: 167px;
            background:  url(/img/logo_vic.gif) 0 0 no-repeat;
        }
        #header-phone {
            position: absolute;
            top: 26;
            left: 606px;
            width: 356px;
            height: 99px;
            background:  url(/img/header_phone.png) 0 0 no-repeat;
        }
        #header-phone_en {
            position: absolute;
            top: 26;
            left: 606px;
            width: 356px;
            height: 99px;
            background:  url(/img/header_phone_en.png) 0 0 no-repeat;
        }
        #header-phone_fi {
            position: absolute;
            top: 26;
            left: 606px;
            width: 356px;
            height: 99px;
            background:  url(/img/header_phone_fi.png) 0 0 no-repeat;
        }
            * html #header-phone {
                background: none;
                filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/header_phone.png', sizingMethod='crop');
            }
        #header-lang {
            position: absolute;
            top: 289px;
            left: 103px;
        }
            .high #header-lang {
                top: 350px;
                left: 110px;
            }
            #header-lang-ru {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 36px;
                height: 32px;
                background:  url(/img/flag_ru.gif) 0 0 no-repeat;
            }
            #header-lang-en {
                position: absolute;
                top: 18px;
                left: 29px;
                display: block;
                width: 36px;
                height: 32px;
                background:  url(/img/flag_en.gif) 0 0 no-repeat;
            }
            #header-lang-fi {
                position: absolute;
                top: 36px;
                left: 57px;
                display: block;
                width: 36px;
                height: 32px;
                background:  url(/img/flag_fi.gif) 0 0 no-repeat;
            }
#body {
    font-size: 1.3em;
}
    #leftCol {
        z-index: 10;
        position: relative;
        float: left;
        width: 220px;
    }
        #leftCol-menu {
            width: 196px;
            margin: 0 0 20px;
            font-family: Georgia;
            font-size: 18px;
        }
            #leftCol-menu li {
                list-style: none;
                margin-bottom: 2px;
            }
                #leftCol-menu li a {
                    display: -moz-inline-box; display: inline-block;
                    width: 192px;
                    padding: 2px 0 6px 28px;
                    color: #012c4f;
                    text-decoration: none;
                }
                    #leftCol-menu li a.current {
                        color: #2b84a4;
                        background: url(/img/menu_current.gif) 0 0 no-repeat !important;
                    }
                    #leftCol-menu li a:hover {
                        color: #2b84a4;
                        background: url(/img/menu_hover.gif) 0 0 no-repeat;
                    }
            #leftCol-menu ul {
                width: auto;
                margin: 0 0 20px 28px;
                font-size: 12px;
            }
                #leftCol-menu ul li {
                    margin-bottom: 5px;
                    line-height: 14px;
                }
                    #leftCol-menu ul li.current {
                        margin-bottom: 15px;
                        border-bottom: 2px solid #efeeef;
                    }
                    #leftCol-menu ul li a {
                        width: 155px;
                        padding: 1px 5px 1px 7px;
                        color: #15588e;
                    }
                        #leftCol-menu ul li a:hover, #leftCol-menu ul li a.current {
                            color: #15588e;
                            background: #ede4da !important;
                        }
                #leftCol-menu ul ul {
                    margin-top: 3px;
                    margin-left: 20px;
                    margin-bottom: 5px;
                }
                    #leftCol-menu ul ul li {
                        margin-bottom: 2px;
                        padding: 1px 0 1px 10px;
                        font-size: 11px;
                        background:  url(/img/menu_lvl3_li.gif) 0 7px no-repeat;
                    }
                        #leftCol-menu ul ul li a {
                            width: auto;
                            padding: 0;
                        }
                            #leftCol-menu ul ul li a.current, #leftCol-menu ul ul li a:hover {
                                background: none !important;
                            }
                            #leftCol-menu ul ul li a.current {
                                font-weight: bold;
                            }
                    #leftCol-menu ul ul ul {
                        margin-left: 7px;
                        margin-bottom: 0px;
                    }
                        #leftCol-menu ul ul ul li {
                            padding-left: 0;
                            background: none;
                        }
                            #leftCol-menu ul ul ul li a {
                                text-decoration: underline;
                            }
                                #leftCol-menu ul ul ul li a.current, #leftCol-menu ul ul ul li a:hover {
                                    text-decoration: none;
                                }
        .leftCol-banner {
            margin: 0 0 20px 5px;
        }
    #rightCol {
        z-index: 10;
        position: relative;
        float: left;
        width: 660px;
        padding: 0 0 0 20px;
    }
        #mp-rightCol-left {
            float: left;
            width: 300px;
            margin: 0 20px 70px 40px;
        }
            * html #mp-rightCol-left {
                margin: 0 20px 70px 20px;
            }
        #mp-rightCol-right {
            float: left;
            width: 300px;
            margin: 0 0 70px;
        }
        #index-rightCol-left {
            position: relative;
            width: 185px;
            padding: 80px 0 0;
            font-size: 12px;
        }
            .index-rightCol-litera {
                display: block;
                width: 30px;
                position: absolute;
                top: 75px;
                left: -33px;
                font-family: Georgia;
                font-size: 30px;
                color: #2b84a4;
                text-align: right;
            }
                * html .index-rightCol-litera {
                    top: 64px;
                }
                *+html .index-rightCol-litera {
                    top: 64px;
                }
            #index-rightCol-left a {
                font-family: Georgia;
            }
        #index-rightCol-right {
            float: right;
            position: relative;
            width: 484px;
            /*height: 319px;*/
            margin: 0 -15px 0 0;
            padding: 80px 0 0;
            background:  url(/img/index_topbut.jpg) right 20px no-repeat;
        }
            #index-rightCol-right.gost div {
                position: relative;
                width: 484px;
                height: 319px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_gost_buts.jpg)  no-repeat;
            }
                #index-gost-link1, #index-gost-link2, #index-gost-link3, #index-gost-link4 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-gost-link1 {
                    top: 236px;
                    left: 133px;
                }
                #index-gost-link2 {
                    top: 51px;
                    left: 240px;
                }
                #index-gost-link3 {
                    top: 168px;
                    left: 242px;
                }
                #index-gost-link4 {
                    top: 115px;
                    left: 354px;
                }
            #index-rightCol-right.rest {
                background-image: url(/img/index_topbut_rest.gif);
            }
            #index-rightCol-right.rest_en {
                background-image: url(/img/index_topbut_rest_en.gif);
            }
            #index-rightCol-right.rest_fi {
                background-image: url(/img/index_topbut_rest_fi.gif);
            }
            #index-rightCol-right.rest div {
                position: relative;
                width: 484px;
                height: 319px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_rest_buts.jpg)  no-repeat;
            }
            #index-rightCol-right.rest_en div {
                position: relative;
                width: 484px;
                height: 319px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_rest_buts_en.jpg)  no-repeat;
            }
            #index-rightCol-right.rest_fi div {
                position: relative;
                width: 484px;
                height: 319px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_rest_buts_fi.jpg)  no-repeat;
            }
                #index-rest-link1, #index-rest-link2, #index-rest-link3, #index-rest-link4,
                #index-rest-link5, #index-rest-link6, #index-rest-link7 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-rest-link1 {
                    top: 44px;
                    left: 21px;
                }
                #index-rest-link2 {
                    top: 110px;
                    left: 131px;
                }
                #index-rest-link3 {
                    top: 246px;
                    left: 133px;
                }
                #index-rest-link4 {
                    top: 52px;
                    left: 240px;
                }
                #index-rest-link5 {
                    top: 176px;
                    left: 242px;
                }
                #index-rest-link6 {
                    top: -13px;
                    left: 350px;
                }
                #index-rest-link7 {
                    top: 111px;
                    left: 354px;
                }
            #index-rightCol-right.conf div {
                position: relative;
                width: 484px;
                height: 390px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_conf_buts.jpg)  no-repeat;
            }
                #index-conf-link1, #index-conf-link2, #index-conf-link3, #index-conf-link4,
                #index-conf-link5, #index-conf-link6, #index-conf-link7 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-conf-link1 {
                    top: 174px;
                    left: 21px;
                }
                #index-conf-link2 {
                    top: 303px;
                    left: 21px;
                }
                #index-conf-link3 {
                    top: 98px;
                    left: 131px;
                    height: 60px;
                }
                #index-conf-link4 {
                    top: 246px;
                    left: 133px;
                }
                #index-conf-link5 {
                    top: 52px;
                    left: 240px;
                }
                #index-conf-link6 {
                    top: 176px;
                    left: 242px;
                }
                #index-conf-link7 {
                    top: 111px;
                    left: 354px;
                }
            #index-rightCol-right.fitn div {
                position: relative;
                width: 484px;
                height: 261px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_fitn_buts.jpg)  no-repeat;
            }
                #index-fitn-link1 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-fitn-link1 {
                    top: 50px;
                    left: 241px;
                }
            #index-rightCol-right.bann div {
                position: relative;
                width: 484px;
                height: 261px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_bann_buts.jpg)  no-repeat;
            }
                #index-bann-link1 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-bann-link1 {
                    top: 50px;
                    left: 241px;
                }
            .index-rightCol-right-aren {
        		float: right;
        		position: relative;
        		width: 484px;
        		margin: 0 -15px 0 0;
        		padding: 80px 0 0;
        		background:  url(/img/index_topbut_aren.gif) right 20px no-repeat !important;
            }
            .index-rightCol-right-aren div {
                position: relative;
                width: 484px;
                height: 261px;
                margin: 0 -8px 0 auto;
                background:  url(/img/index_aren_buts.jpg)  no-repeat;
            }
                #index-bann-link1, #index-bann-link2 {
                    position: absolute;
                    width: 110px;
                    height: 40px;
                }
                #index-bann-link1 {
                    top: 47px;
                    left: 241px;
                }
                #index-bann-link2 {
                    top: 172px;
                    left: 243px;
                }
    #content {
        text-align: justify;
    }
        #content p {
            margin: 15px 0;
        }
        #content a, .contlink {
            color: #b40000;
        }
        #content a:hover, .contlink:hover {
            color: #15588e;
        }
        #content h1 {
            margin: 0 0 15px -20px;
            font-family: Georgia;
            font-size: 26px;
            font-weight: normal;
            color: #195d94;
        }
        #content h2 {
            margin: 25px 0 15px;
            font-size: 20px;
            font-weight: normal;
            color: #6093bc;
        }
        #content h3 {
            margin: 25px 0 15px;
            font-size: 14px;
        }
        #content img {
            margin: 0 15px 10px 0;
        }
        #content table {
            font-size: 11px;
	    background: #ede4da;
        }
        #content table.transparent {
            font-size: 1.0em;
    	    background: none;
        }
        #content table.transparent td {
            border-bottom: 0px !important;
        }
            #content table td {
                padding: 10px 15px;
                vertical-align: top;
                border-bottom: 1px solid #d0cfd0;
            }
            #content table tr.title td {
                font-size: 12px;
                font-weight: bold;
                background: #efeeef;
                border-bottom: 2px solid #195d94;
            }
            #content table tr.xrow td {
                background: #f8f8f8;
            }
        #content ul {
            margin: 15px 0;
            list-style: none;
        }
            #content ul li {
                padding: 0 0 0 18px;
                background:  url(/img/li.gif) 3px 6px no-repeat;
            }
        #content ol {
            margin: 15px 0 15px 37px;
        }
            * html #content ol {
                margin-left: 40px;
            }
            *+html #content ol {
                margin-left: 40px;
            }
            #content ol li {
            }
    #mp-centerLinks {
        position: relative;
        top: -60px;
        left: 15px;
        height: 316px;
        /*margin: -60px -10px 40px;*/
        margin: 0 -10px 40px;
        /*background:  url(/img/mp_centerlinks.jpg) 0 0 no-repeat;*/
    }
        #mp-centerLinks a {
            position: absolute;
            width: 110px;
            height: 40px;
        }
            #mp-centerLinks-link1 {
                top: 239px;
                left: 14px;
            }
            #mp-centerLinks-link2 {
                top: 238px;
                left: 235px;
            }
            #mp-centerLinks-link3 {
                top: 172px;
                left: 345px;
            }
            #mp-centerLinks-link4 {
                top: 247px;
                left: 456px;
            }
            #mp-centerLinks-link5 {
                top: 40px;
                left: 566px;
            }
            #mp-centerLinks-link6 {
                top: 107px;
                left: 676px;
            }
    #mp-specs {
        margin: 0 -15px 0 65px;
    }
        #mp-specs h1 {
            position: relative;
            display: block;
            width: 500px;
            margin: 0 0 20px 35px;
            border-bottom: 2px solid #ccc;
        }
            #mp-specs h1 span {
                position: relative;
                top: 15px;
                left: 100px;
                padding: 0 20px;
                font-family: Georgia;
                font-size: 30px;
                font-weight: normal;
                color: #2b84a4;
                background: #fff;
            }
    #index-specs {
        margin: 10px 0 0 -25px;
        padding: 0 45px 0 0;
    }
        #index-specs h1 {
            position: relative;
            display: block;
            width: 430px;
            margin: 0 0 30px 0;
            border-bottom: 2px solid #ccc;
        }
            #index-specs h1 span {
                position: relative;
                top: 15px;
                left: 30px;
                padding: 0 20px;
                font-family: Georgia;
                font-size: 30px;
                font-weight: normal;
                color: #2b84a4;
                background: #fff;
            }
    .specs-entry {
        position: relative;
        width: 100%;
        margin: 0 0 5px;
        font-size: 12px;
    }
        .specs-entry-lt, .specs-entry-rt, .specs-entry-rb, .specs-entry-lb {
            display: none;
            position: absolute;
            width: 4px;
            height: 4px;
            font-size: 1px;
        }
        .specs-entry-lt {
            top: 0;
            left: 0;
            background-image: url(/img/spec_lt.gif);
        }
        .specs-entry-rt {
            top: 0;
            right: 0;
            background-image: url(/img/spec_rt.gif);
        }
        .specs-entry-rb {
            bottom: 0;
            right: 0;
            background-image: url(/img/spec_rb.gif);
        }
        .specs-entry-lb {
            bottom: 0;
            left: 0;
            background-image: url(/img/spec_lb.gif);
        }
        .specs-entry-hover {
            background: #ede4da;
        }
            .specs-entry-hover .specs-entry-lt, .specs-entry-hover .specs-entry-rt, .specs-entry-hover .specs-entry-rb, .specs-entry-hover .specs-entry-lb {
                display: block !important;
            }
        .specs-entry table {
            width: 100%;
        }
            .specs-entry table td {
                vertical-align: top;
            }
                .specs-entry table td.c1 {
                    width: 100px;
                    padding: 5px 20px 7px;
                }
                    .specs-entry table td.c1 a {
                        font-family: Georgia;
                        color: #767676;
                    }
                .specs-entry table td.c2 {
                    padding: 3px 10px 7px;
                }
                    #index-specs .specs-entry table td.c2 {
                        padding-left: 50px !important;
                    }
                    .specs-entry table td.c2 a.title {
                        font-family: Georgia;
                        font-size: 14px;
                        color: #b40000;
                    }
                    .specs-entry table td.c2 p {
                        margin: 4px 0;
                        color: #333;
                    }
    .list-entry {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }
        .list-entry img {
            margin-right: 10px !important;
        }
        .list-entry-right {
            float: right;
            width: 580px;
        }
        .list-entry span.date {
            display: block;
            margin-bottom: 5px;
            font-size: 11px;
            color: #666;
        }
        .list-entry a.title {
            font-size: 18px;
            color: #b40000;
        }
    .otzyv-entry {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }
        .otzyv-entry span.date {
            display: block;
            margin-bottom: 5px;
            font-size: 11px;
            color: #666;
        }
        .otzyv-entry span.author {
            color: #15588e !important;
            text-decoration: underline;
        }
        .otzyv-entry p {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
        }
    #pageNav {
        clear: both;
        position: relative;
        left: 20px;
        width: 700px;
        margin: 0 0 20px -40px;
        border-top: 1px solid #d3d3d3;
	background: #fff !important;
    }
        #pageNav td {
            width: 33%;
            padding-top: 15px !important;
            font-size: 13px;
            vertical-align: top;
            border-bottom: 0 !important;
            white-space: nowrap;
        }
            * html #pageNav td {
                padding-top: 22px !important;
            }
            *+html #pageNav td {
                padding-top: 22px !important;
            }
            #pageNav td a {
                color: #15588e;
            }
                #pageNav td.c1 {
                    padding-left: 20px !important;
                }
                #pageNav td.c1 a {
                    padding: 0 0 0 10px;
                    background:  url(/img/pagenav_left.gif) 0 6px no-repeat;
                }
                    #pageNav td.c1 div {
                        margin-top: -7px;
                    }
                        * html #pageNav td.c1 div {
                            margin-top: -12px;
                        }
                        *+html #pageNav td.c1 div {
                            margin-top: -12px;
                        }
                        #pageNav td.c1 div a {
                            margin: 0 15px 0 0;
                            padding: 0 !important;
                            background: none !important;
                        }
                        #pageNav td.c1 div span {
                            position: relative;
                            display: -moz-inline-box; display: inline-block;
                            margin: 0 5px 0 -10px;
                            padding: 6px 14px;
                            background:  url(/img/pagenav.gif) 0 0 no-repeat;
                        }
                            *+html #pageNav td.c1 div span {
                                top: 5px;
                            }
                            * html #pageNav td.c1 div span {
                                top: 5px;
                            }
                #pageNav td.c2 {
                    text-align: center;
                }
                #pageNav td.c3 {
                    padding-right: 20px !important;
                    text-align: right;
                }
                    #pageNav td.c3 a {
                        padding: 0 10px 0 0;
                        background:  url(/img/pagenav_right.gif) right 6px no-repeat;
                    }
    #form {
        position: relative;
        height: 1%;
        padding: 15px 20px;
        background: #ede4da;
    }
        #form-lt, #form-rt, #form-rb, #form-lb {
            position: absolute;
            width: 4px;
            height: 4px;
            font-size: 1px;
        }
        #form-lt {
            top: 0;
            left: 0;
            background-image: url(/img/spec_lt.gif);
        }
        #form-rt {
            top: 0;
            right: 0;
            background-image: url(/img/spec_rt.gif);
        }
        #form-rb {
            bottom: 0;
            right: 0;
            background-image: url(/img/spec_rb.gif);
        }
        #form-lb {
            bottom: 0;
            left: 0;
            background-image: url(/img/spec_lb.gif);
        }
        #form h3 {
            margin-top: 0;
        }
        #form span {
            display: block;
            margin: 0 0 5px;
        }
        #form select, #form textarea, #form input.text {
            margin: 0 0 15px;
            font-family: Arial;
            /*background: #f3f3f3;
            border: 1px solid #a2a5aa;*/
        }
            #form select {
            }
            #form textarea {
                font-family: Arial;
                font-size: 12px;
            }
    #form2 {
    }
        #form2 table {
            font-size: 13px;
        }
            #form2 table td {
                padding: 3px 10px !important;
                border-bottom: 0 !important;
            }
                #form2 table td.c1 {
                    padding-top: 6px !important;
                    text-align: right;
                }
                #form2 table td.c2 input.text {
                    width: 480px;
                    font-family: Arial;
                }
    .faces-entry {
        margin: 0 0 30px;
    }
        .faces-entry img {
            margin-right: 20px !important;
        }
        .faces-entry span.title {
            display: block;
            font-size: 18px;
            color: #b40000;
        }
        .faces-entry span.dolj {
            font-size: 11px;
            font-weight: bold;
        }
        .faces-entry p {
            margin-bottom: 10px !important;
        }
    .gallery-entry {
        margin: 0 0 20px;
    }
        .gallery-entry td {
            padding: 0 !important;
            font-size: 13px !important;
            vertical-align: middle !important;
	    background-repeat: no-repeat;
            background-position: right 50%;
	    background-color: #fff;
            border-bottom: 0 !important;
        }
        .gallery-entry td p {
            margin-top: 5px !important;
        }
        .gallery-entry a {
            color: #15588e !important;
        }
            .gallery-entry td.c1 {
                width: 140px;
                height: 121px;
            }
            .gallery-entry td.c2 {
                padding-left: 20px !important;
            }
    .gallery-rub-entry {
        float: left;
        width: 145px;
        margin: 0 26px 30px 0;
        text-align: center;
    }
        .gallery-rub-entry div {
            position: relative;
            margin: 0 0 10px;
            background: #ede4da;
        }
            .gallery-rub-entry-lt, .gallery-rub-entry-rt, .gallery-rub-entry-rb, .gallery-rub-entry-lb {
                position: absolute !important;
                width: 4px;
                height: 4px;
                margin: 0 !important;
                font-size: 1px;
            }
                .gallery-rub-entry-lt {
                    top: 0;
                    left: 0;
                    background-image: url(/img/spec_lt.gif) !important;
                }
                .gallery-rub-entry-rt {
                    top: 0;
                    right: 0;
                    background-image: url(/img/spec_rt.gif) !important;
                }
                .gallery-rub-entry-rb {
                    bottom: 0;
                    right: 0;
                    background-image: url(/img/spec_rb.gif) !important;
                }
                .gallery-rub-entry-lb {
                    bottom: 0;
                    left: 0;
                    background-image: url(/img/spec_lb.gif) !important;
                }
            .gallery-rub-entry div table {
                width: 100%;
                height: 145px;
            }
                .gallery-rub-entry div table td {
                    padding: 0 !important;
                    border-bottom: 0 !important;
                    vertical-align: middle !important;
                }
                    .gallery-rub-entry div table td img {
                        margin: 0 !important;
                    }
        .gallery-rub-entry a {
            color: #b40000;
        }
    #gallery-telo {
        position: relative;
        width: 606px;
        margin: 0 0 30px;
        padding: 20px;
        background: #ede4da;
        text-align: center;
    }
        #gallery-telo-lt, #gallery-telo-rt, #gallery-telo-rb, #gallery-telo-lb {
                position: absolute !important;
                width: 4px;
                height: 4px;
                margin: 0 !important;
                font-size: 1px;
            }
                #gallery-telo-lt {
                    top: 0;
                    left: 0;
                    background-image: url(/img/spec_lt.gif) !important;
                }
                #gallery-telo-rt {
                    top: 0;
                    right: 0;
                    background-image: url(/img/spec_rt.gif) !important;
                }
                #gallery-telo-rb {
                    bottom: 0;
                    right: 0;
                    background-image: url(/img/spec_rb.gif) !important;
                }
                #gallery-telo-lb {
                    bottom: 0;
                    left: 0;
                    background-image: url(/img/spec_lb.gif) !important;
                }
        #gallery-telo h3 {
            margin-top: 0;
            text-align: left;
        }
        #gallery-telo img {
            margin: 0 !important;
        }
    #gallery-telo-scroll-container {
        position: relative;
        height: 108px;
        margin: 20px 0 0;
    }
    #gallery-telo-scroll {
        position: relative;
        width: 480px;
        height: 108px;
        margin: 0 auto;
        overflow: hidden;
    }
        #gallery-telo-left {
            position: absolute;
            top: 16px;
            left: 2px;
            width: 15px;
            height: 74px;
        }
            #gallery-telo-left img {
                position: relative;
                border: 0;
            }
        #gallery-telo-right {
            position: absolute;
            top: 16px;
            left: 586px;
            width: 15px;
            height: 74px;
        }
            #gallery-telo-right img {
                position: relative;
                border: 0;
            }
        #gallery-telo-scrollbox {
            position: relative;
            width: 10000px;
            height: 48px;
            padding: 1px 0 0 1px;
        }
            .gallery-telo-entry {
                float: left;
                width: 111px;
                height: 106px;
                margin: 0 10px 0 0;
                border: 1px solid #d5d5d5 !important;
            }
                .gallery-telo-entry td {
                    padding: 0 !important;
                    border: 0 !important;
                    vertical-align: middle !important;
                }
                .gallery-telo-entry img {
                    margin: 0 !important;
                    border: 0 !important;
                }
    #Gmap {
        width: 659px;
        height: 387px;
        margin: 0 0 30px;
        background:  url(/img/gmap.gif)  no-repeat;
    }
    #vacancy-telo {
        width: 100%;
        margin: 0 0 30px;
    }
        #vacancy-telo tr.xrow td {
            background: #efeeef;
        }
            #vacancy-telo td {
                font-size: 13px;
                border-bottom: 0 !important;
            }
                #vacancy-telo td.c1 {
                    width: 200px;
                    padding-left: 30px;
                    padding-right: 30px;
                }
                    #vacancy-telo td.pod {
                        width: 100px !important;
                        padding-right: 10px !important;
                        text-align: right;
                    }
                #vacancy-telo td.c2 {
                    width: 400px;
                    font-weight: bold;
                }
    #vacancy-form {
        width: 100%;
        margin: 0 0 30px;
    }
        #vacancy-form td {
            padding: 3px 10px !important;
            font-size: 13px;
            border-bottom: 0 !important;
        }
            #vacancy-form td.c1 {
                width: 150px;
                padding: 7px 10px 3px !important;
                text-align: right;
            }
            #vacancy-form td.c2 {
                font-size: 11px;
            }
                *+html #vacancy-form td.c2 span {
                    position: relative;
                    top: -2px;
                }
                * html #vacancy-form td.c2 span {
                    position: relative;
                    top: -2px;
                }
                #vacancy-form input.text {
                    width: 460px;
                }
                #vacancy-form textarea {
                    width: 460px;
                    height: 60px;
                }
                #vacancy-form select {
                    font-size: 13px;
                    width: 464px;
                }
                #vacancy-form input.checkbox {
                    position: relative;
                    top: 2px;
                }
            #vacancy-form td.c2 #addwork span {
                color: #15588e;
                border-bottom: 1px dotted #15588e;
                cursor: hand;
                cursor: pointer;
            }
        .vacancy-work {
            margin: 5px 0 5px;
            padding: 15px 20px;
            background: #f4f4f4;
        }
            .vacancy-work-lt, .vacancy-work-rt, .vacancy-work-rb, .vacancy-work-lb {
                position: absolute !important;
                width: 4px;
                height: 4px;
                margin: 0 !important;
                font-size: 1px;
            }
                .vacancy-work-lt {
                    top: 0;
                    left: 0;
                    background-image: url(/img/spec_lt.gif) !important;
                }
                .vacancy-work-rt {
                    top: 0;
                    right: 0;
                    background-image: url(/img/spec_rt.gif) !important;
                }
                .vacancy-work-rb {
                    bottom: 0;
                    right: 0;
                    background-image: url(/img/spec_rb.gif) !important;
                }
                .vacancy-work-lb {
                    bottom: 0;
                    left: 0;
                    background-image: url(/img/spec_lb.gif) !important;
                }
            .vacancy-work table {
                width: 100%;
            }
                .vacancy-work td {
                    font-size: 11px !important;
                }
                    .vacancy-work td input {
                        width: 270px !important;
                    }
                    #vacancy-form td .vacancy-work td.cc1 {
                        width: 125px;
                        padding-left: 0 !important;
                        padding-top: 6px !important;
                        text-align: right;
                    }
    .nomera-list {
        position: relative;
        margin: 0 0 30px;
    }
        .nomera-list img {
            margin: 0 !important;
        }
        .nomera-list-pic {
            float: left;
            position: relative;
            width: 70px;
            height: 70px;
            margin: 0 20px 0 0;
        }
            .nomera-list-lupa {
                position: absolute;
                top: 53px;
                left: 53px;
            }
    #nomer-fotos {
        float: right;
        margin: 0 0 10px 20px;
        padding: 15px 15px 0;
        background: #efeeef;
    }
        .nomer-fotos-pic {
            position: relative;
            width: 70px;
            height: 70px;
            margin: 0 0 15px;
        }
            .nomer-fotos-pic img {
                margin: 0 !important;
            }
            .nomer-fotos-lupa {
                position: absolute;
                top: 53px;
                left: 53px;
            }
#bottom {
    font-size: 11px;
    color: #333;
    background: url(/img/bg_footer.gif);
    z-index: 15;
}
    #footer {
    }
    #footer-counters {
        position: absolute;
        top: 78px;
        left: 158px;
        width: 88px;
    }
        #footer-counters img {
            margin: 0 0 10px;
        }
    #footer-copyright {
        position: absolute;
        top: 78px;
        left: 268px;
        width: 350px;
    }
    #footer-solus {
        position: absolute;
        top: 109px;
        left: 268px;
        width: 215px;
        padding: 3px 0;
        color: #999;
        background:  url(/img/logo_solus.gif) right 0 no-repeat;
    }
        #footer-solus a {
            color: #999;
        }
    #footer-gg {
        position: absolute;
        top: 135px;
        left: 268px;
        width: 270px;
        color: #999;
        background:  url(/img/logo_gg.gif) right 2px no-repeat;
    }
        #footer-gg a {
            color: #999;
        }
    #footer-address {
        position: absolute;
        top: 74px;
        left: 632px;
        width: 310px;
        padding: 0 0 20px;
        line-height: 20px;
    }
        #footer-address span {
            display: block;
            float: left;
            width: 45px;
        }
            #footer-site {
                position: absolute;
                left: 45px;
                bottom: 0;
                padding: 0 0 0 15px;
                color: #b50202;
                background: url(/img/icon_info.gif) 0 6px no-repeat;
            }
            #footer-email {
                position: absolute;
                left: 180px;
                bottom: 0;
                padding: 0 0 0 15px;
                color: #b50202;
                background: url(/img/icon_mail.gif) 0 6px no-repeat;
            }
/*******************************************************************************
  STYLES
*******************************************************************************/
a.more {
    font-size: 10px;
    color: #767676;
    padding: 0 20px 0 0;
    background:  url(/img/icon_more.gif) right 50% no-repeat;
}
a.bred {
    font-size: 18px !important;
    color: #b40000 !important;
}
a.redslash {
    padding-left: 25px;
    background:  url(/img/rslash.gif) 0 50% no-repeat;
}
.red {
    color: #b40000 !important;
}
.smgray {
    font-size: 11px !important;
    color: #666 !important;
}
.gray {
    color: #666 !important;
}
.req {
    font-style: italic;
    color: #b40000;
}
#printpage {
    display: -moz-inline-box; display: inline-block;
    padding: 5px 10px;
    font-weight: normal !important;
    color: #15588e !important;
    background: #f0eff0;
}
div.separator {
    width: 100%;
    clear: both;
    font-size: 1px;
}

/*******************************************************************************
  SPEC
*******************************************************************************/

.offersSpecTable {
	border: 0px solid #000;
	margin-left: 210px;
	margin-top: 60px;
}

.offersSpecTable  td {
	font-size: 8pt;
}

.offersSpecTable a {
	color: #B40000;
}

.offersSpecTable a:hover {
	color: #15588E;
}

