@font-face {
  font-family: "Bebas";
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/bebas.eot");
}

@font-face {
  font-family: "Bebas";
  font-style:  normal;
  font-weight: normal;
  src: url("../fonts/bebas.ttf");
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: small;
  padding: 2em;
  margin: 0;
  background-color: #c1c1c1;
}

li{
  margin-left: 5px;
} 

h1, h2, h3, h4, h5, h6{
  font-family: "Bebas", "Helvetica Neue", "Helvetica", "Arial", sans-serif;  
  font-weight: normal;
  word-spacing: 0.25em;
}

h1{
  font-size: 250%;
}

h2{
  font-size: 200%;
}

h3{
  font-size: 175%;
}

h4{
  font-size: 150%;
  color: #e67817;
}

h5{
  font-size: 125%;
}

h6{
  font-size: 100%;
}

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

#header{
  padding-top: 3em;
}         

#header_extras{
} 

#block_image_header{
  display: none;
}              

#block_logo{
  display: none;
}

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

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

#content{
  clear: both;
}     

.page{
  padding-bottom: 3em;
}

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

#footer{
  font-size: 80%;
  color: #94938d;
  font-weight: normal;
  padding: 2em 0;
}

#footer a{
  color: #94938d;
}

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

#main_menu{
  font-family: "Bebas", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
  font-size: 110%;
}     

#main_menu p{
  color: #797773;
  padding: 0.75em 0 0.75em 0;
  text-transform: uppercase;
}

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

#main_menu .seperator{
  border-right: 1px solid #999;
}    

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

.header_extras_logo{
  float: left;
  width: 50%;
/*  background-color: #e67817;*/
}

.header_extras_gallery{
  float: right;
  width: 50%;
/*  background-color: #aaa;*/
}


.about_and_services{
  background-color: #fff;
}

.about_and_services #about{
  background-color: #f6f5f1;
} 

.about_and_services .about_details{
  color: #94938d;  
}

.about_and_services .about_shop{
  color: #dfc249;  
} 

.about_and_services #services{
}

.about_and_services .service_header{
  color: #beb48e;
}

.about_and_services .service_details{
  color: #87857f;
}

.about_and_services #about .about_details h1,
.about_and_services #about .about_details h2,
.about_and_services #about .about_details h3,
.about_and_services #about .about_details h4,
.about_and_services #about .about_details h5,
.about_and_services #about .about_details h6{
  color: #94938d;
}