@CHARSET "UTF-8";

* {

  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica;

}

body {

  background: #030002 url('/files/images/bg.main.png') repeat-x 0 0;
    
   
    
}


OL,UL {
  
  list-style: none;
    
}

A {

  text-decoration: none;
    
}

#bg_left {

  position: absolute;
  display: none;
  background-image:url('/files/images/bg.left.jpg');
  background-repeat: no-repeat;
  left: 0px;
  top: 0px;
  z-index:1;
  width: 207px;
  height: 271px;
}

#bg_right {
  display: none;
  position: absolute;
  background-image:url('/files/images/bg.right.jpg');
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
  z-index:1;
  width: 278px;
  height: 328px;
}

#logo {
  display: none;
  position: absolute;
  background-image:url('/files/images/logo.png');
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -113px;
  top: 0px;
  z-index: 2;
  width: 225px;
  height: 105px;
}

#lang_select {

  position: absolute;
  left: 30px;
  top: 43px;  
}

#lang_select A SPAN {
  font-size: 13px;
  font-weight: bold;
  color: #a99363;
  text-decoration: underline;   
} 

#footer {
  display: block;
  position: fixed;
  background-image:url('/files/images/poyta.png');
  background-repeat: no-repeat;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  width: 556px;
  height: 200px;  
}

#book {

  display: block;
  position: absolute;
  background-image:url('/files/images/lista.jpg');
  background-repeat: no-repeat;
  left: 50%;
  margin-left: -350px;
  top: 120px;
  z-index: 3;
  width: 700px;
  height: 550px;
}

/* LEFT PAGE */

#book DIV#page_left {

  position: absolute;
  left: 30px;
  top: 80px;  
  
}

#book DIV#page_left #main_navigation {

  list-style: none;

}

#book DIV#page_left #main_navigation LI {

  padding: 5px 0px 5px 0px;

}

#book DIV#page_left #main_navigation LI A SPAN {

  font-size: 18px;
  font-weight: bold;
  color: #756643;
}

#book DIV#page_left #main_navigation LI UL {

  padding: 5px 0px 0px 14px;
  margin: 0px;
}

#book DIV#page_left #main_navigation LI UL LI {

  padding: 3px 0px 3px 0px;
  border-bottom: 1px dashed #ecdec3;
}

#book DIV#page_left #main_navigation LI UL LI A SPAN {

  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #a69785;
}

/* RIGHT PAGE */

#book DIV#page_right {
  position: absolute;
  left: 370px;
  top: 67px;

}

#book DIV#page_content {
  font-size: 13px;
  overflow: auto;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  width: 326px;
  height: 345px;  
}

#book DIV#page_content H1 {

  font-size: 20px;
  font-weight: bold;
  padding: 5px 0px 7px 0px;  
}

#book DIV#page_content H2 {

  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px 7px 0px;
}

#book DIV#page_content P {

  line-height: 14px;
  padding-bottom: 8px; 
  font-size: 13px;
  font-weight: normal;
}

#book DIV#page_content .food_list_header {

  text-align: center; 
  padding: 0px 0px 10px 0px;
  
}

#book DIV#page_content .food_list_header SPAN {

  font-size: 18px;
  font-weight: bold;
  color: #766032;

}

#book DIV#page_content .food_item {

  padding: 5px 5px 5px 0px;
  border-bottom: 1px dashed #cabb90;
  margin-top: 5px;

}

#book DIV#page_content .food_item SPAN {

  font-size: 12px;
  color: #ab9b75;
  font-weight: bold;
}

#book DIV#page_content .food_item H2 {

  font-size: 14px;
  font-weight: bold;
  color: #766032;
}
