/* CSS Document */

    * {
    padding:0;
    margin:0;
    border:0;
    font: normal normal 12px sans-serif;
    color: #262626;
    }
    body {
    background: #5E3F18 url('img/background2.png') repeat-y;
    background-position: center top;
    }
    #main {
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    background: #fff;
    border-left: 1px solid #936118;
    border-right: 1px solid #936118;
    margin-bottom: 20px;
    border-bottom: 1px solid #936118;
    }
    q {
    display: block;
    width: 390px;
    margin: 0 15px;
    line-height: 120%;
    font-style: italic;
    margin-bottom: 25px;
    text-align: justify;
    }

/* HEADER */
   
    #header {
    position: absolute;
    height: 185px;
    width: 800px;
    top: -185px;
    left: 0px;
    background: #fff url('img/header.jpg') no-repeat;
    }
      #header p {
      padding-top: 152px;
      margin-right: 20px;
      margin-left: 10px;      
      font-size: 90%;
      text-align: left;
      color: #aaa;
      }
      #header p a {
      font-size: 100%;
      color: #B07427;
      }
      #header p a:hover {
      text-decoration: none;
      }

/* MENU */
     
    #menu {
    width: 200px;
    background: #fff;
    }
      #menu ul {
      list-style: none;
      }
      #menu ul li {
      position: relative;
      background-color: #ffffff;
      }
      #menu ul li a {
      display: block;
      font: normal normal 1em sans-serif;
      border-bottom: 1px solid #B07427;
      border-right: 1px solid #B07427;
      padding: 12px 10px;
      text-decoration: none;
      }
        #menu a.sub {
        padding-left: 20px;        
        border-left: 10px solid #B07427;
        border-right: 1px solid #B07427;
        }
        #menu .first {
        border-top: 1px solid #B07427;
        }
        #menu a#active {
        background: #D2A76C;
        color: white;
        font-weight: bold;
        cursor: default;     
        }                
      #menu ul li a:hover { 
      background:  #D2A76C;
      }
      #menu ul li a:hover {
      color: white;
      background: #D2A76C;
      font-weight: bold; 
      }
      div#menu ul ul
      {display: none;}
      
      div#menu ul li:hover ul, li:hover ul.submenu {
      position: absolute;
      top: 5px;
      left: 200px;
      width: 100%;
      display: block;      
      }
      div#menu ul li a span {
      font-size: 90%;
      }
      div#menu ul li a:hover span {
      display: none;
      }
      #menu p {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 90%;
      text-align: center;
      line-height: 120%;
      }
      #menu p a {
      font-weight: normal;
      }
      
/* CONTENT */      
      
    #content {
    float: right;
    position: relative; 
    width: 595px;
    }
    #content_insider {
    padding: 0px 25px 25px 25px;
    }    
    h1 {
    font-size: 210%;
    font-weight: bold;
    margin-bottom: 20px;
    }
    h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 18px;
    }
    h3 {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 18px;
    }    
    strong {
    font-weight: bold;
    }
    i {
    font-style: italic;
    }
    #content p {
    line-height: 190%;
    position: relative;
    text-indent: 25px;   
    }
      p a, small a {
      font-weight: bold;
      color: #B07427 !important;
      line-height: 190%;
      }
      p a:hover {
      font-weight: bold;
      color: #9D5715;
      text-decoration: none;
      }
      p a:visited {
      font-weight: bold;
      color: #D2A76C;
      }
      p.homepagetext {
      margin-bottom: 25px;
      }
      p.homepagetext .lefted {
      float: left;
      margin-right: 20px;
      }
    #content table td {
    font-style: italic;
    }
    #content table {
    margin-bottom: 20px;
    }
    #content ul {
    list-style: lower-alpha inside url();
    margin-top: 20px;
    }
    #content ul li {
    line-height: 190%;
    padding-left: 20px;
    }
    #content .nonindent {
    line-height: 190%;
    position: relative;    
    text-indent: 0;
    }
    .price {
    border: 1px solid #D2A76C;
    }
      .price td {
      font-style: normal !important;
      padding: 8px 14px;
      
      }
      .price th {
      color: #fff;
      background: #D2A76C;
      padding: 10px 18px;
      font-weight: bold;
      }
      .price .odd {
      background: #FCEED5;
      }

/* FOOTER */
          
    #footer {
    clear: both;
    border-top: 1px solid #B07427;
    border-bottom: 1px solid #B07427;
    padding: 20px;
    text-align: center;
    font-size: 90%;
    }
      #footer a {
      font-size: 100%;  
      }
      #footer a:hover {
      text-decoration: none;
      } 
      #footer ul {

      }
      #footer ul li {
      display: inline;
      }
      #footer ul li h4 a {
      text-decoration: underline;
      display: inline;
      font-size: 90%; 
      } 
      #footer ul li h4 {
      display: inline;
      } 
      #footer p, #footer p a {
      font-size: 90%;
      }
    .cleaner {
  	clear: both;
  	height: 0 !important;
  	line-height: 0 !important;
  	width: 0 !important;
  	border: 0 !important;
  	font-size: 1px;
    }
    #identity {
    visibility: hidden;
    height: 185px;
    width: 800px;
    }
