* {
    margin: 0;
    padding: 0;
}

body {
    font: 76% verdana, sans-serif;
    background: #000;
}

p, li {
    color: #fff;
    font-size: 1em;
}

.main-side p {
    line-height: 1.5em;
    margin-bottom: 20px;    
}

a, a:hover {
    color: #fc18c5;
}

img {
    border: none;
    background: #fe14c4;
}

li {
    list-style-type: none;
}

.header h1 {
    margin-left: 7%;
    width: 105px;
    padding: 80px 0 10px 50px;
    background: url(../img/logo.png) no-repeat;
    font-size: 1em;
}

.header h1 a, .header h1 a:hover {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    line-height: 14px;
}

h2 {
    margin-bottom: 24px;
    font-size: 1.2em;
    color: #fc18c5;
}

h3, h4, h5, h5 {
    color: #fff;
    font-size: 1em;
}

h3 {
    text-transform: uppercase;
    font-weight: normal;
}

h4, h5, h6 {
}

.layout {
    min-width: 980px;
    font-size: 1em;
}

.first {
    background: url(../img/first.jpg) no-repeat center top;    
}

.second {
    background: url(../img/second.jpg) no-repeat center top;    
}

.third {
    background: url(../img/third.jpg) no-repeat center top;    
}

.header {
    background: url(../img/curtain-left.png) no-repeat left top;
}

.header-inner {
    background: url(../img/curtain-right.gif) no-repeat right top;
    min-height: 395px;
}

.lang {
    padding-top: 25px;
    padding-left: 73%;
}

.lang li {
    display: inline;
}

.lang li a, .lang li strong {
    font-size: 0.9em;
    padding: 0 3px 1px 3px;
    color: #fff;
}

.lang li strong {
    background: url(../img/lang.gif) no-repeat center bottom;    
}

.content {
    overflow: hidden;
    padding-bottom: 15px;
}

.main-side-cover {
    float: left;
    width: 100%;
}

.main-side {
    margin: 0 190px 0 230px;
}

.navi-side {
    float: left;
    width: 230px;
    margin-left: -100%;
    padding-top: 30px;
}

.extra {
    padding-top: 30px;
    float: left;
    width: 160px;
    margin-left: -175px;
    padding-right: 15px;
}

.main-side a {
    color: #27bab5;    
}

.main-side a:hover {    
    color: #fc18c5;
}


#navi {
    margin: 0 0 80px 16px;
}

#navi li {
    margin-bottom: 6px;
    padding: 1px 0 0 0;
    background: url(../img/item.gif) no-repeat left top; 
}

#navi li a, #navi li.current li a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding-left: 30px;
}

#navi li.current a, #navi li a:hover {
    color: #ef00ae;
}

#navi li li {
    background: url(../img/arrow.gif) no-repeat left 5px;
    font-size: 0.9em;
}

#navi li li ul {
    padding-left: 40px;
    font-size: 1em;
}

#navi li li li {
    background: url(../img/dot.gif) no-repeat left 5px;
    font-size: 1em;
}


#navi li li li a, #navi li.current li li a {
    padding-left: 12px;
}

#navi li li a, #navi li.current li a {
    font-weight: normal;    
}
/**/
#navi li li {
    display: none;
}

#navi li.last li {
    display: block;
}

#navi li.last li li {
    display: none;
}

#navi li.last li.last li {
    display: block;
}

#navi li.last {
    background: none;
}
/**/
.navi-side .contacts {
    padding-top: 40px;
    background: url(../img/phone.gif) no-repeat;     
}

.navi-side .contacts p {
    margin-bottom: 10px;
    padding-left: 60px;
    color: #00b4d9;
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: center;
}

.navi-side .contacts p strong {
    font-size: 1.4em;
    color: #fff;
}

.contacts .link {
    margin: 20px 0 0 26px;
}

.link {
    display: block;
    padding-left: 25px;
    background: url(../img/arrow.gif) no-repeat left 5px;  
    font-size: 0.8em;   
}

.questions li {
    margin-bottom: 55px;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
}

.questions li a {
    color: #fff;
}

.questions li a:hover {    
    color: #fc18c5;
}

.questions li.where {
    padding-top: 110px;
    background-image: url(../img/belarus.gif);      
}

.questions li.director {
    padding-top: 140px;
    background-image: url(../img/director.gif);      
}

.questions li.who {
    padding-top: 120px;
    background-image: url(../img/who.gif);      
}

.footer {
    overflow: hidden;
    padding: 30px 45px 15px 35px;
    background: url(../img/footer.gif) repeat-x;   
}

.creator {
    float: right;
    padding: 7px 80px 1px 0;
    background: url(../img/creator.gif) no-repeat right center;
}

.creator p {
    padding-left: 25px;
    background: url(../img/arrow.gif) no-repeat left 5px;    
}

.creator a {
    color: #029ad2;
}

.footer ul {
    float: left;
    width: 110px;
    margin-top: 10px;
}

.footer ul li {
    display: inline;
    margin-right: 15px;
}

.footer ul li.mail {
    background: url(../img/mail.gif) no-repeat;       
}

.footer ul li.search {
    background: url(../img/search.gif) no-repeat;       
}

.footer ul li a {
    text-decoration: none;
}

.footer ul li a span {
    visibility: hidden;
}

.copy {
    margin: 0 225px 0 110px;
}

.copy p {
    line-height: 1.5em;
}