* {
  margin: 0;
  padding: 0;
  /*border: 0;*/
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

img,a{
  border: 0;
}

/* FULL PAGE */
html{
  height: 100%;
  overflow: hidden;
}

body {
  /*background-color: white;*/
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  overflow: hidden;
}

.bgcolor{
  background-color: #FADDD3;
}

.container{
  width: 100%;
  height: 100%;
  overflow: auto; 
}

.center{
  background-color: white;
  height: 100%;
  width: 961px;
  margin: 0px auto;
}

.topcontainer{
  background-color: white;
  position: absolute;
  top: 0px;
  width: 961px;
  
}

.main{
  background-color: white;
}

.filler{
  height: 157px;
}

/* LOGIN BAR */

.footer{
  clear: both;
  width:100%;
  height: 1.5em;
  text-align: left;
  margin-top: 0.5em;
}

.footer form{
  float: right;
  text-align: right;
}

.footer input{
  width: 5em;
  border: 0;
  border-left: 1px solid;
  text-decoration:none;
  height: 1.2em;
  padding: 0px;
  margin: 0px;
}

/* BANNER */

.topmenu{
  width: 100%;
  height: 128px;
}

/* width increase 782->960=178 */
.banner{
  float:left;
  width: 880px;
  height: 125px;
}

.cat_menu{
  float:left;
  width: 27px;
  height: 128px;
}

/* ROOT MENU */

.rootmenu{
  width:100%;
  height: 2em;
  margin-bottom: 4px;
}

.rootmenu ul{
    list-style: none;
    list-style-image: none;
}
.rootmenu li{
    margin: 0;
    display: inline;
}

.rootmenu .text{
  padding: 3px 3px;
  font-family: Arial, Helvetica, sans-serif;
}

.rootmenu a{
  font-size: 1.1em;
  margin: 0px 6px 0px 3px;
  text-transform: uppercase;
}

/* LIST MENU */
.menu{
  min-height: 640px;
}

.listmenu{
  float:left;
  width: 21%;
  min-height: 640px;
/*  height: 100%;*/
  border: 1px solid;
  line-height: 250%;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.listmenu .text{
  padding: 15px;
}

.listmenu a{
  font-size: 1.1em;
}

.listmenu img{
  margin: 2em 1em;
}

.menu .subitem{
  width: 78.5%;
  float:left;
  margin: 0;
}
/*THUMBS MENU */

.thumbsmenu{
  float:left;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbsmenu .thumbcontainer{
  /*position: relative;
  top: 0px;
  left: 0px;*/
  width: 100%;
  height: 136px;
  overflow: hidden;
}

.thumbsmenu .thumbs{
  /*position: relative;
  top: 0px;
  left: 0px;*/
  width: 4000px;
  margin-left: 4px;
  height: 136px;
  overflow: hidden;
  border: 0;
  display: none;
}

* html .thumbsmenu .thumbs{
  position: static;
}

* html .thumbsmenu .thumbcontainer{
  position: static;
}

.thumbs img{
  float: left;
  margin: 0px 2px;
  padding: 0px;
}

.thumbsmenu .text{
  float: left;
  width: 22%;
  height: 504px;
  padding: 2%;
}

.thumbsmenu .item{
  height: 504px;
  overflow: auto;
}

/* POST MENU */

.posts .left{
  width : 479px;
  float: left;
  border-left: 1px solid #E75D2F;
  border-right: 1px solid #E75D2F;
  background-color: white;
  overflow: hidden;
}

.posts .right{
  width : 479px;
  float: left;
  border-right: 1px solid #E75D2F;
  background-color: white;
  overflow: hidden;
}

.post{
  margin: 10px 10px;
}

.post .img{
  margin: 5px;
}

.post input, textarea{
  border: 1px solid #E75D2F;
}

.post input[type="radio"],.post input[type="checkbox"]{
  border: 0;
}

.post .priceList{
  padding-top: 5px;
  clear: both;
  font-size: 10px;
  text-align: center;
}

.post .priceList table{
  margin: 5px auto;
  background-color: #FFFFFF;
  text-align: left;
  width: 95%;
}

.post .priceList th{
  text-align: left;
  font-size: 10px;
  border-bottom: 1px solid;
}

.post .priceList td{
  font-size: 10px;
  border-bottom: 1px solid;
}

/* PRICEMENU */

.priceMenu{
  margin: 5px auto;
  width: 95%;
}
.priceMenu table{
  background-color: #FFFFFF;
  text-align: left;
  width: 100%;
}

.priceMenu th{
  font-weight: bold;
  text-align: left;
  font-size: 11px;
  border-bottom: 1px solid;
}

.priceMenu td, .priceMenu a{
  font-size: 11px;
  line-height: 150%;
}




/* GENERAL */

.button{
  color: #E75D2F;
  text-decoration:none;
  border: 1px solid;
  padding: 1px 2px;
  background-color: #FFFFFF;
}

.button:hover{
  background-color: #E75D2F;
  color: #FFFFFF;
}

.cright{
  float:right;
  clear: left;
}

.right{
  float:right;
}

.hor{
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #E75D2F;
  color: #E75D2F;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

hr{
  width: 100%;
  height: 1px;
  background-color: #E75D2F;
  color: #E75D2F;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.bottom, .editlink{
  clear: both;
}

.h_check{
  display: none;
}

table{ 
  empty-cells: show;
  border-color: #E75D2F;
  border-style: solid;
  border-width: 0px;
  border-spacing: 0px;
}

td,th{
  border-color: #E75D2F;
  border-style: solid;
  border-width: 0px;
  /*border-spacing: 0px;*/
  padding: 0em 0.5em;
}

h1{
  font-size: 14px;
  font-weight: bold;
  margin: 0px 10px 10px 0px;
}

b, strong, .bold{
  font-weight: bold;
}

em, i{  
  font-style: italic;
}

u{
  text-decoration: underline;
}

strike{
  text-decoration: line-through;
}

blockquote{
  margin-left: 1em;
}

ul{ 
  list-style: circle inside none;
  list-style-image:url(http://www.ayersrock.nl/userfiles/image/bp.gif);
}

ol{
  list-style: decimal inside none;
}

li{
  margin: 5px 10px;
}

#overflow{
  overflow: auto;
  background-color: white;
  
}

#overflow td{
  border: 1px dotted black;
}

