@CHARSET "UTF-8";

html, body {
    padding: 0px;
    margin: 0px;
    font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #DFC48F;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none !important;
}

div.box {
    margin: 6px auto;
    width: 1000px;
}

div#top {
    height: 60px;
    background: url(../images/top_main.jpg) no-repeat;
}

td.left {
    background: url(../images/left_back.jpg) repeat-y;
    background-color: gray;
    width: 300px;
    height: 620px;
}

td.left div#left {
    background: url(../images/left.jpg) no-repeat left top;
    min-height: 623px;
    padding-left: 20px;
}

td.content {
    background-color: #B18B41;
}

td.content div#content {
    margin: 0px 20px 10px 10px;
    background-color: #B18B41;
    width: 670px;
}

div#footer {
    background: url(../images/bottom.jpg) no-repeat;
    height: 43px;
    text-align: right;
}

div#footer div.counter {
    padding-top: 20px;
}

div.submenu {
    min-height: 200px;
}

div.submenu li, ul {
    list-style: none;
    margin: 0px;
    padding-left: 10px;
}

div.submenu a.menu {
    background: url(../images/small.gif) no-repeat left center;
    display: block;
    width: 200px;
    padding-left: 12px;
    color: #fff;
}

div.submenu a.menu:hover {
    text-decoration: none;
}

div.submenu a.setted {
    background: url(../images/small_down.gif) no-repeat left center;
    display: block;
    padding-left: 12px;
    text-decoration: none;
    font-weight: bold;
}

#menu {
    height: 30px;
    padding-top: 21px;
    padding-left: 360px;
    margin: 0px;
}

#menu ul {
    list-style: none;
}

#menu li {
    display: inline;
    border: none;
}

#menu a {
    float: left;
    width: 115px;
    height: 27px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 4px;
    background: url(../images/but.jpg) left top no-repeat;
}

#menu li a:hover, li.setted a {
    width: 115px;
    color: #fff;
    background: url(../images/b2.jpg) 0px 0px no-repeat;
}

#menu li.setted a {
    width: 115px;
    color: #000;
    background: url(../images/b2.jpg) 0px 0px no-repeat;
}

div.left_text {
    padding-left: 15px;
    color: #fff;
}

div.logo_area {
    height: 310px; 
    overflow: hidden; 
    border: solid 3px #fff; 
    margin: 0 10px 10px 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

#logo {
    height: 195px;
    text-align: right;
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    padding-top: 130px;
    /*background-position: 0px 10px;*/
    background-repeat: no-repeat;
}

#logo H1 a {
    text-decoration: none;
    font-style: italic;
    font-size: 18px;
    color: #ffffff;
}

#logo H2 a {
    font-size: 10px;
    color: #ffffff;
}

#logo div.headContacts {
    position: absolute; 
    top: -126px; 
    left: 7px; 
    text-align: left;
    color: #fff;
    font-size: 11px;
}

#logo div.headContacts a {
    color: #fff;
    text-decoration: underline;
}

#navigator {
    padding: 0px 20px 10px 10px;
    font-size: 14px;
}

.settedSub a {
    text-decoration: none !important;
    font-weight: bold;
}

div#tree {
    width: 50%;
}

div#tree a {
    color: #0c0c0c;
    display: block;
    background: url(../images/mini-arrow_right.gif) no-repeat left center;
    padding-left: 20px;
}

div#tree a:hover { 
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

a img {
    border: 0;
}


