*{
  maring: 0;
  padding: 0;
}

body{
  background: #679967 url(../images/bkg_body.png) repeat-x;
  font-family: Verdana, sans-serif;
}

#main_container{
  width: 876px;
  height: 300px;
  margin: 0 auto;
}

  #header{
    width: 860px;
    height: 138px;
    position: relative;
  }
  
    #logo{
      position: absolute;
      top: 37px;
      left: 10px;
      width: 197px;
      height: 63px;
      background: url(../images/logo.png) no-repeat;
    }
    
    #flags{
      position: absolute;
      top: 78px;
      right: 0;
      width: 197px;
      height: 30px;
      text-align: right;
    }
    
    #partners{
      position: absolute;
      top: 0;
      right: 0;
      width: 86px;
      height: 73px;
      background: url(../images/partners.jpg) no-repeat;
    }
    
    #special-offer{
      position: absolute;
      top: 50px;
      left: 230px;
      width: 490px;
      height: 50px;
    }
    
      #special-offer a{
        font-size: 18pt;
        font-weight: bold;
        text-decoration: none;
        color: #333; 
      }
    
    #flags img{
      border: none;
    }
    
  #menu{
    width: 100%;
    height: 218px;
  } 
  
    .block{
      width: 204px;
      height: 218px;
      float: left;
      margin-right: 17px;
    }
    
      .block h2{
        font-size: 11pt;
        color: #336633;
        text-transform: uppercase;
        margin: 17px 0 0 22px;
      }
      
      .block ul{
        list-style-type: none;
        margin: 33px auto 0;
        display: block;
        padding: 0;
        width: 186px;
      }
      
        .block ul li{
          display: block;
          height: 22px;
        }
        
          .block ul li a{
            display: block;
            width: 169px;
            height: 100%;
            line-height: 22px;
            color: #4e4e4e;
            text-decoration: none;
            
            font-size: 9pt;
            padding-left: 17px;
            text-transform: lowercase;
          }
          
          .block ul li.active a{
            background: url(../images/a_hover.png);
          } 
          
            .block ul li a:hover{
              background: url(../images/a_hover.png);
            }
    
      .left{
        margin-left: 0px;
      }
      
      .right{
        margin-right: 0;
      }
    
    .home{
      background: url(../images/item_1.png) no-repeat;
    }
    
    .services{
      background: url(../images/item_2.png) no-repeat;
    }
    .transport{
      background: url(../images/item_3.png) no-repeat;
    }
    .other{
      background: url(../images/item_4.png) no-repeat;
    }
      
.clear{
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
} 

#content{
  widht: 867px;
  background: url(../images/bkg_content.png) no-repeat;
  padding-bottom: 10px;
}

  #content h1,#content h2{
    font-size: 13pt;
    color: #666;
    text-transform: uppercase;
    margin: 10px 0 10px 20px;
  }
  
  #content p, #content ul, #content div.form{
    color: #666;
    font-size: 9pt;
    margin: 0 10px 20px 20px;
    width: 90%;
  }
  
  #content ul{
    margin-left: 60px; 
  }
  
  #content ul li{
    margin-bottom: 7px;
  }

  #content_header{
    width: 867px;
    height: 68px;
    background: url(../images/content_header.png) no-repeat;
    margin-top: 42px;
  }
  
  #content_footer{
    width: 867px;
    height: 4px;
    font-size: 0;
    background: url(../images/content_footer.png) no-repeat; 
  }
  
  p img.certif{
    margin-right: 8px;
  }
  
  form, fieldset{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 9pt;
    color: #666;
  }
  
  fieldset span{
    display: block;
    clear: both;
    font-size: 8pt;
  }
  
  fieldset input, fieldset textarea{
    border: solid 1px #666;
    font-family: Verdana, sans-serif;
    overflow: auto;
    font-size: 9pt;
  }  
  
  #submit{
    cursor: pointer;
  }
  
.bold{
  font-weight: bold;
}

.description{
  width: 30%;
  text-align: right;
  vertical-align: top;
}

.gallery_name{
  width: 10%;
  text-align: right;
  vertical-align: top;
  _padding-right: 20px;
}

.delimiter{
  height: 10px;
}

.order{
  width: 20%;
  font-weight: bold;
  vertical-align: top;
}

  .order_table input, .order_table textarea{
    width: 400px;
    font-size: 9pt;
    padding: 2px;
    overflow: auto;
  }
  
  .order_table input#submit{
    width: 150px;
  }
  
  table{
    color: #666666;
    font-size: 9pt;
    margin: 10px 10px 10px 20px;
  }
  
    table th{
      font-weight: bold;
      background: #ddd;
      padding: 7px;
      text-align: left;
    } 
    
    table.centered th{
      text-align: center;
    } 
  
    table td{
      padding: 4px;
      border: 1px solid #ddd;
    }
    
    table.centered td{
      text-align: center;
    } 
    table td.align-right{
      text-align: right;
    } 
    
    table tr.gray td{
      background: #eee;
    } 
  a#special_offer{
    color: #ab201a;
    font-size: 24pt;
  }
  
