/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}


/* body
--------------------------------------------------*/
body {
    margin: 0;
    background: url("../images/bg_global_left.jpg") no-repeat top left;
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 62.5%; /* Resets 1em to 10px */
}

#wrapper {
    background: url("../images/bg_global_right.jpg") no-repeat top right;
}

table,tr,td{
    font-family: Verdana, Tahoma, Arial, Sans-serif;
    font-size: 13px;
 }

/* menu
--------------------------------------------------*/
#menu, #menu li ul {
    margin: 0;
    padding: 0;
    font: normal 11px verdana;
    list-style: none;
    width: 121px;
    position: absolute;
    left: 6px;
    top: 210px;
}

#menu li {
    background: url("../images/bg_menu_item.gif") no-repeat center bottom; /* вместо bottom можно поставить -31px - получится нижняя граница под кнопочкой*/
    position: relative;
    height: 27px; /*необходимо для нормального масштабирования в Firefox*/
}

#menu li ul {
    position: absolute;
    left: 121px;
    top: 0;
    display: none;
}

#menu li a {
    padding: 6px 6px 8px 10px;
    background: url("../images/bg_menu_item.gif") no-repeat top;
    display: block;
    text-decoration: none;
    color: #B46B7A;
}

#menu li a:hover {
    background-image: none;
    color: #fff;
}

/* Holly Hack. IE Requirement \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */

#menu li:hover ul, #menu li.over ul { display: block; }


/* main_content
--------------------------------------------------*/
#main_content_wrapper_left {
    margin: 0 228px 0 273px;
    background: url("../images/bg_global_center_filler_left.jpg") repeat-x 0px 21px;
}

#main_content_wrapper_right {
    background: url("../images/bg_global_center_filler_right.jpg") no-repeat 0px 11px;
    background-position: 100% 21px;
}

#main_content {
    padding: 0px 20px 8px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    /*background: url("../images/vac.gif") no-repeat top center;*/
    background: url("../images/bg_global_center.jpg") no-repeat top center;
    min-height: 493px;
    font-size: 1.3em;
}

#main_content_vac {
    padding: 0px 20px 8px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: url("../images/vac.gif") no-repeat top center;
    /*background: url("../images/bg_global_center.jpg") no-repeat top center;*/
    min-height: 493px;
    font-size: 1.3em;
}

/* Making min-height in IE */
*html #main_content {
    height: expression( this.scrollHeight < 493? "493px" : "auto" )
}
/* End */

#main_content_head { background: url("../images/bg_top_filler.jpg") repeat-x; }
#corner_top_left { background: url("../images/corner_top_left.jpg") no-repeat top left; }
#corner_top_right { background: url("../images/corner_top_right.jpg") no-repeat top right; height: 28px; }

#main_content_foot{ background: url("../images/bg_foot_filler.gif") repeat-x; }
#corner_foot_left { background: url("../images/corner_foot_left.gif") no-repeat top left; }
#corner_foot_right { background: url("../images/corner_foot_right.gif") no-repeat top right; height: 8px; }


/* headings, paragraphs, links, etc.
--------------------------------------------------*/
#main_content p{
    margin: 10px 0px 10px 0px;
    line-height: 1.25em;
}


/* footer
--------------------------------------------------*/
#footer {
    margin: 10px 0px 0px 0px;
}

#footer #counters {
    margin: 0px 230px 0px 270px;
    padding: 3px;
    text-align: center;
}

#footer #copyright {
    float: right;
    width: 224px;
    font-size: 10px;
    color: #bbb;
}

#footer #copyright a {
    text-decoration: none;
    color: #bbb;
}
h1{ font-size: 13px;}
a {
    color:#E60005;
    text-decoration: none;
  }
a:active, a:hover{ text-decoration: underline;}
input,select,textarea{
 font-family:Verdana,Arial;
 font-size: 11px;
 color: #171717;
 border: 1px solid #5F5F5F;
}
#s{display:none;}

img {border:0;}

#wrapper #xcontent {
     display: none;
}