html,body,div,span,img,table,tr,td,form,input,textarea,h1,h2,h3,h4,h5,h6,hr,ul,li{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

html,body{
  width: 100%;
  height: 100%;
  background: #b5e2f7;
  color: #400000;
  font-size: 10pt;
  font-family: Tahoma, Geneva, Kalimati, sans-serif;
}

div,span,img,table,tr,td,form,input,h1,h2,h3,h4,h5,h6,hr{
  position: relative;
}  

ul,li{
  list-style: none;
}

::-moz-selection{
  background: #b5e2f7;
  color: #6c4524;
} 

a{
  color: #fff;
  text-decoration: underline;
}

a:hover{
  color: #b5e2f7;
}  

a::-moz-selection{
  background: #b5e2f7;
  color: #826500;
} 



/*Layout and Title*/
  .main_body{
    width: 700px;
    margin: 0px auto 0px;
  }
  
  .title_bar{
    width: 700px;
    height: 106px;
    background: #fff;
    text-align: center;
    padding: 9px 0px;
  }
  
  .title_bar img{
    width: 133px;
    height: 106px;
  }
  
  .banner{
    width: 700px;
  }
  
  .banner_index{
    height: 275px;
  }
  
  .banner_menu{
    height: 179px;
  }
  
  .banner_contact{
    height: 275px;
  }
  
  .banner_location{
    height: 179px;
  }
  
  
  
/*Menu*/
  .page_menu{
    width: 700px;
    height: 30px;
    background: #6c4524;
    padding: 0px;
  }
  
  .page_menu .item{
    width: 106px;
    height: 30px;
    display: block;
    float: left;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
    text-align: center;
  }
  
  .page_menu .item:hover{
    background: #452c16;
    cursor: pointer;
  }
  
  .page_menu .item_big{
    width: 138px;
  }
  
  

/*Page Content*/
  .page_content{
    width: 700px;
    overflow: hidden;
    background: #6c4524;
    color: #fff;
  }
  
  .page_content h1{
    clear: both;
    color: #ffcc00;
    font-size: 16pt;
    font-weight: bold;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    text-decoration: underline;
    text-align: center;
    margin: 0px 0px 10px;
  }
  
  .page_content h2{
    color: #ffcc00;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px 0px 10px;
  }
  
  .page_bottom{
    width: 700px;
    height: 15px;
    color: #E9D0BD;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    background: #452c16;
  }
  
  .page_bottom .tribaldawn{
    margin: 0px 15px 0px 0px;
  }
  
  .quote{
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    font-style: italic;
  }
  
  .quote .attrib{
    font-weight: bold;
    text-align: right;
    padding: 10px 15px 0px 0px;
  }
  
  
  
/*Left Bar*/
  .left_bar{
    width: 145px;
    float: left;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    margin: 25px 30px 0px;
  }
  
  .left_bar hr{
    width: 135px;
    height: 0px;
    border: 2px #fff dotted;
    border-width: 2px 0px 0px;
    margin: 25px auto;
  }
  
  
  
/*Main Content*/
  .main_content{
    width: 465px;
    float: left;
    margin: 25px 0px 0px;
  }
  
  
  
/*Reservations*/
  .reservations{
    width: 640px;
    float: left;
    clear: both;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    font-size: 8pt;
    text-align: right;
    margin: 0px 30px 10px;
  }
  
  .reservations hr{
    width: 400px;
    height: 2px;
    background: #b5e2f7;
    margin: 25px 0px 15px 240px;
  }
  
  .reservations .phone{
    color: #b5e2f7;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 16pt;
    font-weight: bold;
  }
  
  
  
 /*Index content*/
  .home_right{
    width: 255px;
    float: left;
    overflow: hidden;
    background: url('../images/vert_dots.jpg') no-repeat bottom left;
    margin: 25px 30px 25px 0px;
  }
  
  .pais{
    width: 210px;
    height: 245px;
    margin: 0px 0px 0px 45px;
  }
  
  .pais_link{
    width: 210px;
    display: block;
    color: #ffcc00;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    font-style: italic;
    text-decoration: none;
    text-align: center;
    margin: 0px 0px 0px 45px;
  }
  
  .home_left{
    width: 340px;
    float: left;
    overflow: hidden;
    margin: 25px 45px 0px 30px;
  }
  
  .news_item{
    width: 340px;
    overflow: hidden;
    margin: 0px 0px 25px;
  }
  
  .news_item h2{
    margin: 0px;
  }
  
  .news_left{
    width: 130px;
    float: left;
    text-align: right;
    margin: 0px 20px 0px 0px;
  }
  
  .news_right{
    width: 190px;
    float: left;
  }
  
  .address{
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
  }
  
  .index_quote{
    width: 400px;
    clear: both;
    text-align: justify;
    margin: 0px auto;
  }

 
 
 
 /*Menu content*/
  .main_content .column{
    width: 220px;
    float: left;
  }
  
  .main_content .column_left{
    margin: 0px 25px 0px 0px;
  }
  
  .column ul, .column li{
    text-align: center;
    margin: 10px 0px;
  }
  
  .column li{
    margin: 10px 0px 25px;
  }
  
  .column h2{
    text-align: center;
  }
  
  .column_right{
    clear: right;
  }
  
  .column .description, .menu_intro{
    font-size: 8pt;
    font-style: italic;
    margin: 0px 0px 5px;
  }
  
  .menu_intro{
    font-size: 12pt;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px 25px;
  }
  
  
  
/*Contact content*/
  .contact_form{
    width: 465px;
    display: block;
    margin: 25px 0px 0px;
  }
  
  .form_line{
    width: 465px;
    overflow: hidden;
  }
  
  .form_area{
    height: 40px;
    float: left;
  }
  
  .form_title{
    width: 180px;
    color: #ffcc00;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    line-height: 40px;
  }
  
  .form_field{
    width: 285px;
  }
  
  .text_input{
    width: 261px;
    height: 27px;
    background: #b18c83;
    color: #1d262b;
    font-size: 12pt;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    font-weight: bold;
    margin: 4px 0px 0px 10px;
    padding: 5px 5px 0px;
    border: 2px #94736c solid;
  }
  
  .textarea{
    width: 386px;
    height: 250px;
    margin: 15px 0px 15px 65px;
  }

  .submit{
    width: 100px;
    height: 45px;
    display: block;
    background: url('../images/button_bg.gif');
    color: #b1bec5;
    font-size: 10pt;
    font-family: Georgia, Times New Roman, Times, Nimbus Roman No9 L, serif;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    text-transform: lowerrcase;
    cursor: pointer;
    margin: 0px 0px 0px 360px;
  }
  
  .dropdown{
    text-align: center;
  }
  
  .dropdown select{
    width: 275px;
    height: 30px;
  }
  
  .dropdown option{
    height: 27px;
  }
  
  
  
 /*Location content*/
  .location_map{
    width: 425px;
    text-align: right;
    font-size: 8pt;
    margin: 0px 20px;
  }
  
  
  
/*Chefs content*/
  .chefs_list{
    width: 185px;
    float: left;
    margin: 0px 15px 0px 0px;
  }
  
  .chefs_list .quote{
    margin: 25px 0px 0px;
  }
    
  
  .chefs_bio{
    width: 265px;
    float: left;
    text-align: justify;
  }
  
  