﻿*
{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

html
{
    /*------------ 100% высота контейнера div.page далее */
    height: 100%; /*------------*/
}

body
{
    min-width: 980px;
    max-width: 1600px; 
    /*--------------- 100% высота контейнера div.page далее */
    min-height: 100%;
    height: 100%; /*---------------*/
    background: #fffcf8;
    color: #000;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

/* Контейнер всего содержимого кроме подвала */
div.page
{
    background: url(images/bg.gif) repeat-x top  #fffcf8;
    min-width: 980px;
    max-width: 1600px; 
    margin: auto;
    /*----------------------- 100% высоты контейнера относительно клиентской области и контента для IE, FF, Opera */
    height: auto !important;
    min-height: 100%;
    height: 100%; /*-----------------------*/
}

/* блок гарантирующий, что область на коотрую накладывается div.footer в div.page останется пустой, */
/* наличие этого блока устанавливает высоту div.page 100% относительно клиентской области и контента в FF, Opera */
div.page div.footer_guarantor
{
    height: 40px;
    clear: both;
    text-align: right;
}

/* Контейнер подвала */
div.footer
{
    margin: auto;
    margin-top: -40px;
    min-width: 980px;
    max-width: 1600px; 
    height: 40px;
    clear: both;
    color: #fff;
    font-weight: bold;
    background: url(images/footerBg.gif) #4a1800;
    text-align: center;
    font-size: 11px;
}

/* Контейнер шапки */

div.page div.header
{
    height: 220px;
  
}

/* Патч для установки минимальной высоты в IE */

div.page div.patch_minheight
{
    width: 1px;
    height: 250px;
    float: right;
}

/* Контейнер вспомогательной полосы */

div.page div.sidebar
{
    position:relative;
    z-index:5;
    width: 18%;
    float: left;
}

/* Контейнер основной полосы */

div.page div.mainbar
{
    width: 80%;
    overflow: hidden;
    float: left;
    padding-left: 10px;
}


.main
{
    width: 980px;
    border-left: 1px solid #efdcb7;
}

/* page styles */

.header table
{
    width: 100%;
    
}

.header table td
{
    vertical-align: top;
}

.name
{
    padding-top: 45px;
    padding-left: 5px;
    width: 300px;
}

.menu 
{
    width:100%;
    }

.menu td
{
    line-height: 21px;
}

.menu, .menu a
{
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
        position:relative;
    z-index:100;
}

.menu a:hover
{
    text-decoration: underline;
}

.leftMenu
{
    width: 100%;
    background: #efdcb7;

}

.leftMenu .select
{
    padding: 9px 0px 9px 5px;
}

.leftMenu .select2
{
    padding: 9px 0px 9px 5px;
    background: red;
}

.leftLine
{
    height: 1px;
    background: url(images/leftLine.gif) repeat-x;
}


.leftMenu a
{
    font-size: 12px;
    color: #692b0d;
    text-decoration: none;
}

.leftMenu a:hover
{
    text-decoration: underline;
}

.contacts
{
    padding: 5px;
    font-size: 13px;
    line-height: 20px;
}

.catalogue
{
    width: 100%;
    text-align: center;
}


.catalogue img
{
    border: 1px solid #dcdcdc;
}

.catalogue a
{
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

.catalogue a:hover
{
    text-decoration: underline;
}

.footer a
{
    color: #fff;
    font-size: 11px;
}


.search
{
    vertical-align: top;
}

.search input
{
    width: 153px;
    height: 20px;
    position: relative;
    background: url(images/searchBg.gif) top no-repeat;
    border: 0px;
    padding-left: 5px;
}

.search a
{
    position: relative;
    padding-left: 5px;
    padding-right: 10px;
    left: -25px;
}

h1
{
    font-family: Trebuchet MS, Calibri, Tahoma;
    font-size: 18px;
    color: #6d2e0f;
    font-weight: normal;
    padding: 5px 0px 5px 0px;
}

a
{
    color: #006bc6;
}

a:hover
{
    text-decoration: none;
}

/* MENU */
.leftMA
{
    width: 9px;
    height: 21px;
    background: url(images/tableActiveLeft.gif) right top no-repeat;
}

.rightMA
{
    width: 9px;
    height: 21px;
    background: url(images/tableActiveRight.gif) left top no-repeat;
}

.centerMA
{
    height: 21px;
    width: 70px;
    text-align: center;
    background: url(images/tableActiveCenter.gif) top repeat-x;
}

.leftM
{
    width: 9px;
    height: 21px;
    background: url(images/tableLeft.gif) right top no-repeat;
}

.rightM
{
    width: 9px;
    height: 21px;
    background: url(images/tableRight.gif) left top no-repeat;
}

.centerM
{
    height: 21px;
    width: 70px;
    text-align: center;
    background: url(images/tableCenter.gif) top repeat-x;
}

.menu td
{
    line-height: 21px;
    white-space:nowrap; 
}

.action 
{
color:Red;
font-size:18px;
border-style:double;
border-width:3px;
margin:22px;
}
