html,body {
        margin: 0;
        padding: 0;
        height: 100%; /* needed for container min-height */
        font-family: Georgia,Tahoma,Verdana,Arial,sans-serif;
        font-size: 14px;
        color: #46423a;
        background-image: url(images/bg.png);
        background-position: top left;
        background-repeat: repeat;
}

h1 {
        color: #000000;
        font-weight: normal;
        font-size: 18px;
        margin: 0 0 15px 0;
}

a {
        color: #603d17;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
}

.container {
        position: relative; /* needed for footer positioning*/
        margin: 0 auto; /* center, not in IE5 */
        width: 100%;

        height:auto !important; /* real browsers */
        height:100%; /* IE6: treaded as min-height*/

        min-height:100%; /* real browsers */
        background-image: url(images/header.png);
        background-position: top center;
        background-repeat: no-repeat;
}

.container_center {
        padding: 0 0 170px 0;
}

.container_inner {
   position: relative; /* needed for footer positioning*/
   margin: 0 auto; /* center, not in IE5 */
   width: 1000px;
   text-align: left;
}

.header {
        height: 546px;
        position: relative;
}

.logo {
        width: 243px;
        height: 88px;
        float: left;
        display: inline;
        margin: 5px 0 0 0;
        background-image: url(images/logo.png);
        background-position: top left;
        background-repeat: no-repeat;
}

.contacts_block {
        float: left;
        width: auto;
        display: inline;
        margin: 15px 0 0 15px;
}

.contacts_block div {
        font-size: 13px;
        font-style: italic;
        color: #FFFFFF;
        margin: 0 0 3px 0;
}

.contacts_block div span {
        font-size: 14px;
        font-weight: bold;
}

.contacts_block div a {
        font-size: 13px;
        text-decoration: none;
        color: #FFFFFF;
        font-weight: bold;
}

.contacts_block div a:hover {
        text-decoration: underline;
}

.text_block {
        float: left;
        width: auto;
        display: inline;
        margin: 15px 0 0 15px;
        color: #FFFFFF;
        font-size: 14px;
        font-style: italic;
        line-height: 21px;
}

.cart_block {
        float: left;
        width: auto;
        display: inline;
        margin: 10px 0 0 0;
}

.cart_link {
        width: 42px;
        height: 38px;
        float: left;
        display: inline;
        background-image: url(images/cart.png);
        background-position: top left;
        background-repeat: no-repeat;
}

.cart_inn {
        float: left;
        width: auto;
        color: #ffe09e;
        font-size: 13px;
        font-style: italic;
}

.cart_inn div {
        margin: 5px 0;
}

.cart_inn div a {
        color: #ffe09e;
        font-size: 13px;
        font-style: italic;
}

.nav_top {
        float: left;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 18px;
}

.nav_top ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
}

.nav_top ul li {
        float: left;
        width: auto;
        display: inline;
        margin: 0 10px;
}

.nav_top ul li a {
        color: #ffc350;
        font-size: 16px;
        font-style: italic;
        text-decoration: none;
        font-weight: bold;
}

.nav_top ul li a:hover {
        text-decoration: underline;
}


/*********************************
      C  O  L  U  M  N  S
*********************************/

.content {
        padding: 25px 0 0 0; /* bottom padding for footer */
}

.banners_block {
        float: left;
        width: 100%;
        margin: 0 0 25px 0;
}

.banners_block table {
        width: 100%;
}

.banners_block table td {
        width: 33%;
        text-align: center;
}

.left_column {
        width: 226px;
        float: left;
}

.right_column {
        width: 723px;
        float: right;
}

.left_block {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
}

.left_block_top {
        width: 100%;
        height: 15px;
        float: left;
        overflow: hidden;
        background-image: url(images/left_block_top.png);
        background-position: top left;
        background-repeat: no-repeat;
}

.left_block_inn {
        width: 100%;
        float: left;
        background-image: url(images/left_block_inn.png);
        background-position: top left;
        background-repeat: repeat-y;
        padding: 5px 0;
}

.left_block_bot {
        width: 100%;
        height: 15px;
        float: left;
        overflow: hidden;
        background-image: url(images/left_block_bot.png);
        background-position: top left;
        background-repeat: no-repeat;
}

.left_block ul {
        padding: 0 5px 0 20px;
        margin: 0;
        list-style-type: none;
}

.left_block ul li {
        margin: 0 0 10px 0;
        padding: 0 0 0 12px;
        background-image: url(images/li.png);
        background-position: 0 6px;
        background-repeat: no-repeat;
}

.left_block ul li a {
        color: #603d17;
        font-size: 14px;
}

.left_block ul li span {
        color: #603d17;
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer;
}

.left_banner {
        float: left;
        width: 100%;
        margin: 20px 0 0 0;
}

/*********************************
        F  O  O  T  E  R
*********************************/

.footer {
        position: absolute;
        width: 100%;
        height: 140px;
        background-image: url(images/footer.png);
        background-position: top center;
        background-repeat: no-repeat;
        left: 0;
        bottom:0; /* stick to bottom */
}

.footer_inner {
        width: 1000px;
        height: 140px;
        text-align: left;
        font-family: Arial;
        color: #2c2c2c;
}

.footer_left {
        float: left;
        width: auto;
        display: inline;
        margin: 50px 0 0 0;
}

.footer_left div {
        margin: 0 0 5px 0;
}

.footer_left a {
        margin: 0 10px 0 0;
}

.footer a {
        color: #2c2c2c;
}

.footer_right {
        float: right;
        width: auto;
        display: inline;
        margin: 50px 0 0 0;
}

/*********************************
          O  T  H  E  R
*********************************/

.clear {
        clear: both;
        height: 0;
        overflow: hidden;
}

a img {
        border: 0;
}

* {
        outline: none;
}




/*********************************/

img.imgOff {
        border-color: #97989C;
        border-style: solid;
        border-width: 1px;
}

img.imgOn {
        border-color: #E0E0E0;
        border-style: solid;
        border-width: 1px;
}

ul{
        list-style-type: square;
        color: #C42323;
}

.sort_name_bg{
   background-color: #F0F1F1;
}
.sort_table{
   margin-top: 10px;
   background-color: White;
   BORDER-RIGHT: #d3d3d3 1px dashed;
   PADDING-RIGHT: 5px;
   BORDER-TOP: #d3d3d3 1px dashed;
   PADDING-LEFT: 5px;
   PADDING-BOTTOM: 5px;
   BORDER-LEFT: #d3d3d3 1px dashed;
   PADDING-TOP: 5px;
   BORDER-BOTTOM: #d3d3d3 1px dashed;
}
#cartwindow{
   position:absolute;
   left:10px;
   top:0;
   visibility:hidden;
   width: 250px;
   height: 68px;
   Z-INDEX: 2;
   BACKGROUND: #C0D2EC;
   padding:10px;
   border: solid;
   border-width: 1px;
   border-color:#4D88C8;
   FILTER: revealTrans  (duration=1,transition=4);
}
.menu_bg{
   background-image: url(images/menu_bg_4.gif);
   background-repeat: no-repeat;
   HEIGHT: 28px;
   width: 120px;
   text-align: center;
}
.menu_bg a.navigation{
   color: white;
}
#navigation{
   background-image: url(images/1_04.gif);
   background-repeat: no-repeat;
   width:534px;
   height:35px;
}

a.navigation{
   text-decoration: none;
    color:#c52a28;
}
a.navigation:hover{
   color: #000000;
   text-decoration: none;
}
#header_1{
   background-image: url(images/header_01_4.gif);
   background-repeat: no-repeat;
   width: 589px;
   height: 198px;
}

#header_2{
   background-image: url(images/header_02_4.jpg);
   background-repeat: no-repeat;
   width: 415px;
   height: 198px;
   color: white;

}
#header_3{
   background-repeat: no-repeat;
   width: 1004px;
   height: 26px;
   padding-left:25px;
}
#header_4{
   background-image: url(images/header_04.gif);
   background-repeat: no-repeat;
   width: 408px;
   height: 137px;
}
#header_5{
   background-image: url(images/header_05.gif);
   background-repeat: no-repeat;
   width: 275px;
   height: 137px;
   padding-left:30px;
}
#header_6{
   background-image: url(images/header_06.gif);
   background-repeat: no-repeat;
   width: 321px;
   height: 137px;
}
.zagb{
   color:fff;
   text-transform: uppercase;
   font-weight: bold;
}
#list{
   background-image: url(images/bg_list_1.gif);
   background-repeat: no-repeat;
   width: 696px;
   height: 27px;
   color: white;
   font-weight: bold;
   padding-left:20px;
   padding-top:5px;
   margin-bottom:10px;
}
#bglist{
   background-image: url(images/bg_list_1.gif);
   background-repeat: no-repeat;
   width: 700px;
   height: 6px;
   padding-top:5px;
   margin-bottom:10px;
}
#bglist_2{
   background-image: url(images/bg_list_2.gif);
   background-repeat: no-repeat;
   width: 696px;
   height: 27px;
   color: white;
   font-weight: bold;
   padding-left:20px;
   padding-top:5px;
   margin-bottom:10px;
}
#bg_catalog_1{
   height: 27px;
   padding-left:0px;
   padding-top:5px;
 /*  color:685403;*/
   color: #665000;
   text-transform: uppercase;
   font-weight: bold;
}
#bg_catalog_2{
   background-image: url(images/bg_catalog_1.gif);
   background-repeat: no-repeat;
   width: 275px;
   height: 6px;
}
#bg_catalog_3{

}

#bgmenu{
   background-image: url(images/bg_menu.gif);
   background-repeat: no-repeat;
   width: 270px;
   height: 25px;
   color: white;
   font-weight: bold;
   vertical-align: middle;
   padding-top: 6px;
   padding-left: 10px;
   text-transform:uppercase;
}

#bgcart{
   background-image: url(images/bg_cart.gif);
   background-repeat: no-repeat;
   width: 208px;
   height: 125px;
   padding-left:30px;
   padding-right:20px;
   padding-top:30px;
}

#bgfooter{
   background-image: url(images/bg_footer.gif);
   background-repeat: repeat-x;
   height: 92px;
   color: #9FA4A7;
   padding-top: 6px;
   padding-left: 10px;
}
#bgfooter td, bgfooter a {
   color: #9FA4A7;
}
.top{
   margin-top: 20px;
}
#top {
FILTER: Alpha(Opacity=40, FinishOpacity=40, Style=1, StartX=0, StartY=0, FinishX=88, FinishY=31);
}

td.setka{
    background-color: #D6D6D6;
}
a.product_name{
   color:#4D658E;
   font-weight: bold;
   font-size: 12px;
}
#head_2{
   background-image: url(images/head_02.gif);
   background-repeat: no-repeat;
   WIDTH: 227px;
   HEIGHT: 327px;
   padding-left:35px;
   padding-top:25px;
}

#catalog{
   background-image: url(images/catalog_line.gif);
   background-repeat: no-repeat;
   WIDTH: 289px;
   HEIGHT: 32px;
   font-weight: bold;
}

.black a{
   color:#676767;
}
div.catalog_forma{
   background-image: url(images/catalog_forma.gif);
   background-repeat: no-repeat;
   WIDTH: 275px;
   HEIGHT: 40px;
   font-weight: bold;
}
div.podcatalog_forma{
   background-image: url(images/podcatalog_forma.gif);
   background-repeat: repeat-y;
}

* HTML div.podcatalog_forma{ /* Только для браузера IE */
   background-image: url(images/podcatalog_forma.gif);
   background-repeat: repeat-y;
   WIDTH: 275px;
}


#block1{
   padding-left:10px;
   width: 321px;
}
#block2{
   padding-top:10px;
   padding-right:10px;
   padding-bottom:0px;
   width: 683px;
}

#bg_footer_1{
   background-image: url(images/bg_footer_1.gif);
   HEIGHT: 80px;
   width: 270px;
   background-repeat: repeat-x;
   padding-top: 15px;
   color: white;
   padding-left:30px;
}
#bg_footer_2{
   background-image: url(images/bg_footer_2.gif);
   HEIGHT: 66px;
   width: 830px;
   background-repeat: repeat-x;
   padding-left:20px;
   padding-top:5px;
   color: #e7a7a7;
}

#bg_footer_2 a{
   color: #e7a7a7;
}

#bg_footer_3{
   background-image: url(images/bg_footer_3.gif);
   background-repeat: no-repeat;
   HEIGHT: 66px;
   width: 174px;
   color: white;

}
#order a{
   color:003399;
   font-weight: bold;
}
.bgprice{
   background-color: #F0F0F0;
}
#allspec{
   margin-top:10px;
   background-color: #F8F8F8;
   BORDER-RIGHT: #d3d3d3 1px dashed;
   PADDING-RIGHT: 5px;
   BORDER-TOP: #d3d3d3 1px dashed;
   PADDING-LEFT: 5px;
   PADDING-BOTTOM: 5px;
   BORDER-LEFT: #d3d3d3 1px dashed;
   PADDING-TOP: 5px;
   BORDER-BOTTOM: #d3d3d3 1px dashed;
   width: 685;
}
#allspecwhite{
   margin-top:10px;
   BORDER-RIGHT: #d3d3d3 1px dashed;
   PADDING-RIGHT: 5px;
   BORDER-TOP: #d3d3d3 1px dashed;
   PADDING-LEFT: 5px;
   PADDING-BOTTOM: 5px;
   BORDER-LEFT: #d3d3d3 1px dashed;
   PADDING-TOP: 5px;
   BORDER-BOTTOM: #d3d3d3 1px dashed;
}
li.done{
   color: green;
   font-weight: bold;
}
.sortActiv{
    font-weight: bold;
}
div.opros{
    background: #D72300;
    height: 10px;
    background-repeat: no-repeat;
}

td {
   /*vertical-align: top;*/
    font-family:Tahoma;
    font-size:11px;
    color:#424242;
}
td.center{
   vertical-align: middle;
}

form
{
    margin:0px;
}

.dark
{
    color:#595959;
    font-weight:bold;
    text-transform:uppercase;
}
a{
   color:#424242;
}
.red{
   color: #003399;
}
.red:hover{
   color: #FFAE00;
}
.gray{
   color: #A2A2A2;
}
.gray:hover{
   color: #FFAE00;
}
a.black
{
    color:#676767;
    text-decoration:none;
}
a.black:hover
{
   color: #181818;
   text-decoration: underline;
}
a.link
{
   color: #181818;
   text-decoration: underline;
}
a.link:hover
{
   color: #003399;
   text-decoration: underline;
}
.black
{
    color:#181818;
}
a.b{
   color:#19376A;
}

.white{color: white;}

a.white{
   color: white;
   font-weight: bold;
}
a.white:hover{
   color: white;
}
.price
{
    color:#ff1b1b;
   font-size: 13px;
}
.price2{
    color:#C34046;
}

H2{
    font-size: 18px;
    text-transform: none;
   color:#685403;

}
select{
    font-size: 11px;
}
input{
   font-size: 11px;
}
input.search{
   font-size: 14px;
   width: 300px;
   height: 22px;
   border-style: solid;
   border-color: #A6A4A4;
   border-width: 1px;
}
input.but{
   font-size: 11px;
   height: 22px;
   border-style: solid;
   border-color: #c91e00;
   border-width: 1px;
   background-color: white;
   color:#d66461;
}

#mm {
    margin: 0 0 0 320px;
    height: 50px;
}

#mm img {
    border: none;
    margin: 5px;
}

.mm_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.mm_spacer {
    margin-top: 130px;
    padding-top: 130px;
}
.imagesGalPage img {
    vertical-align:top;
}
.imagesGalPage a {
    margin-right:10px;
}

