body, div, table, caption, th, td, form, fieldset, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, hr {
    margin: 0;
    padding: 0;
    color: #1E2290;
    font-family: sans-serif;
}

body, html {
    color: #000;
    background: white;
}

#wrap {
    width: 980px;
    margin: 0 auto;
}

#menu-content-wrap {
    margin: 32px 26px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #C7D2DD;
}

#first-gradient {
    margin-top: 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: white;
    background-image: url("/static/images/first_gradient.png");
    background-repeat: repeat-x;
    clear:both;
}

#header {
    margin-bottom: -250px;
    background: white url("/static/images/header2.gif") no-repeat;
}

#header .right-header-img-mayak {
    height: 438px;
    width: 412px;
    margin-left: 567px;
    background: white url("/static/images/header1.gif") no-repeat right;
}

#header .right-header-img-bratskaya {
    height: 438px;
    width: 412px;
    margin-left: 567px;
    background: white url("/static/images/header3.gif") no-repeat right;
}

#header .right-header-img-office {
    height: 438px;
    width: 412px;
    margin-left: 567px;
    background: white url("/static/images/header4.gif") no-repeat right;
}

#header .logo {
    float: left;
    margin-top: 60px;
}

ul {
    list-style: none;
}

ul.menu li {
    margin: 0 0 4px 8px;
    position: relative;
}
ul.menu li a, 
ul.menu li a:active, 
ul.menu li a:visited {
    padding: 8px 4px;
    width: 100%;
    display: block;
    background: #f2f2f2;
    text-decoration: none;
    color: black;
}
ul.menu li a:hover,
ul.menu li a:hover span {
    color: black;
    background: #bfc4ee;
}
ul.menu li.selected a,
ul.menu li.selected a:active,
ul.menu li.selected a:visited,
ul.menu li.ancestor a,
ul.menu li.ancestor a:active,
ul.menu li.ancestor a:visited{
    color: white;
    background: #2e3192;
}
ul.menu li.selected a span,
ul.menu li.selected a:active span,
ul.menu li.selected a:visited span,
ul.menu li.ancestor a span,
ul.menu li.ancestor a:active span,
ul.menu li.ancestor a:visited span {
    background: transparent url("/static/images/arrow.gif") no-repeat left center;
}
ul.menu li a span {
    margin-left: -8px;
    width: 8px;
    height: 100%;
    display: block;
    font-size: 0;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
}

#main {
    min-height: 200px;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
    height: 100%;
    padding: 15px;
    background-image: url("/static/images/gradient2.gif");
    background-repeat: repeat-x;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    color: #1E2290;
    border-bottom: 2px #828CC7 solid;
    margin-bottom: 20px;
}

#sidebar {
    float: left;
    width: 220px;
    padding: 15px;
}

#second-gradient {
    padding: 15px 15px 20px 258px;
}

#footer {
    height: 100px;
    margin-bottom: 3px;
    clear: both;
}

#footer div {
    background: white url("/static/images/gradient_bottom.gif") repeat-x bottom;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding-top: 20px;
    height: 80px
}

#footer p {
    text-align: center;
}

hr.subline {
    height: 2px;
    border: 1px solid #828CC7;
    background: #828CC7;
    margin: 0 20px;
}

.clear {
    font-size: 0;
    line-height: 0;
    clear: both;
    overflow: hidden;
}

.gallery-image-wrapper {
    float: left;
    margin: 3px;
    padding: 5px 4px 15px 5px;
    width: 190px;
    background: white url("/static/images/gallary_img_background.png") no-repeat 50% 100%;
}

.gallery-image-wrapper a {
    text-decoration: none;
}

.gallery-image-wrapper img {
    display: block;
}

.gallery-image-wrapper span {
    padding-top: 3px;
    color: black;
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 0.75em;
    min-height: 2.75em;
}

#main .plugin_picture {
    margin: 0 20px 10px 20px;
}

.cms_toolbar-item_logo {
    display: none !important;
}

#main p {
    text-align: justify;
    margin: 20px 0;
}

#main .plugin_picture.align-left {
    float: left;
}
#main .plugin_picture.align-right {
    float: right;
}

#main ul {
    list-style: disc;
    padding-left: 1em;
}

img {
    border:none;
}

#main ul.news-list {
    list-style: none;
}

#main .new_pub_date {
    color: black;
    font-size: smaller;
}

table.price
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: black;
}

.price td, .price th
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    vertical-align: top;
    border-color: black;
}