form
{
	margin:0px;
	padding:0px
}

html, body {
height:100%;
margin:0px;
padding:0px;
}

p {
margin:0px;
padding:0px;
}
/*Font*/
body
{

	font-size: 11px;
	font-family: Arial, sans-serif, Tahoma, Verdana, Helvetica;
	color: #4B451B;
	background-color: #EFEED6;
}

/*Font in table*/
table
{
	font-size:11px;
	text-align: left;


}

/*Links*/
a:link {color: #D80039;}
a:visited{color:#D80039;}
a:active {color: #D80039;}
a:hover{color:#DE7301;}

.title
{color: #D80039;}

small
{

	font-size:100%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;

}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
.red
{
	color:#E23828;
}

.inputtext
{

	border-color: #444618;
	border-width: 1px;
	border-style: solid;
	height: 14px;
	color: #4B451B;
	font-size: 10px;
	background-color: EFEED6;
}
.inputbutton
{

	border-color: #4B461B;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	height: 19px;
	color: #4B451B;
	font-size: 10px;
	background-color: EFEED6;
}

  .img_wraper {
      float:left;
      width:150px;
      }
   .img150 {
        width:150px;
        height:151px;
        background:url(/img/img_w150_bg.gif) no-repeat;
        padding:5px 0 0 2px;
        margin-bottom:10px;
        }
      .img80 {
        width:80px;
        height:80px;
        background:url(/img/img_w80_bg.gif) no-repeat;
        padding:2px 0 0 4px;
        }

       .descr {
      margin-left:160px;
      }
      .descr h2, .descr p {
        margin-bottom:10px;
        }
      .descr ul {
        margin-bottom:10px;
        }
        .descr li {
          padding-left:10px;

          }

.nav {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    }
.nav a {
      padding-right:14px;
      margin-right:10px;
      background:url(/images/header_nav_sep.gif) no-repeat right center;
      color: #847C35;
      text-decoration: none;
      }
.nav a:visited {
	color: #847C35;
}
.nav a.last {
      background:none;
      padding:0;
      margin:0;
      }
.nav a.current {
      color:#DE7301;
      }
.nav a.current:visited {
      color:#DE7301;
      }



.navp {
    font-size: 12px;
    text-align: center;
    }
.navp a {
      padding-right:6px;
      margin-right:4px;
      background:url(/images/header_nav_sep1.gif) no-repeat right center;
      color: #847C35;
      text-decoration: none;
      font-weight:  bold;
      }
.navp a:visited {
	color: #847C35;
}
.navp a.last {
      background:none;
      padding:0;
      margin:0;
      }
.navp a.current {
      color:#D80039;
      }
.navp a.current:visited {
      color:#D80039;
      }




.price {
    font-size: 12px;
    text-align: left;
    float:  right;
    width: 200px;
    }
.price a {
      padding-right:6px;
      margin-right:4px;
      color: #847C35;
      text-decoration: none;
      font-weight:  bold;
      display: block;
      }
.price a:visited {
	color: #847C35;
}
.price a.current {
      color:#D80039;
      }
.price a.current:visited {
      color:#D80039;
      }

.offers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
  }
  .offers li {
    background:url(/images/offer.gif) no-repeat left top;
    margin-bottom:8px;
	

    }
      .offers li .offer_wraper {
        width:170px;
        height:180px;
        position:relative;
        padding:2px 0 0 5px;
        }

    .offers li .offer_descr {
      position:absolute;
      left:10px;
      bottom:13px;
      width:170px;
      }
      .offers li .offer_descr .name {
      	
       }
       
       .offers li .offer_descr .name a {
      	 
      	 color: #444718;
      	 font-weight: bold;
      	 text-transform: uppercase;
       }
       
	   .offers li .offer_descr .txt {
      	 color: #D80039;
      	 font-weight: bold;
       }
       .offers li .offer_descr .phone a {
      	 color: #847C35;
      	 font-weight: bold;
       }

.lst1d {
    background:url(/images/main_bg1.jpg) no-repeat left top;
    width: 307px;
    height: 560px;
    text-align: left;
}
.lst1 {
	padding: 0;
	padding-top: 1px;
  margin: 0px;
  margin-left: 10px;
  color: #444718;
  font-weight: bold;
  font-size: 14px;
  list-style: none;
  text-align: left;
  }
  .lst1 li {
  	
    padding-left:35px;
    padding-top: 11px;
    padding-bottom: 13px;


    }
    .lst1 li a { color: #444718; text-decoration: none; text-transform: uppercase;}
	.lst1 li.l1 { background:url(/img/lst1_icon1.gif) no-repeat left center; }


    .lst1 li.l2 { background:url(/img/lst1_icon2.gif) no-repeat left center; }
    .lst1 li.l3 { background:url(/img/lst1_icon3.gif) no-repeat left center; }
    .lst1 li.l4 { background:url(/img/lst1_icon4.gif) no-repeat left center; }
    .lst1 li.l5 { background:url(/img/lst1_icon5.gif) no-repeat left center; }
    .lst1 li.l6 { background:url(/img/lst1_icon6.gif) no-repeat left center; }
    .lst1 li.l7 { background:url(/img/lst1_icon7.gif) no-repeat left center; }
    .lst1 li.l8 { background:url(/img/lst1_icon8.gif) no-repeat left center; }
    .lst1 li.l9 { background:url(/img/lst1_icon9.gif) no-repeat left center; }
    .lst1 li.l10 { background:url(/img/lst1_icon10.gif) no-repeat left center; }
    .lst1 li.l11 { background:url(/img/lst1_icon11.gif) no-repeat left center; }


.lst2d {
    background:url(/images/main_bg2.gif) no-repeat left top;
    width: 307px;
    height: 560px;
    text-align: left;
}
.lst2 {
	padding: 0;
	margin: 0px;
	margin-left: 10px;
	padding-top: 1px;
  }
  .lst2 td {
    padding-top: 9px;
    padding-bottom: 10px;
    }
	.lst2 td a {
    color: #444718; text-decoration: none;
      color: #444718;
     font-weight: bold;
     font-size: 14px;

    }
    .lst2 td a img {
     padding-right: 9px;

    }


.footer_text {
	font-size: 90%;
  }

  .news {
  	padding: 10px;
  	
  	text-align: left;
  }
  .news dt {
  	color: #D80039;
  	font-weight: bold;
  	padding: 0px;
    }
  .news dd {
    margin: 0px;
	margin-bottom:12px;
    padding: 0px;
    }
  .news dd a {
    color: #847C35;
    }


.org_list {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .org_list li {
    float:left;
    width:470px;
    height:10em;
    overflow:hidden;
    margin:0 15px 10px 0;
    }
 .org_list li a{
    font-weight:bold;
    text-decoration: none;
    }
  .org_list img {
    float:left;
    margin-right:10px;
    }
  .org_list strong {
    display:block;
    }








.newsd {
    background:url(/images/main_bg3.gif) no-repeat left top;
    width: 180px;
    height: 560px;
    text-align: left;
    font-size: 12px;
}

.content {
    font-size: 12px;
}

.content_small {
    font-size: 11px;
}


 .left_nav {
    width:185px;
    float:left;
    list-style: none;
	margin: 0;
	padding: 0;
    }
    .left_nav dt {
      padding:12px 0 12px 50px;
      margin-bottom:5px;
      }
    .left_nav dt.current {
      margin-bottom:0;
      }
    .left_nav dt.no_pad {
      padding-top:2px;
      }
      .left_nav dd {
      margin-bottom:5px;
      }
      .left_nav dd ul ul {
        margin-left:10px;
        }


.left_menu_main td, .left_menu_main td a, .left_menu_main td a:visited {
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
		color: #A19E7A;
	}

.left_menu_main td
{
	padding: 3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 1px;
}

  .left_menu a {
		text-decoration: none;
		color: #4B451B;
	}
.left_menu p {
		padding-left:10px;
		margin: 0px;
		padding-top:1px;
		padding-bottom:1px;
		
	}
	


  .current, .current td  {
    color:#DE7301;
    }
 a.current,  a:visited.current {
    color:#DE7301;
    text-decoration: none;
    }



.catalog_list {
    padding-top: 5px;
    
  }
  .catalog_list li {
    width:275px;
    height:8.2em;
    float:left;
    margin:0 7px 7px 0;
    overflow:hidden;
    }
  .catalog_list .img80 {
    float:left;
    }
    .catalog_list .item_descr {
      margin:0 0 0 85px;
      
      }
      .catalog_list .item_descr p {
        margin-top:4px;
        }


 .new_price {
      	 color: #D80039;
      	 font-weight: bold;
       }


 .right_info {
    width:160px;
    background:url(/images/right_top_bg.gif) no-repeat top;
    padding-top:7px;
    margin-left: 18px;
    }
    .right_content {
      border:1px solid #4B461B;
      border-width:0 1px;
      padding:5px;
      }
      .right_content div {
        margin-bottom:4px;
        }
    .right_bottom {
      font:1px/1px solid;
      height:5px;
      background:url(/images/right_bottom_bg.gif) no-repeat bottom;
      }

 .access{
	padding: 10px;
	font-size: 13px;
	height: 230px;
}

 .access h2{
	padding-bottom: 10px;
}

 .access a {
		text-decoration: none;
		color: #4B451B;
	}

.brends{
	padding: 10px;
	font-size: 13px;
	height: 230px;
}
.brends p {
	padding-bottom: 10px;
}
.brend {
	vertical-align: top;
}

.brend a{
	color: #4B451B;
	
}

