  * {
  padding: 0;
  margin: 0;
/* font: normal normal 10px "Arial", "Myriad", "Myriad Pro", sans-serif; */
  font: normal normal 10px sans-serif, Arial, Myriad, Helvetica;
  color: #000;
  outline:0;
  }
  h1 {
  font-size: 200%;
  padding: 30px 10px 10px 0;
  }  
  h2 {
  font-size: 160%;
  font-weight: bold;
  padding: 10px 0px 7px 0;
  }    
  h3 {
  font-size: 130%;
  font-weight: bold;
  padding: 7px 0 5px 0;
  }
  #main {
  position: relative;
  width: 1000px;
  padding-top: 150px;
  margin: 0 auto;
  background: rgb(204,176,87) url(../images/page-background.png) repeat-y;
  }
  
  #head {
  position: absolute;
  width: 1000px;
  height: 150px;
  left: 0;
  top: 0;
  background: rgb(192,192,192) url(../images/header-background2.jpg) repeat left top;  
  }
    #head ul {
    position: absolute;
    display: block;
    width: 1000px;
    left: 0;
    top: 134px;
    background-color: rgb(256,256,256);
    
    }
    #head ul li {
    float: left;
    list-style-type: none;
    }
    #head ul li a {
    text-decoration: none;
    display: block;
    line-height: 16px;
    padding: 0 16px;
    font-size: 110%;
    }
    #head ul li a:hover {
    background-color: gray;
    }
    #head h2 {
    text-indent: -2000px;
    }
    #head #search {
    position: absolute;
    left: 105px;
    top: 100px;
    width: 400px;
    }
    #head #search input {
    border: 1px rgb(111,111,111) solid;
    margin-right: 8px;
    background-color: #ffffff;
    }
    #head #search_btn {
    background-color: #eee;
    }

    
  #content {
  width: 840px;
  float: right;
  margin: 5px 0 15px 0;
  }
    #insider {
    padding: 5px 25px 25px 25px;
    }
    #content p {
    margin: 20px 0;
    line-height: 150%;
    }
    #content b, #content strong {
    font-weight: bold;
    } 
    #content ul,#content ol {
    list-style-position: inside;
    margin: 7px 0;
    }
    #content ul li, #content ol li {
    margin: 5px 0;
    line-height: 150%;
    }
    #content li, #content li a, #content p, #content strong, #content b, #content i, #content a, #content strike {
    font-size: 12px;
    } 
    #content a img {
    border: 1px rgb(212,184,95) solid;
    border-right-width: 7px;
    border-bottom-width: 7px;    
    }
    #content a:hover img {
    border-color: rgb(152,111,39);
    border-right-width: 7px;
    border-bottom-width: 7px;
    }    
        
    #content img {
    margin-bottom: 20px;
    }
    #content p img {
    margin-bottom: 0;
    }
    #content li a:hover {
    text-decoration: none;
    }
    #content a:hover {
    text-decoration: none;
    }
    .breadcrumbs {
    background-color: rgb(212,184,95);
    padding: 1px;
    }
      .breadcrumbs a {
      display: inline !important;
      padding: 0;
      margin: 0;
      font-size: 10px !important; 
      }
      .breadcrumbs a:hover {
      text-decoration: none;
      }    
  
  #planes {
  width: 157px;
  }
    #planes a {
    display: block;
    padding: 3px 3px;
    text-decoration: none;
    border-bottom: 1px rgb(212,184,95) solid;
    }
    #planes a:hover, #planes .active {
    background-color: rgb(152,111,39);
    }
    #planes select {
    width: 157px;
    border: 1px solid silver;
    outline: 0;
    }
    #planes form input {
    width: 157px;
    background: rgb(212,184,95) url(../images/btn-background.jpg) repeat-x left top;
    font-size: 120%;
    height: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    }
    #planes form .btn_active, #planes form input.btn_active:hover {
    background: rgb(152,111,39) url(../images/btn-background-active.jpg) repeat-x left top;
    }
    #planes h3 {
    font-weight: bold;
    font-size: 105%;
    border-bottom: 2px solid #fff;
    margin: 0 0;
    text-align: center;
    }
  #sidebar {
  display: none;
  visibility: hidden;
  }
  #footer {
  clear: both;
  width: 1000px;
  background-color: silver;
  margin-bottom: 40px;
  }
    #footer p {
    padding: 10px 5px;
    }
    #footer p a:hover {
    text-decoration: none;
    
    }



/* MENU except IE */


#head li li { 
   width: 200px;
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;    
}

#head ul li ul { 
   position: absolute;
   margin-top: 16px; 
   top: 0px;
   width: 200px;
   left: auto;
   display: none;
}

#head ul li ul ul { 
   position: absolute;
   margin-top: 3px;
   display: none;
}

#head ul li:hover ul ul { 
   position: absolute;
   top: 0px;
   left: 200px;
   display: none;
}

/*
#head li a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #006699;
   border-right: 1px solid #C0C0C0;
}

*/

#head li li a { 
   border: 1px solid #C0C0C0;
}	
#head li, #head li.menuparent { 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#head li.menuactive { 
   background-color: #C7C7C7; 
}

/* Styling the apperance of menu items on hover */

#head li:hover, 
#head li.menuh, 
#head li.menuparenth, 
#head li.menuactiveh { 
   background-color: #E7AB0B; 
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#head li:hover ul ul, 
#head li.menuparenth ul, 
#head li.menuparenth ul ul 
#head li:hover ul ul ul, 
#head li.menuparenth ul ul ul,
{ 
   display: none; 
}


#head li:hover ul, 
#head ul li:hover ul, 
#head ul ul li:hover ul, 
#head li.menuparenth ul, 
#head ul li.menuparenth ul, 
#head ul ul li.menuparenth ul,
#head ul ul ul li:hover ul, 
#head ul ul ul li.menuparenth ul
{ 
   display: block; 
}


/* IE Hacks */
#head li li { 
   float: left; 
   clear: both; 
}
#head li li a { 
   height: 1%; 
}

#head dfn {
   display: none; 
}


/* GUESTBOOK */

    .cms-guestbook {
    width: 500px;
    }
    #guestbookmodulesubmit {
    width: 157px;
    background: rgb(212,184,95) url(../images/btn-background.jpg) repeat-x left top;
    font-size: 120%;
    height: 30px;
    border: 1px solid gray;
    margin-bottom: 15px;
    }
    .cms-guestbook-pagination_header {
    background-color: rgb(212,184,95);
    padding: 1px;
    margin-bottom: 15px;
    }
    .cms-guestbook-entry-posted, .cms-guestbook-entry-location, .cms-guestbook-entry-country {
    padding: 1px;
    font-size: 12px
    }
    .cms-guestbook-entry-sendername {
    font-weight: bold;
    font-size: 12px;
    }
    .cms-guestbook-entry-text {
    padding: 5px;
    background-color: rgb(255,255,204);
    font-size: 12px;
    }
    .cms-guestbook-entry {
    border: 1px solid gray;
    margin-bottom: 20px;
    font-size: 12px;
    }
    .cms-guestbook-entry-header {
    border-bottom: 1px solid gray;
    background-color: rgb(212,184,95);
    padding: 5px;
    font-size: 12px;
    }
    .cms-guestbook-div-insert * {
    font-size: 12px;
    }
    .cms-guestbook-div-insert input.cms-guestbook-buttons {
    padding: 5px 15px;
    background: rgb(212,184,95) url(../images/btn-background.jpg) repeat-x left top;

    border: 1px solid gray;
    margin-bottom: 15px;    
    }

iframe {
display: none ! important;
}
