body {
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS,sans-serif;
    font-size: 14px;
    color: #5d5d5d;
}
a { color: #4171eb; text-decoration: underline; }
a:hover { color: #000000; }
a:visited { color: #8c2dc3; }
img { border: none; }

div.top {
    text-align: left;
    width: 100%;
    min-width: 900px;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}
div.top div.inner {
    text-align: left;
    position: relative;
    padding-left: 0;
    /*border: 1px solid red;*/
}
div.top div.inner div.logo {
    padding-top: 25px;
    left: 9%;
    position: absolute;
    z-index: 15;
}
div.top div.inner div.langs {
    padding-top: 45px;
    right: 8%;
    position: absolute;
    z-index: 15;
}
div.top div.inner div.langs img.lang {
    background-image: url('/f/i/langs.png');
    background-repeat: no-repeat;
    -background-image: none;
}
div.top div.inner div.langs a img.rus { 
    background-position: -0px -0px; 
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/langs-rus.png', sizingMethod='crop');
}
div.top div.inner div.langs img.rus { 
    background-position: -34px -0px;  
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/langs-sel-rus.png', sizingMethod='crop');
}
div.top div.inner div.langs a img.eng { 
    background-position: -0px -23px;  
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/langs-eng.png', sizingMethod='crop');
}
div.top div.inner div.langs img.eng { 
    background-position: -34px -23px;  
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/langs-sel-eng.png', sizingMethod='crop');
}

div.body_404 {
    width: 500px;
    padding: 150px 200px 140px 200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
div.body_404 p {
    font-size: 12px;
    margin-top: 7px;
    padding-top: 0;
    margin-bottom: 40px;
}
div.body_404 p.title {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

div.body {
    min-width: 900px;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
    /*border: 1px solid red;*/
}
div.main {
    width: 900px;
    margin: 0 auto;
    position: relative;
    /*border: 1px solid orange;*/
}
div.main div.img {
    position: absolute;
    z-index: 2;
    /*border: 1px solid blue;*/
}
div.main div.img div.map {
    position: absolute;
    z-index: 17;
}
div.main div.img div.image {
   
}
div.main div.empty img.arrow {  }
div.main div.img img.arrow {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 16;
}

div.main div.img img.circle {
    background-repeat: no-repeat;
    background-image: url('/f/i/circle-bg.png');
    -background-image: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/circle-bg.png', sizingMethod='crop');
    position: absolute;
    z-index: 10;
    width: 17px;
    height: 17px;
}


div.main div.img div.cloud {
    position: absolute;
    z-index: 20;
    width: 404px;
    /*border: 1px solid green;*/
}
div.main div.default div.cloud { display: none; }
div.main div.empty div.cloud { display: none; }

div.main div.img div.cloud td.c img {
    background-image: url('/f/i/cloud-c.png');
    background-repeat: no-repeat;
    -background-image: none;
}
div.main div.img div.cloud td.c img.lt {
    background-position: -0px -0px;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/cloud-c-lt.png', sizingMethod='crop');
}
div.main div.img div.cloud td.c img.rt {
    background-position: -18px -0px;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/cloud-c-rt.png', sizingMethod='crop');
}
div.main div.img div.cloud td.c img.lb {
    background-position: -0px -18px;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/cloud-c-lb.png', sizingMethod='crop');
}
div.main div.img div.cloud td.c img.rb {
    background-position: -18px -18px;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/i/cloud-c-rb.png', sizingMethod='crop');
}
div.main div.img div.cloud td.b {
    background-color: #e9ead8;
}
div.main div.img div.cloud td.b div.inner {
    margin:  0;
    padding-left: 10px;
    position: relative;
}
div.main div.img div.cloud td.b div.inner img.close {
    float: right;
    position: relative;
    cursor: pointer;
    left: 6px;
    top: 3px;
}
div.main div.img div.cloud td.b div.inner p {
    margin: 0;
    font-size: 12px;
    
}
div.main div.img div.cloud td.b div.inner div.text,
div.main div.img div.cloud td.b div.inner div.text p {
    text-align: justify;
    margin-bottom: 3px;
    font-size: 11px;
}
div.main div.img div.cloud td.b div.inner div.title {
    font-size: 18px;
    padding-bottom: 10px;
}
div.main div.img div.cloud td.b div.inner div.title h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
div.main div.img div.cloud td.b div.inner p.right {
    font-size: 9px;
    float: right;
    margin-top: 7px;
}
div.main div.img div.cloud div.links {
    font-size: 11px;
    padding-left: 30px;
    padding-top: 10px;
}


div.promo {
    position: relative;
    padding: 42px 0px 74px 0px;
    min-width: 900px;
    z-index: 5;
    top: -115px;
    background: none;
}
div.promo div.text {
    position: relative;
    text-align: center;
    padding: 20px 0 17px 0;
    -padding: 21px 0 16px 0;
    margin: 0;
    width: 100%;
    min-width: 900px;
    background-color: #e9ead8;
    z-index: 1;
}

div.promo div.text div.menu {
    position: absolute;
    z-index: 2;
    top: -60px;
    text-align: center;
    width: 100%;
    min-width: 900px;
    //width: 700px;
    //min-width: 700px;
    //margin: 0 auto;
}
div.promo div.text div.menu img {
    background-image: url('/f/i/menu.jpg');
    background-repeat: no-repeat;
}
div.promo div.text div.menu img.z { background: none; }
div.promo div.text div.menu img.main { background-position: -0px -0px; }
div.promo div.text div.menu img.main_sel { background-position: -500px -0px; }
div.promo div.text div.menu img.art { background-position: -100px -0px; }
div.promo div.text div.menu img.art_sel { background-position: -600px -0px; }
div.promo div.text div.menu img.tourism { background-position: -200px -0px; }
div.promo div.text div.menu img.tourism_sel { background-position: -700px -0px; }
div.promo div.text div.menu img.adv { background-position: -300px -0px; }
div.promo div.text div.menu img.adv_sel { background-position: -800px -0px; }
div.promo div.text div.menu img.events { background-position: -400px -0px; }
div.promo div.text div.menu img.events_sel { background-position: -900px -0px; }
div.promo div.text div.menu a { text-decoration: none; }

div.promo div.text img.text {
    position: relative;
    z-index: 3;
}
div.promo div.border {
    position: absolute;
    top: -95px;
    z-index: 2;
}
div.promo div.left { background-position: -182px -0px; }
div.promo div.right { background-position: 2px -0px; }
div.promo div.left { left: 0px; }
div.promo div.right { right: 0%; }



div.footer {
    padding-top: 0px;
    width: 100%;
    min-width: 900px;
    position: absolute;
    margin-top: -115px;
    z-index: 15;
}
div.footer div.inner {
    position: relative;
    padding: 0;
    z-index: 15;
    height: 80px;
}
div.footer div.inner div.contacts {
    position: absolute;
    left: 9%;
    z-index: 15;
    padding-top: 0px;
    padding-bottom: 20px;
    top: -0px;
}
div.footer div.inner div.contacts div.short span.hide,
div.footer div.inner div.contacts div.short p.full { display: none; }
div.footer div.inner div.contacts div.full span.show,
div.footer div.inner div.contacts div.full p.short { display: none; }
div.footer div.inner div.contacts div.short div,
div.footer div.inner div.contacts div.full div { padding-bottom: 5px; }
div.footer div.inner div.contacts div span {
    font-size: 11px;
    margin: 0 0 0 20px;
    -margin-bottom: 1px;
    border-bottom: 1px dashed #4171eb;
    color: #4171eb;
    cursor: pointer;
}
div.footer div.inner div.contacts p {
    padding: 0 0 3px 20px;
    margin: 0 0 0 0;
    -padding: 0 0 3px 0;
    -margin: 0 0 0 20px;
    position: relative;
    font-size: 11px;
    z-index: 10;
}
div.footer div.inner div.contacts p.copy {
    padding: 0 0 1px 20px;
    -padding: 0 0 1px 0px;
}
div.footer div.inner div.contacts p.short {
    margin: 0 0 3px 20px;
    padding: 0;
    width: 450px;
    font-size: 9px;
}

div.footer div.inner div.contacts img.ico {
    background-image: url('/f/i/contacts.gif');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -left: -20px;
}
div.footer div.inner div.contacts img.copy { background-position: -75px -0px; }
div.footer div.inner div.contacts img.address { background-position: -0px -0px; }
div.footer div.inner div.contacts img.phone { background-position: -15px -0px; }
div.footer div.inner div.contacts img.icq { background-position: -30px -0px; }
div.footer div.inner div.contacts img.email { background-position: -45px -0px; }
div.footer div.inner div.contacts img.skype { background-position: -60px -0px; }

div.footer div.inner div.text {
    width: 300px;
    padding-left: 100px;
    margin: 0 auto;
    font-size: 9px;
    line-height: 12px;
    /*border: 1px solid red;*/
    position: relative;
    top: -0px;
}
div.footer div.inner div.text p {
    margin: 0 0 3px 0;
    padding: 0;
}

div.footer div.inner div.logo {
    position: absolute;
    right: 22%;
    z-index: 15;
}


div.feedback { 
    background-color: #e9ead8;
}
div.feedback p { margin: 0 0 0 0; padding: 2px 0 0 0; }
div.feedback p.txt { margin: 0 0 0 0; padding: 10px 0 5px 0; }
div.feedback p.center { text-align: center; }
div.feedback tr.field td { 
    vertical-align: top;
    padding: 6px 2px 2px 2px;
}
div.feedback tr.field td input { width: 98%; }
div.feedback tr.field td textarea { width: 98%; }
div.feedback td.buttons { text-align: center; padding-top: 6px; }
div.feedback div.error span.error { color: #f80000; }
div.feedback div.error p.center { padding-top: 10px; }
div.feedback div.sent { color: #18a115; }


div.nohelp div.main img.circle { display: none; }


ul.files {
    padding:0;
    margin:0;
    margin-left:20px;
    position:relative;
}

ul.files li{
    list-style:none;    
    float:left;
    padding:0;
    margin:0;
    padding:5px 0;
    margin-right:40px;
    white-space: nowrap;
}

ul.files a{
    border-bottom:1px dashed #4171EB;
    color:#4171EB;
    font-size:11px;
    text-decoration:none;
}


.icon-doc {
    background: url('/f/i/doc.gif') top left no-repeat;
    width:18px;
    height:17px;
    margin-left:-21px;
    padding-left:20px;
    position:absolute;
}


.icon-media {
    background: url('/f/i/media.gif') top left no-repeat;
    width:17px;
    height:20px;
    margin-left:-21px;
    padding-left:20px;
    position:absolute;  
}


