
/* general */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  height: 100%;
  min-width: 1000px;
}
body {
  font: 14/18px Arial, Tahoma, sans-serif;
  height: 100%;
  width: 100%;
  background: #000 url(images/bg.jpg) center top no-repeat;
  background-attachment: fixed;
}  
.wrapper {
  width: 1000px;
  margin: 0 auto;
  height: auto !important;
  position: relative;
}
.clear {
  clear: both;
}
#body {
  min-height: 100%;  
}     
  
/* header */

#header {
  margin: 0 auto; 
  width: 1000px;
  height: 164px; 
  position: relative;       
}
#logo {
  position: absolute;
  width: 567px;
  height: 59px;
  top: 47px;
  left: 45px; 
  background: url(images/logo.jpg) no-repeat;
}
#header_contacts {
  position: absolute;
  float:right;
  top: 50px;
  right: 0px;  
  font: 25px Arial, Verdana, sans-serif;
  color:#d6bf7c;
}
#header_contacts .small {
  font-size: 16px;
}

/* top navigation */

#top_nav {
  position: absolute;
  width: 100%;
  height: 43px;
  float:left;
  top: 119px;
  text-align: center;
  list-style:none;
  background: url(images/top_line.png) top left repeat-x;  
}
#top_nav_buttons {
  font: 13px Arial, Verdana, sans-serif;
  position: relative;
  width: 1000px;
  margin: 0 auto;  
}
#inner {
  position: relative;
  float: left;
}
#top_nav_buttons ul {
  list-style: none;

}     
#top_nav_buttons ul li:first-child { background: none; }  
#top_nav_buttons ul .active {
  text-decoration: underline;
  color: #cdbc90;
}            
#top_nav_buttons li {
	position: relative;
  float: left;
  padding: 15px 17px;
  margin: 0; 
  background: url(images/selector.png) left center no-repeat; 
}
#top_nav_buttons a{
  text-decoration: none;
  color: #cdbc90;
}
#top_nav_buttons a:hover {
  text-decoration: underline;
}

/* category */

#category {
	min-height: 467px;
  width: 942px;
	display: inline-block;
} 
#category a,
#submit {
  text-decoration: none;
  display: block;
  background: #bca66b;
  background: -moz-linear-gradient(top,  #bca66b 0%, #635032 74%, #806c44 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bca66b), color-stop(74%,#635032), color-stop(100%,#806c44)); 
  background: -webkit-linear-gradient(top,  #bca66b 0%,#635032 74%,#806c44 100%); 
  background: -o-linear-gradient(top,  #bca66b 0%,#635032 74%,#806c44 100%);
  background: -ms-linear-gradient(top,  #bca66b 0%,#635032 74%,#806c44 100%); 
  background: linear-gradient(top,  #bca66b 0%,#635032 74%,#806c44 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bca66b', endColorstr='#806c44',GradientType=0 ); 
}
#category a:hover,
#submit:hover {
  text-decoration: none;
  display: block;
  background: #806c44; 
  background: -moz-linear-gradient(top,  #806c44 0%, #635032 26%, #bca66b 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#806c44), color-stop(26%,#635032), color-stop(100%,#bca66b)); 
  background: -webkit-linear-gradient(top,  #806c44 0%,#635032 26%,#bca66b 100%); 
  background: -o-linear-gradient(top,  #806c44 0%,#635032 26%,#bca66b 100%); 
  background: -ms-linear-gradient(top,  #806c44 0%,#635032 26%,#bca66b 100%); 
  background: linear-gradient(top,  #806c44 0%,#635032 26%,#bca66b 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#806c44', endColorstr='#bca66b',GradientType=0 ); 
}  

#category li {
  list-style: none;
  float: left;
  position: relative;
  display: block; 
  margin-right: 1px;
  padding: 0;
}
#category li .banner {
  width: 234px;
  height: 400px;  
}
#category li .button {
  padding: 25px 10px;
}

/* content */
                                              
#content {
	padding: 20px 0 0 0;
  width: 100%;
}
#text {  
  width: 939px;
  height: 100%;
  margin-bottom: 70px;
  position: relative; 
}
.catalog {  
  width: 760px;
  height: 100%;
  border: 1px solid #7e7256;
  margin-bottom: 70px;
  position: relative;
  float: left;                 
}
.transparency {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .7;
  filter: alpha(opacity=70);                                    
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
}
#vrs {       
  position: absolute;
  float: right;
  top: 21px;
  right: 25px;
}

/* left menu navigation */

#left_nav {
  width: 232px; 
  height: 355px;
  float: left;
  background: #867249;
  border: 1px solid #aa9e85;
  -webkit-box-shadow: inset 0px 0px 1px 1px #a7997c;
  -moz-box-shadow: inset 0px 0px 1px 1px #a7997c;
  box-shadow: inset 0px 0px 1px 1px #a7997c;  
}
#left_nav ul {
  font: 13px/30px Arial, Verdana, sans-serif;
  font-weight: bold;
  list-style: none;
  padding: 5px 14px;
  text-transform: uppercase;   
}     
#left_nav ul li {
  border-top: 1px solid #937f51;
  border-bottom: 1px solid #534227; 82b720  
}
#left_nav ul li:first-child {border-top: none;}
#left_nav ul li:last-child {border-bottom: none;}

#left_nav a { 
  color: #000;
  text-decoration: none;
}
#left_nav a:hover,
#left_nav .active a{
  color: #cdbc90;
  text-decoration: none;  
}
         
/* text column */

#text_container {
  font: 14/22px Arial, Verdana, sans-serif;  
  color: #cdbc90;
  padding: 20px 20px 55px; 
  height: 100%;
}
#text .title{
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 25px;    
}
#text_container p {
  margin-bottom: 20px;
}

/* catalog items */

.item {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 55px;
}
.item_description {
  float: left;
  margin-left: 44px;
  width:526px;
}
.item_img {
  float: left;  
}
.item .title {
  font: 20/22px Arial, Verdana, sans-serif;
  text-transform: uppercase;  
} 
.item a,
#text_container a {
  color: #cdbc90;
  text-decoration: underline;
}
.item a:hover,
#text_container a:hover {
  color: #cdbc90;
  text-decoration: none;  
} 

/* product page */

#price {
  margin: 25px 0;
  position: relative;
  float: left;
}
#price table {
  border: 1px solid #7c7053;
  text-align: center;
  border-collapse: collapse;     
}
#price td,
#price tr {
  padding: 5px 15px;
  border: 1px solid #7c7053;
  background: #000;
} 
#full_description,
#more_image {
  float: left;
}  
#more_image img {
  margin: 5px;
}

/* ask form */

#askform {
  font: 14px/28px Arial, Verdana, sans-serif; 
  float: left;
  width: 360px;
  height: 260px;
  position: relative;
  margin-bottom: 20px;
}
#askform dt {
  float: left;
  margin-bottom: 4px;
  width: 60px; 
  clear: both;                                                 
}
#askform dd{
  float: right;
  margin-bottom: 4px;
}
#askform #name,
#askform #phone,
#askform #email {
  width: 245px;
  height: 23px;
  background: #867249;
  -webkit-box-shadow: 0px 0px 0px 1px #231e14;
  -moz-box-shadow: 0px 0px 0px 1px #231e14;
  box-shadow: 0px 0px 0px 1px #231e14;
}
#askform #message {
  width: 245px;
  height: 92px;
  background: #867249;
  -webkit-box-shadow: 0px 0px 0px 1px #231e14;
  -moz-box-shadow: 0px 0px 0px 1px #231e14;
  box-shadow: 0px 0px 0px 1px #231e14;
}
#askform #reset {
  border: 0;
  background: none !important;  
  color: #cdbc90;   
  position: absolute;
  width: 80px;
  top: 215px;
  left: 120px;                          
}
#askform #reset:hover {  
  color: #ff0000;                             
}
#askform #submit {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 2px 5px;
  position: absolute;
  top: 215px;
  left: 265px;
} 
        
/* footer */

#rasporka {
  height: 83px;  
}
#footer {  
  width: 100%;
  height: 83px;
  margin-top: -83px;
  position: relative;
}
#bottom_line {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 83px;
  background: #000;
}
#bottom_nav ul {
  padding-top: 5px;
  margin-left: 20px; 
  height: 26px;
}
#bottom_nav li {
  font: 14px Arial, Verdana, sans-serif; 
  float: left;
  padding: 5px;
  margin: 0; 
  list-style: none; 
  display: inline;  
  color: #8d794d;   
}  
#bottom_nav a{
  text-decoration: none; 
  color: #8d794d; 
   padding-left: 10px;
}
#bottom_nav a:hover {
  text-decoration: underline;
}
#bottom_nav ul li:before {
  content: "|";
}
#bottom_nav ul li:first-child:before {
  content: none;
}
#copyright {
  font: 12px Arial, Verdana, sans-serif;  
  color: #8d794d;
	width: 85%; 
	text-align: center;	
  margin-top: 25px;
}
#copyright a {
  text-decoration: none; 
  color: #8d794d;  
}
#copyright a:hover {
  text-decoration: underline;
}


                     