html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    color: #4b5a6e;
}

img.png { border: 0; behavior:expression( !this.filterSetFlag ? this.filterSetFlag = (this.style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + this.src + '", sizingMethod="image")', this.src='../i/e.gif', true) : '' ); }
html>body img.png { behavior: none; }

a, img, a img { border: 0; }
a { color: #4b5a6e }
a:hover { text-decoration: none; }

div { display: block; position: relative; }

ul, li { padding: 0; margin: 0; }

h1 {
    padding: 0; margin: 0;
    color: #cd282e;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    padding: 0; margin: 0;
    padding: 2px 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border-bottom: 2px solid #c3d2d9;
}
h4 {
    margin: 0;
    margin-bottom: 10px;
    padding: 2px 5px;
    font-size: 12px;
    /*color: #4b5a6e;*/
    color: #fff;
    background: #c3d2d9;
}
h5 {
    padding: 0; margin: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 20px;
}
.break {
    font-size: 1px;
    line-height: 1px;
    height: 0px;
    clear: both;
}

.ov-container {
    overflow: hidden;
}

#canvas {
    font-size: .625em;
    margin: 0px auto;
    padding-top: 1px;
    height: 100%;
    width: 1000px;
    border-left: 1px solid #c3d2d9;
    border-right: 1px solid #c3d2d9;
    background: #fff;
}
html>body #canvas{
    height: auto;
    min-height: 100%;
}

#main-menu {
    list-style: none;
    font-size: 1.4em;
    float: right;
    margin: 20px 30px 50px 0;
    padding-left:90px;
    /*width:650px;*/
    position:relative;
    /*border: 1px solid red;*/
}

*html #main-menu{
    display: inline;
}


#main-menu li {
    margin-left: 18px;
    float: left;
    /*border: 1px solid red;*/
}
#main-menu a {
    color: #272425;
}
#main-menu li.active a {
    color: #cd282e;
}

#main-menu .reward{
    position:absolute;
    left: -10px;
    /*width:90px;*/
    /*height:inherit;*/
}

*html #main-menu .reward{
    left: 10px;
}

#main-menu .reward a {
    width:86px;
    text-decoration:none;
    position:absolute;
    left:0;
    font-size:8pt;
    color:#c5aa5d;
    top:-118px;
    /*margin-left:16px;*/
    text-align: left;
    display: block;
    zoom: 1;
}

#main-menu .reward a span {
    display:block;
    margin-left:15px;
}

#main-menu .reward a em{
    width:83px;
    height: 145px;
    display: block;
    background: url(/i/reward.png) 0 0 no-repeat;
    cursor: pointer;
}

* html #main-menu .reward a em {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/i/reward.png", sizingMethod="image");
}


#main-menu .reward a:hover span {
    text-decoration:underline;
}


#hat {
    margin: 10px 30px 0 30px;
    background: url(/i/hat.jpg) right center no-repeat;
    height: 130px;
    clear: both;
    padding-top: 10px;
    /*margin-bottom: 45px;*/
}


/* --------------------------- */
#navigator {
    float: left;
    width: 200px;
    overflow: hidden;
    padding-bottom: 60px;
}

#navigator .r-block {
    padding: 10px 15px 10px 30px;
    border: 2px solid #d2dde2;
    border-left: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
}


#navigator .r-block .t, #navigator .r-block .b, #navigator .r-block .r {
    position: absolute;
    width: 100%;
    height: 9px;
    background-image: url(/i/r.gif);
    left: 0px;
    font-size: 1px;
    line-height: 1px;
}
#navigator .r-block .t { left: -30px; top: 0px; padding-left: 45px; width: 100%; }
html>body #navigator .r-block .t { left: 0px; top: -2px; padding-left: 2px; }
#navigator .r-block .b { left: -30px; top: expression((this.parentNode.offsetHeight-this.offsetHeight)+'px'); padding-left: 45px; width: 100%; }
html>body #navigator .r-block .b { left: 0px; top: auto; bottom: -2px; padding-left: 2px; }
#navigator .r-block .t {
    background-position: 0 -18px;
    background-repeat: repeat-x;
}
#navigator .r-block .b {
    background-position: 0 -27px;
    background-repeat: repeat-x;
}
#navigator .r-block .r { padding-left: 47px; }
html>body #navigator .r-block .r { padding-left: 0px; }
#navigator .r-block .t .r {
    background-position: right 0;
    background-repeat: no-repeat;
}
#navigator .r-block .b .r {
    background-position: right -9px;
    background-repeat: no-repeat;
}

#navigator .r-block .news-link {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}
#navigator .r-block .news-link:hover strong {
    text-decoration: underline;
}

#navigator ul.menu {
    padding: 0; margin: 0;
    list-style: none;
    font-weight: bold;
}
#navigator ul.menu li {
    padding: 10px 0;

}
#navigator ul.menu a {
    text-decoration: none;
}
#navigator ul.menu li.active a {
    color: #ff2727;
}
#navigator ul.menu a:hover {
    text-decoration: underline;
}

#place-holder {
    font-size: 1.2em;
    margin-left: 240px;
    margin-right: 30px;
    height: 1%;
}
html>body #place-holder {
    min-height: 1%;
    height: auto;
}
#place-holder ul {
    list-style: square;
    padding-left: 2em;
}

#sub-pages {
    width: 65%;
    background: #ededed;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    //padding-bottom: 4px;
}

#sub-pages li {
    margin: 4px 0px;
    padding-left: 20px;
    float: left;
    list-style: none;
    white-space: nowrap;
}
#sub-pages li.active a {
    color: #cd282e;
}

#sub-pages .r, #sub-pages .r div {
    position: absolute;
    width: 6px;
    right: 0px;
    top: 0px;
    background-image: url(/i/mr.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}
*html #sub-pages .r {
    right: -1px;
}
#sub-pages .r {
    height: expression((this.offsetParent.clientHeight+1)+'px');
    bottom: 0px;
    background-repeat: repeat-y;
    background-position: 100% 0;
}
html>body #sub-pages .r { height: auto; }
#sub-pages .r div {
    height: 6px;
}
#sub-pages .r .t {
    background-position: 0 0;
}
#sub-pages .r .b {
    top: auto;
    bottom: 0px;
    background-position: 50% 0;
}

.text {
    font-size: 1.2em;
    text-align: justify;
}
.text ul li {
    margin-left: 20px;
}
.block {
    border: 1px solid #c3d2d9;
}
.block p {
    margin-bottom: 10px;
    padding: 0 10px
}

.meta-btns {
    margin: 10px 0;
    text-align: right;
}

.banner {
    margin: 10px 0;
    text-align: center;
}

#right-meta-block {
    float: right;
    width: 175px;
    margin-left: 20px;
    z-index: 20;
    /*margin-top: -18px; */
}

#right-meta-block .buttons {
    list-style: none;
    margin: 0px; padding: 0px;
    margin-bottom: 20px;

}
#right-meta-block .buttons li {
    margin: 0px; padding: 0px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background: url(/i/btn.gif) 0 0 no-repeat;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 5px;
}
#right-meta-block .buttons li a {
    text-decoration: none;
    color: #596e83;
}
#right-meta-block .buttons li a:hover {
    text-decoration: underline;
}

#right-meta-block .voting-variant {
    margin-top: 0;
    margin-bottom: 5;
    padding-left: 30px;
    position: relative;
}
#right-meta-block .voting-variant input {
    position: absolute;
    left: 6px;
    top: -2px;
}
*html #right-meta-block .voting-variant input {
    left: -24px;
}
#right-meta-block .voting-result {
    margin: 0 10px;
    border: 0;
    border-collapse: collapse;
}
#right-meta-block .voting-result td {
    vertical-align: topl
    padding-bottom: 5px;
}
#right-meta-block .voting-result .right-cell{
    padding-left: 10px;
    text-align: right;
}
#right-meta-block .submit {
    text-align: center;
}
#right-meta-block .submit input {
    border: 1px solid #C3D2D9;
    background: #fff;
    font-family: Arial, sans-serif;
    color: #596e83;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
}


#news-block {
    z-index: 10;
    margin-bottom: 20px;
}
#news-block p a {
    text-decoration: none;
}
#news-block p a:hover strong {
    text-decoration: underline;
}
#news-block p.archive {
    text-align: right;
}
#news-block p.archive a {
    text-decoration: underline;
}
#news-block p.archive a:hover {
    text-decoration: none;
}

.page-pics {
    overflow: hidden;

}
*html .page-pics {
    overflow: visible;
    height: 1%;
}
.page-pics .picture {
    float: left;
    padding: 0px 10px;
    height: 240px;
    width: 120px;
    text-align: center;
}
.page-pics .picture p {
    padding: 0; margin: 0;
    text-align: center;
    padding-top: 3px;
}

/* contacts */
.contact-units {
    width: 100%;
    border-collapse: collapse;
}
.contact-units td {
    vertical-align: top;
    width: 50%;
    padding: 10px;
    padding-top: 0px;
}

.contact-units .unit {
    border: 1px solid #c3d2d9;
    overflow: hidden;
    float: left;
    width: 47%;
    margin-bottom: 20px;
}

.contact-units .u-fst{
    margin-right: 25px;
}

.contact-units .unit .person { font-weight: bold; padding: 5px 20px; background: url(/i/director.gif) 20px center no-repeat; padding-left: 45px }
.contact-units .unit .property { clear: both; padding: 5px 20px; /*height: 14px;*/}
.contact-units .unit .phone { padding-left: 45px; background: url(/i/phone.gif) 20px center no-repeat; }
.contact-units .unit .email { padding-left: 45px; background: url(/i/email.gif) 20px center no-repeat; }
.contact-units .unit .icq img { top: -2px; padding-right: 7px; }
.contact-units .unit .lft { float: left; }
.contact-units .unitt .rgt { float: right; }


/* ---------------------- feedback ---------------- */
.feedback { }

.feedback p {
    margin-bottom: .4em;
    position: relative;
    overflow: hidden;
}

.feedback input, .feedback textarea, .feedback select {
    padding: 2px;
    border: 1px solid #C3D2D9;
    font-family: Arial;
    font-size: 1em;
    width: 18em;
    background: #fff;
    color: #596e83;
}
.feedback select {
    width: 18.5em;
}
.feedback input:focus, .feedback textarea:focus, .feedback select:focus {
    border-color: #596e83;
}
.feedback .error {
    color: #da251d;
    padding-top:0px;
}
.feedback .error input, .feedback .error textarea, .feedback .error select  {
    border-color: #da251d;
}
.feedback p label {
    display: block; float: left;
    width: 22em;
}
.feedback p label small {
    font-size: 1.2em;
    top: -.3em;
    margin-left: .12em;
    color: #666;
    position: absolute;
    font-family: Georgia, Times;
}
.feedback p.long_text {
    text-align: left;
}
.feedback p.long_text label {
    float: none;
}
.feedback p.long_text textarea {
    width: 40em;
}
.feedback p.submit input {
    width: auto;
    border: 1px solid #C3D2D9;
    background: #fff;
    font-family: Arial, sans-serif;
    color: #596e83;
    font-weight: bold;
    text-align: center;
    padding: 2px 5px;
}

form .submit {
    text-align:center;
}


/* ---------------- voting-answers ---------- */
.voting-answers {
    border-collapse: collapse;
    empty-cells: show;
    position: relative;
}

.voting-answers td {
    empty-cells: show;
    vertical-align: middle;
    padding: 5px 0;
}
.voting-answers .bar-outer {
    margin: 0 7px;
}
.voting-answers .bar {
    font-size: 8px;
    line-height: 8px;
    height: 8px;
    background: #C3D2D9;
}

.footer-null {
    height: 60px;
}

.footer-banner-null {
    height: 120px;
}

.counters {
    position: absolute;
    left: 0px;
    width: 200px;
    text-align: center;
    bottom: 50px;
    height: 60px;
}
.footer-banner {
    position: absolute;
    left: 200px;
    width: 600px;
    text-align: center;
    bottom: 70px;
    height: 100px;
}


#footer {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 40px;
    border-top: 1px solid #c3d2d9;
    padding-top: 10px;
    font-size: 11px;
}

#footer .address {
    width: 200px;
    margin-left: 10px;
    float: left;
}
#footer .flex {
    width: 200px;
    margin-right: 10px;
    float: right;
    text-align: right;
}
#footer .flex a {
    text-decoration: none;
}
#footer .flex img,#footer .flex object {
    float:right;
    margin-left:10px;
}
#footer .flex a:hover {
    color: #000;
}




#footer .menu {
    margin: 0 210px;
    text-align: center;
}
#footer .menu a {
    margin: 0 3px;
    font-size: 10px;
}

