body
{
background-color:#EFDEA6;
margin: 0px;
}


/*====HEAD=======================================================================*/
#head
{
    background-color:#FFF8EA;

    min-width:760px;
    height:240px;
}
#head_left
{
    position: absolute;
    left: 0px;
    top: 0px;
    float:right;
    background-image: url(/skins/main/images/head_left.png);
    background-repeat:no-repeat;
    width: 465px;
    height: 240px;
    cursor: pointer;

}
#head_right
{
    position:relative;
    /*margin-left:465px;
    right: 0px;
    top: 0px;*/
    background-image: url(/skins/main/images/head_right.png);
    background-repeat:no-repeat;
    height: 240px;
    width: 315px;
}
#head_right_container
{
    position:relative;
    width:780px;
    min-width:760px;
    /*background-color:#FF0000;*/
}
#logo
{
}
#header_text
{
    position:absolute;
    width: 400px;
    top:131px;
    left:283px;
    z-index:3;
    font-family:Arial,sans-serif;
    font-size:15px;
    color:#290D08;
    word-spacing: normal;
    letter-spacing:0px;
    font-weight:600;
    font-variant:small-caps;
}
/*====MENU_TOP=================================================================*/
#menu_top
{
    position:relative;

    margin-top: -30px;
    min-width:740px;

    height:24px;
    background-color:#120501;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#E5D38F;
    padding-top:4px;
    padding-bottom:2px;
    padding-left: 40px;

    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index:5;
}

*html .top_menu_holder
{
    margin-top: -17px;
    width: 740px;
    height: 1px;
}

#menu_top a, #menu_top span
{
    position:relative;
    font-family: Tahoma, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
    color:#E5D38F;
    z-index:4;
}

#button_container
{
    position:absolute;
    top:240px;
    left:0px;
    width:100%;
    min-width:760px;
    height:20px;
    z-index:5;

}
#button_right_container
{
    position:relative;
    width:200px;
}
#buttons
{
    position:relative;
    margin-top: -30px;
    margin-right:30px;
    background-image: url(/skins/main/images/buttons.gif);
    background-repeat:no-repeat;
    width:112px;
    height:25px;
}

#home_button
{
    display: block;
    position:absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
}
#contacts_button
{
    display: block;
    position:absolute;
    top: 0px;
    left: 36px;
    width: 32px;
    height: 32px;
}
#feedback_button
{
    display: block;
    position:absolute;
    top: 0px;
    left: 72px;
    width: 32px;
    height: 32px;
}

#fon
{
    position:absolute;
    top:265px;
    left:0px;
    width:100%;
    height:366px;
    background-image: url(/skins/main/images/fon.png);
    background-repeat:repeat;
    z-index:0;
}
/*====SEARCH=============================================================================*/
#search_container
{
    width:390px;
    height:25px;
    background-color:#120501;
    margin-top:10px;
    padding-top:4px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:900;
    text-align:right;
    color:#FFFFFF;
}
#search_form
{
    position:absolute;
    top:272px;
    left:202px;
    width:188px;
    height:10px;
    background-color:#120501;
    z-index:1;
}
/*
#search_text
{
    position:absolute;
    top:276px;
    left:100px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    z-index:2;
}
*/
#submit
{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    width:30px;
    font-size:14px;
    font-weight:900;
    background-color: #440105;
    border-color: #220909;
    border-width: 1px;
    border-style: double;
    text-align:center;
}

#input
{
    background-color:#7A73B2;
    border-color: #31293A;
    border-width: 1px;
    border-style: double;
}
/*====CONTENT===============================================================================*/
#text1
{
    width:100%;
    padding-bottom: 5px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:900;
    text-align:left;
    text-indent:20px;
    color:#290D08;
}
#main_container
{
    overflow:hidden;
    margin-top: 10px;
    padding-left: 240px;
    min-width:540px;
    /*background-color:#33CCFF;*/
}
#content_container
{
    position:relative;
    min-width:525px;
    min-height: 300px;

    /*background-color:#9E8340;*/
    background-color:#D0B663;

    font-family: Arial, sans-serif;
    font-size:12px;
    /*font-weight:900;*/
    text-align:left;
    color:#290D08;
    padding-left:40px;
    padding-top:30px;
    padding-bottom:30px;
    padding-right: 40px;
    border-bottom-color:#290D08;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-color:#290D08;
    border-top-style:solid;
    border-top-width:1px;
    z-index: 5
}

*html .content_holder
{
    width: 460px;
    font-size: 1px;

}

.text p, .text h1, .text h2, .text hr, .text h3
{
    clear:both;
}

.text h1, .text h2, .text h3
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.text a
{
    color:#460005;
}

.text h2
{
    font-size: 22px;
}

.text h3
{
    font-size: 18px;
}

.text p
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: justify;
    text-indent: 20px;
}

.text hr
{
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #290d08;
    border-bottom: 1px solid #D0B663;
    border-left: 0px solid #290d08;
    border-right: 0px solid #290d08;

}

.text img
{
    margin: 10px;
}

a img
{
    border-width: 0px;
}

* html #content_container{height: 300px;}
/*.line
{
    width:100%;
    background-color:#290D08;
    height:1px;
}*/
.form input, .form textarea
{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#290D08;
    font-size:12px;
    background-color: #E5DE7E;
    border-color: #220909;
    border-width: 1px;
    border-style: solid;
    padding: 0px 5px 0px 5px;
}

.form textarea
{
    width: 400px;
    height: 100px;
}

.text .notice
{
    color: #460005;
    font-size: 10px;
    padding: 10px;
}

.text_main
{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    text-align:left;
    color:#460005;
    font-size:12px;
    padding-right:40px;
}
#forum
{
    width:200px;
    height:22px;
    padding-top: 8px;
    padding-right: 10px;
    background-color:#290D08;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:900;
    text-align:right;
    color:#E5D38F;
    z-index:2;
    clear: left;
}
#left_column
{
    position:absolute;
    top:254px;
    left:0px;
    width:210px;
}

#lang_selector
{
    float:left;
    height: 34px;
    padding-left: 138px;
}

#lang_selector a
{
    float: left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #D0B663;
    color: #290D08;
    text-decoration: none;
    margin-right: 2px;
}

a.lng
{
    background-color: #D0B663;
}

.ru a.ru {background-color: transparent;}
.ua a.ua {background-color: transparent;}
.en a.en {background-color: transparent;}


#left_column .text
{
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color:#290D08;
    padding-top: 10px;
    padding-left: 50px;

}

#left_column .menu_item
{
    width:193px;
    height:25px;
    padding-top: 10px;
    padding-right: 42px;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:900;
    text-align:right;

    background-image: url(/skins/main/images/marker_.png);
    background-repeat:no-repeat;
    background-position: 196px 11px;

    z-index:2;
}

#left_column .menu_item a
{
    text-decoration: none;
    color:#290D08;

}

#menu_bottom
{
    height:16px;
    vertical-align:text-top;
    border:1px;
    border-color:#836746;
    margin-top:3px;
    padding-left: 250px;
    text-align:left;
    min-width: 530px;
    /*padding-right: 200px;*/
}

*html .bottom_menu_holder
{
    margin-top: -16px;
    width: 528px;
}

#menu_bottom a, #menu_bottom span
{
    position: relative;
    height:18px;
    font-family:Tahoma, sans-serif;
    font-size:9px;
    font-weight:bold;
    text-transform: uppercase;
    vertical-align:middle;
    text-decoration:none;
    color:#290D08;
    z-index: 5;

}
#footer
{
    /*width:74%;*/
    min-width:570px;
    margin-top: 10px;
    margin-left: 210px;
    margin-right: 0px;
    padding-bottom: 5px;
    padding-top:5px;
    border-top-color:#290D08;
    border-top-style:solid;
    border-top-width:1px;
    text-align:center;
    color:#460005;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:10px;

}

*html .footer_holder
{
    width: 570px;
    margin-bottom: -10px;

}

#mlin_bottom
{
    position:relative;
    margin-top:-193px;
    background-image: url(/skins/main/images/mlin_bottom.png);
    background-repeat:no-repeat;
    width:163px;
    height:193px;
    z-index: 0;
}

/*
div
{
    border: 1px solid red;
}
  */