*{
  margin: 0px;
  padding: 0px;
}

body{
  background: #FFFFDE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
  width: 780px;
  margin: auto;
  padding: 10px;
}

#site_title{
  margin-left: 20px;
}


#header h1{
  padding: 20px 0 0 250px;
}

#header h1 a{
  font-size: 38px;
  text-decoration: none;
  color: #000000;
}

#header img{
  border: none;
}

#header_img{
  float: left;
}

#site_description{
  clear: both;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}

#site_description h1{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

#phone{
  text-align: right;
  font-size: 20px;
}

#menu{
  background: #8D6740;
  width: 760px;
  margin-top: 5px;
  padding: 10px 10px;
  color: #FF9900;
  font-size: 18px;
}

#menu a{
  color: #FF9900;
  font-size: 18px;
  text-decoration: none;
}

#menu a:hover{
  color: #CA7321;
  text-decoration: underline;
}

#content{
  margin-top: 10px;
  font-size: 12px;
}

#content h1{
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.product_picture img{
  width: 180px;
  border: none;
  margin-top: 0px;
}

#left_panel{
  float: left;
  width: 200px;
  text-align: center;
}

#left_panel h3{
  font-size: 16px;
  color: #8D6740;
}

#left_panel .product{
  margin-top: 10px;
}

#main_panel{
  width: 570px;
  margin-left: 210px;
}

#main_panel h2{
  text-align: center;
  color: #CA7321;
  font-size: 20px;
  padding-bottom: 10px;
}

#welcome{
  text-align: justify;
  padding-bottom: 15px;
}

.page_text{
  text-align: justify;
}

#gallery{
  margin-left: -1px;
}

#gallery img{
  width: 105px;
  border: none;
  margin-bottom: 5px;
  margin-left: 4px;
}

.products{
  width: 570px;
  margin-top: 5px;
  border-collapse: collapse;
}

.products caption{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

.products th{
  padding: 2px 5px;
  border: 1px solid #CCCCCC;
  color: #8D6740;
}

.products td{
  padding: 2px 5px;
  border: 1px solid #CCCCCC;
}

.col1{
  width: 80px;
}

.col2{
  width: 110px;
}

.col3{
  width: 110px;
}

.col4{
  width: 80px;
}

.products img{
  width: 70px;
  border: none;
}

sup{
  font-size: 8px;
}

.nextprevious{
  text-align: center;
}

.nextprevious a{
  color: #000000;
  text-decoration: none;
}

.nextprevious a:hover{
  text-decoration: underline;
}

#contacts .phones{
  margin-top: 30px;
  font-size: 18px;
}

#contacts h3{
  display: inline;
  font-size: 18px;
}

.textfield{
  width: 300px;
  padding: 3px;
  font-size: 16px;
}

.code{
  width: 100px;
  padding: 3px;
  font-size: 16px;
}

textarea{
  width: 300px;
  height: 100px;
  padding: 3px;
  font-size: 16px;
}

.button{
  padding: 5px;
  font-size: 16px;
}

#captcha_code{
  vertical-align: middle;
}

#slideshow{
  position: relative;
  height: 350px;
  padding-bottom: 65px;
}

#slideshow IMG{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#slideshow IMG.active{
  z-index: 10;
  opacity: 1.0;
}

#slideshow IMG.last-active{
  z-index: 9;
}

.big_banner{
  margin-top: 10px;
}

.banner{
  padding-bottom: 20px;
}

.banner img, .big_banner img{
  border: none;
}

#footer{
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  font-size: 10px;
  text-align: center;
}

#footer a{
  text-decoration: none;
  color: #000000;
}

#footer a:hover{
  text-decoration: underline;
}
