* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

/* ======== ÐÀÑÏÎËÎÆÅÍÈÅ ÎÑÍÎÂÍÛÕ ÁËÎÊÎÂ ======== */

#bg {
    background: url(../pic/head-bg.jpg) 0 55px repeat-x;
}

#wrap {
    min-width: 980px;
    max-width: 1230px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../pic/top-bg.gif) 0 0 repeat-x; /*#e2e7eb;*/
}

#header {
    height: 300px;
    overflow: hidden;
    background: url(../pic/top-img.jpg) 50% 0 no-repeat;
    padding-left: 230px;
}

#main {
    padding-left: 350px;
    overflow: hidden;
    /*background: url(../pic/flags.jpg) 0 100% no-repeat;*/
}

/* #bottom_bg, */
#bot_bg {
    background: url(../pic/bottom-bg.gif) 0 100% repeat-x;
}

#flags {
    background: url(../pic/flags.jpg) 0 100% no-repeat;
}

#right_col {
    float: right;
    width: 100%;
    padding-bottom: 30px;
}

#left_col {
    width: 220px;
    padding: 0 50px 270px 80px;
    margin-left: -350px;
    /*background: url(../pic/lines.gif) 0 0 no-repeat;*/
}

#lines  {
    position: absolute;
    top: 300px;
    left: 0;
    width: 5%;
    height: 68px;
    background: url(../pic/lines.gif) 0 0 repeat-x;
    z-index: 0;
}

#footer {
    min-width: 980px;
    height: 100px;
    clear: both;
    overflow: hidden;
    background: url(../pic/foot-bg.jpg) 0 0 repeat-x #fff;
}

/* =============== ÎÔÎÐÌËÅÍÈÅ ================== */

/* ----- ÎÑÍÎÂÍÛÅ ÝËÅÌÅÍÒÛ ----- */
body {
    background: url(../pic/top-bg.gif) 0 0 repeat-x #e2e7eb;
    font: normal 13px/1.2 arial, tahoma, sans-serif;
    color: #2b2b2b;
}

h1, h2, h3, h4, h5, h6 {
    font: bold 15px/1.2 "Trebuchet MS", arial, verdana, sans-serif;
    margin: 10px 0 0 0;
    color: #00529b;
}

h1 {
    font: normal 20px/1.2 "Trebuchet MS", arial, verdana, sans-serif;
    margin: 30px 0 20px 0;
    color: #00529b;
}

h1:first-child {
    margin-top: 0px;
}

h2 {
    font: normal 17px/1.2 "Trebuchet MS", arial, verdana, sans-serif;
    margin: 20px 0 10px 0;
}

p {
    margin-bottom: 1em;
    line-height: 1.5;
}

p img {
    margin: 5px;
}

a {
    color: #2780dc;
    text-decoration: underline;
}

a:hover {
   text-decoration: none; 
}


ul, ol {
    margin: 0 0 1em 40px;    
}

ul {
    list-style: disc; 
    
}

ol {
    list-style: decimal;
    
}

table {
    border-collapse: collapse;
    margin-bottom: 1em;
}

th, td {
    border: solid 1px #777;
    padding: 1px 8px;
}


/* ----------- HEADER ----------- */

/* Menu */
#menu {
    color: #0080c5;
    height: 55px;
    width: 100%;
    position: relative;
}

#menu  ul.menu {
    display: block;
    float: right;
    margin: 0 100px 0 0;
    padding-top: 6px;
    border-top: solid 4px #db1415;
    list-style-type: none;
}

#menu ul.menu  li {
    /*display: inline;
    margin-left: 20px; */
    display: block;
    float: left;
    line-height: 1;
    padding: 8px 10px;
    
    position: relative;
    z-index: 40;
}

#menu li:first-child {
    margin-left: 0;
}

#menu a {
    color: #0080c5;
}

#menu li#active_menu {
    background: #fff;
}

#menu li#active_menu a {
    text-decoration: none;
    color: #000;
}

.l, .r , .t, .b, .lt, .rt, .lb, .rb {
    position: absolute;
}

.not_active .l, .not_active .r, .not_active .t, .not_active .b,
.not_active .lt, .not_active .lb, .not_active .rt, .not_active .rb  {
    display: none;
}

.lt  {
    top: -3px;
    left: -3px;
    width: 3px;
    height: 3px;
    background: url(../pic/lt_shad_menu.png) 0 0 no-repeat;
}

.rt  {
    top: -3px;
    right: -3px;
    width: 3px;
    height: 3px;
    background: url(../pic/rt_shad_menu.png) 0 0 no-repeat;
}

.lb  {
    bottom: -3px;
    left: -3px;
    width: 3px;
    height: 3px;
    background: url(../pic/lb_shad_menu.png) 0 0 no-repeat;
}

.rb  {
    bottom: -3px;
    right: -3px;
    width: 3px;
    height: 3px;
    background: url(../pic/rb_shad_menu.png) 0 0 no-repeat;
}


.l  {
    top: 0;
    left: -3px;
    width: 3px;
    height: 100%;
    background: url(../pic/l_shad_menu.png) 0 0 repeat-y;
}

.r  {
    top: 0;
    right: -3px;
    width: 3px;
    height: 100%;
    background: url(../pic/r_shad_menu.png) 0 0 repeat-y;
}

.t  {
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../pic/t_shad_menu.png) 0 0 repeat-x;
}

.b {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: url(../pic/b_shad_menu.png) 0 0 repeat-x;
}



/* Submenu */
#submenu {
    position: absolute;
    left: 357px; /*623px;*/
    top: 39px;
    z-index: 30;
    float: left;
    /*overflow: hidden;*/
}

.submenu {
    margin: 0;
    float: left;
    list-style-type: none;  
    background-color: #fff;
}

#submenu .active_submenu a {
    color: #dc1d19;
    text-decoration: none;
}

/*
li.active_menu .submenu {
    display: block;
}*/

.submenu li {
    display: block;
    float: left;
    
    line-height: 1;
    padding: 10px 10px;
    white-space: nowrap;
}



/* Logo */
#logo {
    float: left;
    width: 230px;
    margin-left: -230px;
    background: url(../pic/logo-bg.jpg) 0 0 no-repeat;
}

#logo img {
    margin-left: 80px;
    margin-top: -30px;
}

/* Flash */
#top_flash {
    background: url(../pic/head-img.jpg) 0 0 no-repeat;
    float: left;
    width: 100%;
    height: 250px;
}

#flash {
    margin-top: 30px;
    width: 760px;
    height: 210px;
    /*background: url(../pic/flash.png) 0 0 no-repeat;*/
}

#flash2{
    margin-left:50px;
}

/* ----------- MAIN ----------- */

#content,  #news_list, #announce_list {
    margin-right: 80px;
    padding: 0 30px;
    margin-bottom: 30px;
}

/* News in main */
#news_list {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 40px;
    border-left: solid 6px #dbdbdb;
    color: #4a4a4a;
    font: normal 11px Verdana, arial, sans-serif;
    position: relative;
}

#news_list h1 {
    color: #dc1d19;
}

.news_list_item  {
    width: 50%;
    float: left;
}

.news_list_item  .news_date {
    color: #939393;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    background: url(../pic/lines-marker.gif) 0 50% no-repeat;
}

.news_list_item  .news_h {
    margin-right: 30px;
    margin-bottom: 7px;
    font-size: 12px;
}

.news_list_item  .news_h a {
    color: #00529b;
}

.news_list_item  p {
    margin-right: 30px;
}

.news_list_item2  {
    width: 100%;
    float: left;
}

.news_list_item2 .news_date {
    color: #939393;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    background: url(../pic/lines-marker.gif) 0 50% no-repeat;
}

.news_list_item2 .news_h {
    margin-right: 30px;
    margin-bottom: 7px;
    font-size: 12px;
}

.news_list_item2 .news_h a {
    color: #00529b;
}

.news_list_item2 p {
    margin-right: 30px;
}

.archive_link {
    clear: both;
    font: normal 10px/1 Verdana, arial, sans-serif;
    margin-top: 20px;
    margin-left: -10px;
    padding-left: 10px;
    background: url(../pic/arrow-marker.gif) 0 5px no-repeat;
}

.archive_link a {
    color: #909090;
    text-decoration: underline;
}

.archive_link a:hover {
    text-decoration: none;
}

#news_list #shadow {
    clear: both;
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url(../pic/shadow.jpg) 0 0 no-repeat;
}

/* Announce in main */
#announce_list {
    background: url(../pic/lines-bg.gif) 0 50px no-repeat;
    color: #4a4a4a;
    font: normal 11px Verdana, arial, sans-serif;
}

.announce_list_item .announce_h {
    margin: 15px 0;
    font-size: 12px;
}

.announce_list_item .announce_h a {
    color: #00529b;
}

/* Banners */
#banners {
    overflow: hidden;
    clear: both;
}

#banners  .banner {
    width: 180px;
    height: 130px;
    float: left;
    margin: 0 2%;
    
    border: solid 1px #bebebe;
    background: #fff;
}

/**/
#img_clients {
    width: 95%;
    height: 200px;
    padding: 25px 5%;
    padding-right: 0;
    background-color: #fff;
}

#img_clients img {
    margin: 15px 5% 15px 0;
}

/* Catalog */
#catalog {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

#catalog  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #dc1d19;
}

#catalog  p {
    margin-top: 5px;
}

.cat_item {
    width: 50%;
    float: left;
}

a.cat_item_img {
    display: block;
    /*width: 90%;*/
    width: 237px;
    height: 237px;
    background-color: #fff;
    border: solid 1px #c1c1c1;
    text-align: center;
}

/* ----------- LEFT_COL ----------- */

#left_col h1 {
    color: #dc1d19;
}

/* Menu: Equipment */
ul#equip_menu {
    color: #0f6ea2;
    list-style-type: none;
    margin: 0;
}

ul#equip_menu li {
    margin-bottom: 15px;
    padding-left: 15px;
    background: url(../pic/marker.gif) 0 6px no-repeat;
}
ul#equip_menu li:hover {
    margin-bottom: 15px;
    padding-left: 15px;
    background: url(../pic/marker2.gif) 0 5px no-repeat;
}

ul#equip_menu a {
    color: #0f6ea2;
}

ul#equip_menu .active_eqmenu > a {
    color: #e50000;
    font-weight: bold;
    text-decoration: none;
}

/* SubMenu: Equipment */
.equip_submenu {
    display: none;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.7;
}

#equip_menu  .equip_submenu li {
    margin: 0;
    padding: 0;
    background: none;
}

.active_eqmenu .equip_submenu {
    display: block;
}

#equip_menu .equip_submenu a {
    color: #343434;
    text-decoration: underline;
}

#equip_menu .equip_submenu a:hover{
    text-decoration: none; 
}

#equip_menu .equip_submenu .active_eqsubmenu a {
    text-decoration: none;
}

/* Sub2Menu: Equipment */
.equip_sub2menu {
    display: none;
    margin: 0 0 0 20px;
    list-style-type: none;
    font-style: italic;
}

#equip_menu .equip_submenu .equip_sub2menu li {
    margin: 0;
    padding: 0;
    background: none;
}

.equip_submenu .active_eqsubmenu .equip_sub2menu {
    display: block;
}

#equip_menu .equip_submenu .equip_sub2menu a {
    color: #7e7e7e;
    text-decoration: underline;
}

#equip_menu .equip_submenu .equip_sub2menu a:hover {
    text-decoration: none;
}

#equip_menu .equip_submenu .equip_sub2menu .active_eqsub2menu a {
    text-decoration: none;
}


/* Map */
#map {
    margin-top: -15px;
    height: 100px;
    padding-left: 45px;
    padding-top: 40px;
    background: url(../pic/map.png) 0 0 no-repeat;
}

#phone {
    font: bold 30px/1.1 "Trebuchet MS", arial, verdana, sans-serif;
    color: #000;
    margin-bottom: 5px;
}

#phone #phone_code {
    font: normal 14px arial, tahoma, sans-serif;
}

#scheme_link {
    font-size: 11px;
    color: #e70000;
}


/* ----------- FOOTER ----------- */
#footer {
    font: normal 11px/1.5 Verdana, arial, sans-serif;
    color: #000;
}

#left_footer {
    width: 30%;
    float: left;
    border-top: solid 5px #e30909;
    padding-top: 30px;
    overflow: hidden;
}

#counter {
    margin-left: 20%;
    float: left;
    margin-right: 15px;
    width: 31px;
    height: 31px;
    background: #cccccc;
}

#copyright {
    float: left;
    margin-top: 10px;
}

#right_footer {
    width: 70%;
    float: left;
    border-top: solid 5px #cbcbcb;
    padding-top: 20px;
    overflow: hidden;
}

#address {
    margin-left: 5%;
    width: 40%;
    float: left;
}

#dextra {
    float: left;
    padding-left: 35px;
    background: url(../pic/dextra.png) 0 50% no-repeat;
    line-height: 1.2;
}

#dextra a {
    color: #7e8387;
    text-decoration: none;
}

#dextra a#line2 {
    color: #2f64b4;
    text-decoration: underline;
}

#dextra a:hover#line2 {
    text-decoration: none;
}
#dextra a.www{
    color:#fff;
    text-decoration: none;
}
#dextra a.www:hover{
    color:#fff;
    text-decoration: none;
}
.newspan{
    color: #939393;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-left: 15px;
    background: url(../pic/lines-marker.gif) 0 50% no-repeat;
    display:block;
}

.pager{
    clear:both;
    text-align:center;
    width:100%;
}
.pager a{
    display:block;
    padding:2px 6px 2px;
    float:left;
    color:#0053BA;
    font-size:14px;
    margin:0 1px;
}
.pager a:hover{
    background-color:#DCDCDC;
    color:#0053BA;
    text-decoration:none;
}
.pager a.active{
    color:#FFFFFF;
    text-decoration:none;
    background-color:#0053BA;
}
#content .pager th.w100{
    width:50%;
    border:none;
    background:none;
}
#content .pager table{
    border:none;
}
#content .pager table td, #content .pager table th{
    border:none;
}
.form_contacts label{
    display:block;
    padding:7px 0 2px;
    font:normal 13px tahoma;
    clear:both;
}
.form_contacts sup{
    color:red;
}
.form_contacts input{
    width:442px;
    border:1px solid #888888;
    padding:2px 3px;
    font:normal 13px tahoma;
    color:#2b2b2b;
    background-color:#f0f0f0;
}
.form_contacts textarea{
    border:1px solid #888888;
    width:442px;
    padding:1px 3px;
    font:normal 13px tahoma;
    color:#2b2b2b;
    background-color:#f0f0f0;
}
.form_contacts input.kod{
    width:359px;
    float:left;
    margin-right:5px;
}
.form_contacts img{
    float:left;
}
.form_contacts input.but{
    background:#00529B;
    padding:3px 10px 3px 10px;
    border:0px;
    width:auto;
    float:left;
    margin:15px 0 0;    
    clear:both;
    cursor:pointer;
    color:#fff;
    text-decoration:none;
    text-align:center;
}
#content .clboth{
    width:100%;
    overflow:hidden;
    height:1px;
    padding:0px;
}
#catalog h1 a {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #dc1d19;
    text-decoration:none;
}
#catalog h1 a:hover {
    text-decoration:underline;
}
.hidden{
    display:none !important;
}
.show{
    display:block;
}
.icons{
    position:absolute;
    top:17px;
    left:8px;
    width:150px;
    height:11px;
}
.icons ul{
    list-style:none;
    padding:0px;
    margin:0px;
}
.icons li{
    float:left;
    margin-right:20px;
    width:11px;
    height:11px;
}
.icons li img{
    width:11px;
    height:11px;
    background:url(../pic/icons.gif) no-repeat;
}
.icons li.ic1 img{
    background-position:0 0;
}
.icons li.ic2 img{
    background-position:-27px 0px;
}
.icons li.ic3 img{
    background-position:-54px 0px;
}

.cd_zak{
    padding:5px 0 19px;
}   
.cd_zak a{
    color:#E50000;
    font-size:14px;
    font-weight:bold;
}

/* äèàëîãîâîå îêíî */

.form_dir{
    position:absolute;
    right:-59px;
    top:87px;
    width:155px;
    background-color:#f8fafa;
    z-index:1000;
    padding:10px;
    border:1px solid #717171;
}
.form_dir input{
    width:147px;
    padding:1px 3px;
    border:1px solid #bebebe;
    background-color:#fff;
    margin-bottom:5px;
    font:normal 11px arial;
    color:#2B2B2B;
}
.form_dir textarea{
    width:147px;
    padding:1px 3px;
    border:1px solid #bebebe;
    background-color:#fff;
    margin-bottom:5px;
    font:normal 11px arial;
    color:#2B2B2B;
    height:80px;
}
.form_dir input.kod{
    width:64px;
    float:left;
    margin-right:5px;
}
.form_dir img{
    float:left;
}
.form_dir input.but{
    background-color:#e8e8e8;
    border:1px solid #bebebe;
    padding: 2px 4px;
    cursor:pointer;
    width:67px;
    float:right;
    font-weight:normal;
    font-size:10px;
    text-decoration:none;
    color:#000;
}

.camera_url {
    position:relative;
    top:-11px;
}

#url_top {
    margin: 30px 0 0 40px;
    width: 170px;
}

#url_top a {
    margin-left: 42px;
    float: left;
}

#url_top img {
    margin:0;
}
#sss{
}
#sss a{
    color:#F9FAFC;
    text-decoration:none;
}
#sss a:hover{
    color:#F9FAFC;
    text-decoration:none;
}

