﻿/*
    Document   : style.css
    Author     : ИТИС
    Description:
        Purpose of the stylesheet follows.
*/

/* General */
article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display:block;
}

body {
    font: 14px/16px "arial", "Tahoma", "Georgia", "Trebuchet";
    background: #e3eef4;
    color: #000;
}

p {
    margin: 15px 0;
}

a {
    color: #24569d;
}

a img {
    border: none;
}

a:hover, a.active {
    text-decoration: none;
    color: #f17e01;
    cursor: pointer;
}

h1 {
    margin: 20px 0;
    color: #615e73;
    line-height: 22px;
}

h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;
    color: #615e73;
    line-height: 22px;
}

h1 {font-size: 180%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

a.title-link {
    color: #615e73;
}

a.title-link h3 {
    margin-top: 0px;
}

article {
    margin-top: 10px;
}

input, textarea {
    border: 1px solid #999999;
    padding: 1px 2px;
    margin: 0;
}

input[type="submit"], button {
    cursor: pointer;
    background: #f2f2f2;
    color: #666666;
    border: 1px outset #999999;
    padding: 3px 15px;
    border-radius: 3px;
    //padding: 3px; /* Тупой IE! */

}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#main table, #main th, #main td {
    border: 1px solid #cacaca;
    border-collapse: collapse;
}

.no-border, .no-border td, .no-border th{
    border: none !important;
}

#main table p {
    margin: 5px 0;
    font-size: 15px;
}

#main th, #main td {
    padding: 5px 10px;
    font-weight: normal;
}

#main thead {
    background: #f2f2f2;
}

#main tbody tr.two {
    background: #fff4e2;
}

#body {
    background: #FFF;
    width: 1024px;
    margin: auto;
}

.overflow {
    overflow: hidden;
}

/* Header */
.bg-header {
    width: 100%;
    height: 257px;
    /*background: url(../images/2016-autumn.png) no-repeat;*/
    background: url(/headers/header.png) no-repeat;
    position: relative;
}

.english {
    background: url(../images/header-en.jpg) no-repeat;
}

#logo {
    display: block;
    position: absolute;
    width: 208px;
    height: 189px;
    top: 53px;
    left: 42px;
}

#language {
    height: 11px;
    position: absolute;
    top: 12px;
    right: 26px;
}

#language a {
    display: block;
    width: 16px;
    height: 11px;
    float: right;
    margin-left: 8px;
}

#ib {
    position: absolute;
    right: 88px;
    top: 9px;
    background: url(../images/ib.png) no-repeat;
    width: 26px;
    height: 17px;
}

#ib a {
    width: 18px;
    height: 16px;
    display: block;
}

#sitemap {
    height: 16px;
    position: absolute;
    top: 10px;
    right: 120px;
}

#sitemap a {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 10px;
    background: url(../images/sitemap.png) 0 0 no-repeat;
}

#language .ru {
    background: #FFF url(../images/ru.png) 0 0 no-repeat;
}

#language .en {
    background: #FFF url(../images/en.png) 0 0 no-repeat;
}

#language .cn {
    background: #FFF url(../images/cn.png) 0 0 no-repeat;
}

#search {
    position: absolute;
    top: 9px;
    right: 164px;
}

#search .words {
    width: 109px;
    height: 12px;
    padding: 1px 0;
}

#search .search {
    width: 17px;
    height: 17px;
    margin-left: 7px;
    border: none;
    background: #e6e6e6 url(../images/search.png) 0 0 no-repeat;
    padding: 1px 0;
}

#mail {
    position: absolute;
    right: 142px;
    top: 12px;
    background: url(../images/mail.png) no-repeat;
    width: 18px;
    height: 16px;
}

#mail a {
    width: 18px;
    height: 16px;
    display: block;
}

#top-menu {
    position: absolute;
    top: 9px;
    left: 35px;
    font-size: 15px;
}

#top-menu nav {
    list-style: none;
    overflow: hidden;
}

#top-menu nav li {
    float: left;
    margin-right: 40px;
}

#top-menu a {
    color: #4e495f;
}

#top-menu a:hover, #top-menu .active {
    color: #f17e01;
}

#wrapper {
    margin: 0 5px;
}

/* Horizontal menu */
#horizontal-menu {
    background: #565068;
    overflow: hidden;
}

#horizontal-menu nav {
    list-style: none;
    overflow: hidden;
}

#horizontal-menu li {
    float: left;
    display: block;
    background: url(../images/delimiter.png) right top repeat-y;
    text-align: center;
}

#horizontal-menu li.item-1 {width: 135px;}
#horizontal-menu li.item-2 {width: 138px;}
#horizontal-menu li.item-3 {width: 176px;}
#horizontal-menu li.item-4 {width: 254px;}
#horizontal-menu li.item-5 {width: 207px;}
#horizontal-menu li.item-6 {width: 104px;}

#horizontal-menu .last {
    background: none;
}

#horizontal-menu li a {
    text-decoration: none;
    padding: 11px 10px;
    margin-right: 1px;
    display: block;
    color: #FFF;
}

#horizontal-menu .last a {
    padding: 11px 0;
    margin: 0;
}

#horizontal-menu li a:hover, #horizontal-menu a.active {
    background: #f17e01;
}

#main-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

/* Sidebar */
#sidebar {
    float: left;
    margin-left: 20px;
    width: 200px;
}

#sidebar .module {
    margin-bottom: 30px;
}

#sidebar .module-block {
    background: #eeebfc;
    padding: 10px;
}

#sidebar .module.center {
    text-align: center;
}

.sidebar-menu {
    margin-bottom: -10px;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu nav li {
    margin-bottom: 10px;
}

.sidebar-menu .sub {
    margin-top: 0px;
    margin-left: 20px;
}

.sidebar-menu .sub li {
    margin-top: 10px;
    margin-bottom: 0;
}

#contacts p {
    color: #7b7b7b;
}

#contacts .phone {
    color: #615e73;
    font-size: 24px;
}

#contacts .social {
    margin-top: 15px;
    overflow: hidden;
}

#contacts .social a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.vk { background: url(../images/vk.png) no-repeat; }
.facebook { background: url(../images/facebook.png) no-repeat; }
.twitter { background: url(../images/twitter.png) no-repeat; }
.youtube { background: url(../images/youtube.png) no-repeat; }

/* Main block */
#main {
    margin: 0  50px 0 270px;
    position: relative;
    overflow: hidden;
}

#print {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/print.png) no-repeat;
    display: block;
}

#content {
    overflow: hidden;
}

#breadcrumbs {
    font-size: 12px;
    padding: 6px 0;
    color: #24569d;
    margin-right: 30px;
}

#breadcrumbs a, #breadcrumbs span {
    margin: 0 5px;
}

#breadcrumbs .home {
    margin: 3px 7px 0 0;
    background: #FFF url(../images/home.png) 0 0 no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    border: none;
}

#breadcrumbs .home:hover {
    background: #FFF url(../images/home-hover.png) 0 0 no-repeat;
}

#tiny {
    overflow: hidden;
}

#content ul {
    overflow: hidden;
}

/* Bottom wrapper */
#bottom-wrapper {
    height: 160px;
}

.site-banner {
}

#bottom-wrapper .banner-error {
    float: left;
    margin-left: 15px;
    padding: 40px 0;
}

/* Banners */
#banners {
    height: 75px;
    padding: 40px 0;
    overflow: hidden;
    margin-left: 225px;
    margin-right: 15px;
}

#banners a, #banners img {
    border: none;
}

#banners .banner {
    float: left;
    margin: 0 3px;
}

/* Footer */
footer {
    height: 200px;
    background: #ffffff url(../images/footer-bg.png) no-repeat;
    color: #55516a;
    position: relative;
}

.footer-content {
    padding: 10px 140px;
    position: relative;
}

.copyright {
}

.itis {
    position: absolute;
    right: 140px;
    bottom: 65px;
    font-size: 11px;
    background: url(images/itis.gif) no-repeat;
    padding-left: 40px;
}

#specver {position: absolute; top: 50px; right: 25px;}

#specver2 {position: absolute; top: 80px; right: 25px;
font-size: 16px;
}