* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f5f5f5;
    color: #010101;
    font-family: Arial, helvetica, sans-serif;
    font-size: 75%; /* 100% == 16px */
    line-height: 127%;
}
.non-visible {
    height: 1px !important;
    left: -5000px !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -5000px !important;
    width: 1px !important;
}
.cleaner {
    clear: both !important;
    display: block !important;
    float: none !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
legend,
.no-display {
    display: none;
}
img {
    border: none;
}
img.float-left {
    float: left;
    margin: 0 20px 10px 0;
}
img.float-right {
    float: right;
    margin: 0 0 10px 20px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
address {
    font-style: normal;
}
ul,
ol {
    margin: 20px;
}
ul li {
    list-style-type: square;
}
p {
    line-height: 140%;
    margin: 0 0 15px 0;
}
a {
    color: #ed1c22;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.ico {
    display: block;
    float: left;
    margin: 10px 20px 10px 0;
}
#container-shadow {
    background: #fff url('/media/page/container-shadow.png') repeat-y left top;
    margin: 0 auto;
    width: 996px;
}
#container {
    margin: 0 auto;
    position: relative;
    width: 940px;
}
#header {
    background: transparent url('/media/page/header-bg.jpg') no-repeat center bottom;
    height: 127px;
}
#header.sk {
    background: transparent url('/media/page/header-bg-sk.jpg') no-repeat center bottom;
}
#header.en {
    background: transparent url('/media/page/header-bg.jpg') no-repeat center bottom;
}
#header h1,
#header h3 {
    float: left;
    height: 73px;
    margin: 14px 0 0 15px;
    width: 204px;
}
#header h1 a,
#header h3 a {
    display: block;
    height: 73px;
    width: 204px;
}
#langs {
    background: transparent url('/media/page/lang-bg.png') repeat-x left top;
    height: 27px;
    margin: 0;
    padding: 3px 5px;
    position: absolute;
    /*
    left: 885px;
    */
    right: 0;
}
#langs li {
    background: transparent url('/media/page/lang-separator.png') no-repeat right 2px;
    display: inline;
    list-style-type: none;
    padding: 0 6px 0 2px;
    .padding: 0 4px 0 6px;
}
#langs li.last {
    background: none;
}
#langs a {
    color: #000;
}
#langs a.active {
    text-decoration: none;
}
#langs a.active:hover {
    text-decoration: underline;
}
#main-menu {
    float: right;
    margin: 0;
    padding-top: 57px;
}
#main-menu li {
    float: left;
    font-size: 125%;
    font-weight: bold;
    list-style-type: none;
    padding-bottom: 5px;
}
#main-menu li a {
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    padding: 6px 13px;
    text-decoration: none;
}
#main-menu li.last a {
    border-right: none;
}
#main-menu li.last a {
    padding-right: 0;
}
#main-menu li a:hover {
    text-decoration: underline;
}
#main-menu li.active {
    background: transparent url('/media/page/active-menu.png') no-repeat center bottom;
}
#main-menu li.active a {
    color: #000;
}
#footer-contact {
    border-top: 1px solid #c8c8c8;
    color: #5a5a5a;
    font-size: 108%;
    font-weight: bold;
    margin-top: 20px;
    padding: 18px 10px;
}
#footer-contact a {
    color: #5a5a5a;
}
#footer {
    background: #f5f5f5 url('/media/page/container-shadow-bottom.png') no-repeat center top;
    color: #969696;
    padding: 15px 38px;
}
#footer a {
    color: #969696;
}
#footer a.bold {
    font-weight: bold;
    text-decoration: none;
}
#footer a.bold:hover {
    text-decoration: underline;
}
#content {
    background: transparent url('/media/page/text-bg.png') repeat-x left top;
    padding-top: 19px;
}
#left-col {
    float: left;
    padding: 0 30px 0 20px;
    width: 250px;
}
#right-col {
    float: left;
    width: 620px;
}
#promo-banners {
    margin-top: 20px;
}
#promo-banners h3 {
    color: #000;
    font-size: 107%;
    line-height: 117%;
    margin: 0 0 5px 0;
}
#promo-banners h3 a {
    color: #000;
    text-decoration: none;
}
#promo-banners h3 a:hover {
    text-decoration: underline;
}
#promo-banners p {
    margin: 5px 0 2px 0;
}
#promo-banners div {
    margin-bottom: 30px;
}
#page-content h1 {
    border-bottom: 1px solid #c8c8c8;
    color: #ed1c24;
    font-size: 200%;
    line-height: 117%;
    margin-bottom: 20px;
    padding-bottom: 4px;
}
#page-content h2 {
    border-bottom: 1px solid #c8c8c8;
    color: #ed1c24;
    font-size: 125%;
    line-height: 117%;
    margin-top: 25px;
    padding-bottom: 4px;
}
#page-content h2 a {
    text-decoration: none;
}
#page-content h2 a:hover {
    text-decoration: underline;
}
#page-content h3 {
    color: #ed1c24;
    font-size: 125%;
    font-weight: normal;
    line-height: 117%;
    margin: 25px 0 4px 0;
}
#page-content h3 a {
    text-decoration: none;
}
#page-content h3 a:hover {
    text-decoration: underline;
}
#page-content h4 {
    color: #000;
    font-size: 107%;
    font-weight: bold;
    line-height: 117%;
    margin: 20px 0 4px 0;
}
#page-content h4 a {
    text-decoration: none;
}
#page-content h4 a:hover {
    text-decoration: underline;
}
#catalog-link {
    background: #004320 url('/media/page/cat-menu-bg.png') repeat-y left top;
    font-size: 150%;
    line-height: 117%;
    margin-bottom: 10px;
}
#catalog-link a {
    background: transparent url('/media/page/tree/collapsed.png') no-repeat 230px center;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#catalog-link:hover,
#catalog-link.hover {
    background: #004320 url('/media/page/cat-menu-active.png') repeat-y left top;
}
#subtitle {
    background: #c8c8c8 url('/media/page/subtitle-bg.png') no-repeat left bottom;
    color: #fff;
    font-size: 150%;
    line-height: 117%;
    padding: 7px 10px;
}
#top-wiki {
    border-bottom: 1px solid #c8c8c8;
    font-weight: bold;
    margin: 15px 0;
}
#top-wiki p {
    font-size: 108%;
    line-height: 138%;
    margin-bottom: 30px;
}
