body {
  font-family: "Century Gothic", "MS Trebuchet", sans-serif;
  font-size: small;
  background: #fff url(../images/background.png) repeat-x;
  padding: 2em;
  margin: 0;
} 

h4{
  background-color: #281710;
  padding: 0.25em 0.5em;
  color: #fff;
  font-weight: bold;
}                      

ul{
  margin-left: 1.5em;
} 

li{
  list-style-image: url(../images/stone_bullet.png);
}                                                   

#wrapper{
  background-color: #fff;
  padding: 0em;
  width: 70em;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
} 

#header{
  padding: 2em 1em 1em 1em;
  background-color: #281710;
  margin: 0 2px;
}         

#header #header_text{
  margin-top: 3em;
  margin-bottom: 0;
}

#header #tag_line{
  margin-top: 0em;
  margin-left: 15em;
  margin-bottom: 1em;
}

#content{
  clear: both;
}     

.page{
  padding-bottom: 3em;
}

#main_menu{
  background: #def0e4;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  font-size: 90%;
  border: 2px solid #adb7af;
  border-left: 2px solid #adb7af;
  border-right: 2px solid #adb7af;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

}     

#main_menu p{
  padding: 0.75em 0 0.75em 0;
  color: #281710;
  font-weight: bold;
}

#main_menu a{
  color: #281710;
  text-decoration: none;
  padding: 0 20px;
} 

#main_menu a:hover{
  text-decoration: underline;
}


/* headers */
h3.dynamic_header{
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0 auto;
}

#footer{
  font-size: 80%;
  background: #b1c8bc url(../images/footer_gradient.png) repeat-x;
  color: #4c494c;
  padding: 2em 0;
}

#footer a{
  color: #4c494c;
}

#login_section{
  margin-right: 1em;
  position: absolute; 
  right: 0;
  z-index: 5;
  color: #fff;
}

#admin_link{
  margin-left: 1em;
  color: #fff;
}

#block_image_header{
  margin-top: 3em;
}

#block_logo{
  margin-top: 3em;
}

.gallery_and_services #services, #gallery_with_shop_links_and_services #service{
  border-top: 0.7em solid #b1c8bc;
}                              

.gallery_with_services_and_special_offer #intro{
  border-bottom: 0.7em solid #b1c8bc;  
}
                                 
.gallery_with_services_and_special_offer .special_offer_details{
  background: #eef5f2 ;
  padding: 0.5em 1em;
  min-height: 10em;
}

.gallery_with_services_and_special_offer {
}