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

.editable_block ul{
  margin: 0 0 1em 1.5em;
}

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

#wrapper{
  background-color: #fff;
  padding: 1em 2em 2em 2em;
  width: 70em;
  margin: 0 auto;
  border: 3px solid #f6f6f6;
  background-image: url(../images/background_wrapper.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
} 

#header #header_text{
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 80px;
  width: 800px;
  padding: 0;
  margin: 0;
}

#header #tag_line{
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 53px;
  width: 800px;
  padding: 0;
  margin: 0 0 0 200px;
}

#login_section{
/*  float: right;*/
  margin-right: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 5;
} 

    
#main_menu{
  background-color: #eed1d0;
  background-image: url(../images/menu_gradient.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  margin: 0px auto 0 auto;
  text-align: center;
  color: #858484;
}     

#main_menu p{
  padding: 7px 0 0 0 ;
  text-align: right;
}

#main_menu a{
  color: #858484;
  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: 10px auto 0 auto;
  text-indent: -9000px;
  clear: both;
  background-repeat: no-repeat;
  padding: 0;
}

h4{
  font-size: 130%;
}

h5{
  font-size: 120%;
}

#home_page{
  text-align: justify;
}                    

#home_page #gallery_with_appointments{
  float: left;
  width: 40%;
  margin-top: 0px;
}

#home_page #home_picture{
  width: 365px;
  height: 496px;
}

#home_page #gallery_with_appointments #appointments{
  clear: left;
  background-color: #eee;
  margin-top: 30px;
  padding: 1em;
  -moz-box-shadow: 1px 2px 3px #666;
  -webkit-box-shadow: 1px 2px 3px #666;
  -moz-border-radius: 10px ;
  -webkit-border-radius: 10px;
}

#home_page #appointments h3{
  padding-top: 0px;
  margin-top: 0;
}

#home_page #home_picture img{
}

#home_page #header_with_details{
  float: right;
  width: 57%;
  margin-top: 20px;
}

#home_page #welcome_header{
  margin: 0;
}
#home_page #product_promotions{
  clear: both;
}

#home_page .promotion{
  padding: 0 1%;
  width: 48%;
  height: 200px;
}          

#home_page .column_a{
  float: left;
  clear: left;
}          

#home_page .column_b{
  float: right;
  clear: right;
}          

#home_page .promotion h3{
/*  float: left;*/
  margin: 0 0 10px 0;
}

#home_page .promotion_image{
  float: left;
  width: 100px;
}

#home_page .promotion_image img{ 
  width: 100%;
}
                  
#home_page .promotion_summary{
  margin-left: 10px;
  float: left;
  width: 50%;
}

#footer{
  clear: block;
  text-align: center;
  font-size: 80%;
  margin-top: 2em;
}

#products_header{
  margin-left: 0;
}

/*.category{
  clear: both;
  margin-top: 2em;
}

.product_item{
  list-style-type: none;
  clear: both;
  border-top: 5px solid #999;
  margin-top: 2em;
}            

.product_item p{
  margin-top: 0;
}

.product_item h5{
  margin-bottom: 5px;
}

.product_image{
  float: left;
  width: 200px;
  
}

.product_image .image_for_slideshow{
  margin: 0 auto;
  border-width: 0;
}

.product_details{
  float: left;
  margin-left: 50px;
  margin-right: 50px;
}

.product_details p{
  margin-top: 0;
}

.product_details .add_to_cart{
  margin: 10px 0;
}    

.product_details .options_wrapper table{
  border-collapse:  collapse;
  margin: 0;
  padding: 0;
} 

.product_details .option_wrapper{
  clear: both;
  width: 150px;
  margin-left: auto;
  margin-right: auto;  
} 

.product_details form, #catalog .not_available_message{
  height: 8em;
  position: relative;
}

.product_details .color_wrapper{
  height: 1.5em;
} 

.product_details select{
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 0; 
}

.editable_block p{
  margin: 0 0 10px 0;
}

.editable_block h4{
  margin: 0 0 10px 0;
}
*/
.services {
  width: 75%;
  margin: 0 auto;
}

.services  .service{
  clear: both;
  padding: 20px 0;
}
