html {
    background: url(../images/bg_body.gif) repeat-y 50% 0;
}
body{
font-family: Arial, sans-serif;
font-size: 12px;
color: #686d77;
}
* { outline: none; }
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.size10 {font-size: 10px;}
.size11 {font-size: 11px;}
.size12 {font-size: 12px;}
.size13 {font-size: 13px;}
.size14 {font-size: 14px;}
.size22 {font-size: 22px;}

a, h1, h2, h3, .title, .article_title, .article_title a, .article_more a {
    text-decoration: none;
    color: #323336;
}

a.active, a:hover {text-decoration: underline;}
h1, h2 {font-weight: normal;}
h2 {font-size: 18px;}
h3 {font-size: 12px;}
.strong, strong {font-weight: bold;}

.container {
    width: 959px;
    margin: 0 AUTO;
    z-index:1;
    height: 100%;
    min-height: 100%;
}
.header {

}

.header .logo {
    width: 200px;
    height: 109px;
    padding-top: 37px;
    text-align: center;
}
.header .menu {
    background: #ffffff url(../images/logo_border.png) no-repeat;
    width: 759px;
    height:146px;
}

.header .langs {
    margin: 40px 0 43px;
    color: #9fa0a4;
    text-transform: uppercase;
}
.header .langs span {
    margin-left: 15px;
}
.header .langs span a {
    color: #9fa0a4;
}
.header .langs .active, .header .langs span:hover a {
    color: #404143;
}
.header .navigation ul {
    position: relative;
}
.header .navigation, .header .navigation a {
    color: #323336;
}
.header .navigation ul li{
    float: left;
    margin-left: 5px;
    position: relative;
    cursor: default;
    padding: 11px 10px 8px;
}
.header .navigation ul li:hover {
    padding: 0;
}
.header .navigation ul li .level1container {
    position: relative;
    z-index: 110;
    height: 36px;
    overflow: hidden;
}
.header .navigation ul li:hover .level1left {
    width: 6px;
    height: 33px;
    background: url(../images/shadow/main-left.png);
}
.header .navigation ul li:hover .level1middle {
    padding: 11px 5px 9px 1px;
    margin-top: -1px;
    background: #ecf1f8 url(../images/shadow/main-top.png) repeat-x top;
}
.header .navigation ul li:hover .level1right {
    width: 8px;
    height: 36px;
    background: url(../images/shadow/main-right.png);
}
.header .navigation ul li div.level2container {
    position: absolute;
    display: none;
    width: 180px;
    right: 1px;
    z-index: 100;
    margin-top: -4px;
}
.header .navigation ul li div .level2top {
    position: relative;
    width: 180px;
    height: 4px;
    background: url(../images/shadow/top-shadow.png);
}
.header .navigation ul li div .level2middle {
    position: relative;
    width: 180px;
    background: url(../images/shadow/side-shadow.png) repeat-y;
}
.header .navigation ul li div .level2bottom {
    position:relative;
    width: 180px;
    height: 7px;
    background: url(../images/shadow/bottom-shadow.png);
}
.header .navigation ul li ul {
    background: #ecf1f8;
    width: 173px;
    margin-left: 2px;
    padding: 8px 0;
}
.header .navigation ul li ul li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #c3cad4;
    background: url(../images/sidebar_bullet.png) no-repeat 10px center;
}
.header .navigation ul li ul li a{
    display: block;
    width: 141px;
    padding: 7px 8px 7px 24px;
    margin: 0;
}
.header .navigation ul li ul li:hover {
    background-color: #ffffff;
}

.header .navigation ul .active {
    text-decoration: underline;
}
.header .navigation ul .active, .header .navigation ul li:hover{
    color: #525357;
}
.header .navigation ul li:hover div{
    display: block;
}

.sidebar, .sidebar_inner, .content {
    vertical-align: top;
}
.sidebar {
    width: 200px;
    padding-top:40px;
    color: #323336;
}
.sidebar_inner .sidebar {
    padding-top: 20px;
}
.sidebar .sectors_title{
    margin-left: 10px;
}
.sidebar .sectors ul {
    margin-top: 20px;
}
.sidebar_inner .sectors ul {
    margin-top: 0px;
}
.sidebar .sectors ul li {
    float:none;
    width: 180px;
    border: 1px solid #c3cad4!important;
    margin-bottom: 4px;
    background: url(../images/sidebar_bullet.png) no-repeat 10px center;
}
.sectors .uppercase li a{
    text-transform: uppercase;
}
.sidebar .sectors ul li a, .sidebar .sectors.inner ul li a {
    display: block;
    padding: 5px 4px 5px 26px;
    width: 150px;
    color: #404143;
}
.sidebar .sectors ul li:hover, .sidebar .sectors ul li.active {
    border: 1px solid #404143!important;
}
.sidebar .sectors ul li:hover a, .sidebar .sectors ul li.active a{
    color: #323336;
    text-decoration: none;
}
.sectors_tree a {
    color: #404143
}

.sidebar .logos {
    margin-top: 20px;
}
.sidebar .logos div{
    text-align: center;
}
.breadcrumbs {
    margin-bottom: 10px;
}
.breadcrumbs a{
    color: #9fa0a4;
}
.content .content_text p {
    margin-bottom: 20px;
    line-height: 16px;
}
.content .content_text h2 {
    padding:10px 0 10px;
}
.content .content_text h3 {
    padding-bottom: 5px;
}
.content .content_text strong *, .content .content_text b *{
    font-weight: bold;
}
.content .content_text em {
    font-style: italic;
}
.content .content_text ul, .content .content_text ol, .content .content_text dl {
    margin:0 0 25px 25px;
}
.content .content_text li {
    line-height: 16px;
    margin-bottom: 7px;
    float:none;
}
.content .content_text ul li {
    list-style: outside url(../images/content_list_bullet.png);
}
.content .content_text ol li {
    list-style: outside decimal;
}
.content .content_text table {
    border: 1px solid #acaeb2;
}
.content .content_text table tr {
    border-bottom: 1px solid #d9dadc;
}
.content .content_text table tr td {
    height: 28px;
    vertical-align: middle;
    padding: 0 5px;
}
.content .content_text table, .content .content_text table tr, .content .content_text table tr td {
    border-collapse: collapse;
}
.content .main {
    width: 758px;
    margin-top: 35px;
}
.content .main .content_text, .content .main h1 {
    margin-left:20px;
}
.content h1 {
    margin-bottom: 30px;
    font-size: 24px;
}
.content .inner {
    width: 668px;
    margin: 0 0 0 30px;
}
.content .main .news {
    width: 358px;
    margin-left: 20px;
}
.content .main .news.important {
    width: 343px;
    margin-left: 35px;
}
.content .main .news h1 {
    margin-left: 0;
}
.content .news .article {
    margin-bottom: 30px;
}
.article_title {
    margin-bottom: 15px;
}
.news .article_date {
    width: 25px;
    padding: 0 5px 0 0;
    color: #989ba1;
    text-align: center;
    line-height: 10px;
}
.main .news .article_content {
    width: 328px;
}
.main .news.important .article_content {
    width: 313px;
}
.main .news .article_more {
    margin-left: 29px;
}
.inner .news .article_content {
    width: 628px;
}
.news .article_text.with_image {
    margin-left: 85px;
}
.news .article_image a{
    position: relative;
    display:block;
    height: 70px;
}
.article_image_image {
    position: absolute;
}
.article_image_mask {
    position: absolute;
    left: 0;
    z-index: 5;
}

.footer_left {
    background: transparent;
    width: 200px;
    height:135px;
}
.footer {
    position: relative;
    color: #9fa0a4;
    width: 725px;
    background-color: #ffffff;
    margin: 40px 0 0 -30px;
    padding: 5px 0 30px 0;
    border-top: 1px solid #9fa0a4;
}
.footer.main {
    margin: 0 0 0 30px;
}

.inner_main_photo {
    width: 260px;
    height: 287px;
    overflow: hidden;
}

.form .errors, .form .success {
    padding-left: 30px;
    margin: 0 0 40px 0;
}
.form .errors {
    background: url(../images/errors.png) left center no-repeat;
    color: #d44134;
}
.form .success {
    background: url(../images/success.png) left center no-repeat;
    color: #409c18;
}
.content .form {
}
.content .form .form_row {
    clear:both;
    margin-bottom: 15px;
}
.form .form_row label {
    float: left;
    color: #323336;
    width: 200px;
    text-align: right;
    margin-right: 15px;
    font-weight: bold;
}
.form .form_row input[type="text"], .form .form_row input[type="email"], .form .form_row textarea {
    color: #686d77;
    border-top: 1px solid #a7a7ab;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.form .form_row input[type="submit"]{
    color: #ffffff;
    background-color: #f58220;
    border: 0px;
    padding: 5px;
    margin-right: 13px;
}

.contact_address {
    margin-right: 20px;
    width: 198px;
}
.contact_top {
    margin: 25px 0;
}



.gallery, .clients {
    margin-left: 10px;
}
.gallery_text {
    margin-bottom: 20px;
}
.gallery .photo {
    margin: 0 0 30px 30px;
}
.gallery .photo a{
    display: block;
    width: 130px;
    height: 130px;
    position: relative;
}
.clients .photo {
    margin: 0 5px 30px 35px;
}
.clients .photo a{
    display: block;
    width: 260px;
    height: 130px;
    position: relative;
}
.gallery .photo .gallery_photo{
    position: absolute;
}
.gallery .photo .gallery_photo_mask {
    position: absolute;
    right: 0;
    z-index: 10;
}
.clients .photo .gallery_photo{
    position: absolute;
    z-index: 10;
    width:240px;
    text-align:center;
}
.clients .photo .gallery_photo_mask {
    position: absolute;
    right: 0;
}
.gallery .photo_text {
    margin-top: 15px;
    width: 130px;
}
