* {
  margin: 0;
 }

 body {
  font-family: tahoma;
  font-size: 12px;
  color: #ffffff;
  background-color: #5f5542;
 }


 #main
 {

 }

#center
{
width:1024px;
 background-image: url('../images/bg.jpg');
 }

 .left {
  padding-bottom:10px;
  width:890px;
  margin-top:10px;
 }

.left ul li {
list-style-type:none;
display: inline;
text-transform:uppercase;

 }

.left ul li a {

  font-family: Verdana;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  text-align:center;
  vertical-align:middle;
  padding:5px 12px ;
  height: 16px;
  float: left;


}

.left ul li a:hover {
  background: #ececec;
 }

 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }

.right
{
 width:890px;
 padding-top:25px;
 

}



.right img {
//  margin-right: 0px;
  display: block;

 }

.imagesclas{
}

 .right img:hover {

 }

 .block {
//  margin-top: 10px;
//  height: 106px;
//  width: 600px;
 }

h1 {
  font-size: 10px;
  color: #000000;

 }

h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }

a {
  color: #999;
  text-decoration: none;
 }

a:hover {
  text-decoration: underline;
 }

 .content {
  padding-top:40px;
  padding-bottom:20px;
  width: 550px;
  vertical-align:top;
  float:left;
  margin-left:15px;
  background-image:url('../images/bgproduct.gif');
  background-repeat:no-repeat;

 }


  .content_left {
  width: 300px;
  float:right;
  font-size:12px;
  margin-right:15px;
   text-align:left;
  color:#000000;
//  line-height:1.2;

 }
.gallery
{

margin-left:80px;
margin-top:15px;
border:3px solid #FF9900;

}
.footer
{
clear:both;
color:#000000;
height:50px;
width:890px;
 background-image:url('../images/bottom.gif');
 background-position:bottom;
 background-repeat:no-repeat;

}

