body
    {
    background-color: #a6835a;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    }
@font-face {font-family:'alarus';src: url('/css/a_la_russ.ttf');}

.body_top
    {
    position: relative;
    background: url('../images/main_bg.png') repeat-y #f2f0ec;
    background-position: 50% 0%;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1172px;
    min-height: 94%;
    }

.body_footer
    {
    position: relative;
    background: url('../images/footer_bg.png') repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 49px;
    }

.main_bg
    {
    position: relative;
    }

.footer
    {
    position: relative;
    background: url('../images/footer.png') no-repeat;
    background-position: 50% 1px;
    margin: 0 auto;
    padding: 0;
    width: 1172px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    font: bold 13px arial;
    color: #57351f;
    }

.top_bg
    {
    position: relative;
    background-color: #b08a5d;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 240px;
    }

.top
    {
    position: relative;
    background: url('../images/top_bg.png') no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 1172px;
    height: 240px;
    }

.top_menu
    {
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 1172px;
    height: 
    }

.top_menu a:link {font: bold 12px arial; color: #834b25; text-decoration: none;}
.top_menu a:visited {font: bold 12px arial; color: #834b25; text-decoration: none;}
.top_menu a:hover {font: bold 12px arial; color: #4c270f; text-decoration: none;}

.menu_bg
    {
    position: relative;
    background: url('../images/menu_bg.png') repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1172px;
    height: 48px;
    }

.home
    {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 1172px;
    min-height:400px;
    }

.banner
    {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    min-height:100px;
    }

.menu2
    {
    list-style: none;
    margin-top: 0px;
    }

.menu2 li
    {
    padding: 0;
    margin: 5px 0;
    }

.menu2main a
    {
    display: block;
    width: 184px;
    height: 37px;
    padding-top: 12px;
    background: url('../images/banner_bg.png') no-repeat;
    font: normal 20px alarus;
    color: #663722;
    text-align: center;
    text-decoration: none;
    margin-left: 22px;
    }

.menu2main a:hover
    {
    background: url('../images/banner_bg_on.png') no-repeat;
    color: #fed98c;
    text-decoration: none;
    }

.istok a
    {
    display: block;
    width: 226px;
    height: 197px;
    background: url('../images/istok.png') no-repeat;
    }
    
.istok a:hover
    {
    background: url('../images/istok_on.png') no-repeat;
    }

.hod a
    {
    display: block;
    width: 226px;
    height: 197px;
    background: url('../images/hod.png') no-repeat;
    }
    
.hod a:hover
    {
    background: url('../images/hod_on.png') no-repeat;
    }

hr 
    {
    border: 0;
    height: 1px;
    background: #c4bd97;
    }

.content
    {
    position: relative;
    float: left;
    margin-top: 15px;
    width: 779px;
    min-height:350px;
    background: url('../images/home_bg.png') no-repeat #ffffff;
    background-position: -2px 100%;
    border-left: 2px solid #c3a179;
    border-right: 2px solid #c3a179;
    margin-bottom: 15px;
    }

h1
    {
    font: bold 15px tahoma;
    color: #57351f;
    margin: 0;
    padding: 0;
    }

h2
    {
    font: bold 15px tahoma;
    margin: 0;
    padding: 0;
    color: #844c26;
    }


font.main
    {
    font: normal 12px tahoma;
    color: #844c26;
    }

a {normal 14px tahoma;}
a:link    { text-decoration: none; color : #583620; }
a:visited { text-decoration: none; color : #583620; }
a:hover { text-decoration: underline; color : #844c26;}

a.news_link:link    {font: normal 14px tahoma; text-decoration: none; color : #996633; }
a.news_link:visited {font: normal 14px tahoma; text-decoration: none; color : #996633; }
a.news_link:hover {font: normal 14px tahoma; text-decoration: underline; color : #844c26;}

.menu_adm
    {
    margin-left: 100px;
    }

.menu_adm li
    {

    }

.menu_adm li a
    {
    font: normal 16px tahoma;
    }

.menu_adm li ul
    {
    margin-left: 20px;
    }

.menu_adm li ul li
    {

    }

.menu_adm li ul li a
    {
    font: normal 14px tahoma;
    }

.menu_adm li ul li ul
    {
    margin-left: 20px;
    }

.menu_adm li ul li ul li
    {

    }

.menu_adm li ul li ul li a
    {
    font: normal 12px tahoma;
    }



#jquery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
}
#jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
}
#lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
}
#lightbox-nav-btnPrev {
        left: 0;
        float: left;
}
#lightbox-nav-btnNext {
        right: 0;
        float: right;
}


#lightbox-container-image-data-box {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
}
#lightbox-container-image-data {
        padding: 0 10px;
        color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
}

/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

.uploadify {
    position: relative;
    margin-bottom: 1em;
}
.uploadify-button {
    background-color: #505050;
    background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #505050),
        color-stop(1, #707070)
    );
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    width: 100%;
}
.uploadify:hover .uploadify-button {
    background-color: #606060;
    background-image: linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #606060),
        color-stop(1, #808080)
    );
    background-position: center bottom;
}
.uploadify-button.disabled {
    background-color: #D0D0D0;
    color: #808080;
}
.uploadify-queue {
    margin-bottom: 1em;
}
.uploadify-queue-item {
    background-color: #F5F5F5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height:     16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
    margin-top: 10px;
    width: 100%;
}
.uploadify-progress-bar {
    background-color: #0099FF;
    height: 3px;
    width: 1px;
}

.jqueryslidemenu
    {
    position: relative;
    background: url('../images/menu.png') no-repeat;
    background-position: 50% 0%;
    margin: 0 auto;
    top: -4px;
    padding: 0;
    width: 1172px;
    height: 51px;
    }

.jqueryslidemenu a
    {
    outline:none;
    }

.jqueryslidemenu ul
    {
    list-style: none;
    margin: 0;
#    margin-left: 140px;
    padding: 0;
    }

.jqueryslidemenu ul li
    {
    float: left;
    margin: 19px 10px;
    position: relative;
    }

.jqueryslidemenu ul li a {
    display: block;
    height: 30px;
    color: #ffffff;
    font: normal 20px alarus;
    font-transform: uppercase;
    text-shadow: 1px 1px 2px black;
    }
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
        color: #ffffff;
}
.jqueryslidemenu ul li a:hover {
        color: #f8d186;
        text-decoration: none;
}
.jqueryslidemenu ul li ul {
	margin-left: -50px;
	margin-top: -5px;
	padding: 0;
        position: absolute;
        display: block;
        visibility: hidden;
}
.jqueryslidemenu ul li ul li {
	margin: 0;
	padding: 0;
        display: list-item;
        float: none;
}
.jqueryslidemenu ul li ul li ul {
        top: 0;
}
.jqueryslidemenu ul li ul li a {
        background: #e3cfb1;
        color: #663722;
        font: normal 14px arial;
        width: 216px;
        height: 100%;
        padding: 5px 0;
        border-left: 2px solid #a36948;
        border-right: 2px solid #a36948;
        text-shadow: none;
        text-align: center;
}
.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited {
        color: #663722;
}

.jqueryslidemenu ul li ul li a:hover {
        background: #fff0db;
        color: #602f1a;
}

.menu_n
    {
    background: url('../images/menu_n.png') no-repeat;
    width: 3px;
    height: 30px;
    }
                        
.submenu
    {
    list-style: none;
    margin: 0;
    margin: 20px;
    padding: 0;
    width: 700px;
    }
    
.submenu li
    {
    margin: 0;
    padding: 0;
    }

.submenu li a
    {
    display: block;
    font: italic 16px arial;
    padding: 10px 5px 5px 60px;
    margin: 10px;
    min-height: 35px;
    border-bottom: 1px solid #583620;
    color: #000000;
    background: url('../images/home_pic.png') no-repeat;
    }
    
.submenu li a
    {
    text-decoration: none;
    }