  body{
   margin: 0;
   padding: 0;
   background: url(img/tlo.jpg) center center no-repeat;
   background-color: #1F0000;
   font-family: Tahoma;
   color: #ffffff;
  }
  
  img{
   border: 0px;
  }
  
  .container{
   width: 960px;
   height: 600px;
   margin: 0 auto;
   padding: 0px;
   overflow: hidden;  
   z-index: 1;
  }
  
  .over{
   display: none;
   position: absolute;
   z-index: 2;
   cursor: pointer;
  }
  
  .preover{
   display: block;
   position: absolute;
   z-index: 2;
  }  
  
  .main{
   position: absolute; 
   z-index:1;
  }
  
  .middle{
   display: block;
   position: absolute;
   z-index: 2;
   width: 694px;
   height: 427px;
   background: url(img/content.png) no-repeat;
   margin-top: 160px; 
   margin-left: 258px
  }
  
  .content{
   width: 425px;
   height: 325px;
   display: inline-block;
   float: right;
   margin-top: 30px;
   margin-right: 30px;
   overflow-x: hidden;
   overflow-y: auto;
   color: #1e0302;
   font-size: 11px;
  }
  
  .content p{
   margin-top: 0px;
   padding-top: 0px;
  }
  
  .menu{
   width: 160px;
   height: 325px;
   display: inline-block;
   float: left;
   margin-top: 30px;
   margin-left: 30px;
   overfolow-y: scroll;   
  }
  
  .menu a{
   display: block;
   font-size: 12px;
   border-bottom: 1px solid #aaaaaa;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 10px;
   width: 160px;
   font-family: tahoma;
   color: #4c0000;
   text-decoration: none;
  }
  
  .menu a:hover{
   color: #7C452D;
  }
  
  .cat_title{
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 40px;
   height: 0px;
   font-size: 14px;
   color: #4c0000;
  }
  
  .newsletter{
   display: block;
   position: absolute;
   z-index: 2;
   width: 210px;
   height: 190px;
   background: url(img/newsletter.png) no-repeat;
   margin-top: 390px; 
   margin-left: 20px
  }
  
  .newsletter p{
   font-weight: bold; 
   font-size: 12px; 
   color: #2d0000;
   margin-top: 20px;
   margin-left: 20px;
   margin-bottom: 4px;
   padding: 0px;
  }
  
  .newsletter table{
   width:190px;
   padding: 0px;
   margin-left: 20px;
   margin-top: 0px;
   color: #2d0000;
   font-size: 11px;
  }
  
  .newsletter table td{
   padding: 0px;
  }
  
  .inp{
   border: 0px;
   background: url(img/input.png) no-repeat;
   width: 110px;
   height: 18px;
   padding-left: 2px;
   line-height: 18px;
   font-size: 11px;
   color: #2d0000;
  }
  
  .order{
   display: block;
   margin: 0 auto;
   margin-top: -4px;
  }
  
/* administration zone */
  .ad_t{
   margin-top: 5px; 
   width: 370px;
   font-size: 12px;
  }
   
  .ad_t img{
   border: 0px;
   margin: 0px;
  }
   
  .ad_t td{
   border-bottom: 1px solid #cecece;
   padding: 2px;
  }
   
  .otr:hover{
   background: #eeeeee;
  }
