@charset "utf-8";

body 
{
    padding: 0px;
    margin: 0px;
}

#mainContainer 
{
    margin: 0 auto;
    width: 766px;
    margin-top: 22px;
}

/* HEADER BEGINS */

#header 
{
    margin: 0 auto;
    width: 766px;
    height: 143px;
}

#topBanner 
{
    margin-left: 6px;
    width: 402px;
    height: 84px;
    float: left;
}

#topLogo
{
    float: left;
    width: 249px;
    height: 143px;
}

#headerMenu
{
    float: left;
    width: 109px;
    height: 143px;
}

.linkListTop
{
    margin: 0px;
    margin-left: 5px;
    margin-top: 40px;
    padding: 0px;
    text-transform: uppercase;
    list-style: none;
}

.linkListTopItem a, .linkListTopItem a:visited
{
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 11px;
    color: #adccf1;
    text-decoration: none;
}

.linkListTopItem a:hover
{
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 11px;
    color: #092553;
    text-decoration: none;
}

/* HEADER ENDS */

/* mainTopMenu */

#mainTopMenu
{
    height: 35px;
    width: 766px;
}

.button_disactive { /* верхний левый угол, верхняя граница */
  float: left;
  color: #949496; /* цвет текста */
  background-color: #FFF; /* цвет фона при отключенных изображениях */
  font: 11px "Tahoma";
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 6px;
}

.button_disactive * 
{
    display:block; 
}

.button_disactive span 
{ 
    height: 35px;
    padding-left: 5px;
    /*background: url(../image/menu_left.png) no-repeat left;*/
    
}

.button_disactive span span 
{
    height: 35px;
    padding-right: 5px;
    /*background: url(../image/menu_right.png) no-repeat right;*/
}

.button_disactive:hover,
.button_disactive:focus,
.button_disactive:active { /* подсказка для клавиатуры */
  color: #29363f;
}

.button_active { /* верхний левый угол, верхняя граница */
  float: left;
  color: #29363f; /* цвет текста */
  background-color: #cfdce5; /* цвет фона при отключенных изображениях */
  font: 11px "Tahoma";
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 6px;
}

.button_active * 
{
    display:block; 
}

.button_active span 
{ 
    height: 35px;
    padding-left: 5px;
    background: url(../image/menu_left.png) no-repeat left;
    
}

.button_active span span 
{
    height: 35px;
    padding-right: 5px;
    background: url(../image/menu_right.png) no-repeat right;
}

.mtm
{
    padding-top: 11px;
}

.button_active:hover,
.button_active:focus,
.button_active:active { /* подсказка для клавиатуры */
  color: #FFF;
}

/* */

/* chaptersPanel */
#chaptersPanel
{
    width: 766px;
    height: 29px;
    background-color: #cfdce5;
}

.chapterBox
{
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    /*border: 1px solid;*/
    padding-left: 3px;
    padding-right: 3px;
    
    color: #556272; /* цвет текста */
    font: 11px "Tahoma";
    text-transform: uppercase;
    text-decoration: none;
}

.chapterBoxOver
{
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    background-color: #133c7d;
    padding-left: 3px;
    padding-right: 3px;
    
    color: #fbfefe; /* цвет текста */
    font: 11px "Tahoma";
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

/* */

/* contentContainer */
#contentContainer
{
    margin-top: 1px;
    width: 766px;
    height: 291px;
    background: url(../image/content_background.jpg) no-repeat;
}

.vertSpacer
{
    height: 291px;
    width: 2px;
    background: url(../image/vert_spacer.jpg) no-repeat;
    display: block;
    float: left;
}

#container_1_3
{
    height: 291px;
    width: 190px;
    float: left;
    display: block;
}

#container_2_3
{
    height: 291px;
    width: 382px;
    float:left;
    display: block;
    margin-left: 2px;
}

#container_3_3
{
    height: 291px;
    width: 190px;
    float: left;
    display: block;
    margin-left: 2px;
}

#container_1_2
{
    height: 291px;
    width: 382px;
    float: left;
    display: block;
}

#container_2_2
{
    height: 291px;
    width: 382px;
    float: right;
    display: block;
}

#container_1_2_dir
{
    height: 291px;
    width: 200px;
    float: left;
    display: block;
}

#container_2_2_dir
{
    height: 291px;
    width: 564px;
    float: right;
    display: block;
}

.smallTitle
{
    margin: 0 auto;
    background-image: url(../image/logo_mini.png);
    width: 175px;
    height: 50px;
    clear: both;
}

.smallTitleText
{
    padding-left: 24px;
    padding-top:4px;
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

.largeTitle
{
    width: 238px;
    height: 67px;
    margin: 0 auto;
    background-image: url(../image/logo_large.png);
    clear: both;
}

.largeTitleText
{
    padding-left: 44px;
    padding-top:20px;
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

.content
{
    margin: 2px;
    clear: both;
    overflow: auto;
    /*border: 1px #2160a9 solid;*/
    
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 12px;
    color: white;
    text-decoration: none;
    
    scrollbar-track-color: #d9ecfb;
    scrollbar-3dlight-color:#3fa3ec;
    scrollbar-arrow-color:#ff0;
    scrollbar-base-color:#3fa3ec;
    scrollbar-darkshadow-color:#3fa3ec;
    scrollbar-face-color:#3fa3ec;
    scrollbar-highlight-color:#3fa3ec;
    scrollbar-shadow-color:#3fa3ec;
}

.content *
{
    font-family: "Tahoma";
    font-size: 12px;
    color: white;
}

.linkList
{
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    list-style: none;
}

.linkListItem a, .linkListItem a:visited
{
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.linkListItem a:hover
{
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 12px;
    color: #adccf1;
    text-decoration: none;
}

.more_button_container
{
    font-weight: normal;
    font-family: "Tahoma";
    font-size: 12px;
    margin-bottom: 20px;
}

.more_button_container a, .more_button_container a:visited
{
    color: #f0ab07;
    text-decoration: none;
    float: right;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

.more_button_container a:hover
{
    background-color: #092553;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
}

/* */

/* news */
.new_date
{
    font-family: "Tahoma";
    font-size: 11px;
    color: #CCCCCC;
}

.new_title
{
    font-family: "Tahoma";
    font-size: 12px;
    color: #FFFFFF;
}

.new_short
{
    font-family: "Tahoma";
    font-size: 11px;
    color: #FFFFFF;
}
/* */

/* catalog link */

.catalogThumb
{
    margin: 0px auto;
    margin-top: 40px;
    background: url(../image/catalog.jpg) no-repeat;
    width: 157px;
    height: 203px;
    text-align: center;
    padding-top: 20px;
}

.catalogLink a, .catalogLink a:visited
{
    font-family: "Tahoma";
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.catalogLink a:hover
{
    font-family: "Tahoma";
    font-size: 16px;
    color: #CCCCCC;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

/* */

/* boottomContainer */
#boottomContainer
{
    margin-top: 1px;
    width: 766px;
    height: 241px;
    clear: both;
}

.bottomTitle
{
    font-family: "Tahoma";
    font-size: 18px;
    color: #092553;
    font-weight: bold;
}

.bottomContent *
{
    font-family: "Tahoma";
    font-size: 12px;
    color: #092553;
}

/* */

/* footer */
#footer
{
    margin-top: 1px;
    width: 766px;
    height: 46px;
    background: url(../image/headers.png) no-repeat;
    text-align: center;
    
    color: #556272; /* цвет текста */
    font: 11px "Tahoma";
    text-transform: lowercase;
    text-decoration: none;
    padding-top: 6px;
}

.copyright
{
    text-transform: uppercase;
}

a.bottomButtonActive, a.bottomButtonActive:visited
{
    text-transform: lowercase;
    background-color: #092553;
    text-decoration: none;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    
}

a.bottomButtonActive:hover
{
    color: #556272;
}

a.bottomButtonDisactive, a.bottomButtonDisactive:visited
{
    text-transform: lowercase;
    text-decoration: none;
    color: #556272;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

a.bottomButtonDisactive:hover
{
    background-color: #092553;
    color: #FFFFFF;
}

#searchInput
{
    color: #444;
}

#searchSubmit
{
    color: #444;
}

.partListDark
{
    margin: 0px;
    margin-left: 5px;
    padding: 5px;
    list-style: none;
    background-color: #15356e;
}

.partListLight
{
    margin: 0px;
    margin-left: 5px;
    padding: 5px;
    list-style: none;
    background-color: #305080;
}

.productItem
{
    margin: 0px;
    margin-left: -20px;
    padding: 0px;
    list-style: none;
}
