@import "reset.css";

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;

    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

/*HEADER ___ BEGIN*/
#header {
    height: 330px;
    background: url(../images/header.jpg) center top no-repeat;
}
#logo-link {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -177px;
    width: 361px;
    height: 182px;
    text-indent: -9999px;
}
#logo-description {
    display: block;
    position: absolute;
    left: 50%;
    top: 246px;
    margin: 0 0 0 -177px;
    padding: 0 16px 0 0;
    width: 345px;
    color: #FFFFFF;  
    text-transform: uppercase;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}
#header-icon-home {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 22px 0 0 -500px;
    background: url(../images/header_icon_home.jpg) no-repeat;
    width: 19px;
    height: 19px;
}
#header-icon-mail {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 22px 0 0 -472px;
    background: url(../images/header_icon_mail.jpg) no-repeat;
    width: 19px;
    height: 19px;
}
#header-contacts {
    display: block;
    position: absolute;
    right: 50%;
    top: 0;
    margin: 22px 202px 0 0;
}
#header-contacts b {
    display: block;
    font-size: 13px;
    text-align: right;
}
#header-contacts span {
    display: block;
    font-size: 13px;
    text-align: right;
}
#header-contacts span a {
    color: #000000;
    text-decoration: none;
}
#header-contacts span a:hover {
    text-decoration: underline;
}
/*HEADER ___ END*/

#main-wrapper {
    margin: -36px 36px 0;
    min-width: 900px; 
}

/*MENU-MAIN ___ BEGIN*/
#menu-main-wrapper { 
    background: url(../images/menu_main_bg.jpg) repeat-x; 
    margin: 7px 12px 0 12px;
}
#menu-main-wrapper div {
    background: url(../images/menu_main_left.jpg) left no-repeat; 
}
#menu-main-wrapper div div {
    background: url(../images/menu_main_right.jpg) right no-repeat; 
    overflow: hidden;
    height: 41px;
}

#menu-main {
    float: left; 
    overflow: hidden;
    margin: 1px 0 0 0;
    background: none !important;
}
#menu-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#menu-main ul li {
    float: left;         
    padding: 0 1px 0 0;
    background: url(../images/menu_main_split.jpg) right center no-repeat;
    font-size: 18px;
}                        
#menu-main ul li a {
    display: block;
    padding: 9px 37px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
.menu-main-a-hover {
    background: #6C6E86;
}
#menu-main ul li span {
    display: block;
    padding: 9px 0;
}

#menu-main ul li div {
    display: none;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important; 
}

#menu-main ul li div ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #6C6E86;
}
#menu-main ul li div ul li {
    display: block;
    float: none;
    margin: 0 0 10px 12px;
    padding: 0 16px 0 0;
    background: url(../images/menu_main_list_circle.jpg) left 70% no-repeat;  
    text-align: left; 
}
#menu-main ul li div ul li a {
    display: block;
    margin: 0 0 0 10px;
    padding: 6px 0 0 0;
    color: #FFFFFF;
    font-size: 15px;  
    border-top: 1px #FFFFFF dashed;    
}
#menu-main ul li div ul li a:hover {
    color: #F279C0;
    text-decoration: none;   
}

.mmdr-t {
    border-collapse: collapse;
    margin: -10px 0 0 0;  
    padding: 0;
    border: 0;
    width: 100%;
}
.mmdr-t td {
    margin: 0;
    padding: 0;
}
.mmdr-l {
    background: url(../images/menu_main_bl.png) no-repeat; 
    width: 10px;
    height: 10px; 
}
.mmdr-r {
    background: url(../images/menu_main_br.png) no-repeat; 
    width: 10px;
    height: 10px; 
}
.mmdr-c {
    background: #6C6E86;
    font-size: 1px;
    line-height: 1px;
}
/*MENU-MAIN ___ END*/

#page-wrapper {
    overflow: hidden; 
    float: left;
    width: 100%;
}
#page {   
    margin: 0 220px 0 220px;   
    padding: 8px;
    overflow: hidden;
}
#column-left {
    overflow: hidden; 
    float: left; 
    width: 220px;
    margin: 0 0 0 -100%;
    padding: 0 0 0 12px;
}
#column-right {
    float: left;
    width: 220px;
    margin: 0 0 0 -220px;
}

#search-wrapper {
    float: left;
    overflow: visible;
    background: url(../images/form_search_bg.jpg) repeat-x; 
    width: 164px;   
}
#search-wrapper div {
    margin: 0 0 0 -12px;
    background: url(../images/form_search_left.png) left no-repeat;    
}
#search-wrapper div div {
    margin: 0 -12px 0 0;
    background: url(../images/form_search_right.png) right no-repeat;  
    height: 27px;  
}
#search-wrapper div div input {
    float: left;
    margin: 5px 0 0 8px;
    width: 172px;
    border: 0;
    font-size: 15px;
    color: #636683;
    font-style: italic;
}
#search-do {
    float: left;
    margin: -27px 0 0 192px !important;
    background: none !important;
}
#search-do a {
    display: block;
    margin: 4px 40px 0 0;
    width: 25px;
    height: 27px;
    background: url(../images/search_arrow.png) right no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}

.column-item-title {
    margin: 0;
    overflow: visible;
    width: 188px;
    background: url(../images/column_item_title_bg.jpg) repeat-x;
}
.column-item-title div {
    background: url(../images/column_item_title_left.jpg) left no-repeat; 
}
.column-item-title div div {
    background: url(../images/column_item_title_right.jpg) right no-repeat; 
    height: 28px;
}
.column-item-title div div b {
    display: block;
    padding: 3px 0 2px 16px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
}

#contacts-block {
    margin: 12px 0 0 8px;
}
#contacts-block b {
    display: block;
    color: #21254F;
    font-size: 15px; 
}
#contacts-block span {
    display: block;
    font-size: 13px;
}
#contacts-block i {
    display: block;
    margin: 12px 0 0 0; 
    font-size: 13px;
    color: #21254F;
    font-style: normal;
}
#contacts-block i a {
    color: #21254F;
    text-decoration: none;
}
#contacts-block i a:hover {
    text-decoration: underline;
}

#column-item-order-present {   
    overflow: hidden; 
    margin: 24px 0 0 0;
    background: url(../images/column_item_zakaz_prezentacii.jpg) no-repeat;
    width: 206px;
    height: 86px;
}
#column-item-order-present a {    
    float: left;
    margin: 25px 0 0 16px;
    width: 117px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
#column-item-order-present a:hover {    
    text-decoration: underline;
}

#column-item-calc-patchcords {   
    overflow: hidden; 
    margin: 12px 0 0 0;
    background: url(../images/column_item_calc_patchcords.jpg) no-repeat;
    width: 208px;
    height: 65px;  
}
#column-item-calc-patchcords a {    
    float: left;
    margin: 4px 0 0 16px;
    width: 117px;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
#column-item-calc-patchcords a:hover {    
    text-decoration: underline;
}

#column-item-online-consultation {   
    overflow: hidden; 
    margin: 24px 0 0 0;
    background: url(../images/column_item_online_consultation.jpg) no-repeat;
    width: 207px;
    height: 68px;  
}
#column-item-online-consultation a {    
    float: right;
    margin: 4px 12px 0 0;
    width: 117px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: right;
    text-decoration: none;
}
#column-item-online-consultation a:hover {    
    text-decoration: underline;
}

#column-item-news-company {   
    overflow: hidden; 
    margin: 12px 0 0 2px;
    background: url(../images/column_item_news_company.jpg) no-repeat;
    width: 204px;
    height: 78px;  
}
#column-item-news-company a {    
    float: right;
    margin: 13px 12px 0 0;
    width: 117px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: right;
    text-decoration: none;
}
#column-item-news-company a:hover {    
    text-decoration: underline;
}

#footer-wrapper {
    overflow: hidden;  
    clear: both;
}
#footer-wrapper div {  
    overflow: hidden;       
    background: url(../images/footer_back.jpg) center no-repeat; 
    height: 200px;
}
#footer-wrapper div div {
    margin: 50px 48px 0 36px;
    background: url(../images/footer_left.png) left no-repeat; 
    height: 100px;
}
#footer-wrapper div div div {
    margin: 0;
    background: url(../images/footer_right.png) right 22px no-repeat; 
}
#footer-wrapper div div div div {
    background: url(../images/footer_bg.jpg) left 22px repeat-x; 
    margin: 0 12px 0 172px;  
}

#counters {
    margin: 33px 0 0 12px !important;
    background: none !important;
}

#footer-logo {
    float: right;
    margin: 39px 0 0 0;
    background: url(../images/footer_logo.jpg);    
    width: 143px;
    height: 19px;
    text-indent: -9999px;
}

/*COLUMN NEWS TAPE ___ BEGIN*/
#column-news-tape {
    overflow: hidden;
    margin: 8px 0 0 0;
    padding: 0 12px 0 16px;    
}
#column-news-tape i {
    display: block;
    margin: 8px 0 0 0;
    color: #21254F;
    font-size: 14px;
}
#column-news-tape a {
    display: block;
    color: #000000;
    text-align: justify;
}
#column-news-tape a:hover {
    background: #E8F3F8;
    text-decoration: none;
}
#column-news-tape a td {
    width: 100%;
}
/*COLUMN NEWS TAPE ___ END*/

#p-tags {
    margin: 0 0 24px 0;
    padding: 12px;
    background: #EEEEEE;
    text-align: center;
}
#p-tags a {
    font-family: Arial;
    color: #006699;
    font-size: 15px;
}
#p-tags a:hover {       
    color: #FFFFFF;
    background: #006699;
    text-decoration: none;
}
#t-tags {
    margin: 12px 0 0 0;
    font-family: Arial;
    color: #006699;
    font-size: 15px;
    font-weight: bold; 
}

#subscription-total {
    margin: 5px 0 0 0;
}
#subscription-total span {
    display: block;
}
#subscription-total span input {
    width: 200px;
}
#subscription-total p {
    display: block;
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: center;
}

#languages {
    position: absolute;
    overflow: hidden;
    right: 50%;
    top: 0;
    margin: 22px -300px 0 0;
}
#languages a {
    float: left;
    margin: 0 4px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}
#lng_ru {
    background: url(../images/lngs/ru.png);
}
#lng_ua {
    background: url(../images/lngs/ua.png);
}
#lng_en {
    background: url(../images/lngs/en.png);
}

.cat-plus {
    background: url(../images/plus.png) no-repeat;
}
.cat-minus {
    background: url(../images/minus.png) no-repeat;
}

#site-enter-auth {
    overflow: hidden;
    clear: both;
    margin: 6px 0 0 -12px;
    width: 100%;
    text-align: center;
}
#site-enter-auth a {
    font-size: 15px;
    margin: 0 4px;
    padding: 4px;
    color: #FFFFFF;
    /*text-decoration: underline;*/
    font-style: italic;
    background: #323659;
    cursor: pointer;
}

#header-search-form {
    position: absolute;
    overflow: visible;
    margin: 21px -481px 0 0;
    top: 0;
    right: 50%;
}

#header-login-form {
    position: absolute;
    overflow: visible;
    margin: 164px -505px 0 0;
    top: 0;
    right: 50%;       
}

.cit-header {
    width: 164px !important;
}
.cit-header div {
    margin: 0 0 0 -12px;
    background: url(../images/column_item_title_left.png) left no-repeat !important; 
}
.cit-header div div {
    margin: 0 -12px 0 0;
    background: url(../images/column_item_title_right.png) right no-repeat !important; 
}

.lc-text-default {
    color: #636683;
    font-style: italic;
}

.modifications-guest-alert {
    color: #D95942;
    font-size: 15px;
    text-align: center;
}

/*TRASH*/
.trash-wrapper {
    overflow: hidden;
    margin: 8px 0 0 0;
}
.trash-image {
    display: block;
    margin: 0 0 0 32px;
    background: url(../images/trash_full.png) right no-repeat !important;
    width: 128px;
    height: 128px;
}
.trash-count {
    margin: 8px 32px 0 0;
    text-align: center;
}
.trash-count a {
    color: #000000;
}
.trash-count a:hover {
    color: #000000;
}
.trash-action {
    margin: 10px 32px 0 0;
    text-align: center;
}
.trash-action a {
    font-weight: bold;
}
/*////*/

.equipment-testing-table td {
    text-align: left;
    vertical-align: top;
}
.equipment-testing-table td input {
    width: 100%;
}