/* ~~~~ defaults (begin) ~~~~ */

*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{font-size: 12px;}

div.clear{clear: both;}

.wrap{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

a{color: #08628c;}
a:hover{color: #f00;}

a img{border: none}

h2{
    color: #969696;
    font-weight: normal;
    font-size: 20px;
}

h3{
    font-size: 16px;
    font-weight: bold;
}

.red{color: red;}

/* ~~~~ defaults (end) ~~~~ */

/* ~~~~ header (begin) ~~~~ */

#header .top_block{
    text-align: right;
    margin: 23px 0 27px 0;
}

#header .top_block span{
    line-height: 16px;
    padding-left: 20px;
    background: no-repeat;
    margin-left: 12px;
}

#header .top_block span.phone{background-image: url(images/top_block-phone.png)}
#header .top_block span.post{background-image: url(images/top_block-post.png)}

#header .top_menu{
    width: 205px;
    float: left;
}

#header .top_menu ul{
    list-style: none;
}

#header .top_menu ul li{
    font-size: 16px;
    color: #969696;
    margin-bottom: 15px;
}
#header .top_menu ul li.active{
    background: #f00;
    color: #fff;
    padding-left: 2px;
    margin-left: -2px;
}
#header .top_menu ul li.active a{
    color: #fff;
    text-decoration: none;
}
#header .top_menu .menu_down {
  font-weight: normal;
  color: #08628c;
  text-decoration: underline;
  font-size: 12px;
  font-family: Arial;
}

#header .right-col{
    float: left;
    width: 775px;
    margin-left: 20px;
}

#header #top_flash{
    position: relative;
    width: 100%;
    height: 200px;
}

#header .latest ul{margin-top: 10px;}

#header .latest ul li{
    list-style: none;
    float: left;
    width: 33%;
}

/*
#header .latest ul li a{
    text-decoration: none;
    color: #000;
}
#header .latest ul li a:hover{
    text-decoration: underline;
}
*/

#header .latest ul li a img{
    float: left;
}

#header .latest ul li a span.work_name{
    float: left;
    width: 100px;
    margin: 35px 0 0 10px;
    font-size: 12px;
}

#header .latest .see_all{
    clear: both;
    margin-top: 10px;
    background: url(images/triang.png) no-repeat right 4px;
    padding-right: 8px;
    float: right;
}

/* ~~~~ header (end) ~~~~ */

/* ~~~~ content (begin) ~~~~ */
#content{
    padding-top: 30px;
    position: relative;
}

/* Баннеры */

#content ul.banners li{
    background: none;
    margin-bottom: 45px;
    padding: 0;
}
#content ul.banners li a img{display: block;}
#content ul.banners li img{display: block;}

/* /Баннеры */

#content h2{
    margin: 25px 0 20px 0;
}
#content h2:first-child{margin-top: 0;}

#content h2 .thin{
    color: #000;
    font-size: 16px;
}
#content .h2sub{
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
}

#content p{
    margin: 12px 0;
    text-align: justify;
}

#content .img-left{
    float: left;
    margin: 5px 10px 8px 0;
    border: 1px solid #bbb;
}
#content .img-right{
    float: right;
    margin: 5px 0 8px 10px;
    border: 1px solid #bbb;
}

#content ul{margin: 2px 0 10px 0;}
#content ul li{
    padding-left: 17px;
    list-style: none;
    background: url(images/ul-bullet.png) no-repeat 0 8px;
    margin-bottom: 3px;
}
#content ol{margin: 2px 0 10px 0;}
#content ol li{
    margin-left: 17px;
    margin-bottom: 3px;
}

#content .left-col{
    float: left;
    width: 205px;
    min-height: 50px;
}
#content .right-col{
    float: left;
    width: 775px;
    min-height: 50px;
    margin-left: 20px;
    padding-bottom: 20px;
}
#content .sub-left-col{
    float: left;
    width: 370px;
}
#content .sub-right-col{
    float: left;
    width: 370px;
    margin-left: 35px;
}

#content #heroes-img{
    margin-top: 50px;
}

/* Форма */

#content #main-form{margin-bottom: 60px;}

#content #main-form label{
    float: left;
    clear: left;
    width: 98px;
    line-height: 20px;
}

#content #main-form input.text{
    float: left;
    width: 270px; height: 18px;
    background: #e9e9e9;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}

#content #main-form input.submit{
    float: right;
    height: 20px;
    background: #e9e9e9;
    border: 1px solid #d0d0d0;
    color: #454545;
    cursor: pointer;
    padding: 0 5px;
}
#content #main-form input.submit:hover{color: #999;}

#content #main-form textarea{
    width: 100%; height: 130px;
    max-width: 100%;
    background: #e9e9e9;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}

#content #main-form input.text#form-abracadabra{
    margin-top: 15px;
}

/* /Форма */

#content .gray_article{
    width: 350px;
    padding: 15px 10px 20px 10px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

/* Блок адреса */
#content .address_block{
    position: absolute;
    bottom: 0;
    width: 205px;
    background: url(images/address-bg.jpg) no-repeat bottom right;
    padding-bottom: 40px;
}
#content .address_block .head{font-size: 16px;}
#content .address_block address{font-style: normal;}
#content .address_pusher{height: 150px;}
/* /Блок адреса */

/* ~~~~ content (end) ~~~~ */

/* ~~~~ footer (begin) ~~~~ */
#footer{
    height: 39px;
    background: #e9e9e9;
    padding: 12px 15px 0 15px;
}
#footer .copyright{float: left;}
#footer .counters{float: right;}
#footer .counters ul li{
    list-style: none;
    display: inline;
    margin-left: 20px;
}
/* ~~~~ footer (end) ~~~~ */