/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #C6CDD6 url("../../images/design/body-bg.gif") repeat-x;
    font: normal 8.5pt Verdana, sans-serif;
}

h1 {
    font-size: 1.2em;
    margin: 2px 6px;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 0.9em;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

td{font-size: 8.5pt;}

a {
    color: #3E3E3E;
}

a:link:hover,
a:visited:hover {
    color: #CF0000;
}

a.news_title{
    font-size: 1.1em;
    font-weight: bold;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

:focus {
    outline: none;
}

.hidden {
    display: none;
}

#reducer {
    margin: 10px auto 0;
    width: 984px;
}

#wrapper {
    padding: 4px 0;
    background: transparent url("../../images/design/reducer-bg.png") repeat-y;
}

.header .logo, .header .sys, .header .server {
    margin-top: 15px;
}

.header .logo {
    margin-left: 30px;
    float: left;
    overflow: hidden;
}

.header .logo div {
    float: left;
}

.header .logo span {
    color: #CF0000;
}

.header .logo img {
   vertical-align: middle;
}

.header .logo .mystery {
   margin-top: 8px;
   margin-left: 15px;
   width: 235px;
}

ul.sys {
    margin-left: 55px;
    padding-top: 13px;
    list-style: none;
    float: left;
    height: 19px;
}

ul.sys li {
    float: left;
    height: 19px;
    width: 28px;
}

ul.sys li.home a {
    background-position: 0 0;
}

ul.sys li.home a:hover {
    background-position: 0 -20px;
}

ul.sys li.home b {
    background-position: 0 -40px;
}

ul.sys li.sitemap a:hover {
    background-position: 0 -20px;
}

ul.sys li.sitemap a {
    background-position: -28px 0;
}

ul.sys li.sitemap a:hover {
    background-position: -28px -20px;
}

ul.sys li.sitemap b {
    background-position: -28px -40px;
}

ul.sys li.feedback a {
    background-position: -56px 0;
}

ul.sys li.feedback a:hover {
    background-position: -56px -20px;
}

ul.sys li.feedback b {
    background-position: -56px -40px;
}

ul.sys li a, ul.sys li a:hover, ul.sys li b {
    background: transparent url("../../images/design/sys-icons.gif") no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 100%;
}

.header .server {
    margin-left: 10px;
    padding-top: 12px;
    float: left;
}

.header .server select {
    width: 170px;
}

.header .map {
    width: 209px;
    height: 91px;
    background: transparent url("../../images/design/map.gif");
    float: left;
    position: relative;
}

h4 {
    background: url("../../images/design/map-ru.gif") no-repeat;
    background-position: -1000px -1000px;
}

h5 {
    background: url("../../images/design/map-ua.gif") no-repeat;
    background-position: -1000px -1000px;
}

h6 {
    background: url("../../images/design/map-kz.gif") no-repeat;
    background-position: -1000px -1000px;
}


.map a.ru, .map a.ruselected {
    position: absolute;
    top: -1px;
    right: 2px;
    width: 160px;
    height: 50px;
    background: none;
}

.map a.ru:hover, .map a.ruselected {
    background: url("../../images/design/map-ru.gif") no-repeat;
    height: 79px;
}

.map a.ua, .map a.uaselected {
    position: absolute;
    top: 58px;
    left: 44px;
    width: 22px;
    height: 15px;
    background: none;
}

.map a.ua:hover, .map a.uaselected {
    background: url("../../images/design/map-ua.gif") no-repeat;
}

.map a.kz, .map a.kzselected {
    position: absolute;
    top: 46px;
    left: 74px;
    width: 49px;
    height: 32px;
    background: none;
}

.map a.kz:hover, .map a.kzselected {
    background: url("../../images/design/map-kz.gif") no-repeat;
}

.panel {
    background: url("../../images/design/panel-top.gif") no-repeat;
    margin: 0 auto;
    padding-top: 12px;
    width: 950px;
}

.panel .sky {
    position: relative;
    margin: 0 2px;
    width: 942px;
    height: 135px;
    z-index: 1;
}

.domen {
    position: absolute;
    right: 0;
    bottom: 0;
}

.flash-ru {
    background: url("../../images/design/flash-ru.png") no-repeat scroll right bottom;
    width: 190px;
    height: 129px;
}

.flash-ua {
    background: url("../../images/design/flash-ua.png") no-repeat  scroll right bottom;
    width: 111px;
    height: 133px;
}

.flash-kz {
    background: url("../../images/design/flash-kz.png") no-repeat  scroll right bottom;
    width: 75px;
    height: 124px;
}

.panel .bottom {
    position: relative;
    margin: 0 1px;
    background: url("../../images/design/panel-bottom.gif") no-repeat;
    height: 41px;
}

ul.h-menu, ul.breadcrumbs {
    float: left;
    margin-left: 20px;
    list-style: none;
    display: inline;
}

ul.h-menu li {
    padding: 11px 13px 15px 13px;
    float: left;
    position: relative;
    background: url("../../images/design/menu-separator.gif") no-repeat scroll 0 0;
}

ul.h-menu li.first, ul.breadcrumbs li.first {
    background: none;
}

ul.h-menu li a {
    text-decoration: none;
}

ul.h-menu li span {
    color: #3E3E3E;
    cursor: pointer;
}

ul.h-menu li a:hover {
    text-decoration: underline;
}

ul.h-menu li ul {
    list-style: none;
    position: absolute;
    top: 39px;
    left: 0px;
    background-color: #F4F4F4;
    border: solid #7E7E7E;
    border-width: 0 1px 1px 1px;
    z-index: 10;
}

ul.h-menu li li {
    margin: 0;
    padding: 7px 15px;
    background: url("../../images/design/h-menu-marker.gif") no-repeat scroll 0.5em 1.05em;
}

ul.h-menu li li a {
    white-space: nowrap;
}

ul.breadcrumbs li {
    float: left;
    padding: 11px 5px 12px 10px;
    background: url("../../images/design/h-menu-breadcrumbs.gif") no-repeat scroll 0 1.3em;
    position: relative;
}

ul.breadcrumbs li span {
    color: #CF0000;
}

ul.langs {
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

ul.langs li {
    float: left;
    background: transparent url("../../images/design/langs.gif") no-repeat scroll 0 0;
    padding-left: 24px;
    margin-right: 2px;
}

ul.langs li a, ul.langs li span {
    color: #4D4D4D;
    font-size: 0.85em;
    display: block;
}

ul.langs li.ru {
    background-position: 0 -2px;
}

ul.langs li.en {
    background-position: 0 -16px;
}

ul.langs li.ua {
    background-position: 0 -31px;
}

ul.langs li.kz {
    background-position: 0 -46px;
}

.content {
    margin: 0 auto;
    width: 950px;
    margin-top: 11px;
    color: #404040;
    font-size: 8.5pt;
    line-height: 12pt;
    text-align: justify;
}

.sidebar, .info, .news {
    float: left;
    text-align: left;
}

.sidebar, .news {
    width: 225px;
}

ul.v-nav {
    margin-bottom: 15px;
}

ul.v-nav li, ul.v-nav-clients li {
    margin: 1px 0;
    list-style: none;
}

ul.v-nav li ins,  ul.v-nav-clients li {
    padding: 14px 2px 16px 8px;
    background: url("../../images/design/v-nav-bg.gif") no-repeat;
}

ul.v-nav li ins {
   display: block;
   text-decoration: none;
   height: 1%;
}

ul.v-nav li a {
    text-decoration: none;
}

ul.v-nav li a:hover {
    text-decoration: underline;
}

ul.v-nav li span {
    color: #3E3E3E;
    cursor: pointer;
}

ul.v-nav li ul span {
    cursor: auto;
}

ul.v-nav li ul {
    margin-left: 30px;
}

ul.v-nav li li {
    margin: 4px 0;
    padding: 0 0 0 10px;
    background: transparent url("../../images/design/v-nav-submarker.gif") no-repeat 0 0.5em;
}

ul.v-nav-clients li ins {
    display: block;
    padding-left: 8px;
    background: transparent url("../../images/design/v-nav-list.gif") no-repeat 0 0.4em;
    text-decoration: none;
}

ul.v-nav-clients li ins a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

.partners {
    position: relative;
    margin-top: 12px;
    background-color: #F4F4F4;
}

.banner img {
    margin: 5px 0 5px 16px;
}

.info {
    position: relative;
    margin: 0 8px 0 8px;
    padding-top: 45px;
    width: 480px;
    display: inline;
    background: transparent url("../../images/design/info-content.gif") no-repeat;
}

.info span.info-title {
    font-size: 1.2em;
    position: absolute;
    top: 13px;
    left: 20px;
    text-transform: uppercase;
    color: #3E3E3E;
}

.info sup {
    font-size: 0.6em;
}

.info p {
    margin: 12px 0;
    padding: 0 8px;
}

.info ul {
    margin: 3px 0;
    padding: 4px 15px;
}

.info ul li {
    margin-bottom: 5px;
    list-style: none;
    padding-left: 15px;
    background: url("../../images/design/info-li-arrow.gif") no-repeat 0 0.3em;
}

.news {
    position: relative;
}

.news .holder {
    position: relative;
    overflow: hidden;
    padding-top: 43px;
    margin-bottom: 5px;    
    background: url("../../images/design/news.gif") no-repeat;    
}

.holder span.title {
    font-size: 1.2em;
    position: absolute;
    top: 13px;
    left: 20px;
    text-transform: uppercase;
    color: #3E3E3E;
}

.holder span.title_long {
    font-size: 1.2em;
    position: absolute;
    top: 6px;
    left: 20px;
    text-transform: uppercase;
    color: #3E3E3E;
}

.holder dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #F4F4F4;
}

.holder dt, .holder dd {
    padding: 3px 9px;
}

.holder dt {
    margin: -2px 0 2px 0;
    background: url("../../images/design/news-separator.gif") repeat-x scroll 0 0;
}

.holder dd {
    padding-bottom: 8px;
}

.holder dd.last {
    text-align: right;
}

.holder .date {
    display: block;
}

#footer {
    margin: 10px 0;
}

#footer p {
    margin-left: 16px;
    font-size: 0.85em;
    color: #464646;
}


/* --- Corners --- */

.corners-w {
    height: 16px;
    position: relative;
}

.corners-w .tl, .corners-w .tr, .corners-w .bl, .corners-w .br {
    position: absolute;
    height: 16px;
    width: 16px;
    background: transparent url("../../images/design/corners-w.png") no-repeat scroll 0 0;
}

.center {
    margin: 0 16px;
    height: 16px;
}

.top {
    background: #FFF url("../../images/design/reducer-top.gif") repeat-x;
}

.bottom {
    background: url("../../images/design/reducer-bottom.png") repeat-x;
}

.corners-w .tl {
    background-position: 0 0;
    left: 0px;
    top: 0px;
}

.corners-w .tr {
    background-position: -16px 0;
    right: 0px;
    top: 0px;
}

.corners-w .bl {
    background-position: 0 -16px;
    left: 0px;
    top: 0px;
}

.corners-w .br {
    background-position: -16px -16px;
    right: 0px;
    top: 0px;
}

.corners-g-tl, .corners-g-tr, .corners-g-bl, .corners-g-br {
    position: absolute;
    background: transparent url("../../images/design/corners-g.gif") no-repeat scroll 0 0;
    height: 9px;
    width: 9px;
    font-size: 0;
    line-height: 0;
}

.corners-g-tl {
    background-position: 0 0;
    left: 0px;
    top: 0px;
}

.corners-g-tr {
    background-position: -9px 0;
    right: 0px;
    top: 0px;
}

.corners-g-bl {
    background-position: 0 -9px;
    left: 0px;
    bottom: 0px;
}

.corners-g-br {
    background-position: -9px -9px;
    right: 0px;
    bottom: 0px;
}

#sel_cntr{float:left; margin: 0px 10px 0px 8px;}
#sel_region{margin: 0px 10px 0px 8px;} 
#sel_city{margin: 10px 10px 0px 8px;}
#show_city_res{float:none; margin: 10px 0px 0px 0px;}

#poll_r dt {font-weight: bold; overflow: hidden;}
#pll_r div {background: transparent;}
#poll_r #pollsubmit {float: left;}
#poll_r #pollarch {float: right;}

#polls{padding: 5px; font-size: 8.5pt; color: #404040;}
#polls h3{margin: 10px 0px 10px 0px; color: #ffffff;}
#poll_result {background: #E0E0E0; width: 100%; color: #404040;}
#poll_result td{padding: 3px; background: #ffffff;}   
#poll_result .poll_diagram{background: #cf0000; height: 15px;}
#poll_result h3{margin: 0px 0px 0px 0px; color: #404040;}

#quick_feedback{
    position: relative;
    overflow: hidden;
    padding-top: 43px;
    margin-bottom: 5px;    
    background: url("../../images/design/news.gif") no-repeat;    
}
#quick_feedback span.title {
    font-size: 1.2em;
    position: absolute;
    top: 13px;
    left: 20px;
    text-transform: uppercase;
    color: #3E3E3E;
}
#quick_feedback_cont textarea {width: 195px; height: 70px;}
#quick_feedback_cont select {width: 130px;}
#quick_feedback_cont{padding: 9px; background: #F4F4F4;}
.request_text {width: 130px;}
.asterics {color: #cf0000;}
#rez{margin-bottom: 5px;}
.err{color: #cf0000; } 