/* Alsett clearing method ---------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}
/* Faq -----------------------*/
#standard_faq_title{
	font-size: 13px;
	font-weight:bold;
	border-bottom:3px solid #f8f0cf;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
}

#record_left a:link, #record_left a:visited{
	color:#B45340;
	font-family:Helvetica;
	text-decoration:underline;
}

/* Records -----------------------*/
#record_wrapper{
	/*padding:0 10px; removed after standardizing padding on site*/
}
#standard_main_col_item{
	width:460px;
	margin:0 5px 10px;
	float:left;
	text-align:left;
}

#standard_full_record{
	padding:0px;
	
}

#standard_full_record a:link, #standard_full_record a:visited{
	color:#B25337;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#standard_full_record a:hover, #standard_full_record a:focus{
	text-decoration:underline;
}

#standard_full_record_title{
	font-size: 14px;
	font-weight:bold;
	border-bottom:3px solid #f8f0cf;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
}
#standard_record_thumb{
	float:left; 
	margin-right:10px;
	width:100px;
	height:100px;
	overflow:hidden;
	padding:2px;
	background-color:#fff;
	border:1px solid #D0A95E;
	margin-top:5px;
}
#standard_record_more{
	float:right;
	margin-top:10px;
}
#standard_full_record_content{
	width:432px;
	padding:10px;
	border-right:#f8f0cf 4px solid;  
	border-left:#f8f0cf 4px solid;
}

#record_left a:link, #record_left a:visited{
	color:#B45340;
	font-family:Helvetica;
	text-decoration:underline;
}
/*------ Basic styles -------*/
html {
	margin:0px;
	padding:0px;
}

body {
	font-family:Helvetica;
	font-size:12px;
	color:#333;
	margin:0px;
	padding:0px;
	_text-align:center;
	background-color:#fefbec;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}

a img{border:none;}

a:link, a:visited{color:#B25337; text-decoration:underline;}
a:hover, a:focus{text-decoration:none;}


ul.list1{
	list-style:none;
	list-style-image:url(../images/bullet2.gif);
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
/*------ Home page styles -------*/

#slideshow {
	display:none;
}
div.slideshow_img{display:none;}
#articles {
	clear:both;
	width:933px;
	height:148px;
	margin-left:12px;
	border:1px solid #E9DA99;
	border-right:none;
	background-color:#f6f2cf;
	display:block;

}

.article {
	width:310px;
	height:148px;
	background-image:url(../images/article_bg2.jpg);
	background-repeat:repeat-x;
	float:left;
	display:block;
	text-align:center;
	border-right:1px solid #E9DA99;
}

.article_padding {
	padding:10px;
	display:inline-block;
}

.article_text {
	float:left;
	text-align:left;
	margin-top:10px;
	color:#333;
	line-height:1.5em;
	font-size:11px;

}

.fet_prod_title {
	float:left;
	clear:right;
}

.fet_prod_text {
	float:left;
	font-family:Helvetica;
}

.fet_prod_title a {
	font-weight:bold;
	float:left;
}


.fet_prod_title a:hover, .fet_prod_title a:focus {
	text-decoration:none;
}

.feat_prod_img {
	float:left;
	text-align:left;
}

.feat_prod_img img {
	float:left;
	padding:2px;
	text-align:left;
	border:1px solid #eada9a;
	background:#fef9e4;
	height:60px;
	width:60px;
	margin:0 5px 5px 0;
}

.banner_inner img {
	float:left;
	padding-left:2px;
}

#featured_services {
	display:inline-block;
}

.featured_service {
	width:290px;
	display:inline-block;
	float:left;
	margin:10px;
}

#featured_title {
	width:940px;
	background-image:url(../images/featured_title_bg.gif);
	background-repeat:no-repeat;
	height:40px;
	margin-top:10px;
	display:inline-block;
	text-align:center;
}

#featured_title .title_text {
	font-family:Georgia;
	font-size:14px;
	color:#333;
	margin:12px 0px;
	position:relative;
}

.banner_inner form {
	float:left;
}

.fet_verbage {
	display:inline-block;
	float:left;
	text-align:left;
	line-height:1.5em;
}

.fet_price {
	font-family:Georgia;
	font-size:12px;
	color:#333;
	clear:right;
}

.article_more {
	float:left;
	display:block;
	padding-top:5px;
	width:100%;
	margin-top:0;
	padding-top:10px;
}

.article_more a {
	color:#b25337;
}

.article_quote {
	font-family:Georgia;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
}


.article_title {
	font-family:Georgia;
	color:#333333;
	margin:0 auto;
	font-size:14px;
	font-style:normal;
}

.slideshow_img {
	position:absolute;
	display:inline-block;
	border:2px solid #e7dc9c;
	z-index:400;
	margin-left:12px;
}

.clear_slideshow {
	display:none;
}

.appt_banner {
	display:none;
}

.banner_inner {
	padding: 18px 0px 0px 260px;
	float:left;
}

#slideshow_menu {
	display:none;
}

#slide_data {
	display:none;
}


.clear_spacer {
	margin-bottom:10px;
	clear:both;
}

#breadcrumb_wrap {
	display:none;
}

#breadcrumb {
	display:inline-block;
	background-image:url(../images/bc_bg.gif);
	background-repeat:repeat-x;
	width:940px;
}

.bc_home {
	padding:8px;
}

#sorter_wrap {
display:none;
}
#sorter_wrap_bottom {
display:none;
}
.sort_cat_name {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#f5eedc;
	padding:8px;
	float:left;
	width:240px;
	line-height:20px;
}
.sort_cat_name_service {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#f5eedc;
	padding:8px;
	float:left;
	width:570px;
	line-height:20px;
}
.service_cat_name {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#f5eedc;
	padding:8px;
	float:left;
	width:600px;
}

.sort_numbs {
	font-family:Helvetica;
	font-size:12px;
	color:white;
	padding:6px 9px 9px 15px;
	display:inline-block;
	width:240px;
	float:left;
}
.sort_numbs_bottom {
	font-family:Helvetica;
	font-size:12px;
	color:white;
	padding:11px 9px 9px 15px;
	display:inline-block;
	width:auto;
	float:left;
}

.sort_dd_lbl {
	float:left;
	font-family:Helvetica;
	font-size:12px;
	color:white;
	padding-top:3px;
	font-weight:bold;
	padding-right:5px;
}

#sort_dd {
	padding-top:8px;
	padding-left:15px;
	display:inline-block;
	padding-right:15px;
	float:left;
}
#sort_dd_bottom {
	padding-top:11px;
	font-size:12px;
	color:white;
}
div.cms_content div.sort_numbs a:link,
div.cms_content div.sort_numbs_bottom a:link,
#sortby a:link,
div.cms_content div.sort_numbs a:visited,
div.cms_content div.sort_numbs_bottom a:visited,
#sortby a:visited
{
	text-decoration:underline;
	color:#eada9a;
}
div.cms_content div.sort_numbs a:hover,
div.cms_content div.sort_numbs_bottom a:hover,
#sortby a:hover,
div.cms_content div.sort_numbs a:focus,
div.cms_content div.sort_numbs_bottom a:focus,
#sortby a:focus
{
	color:#fff;
}

#sortby {
	display:inline-block;
	float:left;
	padding:3px 0 0 0;
}

.sort_on {
	display:inline-block;
	margin-top:9px;
	float:left;
	margin-left:5px;
	background-image:url(../images/sort_sel_bg.gif);
	background-repeat:repeat-x;
}

.sort_off {
	display:inline-block;
	margin-top:9px;
	margin-left:5px;
	float:left;
}

#arrow_sort {
	width:19px;
	height:19px;
	background-image:url(../images/cat_sort_bg.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:12px;
	margin-right:10px;
}

.arrow_sort_ico {
	margin-top:3px;
	margin-left:6px;
}

.sort_off a {
	text-decoration:underline;
	color:#eada9a;
	font-family:helvetica;
	font-size:12px;
}

.sort_text_on {
	float:left;
	padding-top:1px;
	color:white;
	font-weight:bold;
}

.sort_text_on a {
	color:white;
	text-decoration:none;
}

.sortby_lbl {
	font-family:helvetica;
	font-size:12px;
	color:white;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
	display:inline-block;
	float:left;
}

#category_banner {

	display:none;
}

.bc_tailitem {
	font-family:Helvetica;
	font-size:12px;
	padding:8px;
	display:inline-block;
	float:left;
	color:#333;
}

.bc_tailitem a {
	color:#b25337;
}

#banner_ads,#banner_ads_main {
	display:none;
}
#banner_ads_main {
	margin-left:10px;
}

.newsletter_banner {
	background-image:url(../images/newsletterbanner.gif);
	background-repeat:no-repeat;
	width:465px;
	height:60px;
	float:left;
}

#slideshow_menu a {
	color:#eada9a;
	text-decoration:underline;
}

.menu_content {
	padding:10px 0 10px 18px;
	border:2px #e7dc9c solid;
	background:#993300;
	height:15px;
}

.slide_off_ico {
	float:left;
	height:15px;
	width:15px;
	margin-left:10px;
	border:#eee1ae 1px solid;
	background:#eee1ae;
}

.slide_off_ico_blank {
	float:left;
	height:15px;
	width:15px;
	margin-left:10px;
	border:#eee1ae 1px solid;
}

.slide_title {
	float:left;
	font-size:12px;
	color:#fef9e4;
	font-family:Helvetica;
	text-transform:uppercase;
	padding-left:20px;
	padding-right:8px;
}

.slide_text {
	color:#FFF;
	font-size:12px;
	font-family:Georgia;
	font-style:italic;
	text-align:left;
}

.l_float {
	float:left
}

.l_clear{
clear:left;
text-align:left;
}

.r_float {
	float:right
}

.center {
	margin:0 auto;
	text-align:center;
}
.logo_for_print{display:none; width:200px; text-align:left;float:left;}
.logo_img{display:none; !important}
.pg_bot{display:none;}
#container_wrap {
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-y;
	width:978px;
	margin:0 auto;
	text-align:center;
}

#container {
	width:960px;
	display:inline-block;
	margin:0px auto;
	_text-align:left;
	padding:0 0 10px 0;
}

.mapicon {
	float:left;
	padding:0px 5px;
}

.extras_content_left {
	float:left;
	
}

.extras_content_right {
	float:right;
}

.extras_content_right_product {
	display:inline;
	margin-top:22px;
	margin-right:50px;
	width:355px;
	float:right;
	color:#8c6c2c;
	font-family:Georgia;
}

.ph_lbl {
float:left;

}

.hours_lbl {
	display:none;
}

.hours_list {
display:none;
}

.hours_link {
	display:none;
}
.hours_link a:link, .hours_link a:visited, .hours_link a:active{text-decoration:none; font-weight:bold;}

.phone {
float:right;
}

.extras_content_right a {
	color:#8c6c2c;
}

.address_top {
display:none;
}

.mapit {
	display:none;
}

.mapit a {
	color:#b25337;
	font-weight:bold;
}

#top_extras {
	float:left;
	width:805px;
	position:absolute;
	top:75px;
	left:150px;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:3px solid #c2c2c2;
	border-top:3px solid #c2c2c2;
	padding:20px 0;
	display:none;

}

div.hide_for_print{display:none;}

#menu_wrap {
	display:none;
}

.cms_content{
	padding:10px;
	text-align:left;
	float:left;
	width:940px;
}


.cms_content a:link, .cms_content a:visited{
	color:#B45340;
	font-family:Helvetica;
	text-decoration:underline;
}

.cms_content a:hover, .cms_content a:focus{
	color:#B45340;
	font-family:Helvetica;
	text-decoration:none;
}

#record_left{
	float:left; 
	/* width:600px; ---- this caused the addtoany Share button on faq.html not work */
}

#container .cms_content h1{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0 0 10px 0;
	width:920px;
	display:block;
}

.book_online {
	padding:6px 6px 6px 10px;
	;
	float:left;
}

.menu_item {
	float:left;
}

.menu_item_inner_on {
	margin-top:5px;
	padding:7px 20px 11px 20px;
	font-family:Georgia;
	color:#333;
	font-size:14px;
	background-color:white;
}

.menu_item_inner_on a {
	text-decoration:none;
}

.menu_item_inner_off {
	margin-top:5px;
	margin-right:5px;
	padding:7px 20px 11px 20px;
	font-family:Georgia;
	color:#FFF;
	font-size:14px;
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:100%;
}

.menu_item_inner_off a {
	color:#FFF;
	text-decoration:none;
}

#product_leftcol {
	width:100%;
	display:inline-block;
	float:left;
	clear:both;
}

#product_rightcol {
	display:none;
}

#addtoany_wrap {
	background-image:url(../images/bc_bg.gif);
	background-repeat:repeat-x;
	display:inline-block;
	float:left;
	margin-top:10px;
}

#recommended_wrap {
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width:220px;
	height:40px;
	background-image:url(../images/recommend_title_bg.gif);
	background-repeat:no-repeat;
}

.recommended_text {
	color:#333;
	font-size:14px;
	font-family:Georgia;
	padding-top:12px;
}

#rec_product {
	display:inline-block;
	width:200px;
	margin:10px 0px;
	text-align:center;
	margin:0 22px;
}
#rec_product .prod_small_price .ecomm_product_price_right{
	font-size:13px ;
}

.addtoany {
	margin-top:8px;
	text-align:center;
	display:inline-block;
	float:left;
	width:225px;
}

#product_sub_l {
	float:left;
	width:290px;
	margin:10px 0px 10px 0px;
	display:inline-block;
}

#product_sub_r {
	width:525px;
	text-align:left;
	display:inline-block;
	float:left;
	margin:10px;
}

.product_title {
	font-family:Georgia;
	font-size:24px;
	color:#333;
	clear:both;
}

.product_subtitle {
	font-family:Georgia;
	font-size:12px;
	color:#8c6c2c;
	font-style:italic;
	padding-top:5px;
	padding-bottom:3px;
}

.prod_rating {
	float:left;
	display:inline-block;
}

#review_wrap_small {
	display:inline-block;
	clear:both;
}

.prod_rating img {
	margin:0px 1px;
	display:inline-block;
	float:left;
	border:0px;
}



.product_price {
	font-family:Georgia;
	font-size:18px;
	padding-top:5px;
	
	float:left;
	width:100%;
}

.quantity {
	padding-top:5px;
	font-weight:bold;
	font-family:Helvetica;
	clear:both;
}

.quantity select {
	width:75px;
	border:1px solid #eada9a;
}

#addtocart {
	display:none;
}

#service_table {
	margin-top:5px;
	width:132px;
	float:left;
}
#service_table_noimage {
	margin-top:5px;
	width:232px;
	float:left;
}
.banner_inner input {
	float:left;
}

#service_table th {
	font-family:helvetica;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	padding:2px;
	background-image:url(../images/th_bg.gif);
	background-repeat:repeat-x;
}

#service_table .price {
	font-family:Georgia;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
#service_table_noimage .price {
	font-family:Georgia;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
#service_table .duration {
	font-family:Georgia;
	font-size:12px;
	color:#333333;
}

#bookonline {
	margin-right:5px;
	margin-top:10px;
	float:left;
}
#container .cms_content .product_title h1 {
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:24px;
font-weight:normal;
padding:0 0 10px;
}
.prod_details_title {
	font-size:10px;
	font-family:Helvetica;
	color:#666666;
	clear:both;
	font-weight:bold;
	padding:8px 0px;
}

#product_details {
	font-family:Helvetica;
	font-size:11px;
	color:#333333;
}

#product_details a {
	color:#b25337;
	text-decoration:underline;
}

#thumbs_wrap {
	margin-top:5px;
	display:inline-block;
	width:290px;
}

#thumbs_wrap .thumb {
	border:1px solid #eada9a;
	float:left;
	margin:0 4px 4px 0;
	padding:1px;
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
}
.thumb img{
width:50px;
height:50px;
}
.opt_thumb {
	float:left;
	padding:10px 3px 0px
}

#extra_options {
display:none;
}

#extra_options .option a {
	font-family:Helvetica;
	font-size:11px;
	color:#b45340;
	text-decoration:underline;
}

#extra_options .option {
	float:left;
	padding-top:9px;
	padding-left:6px;
	padding-right:3px;
}

#tab_content_wrap {
	text-align:left;
	width:690px;
	background-image:url(../images/tab_content_bg.gif);
	display:inline-block;}

.tab_subheader {
	padding:8px 0px;
	color:#333;
	font-size:14px;
	font-family:Georgia;
}

.tab_content {
	padding:10px;
	font-family:Helvetica;
	font-size:11px;
	color:#333;
}

.tab_content a{
	padding:10px;
	font-family:Helvetica;
	font-size:11px;
	color:#b45340;
}

.tab_text_on {
	padding-top:8px;
	font-family:Helvetica;
	font-size:12px;
	color:#333;
	display:inline-block;
}

#tabs {
	width:690px;
	display:inline-block;
}

.tab_text_off {
	padding-top:8px;
	font-family:Helvetica;
	font-size:12px;
	display:inline-block;
	color:#333;
}

#prod_section {
	display:inline-block;
	margin-top:10px;
	height:32px;
	text-align:left;
	margin-left:0px;
	width:690px;
	background-image:url(../images/prod_section_bg.gif);
	background-repeat:repeat-x;
}

#prod_page_featured {
	margin-left:10px;
	margin-top:15px;
}

.prod_small_spacing {
	width:189px;
	height:265px;
	padding:0px 10px 10px 10px;
}

.cat_small_spacing {
	width:200px;
	height:265px;
	/*display:inline-block;
	_display:inline;
	position:relative;
	margin:10px 10px 10px 19px;*/
	display:inline;
	padding:10px 10px 10px 19px; 
	float:left;
}

.service_small_spacing {
	width:252px;
	/*display:inline-block;
	_display:inline;
	margin:10px 0px 10px 0px;*/
      float:left;
      display:inline;
      padding:10px 0px 10px 0px;
      }

#product_small {
	width:229px;
	height:285px;
	border-right:1px dotted #eada9a;
	border-bottom:1px dotted #eada9a;
	float:left;
	text-align:left;
}

#product_small_cat {
	width:234px;
	display:inline;
	height:290px;
	/*height:320px;*/
	border-right:1px dotted #eada9a;
	/*border-bottom:1px dotted #eada9a;*/
	float:left;
	text-align:left;
	padding-top:5px;

}
#product_small_cat_last {
	width:234px;
	display:inline;
	height:290px;
	float:left;
	text-align:left;
	padding-top:5px;
      }
/*-- this style was for a service cat list with images
#product_small_service {
	width:469px;
	display:inline;
	height:230px;
	border-right:1px dotted #eada9a;
	border-bottom:1px dotted #eada9a;
	float:left;
	text-align:left;
}--*/
#product_small_service {
	width:252px;
	display:inline;
	/*height:230px;
	border-right:1px dotted #eada9a;*/
	float:left;
	text-align:left;
	padding:10px 30px 30px;
}
#product_small_service_last {
	width:252px;
	display:inline;
    	/*height:230px;*/
      float:left;
	text-align:left;
	padding:10px 30px 30px;
      }
.service_small_desc {
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:1.5em;
}

#container .service_small_desc p{padding-top:5px;}
.service_small_desc a {
	color:#b25337;
	text-decoration:underline;
}

#category_listings {
	display:inline;
	width:940px;
	margin:10px 0px 0px;
	float:left;
      }

#product_list_wrap{padding-left:10px;}


.sub_cat_list{ /*this is for service cat listings*/
	margin:10px auto 10px;
	text-align:center;
}

a.sub_cat img{
	border:1px solid #D0A95E;
}

.category_listings_main {
	width:940px;
	float:left;
	padding-bottom:10px;
      }
.category_listings_row_first_service {
	width:940px;
	float:left;
	margin-bottom:0px;
	background:url(../images/service_bg.gif) repeat-y top center;

      }
.category_listings_row_service {
	width:940px;
	float:left;
      border-top:1px dotted #EADA9A;
	background:url(../images/service_bg.gif) repeat-y top center;

      }
	
.category_listings_row_first {
	width:940px;
	float:left;
	margin-bottom:0px;

      }
.category_listings_row {
	width:940px;
	float:left;
      border-top:1px dotted #EADA9A;


      }
.prod_small_title {
	padding:8px 0px 3px 0px;
}

.prod_small_title a {
	font-size:13px;
	font-weight:bold;
	color:#b25337;
	text-decoration:underline;
}

.prod_small_subtitle {
	font-family:Georgia;
	color:#8c6c2c;
	font-size:12px;
	font-style:italic;
}

.small_buy_btn {
	padding-top:10px;
	position:relative;
	bottom:0px;
}

.prod_small_price {
	color:#333333;
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	/*margin:6px 0px;*/
	margin:5px 49px 0px 49px;
}

#prod_section .title {
	font-family:Georgia;
	font-size:14px;
	color:#f5eedc;
	font-weight:bold;
	padding-top:7px;
	padding-left:10px;
}

.tab_text_off a {
	font-weight:bold;
	text-decoration:none;
	color:#b25337;
	font-family:helvetica;
	font-size:12px;
}

.tab_on {
	background-image:url(../images/tab_bg.gif);
	background-repeat:repeat-x;
	width:345px;
	text-align:center;
	float:left;
}

.tab_off {
	background-image:url(../images/bg_tab_off.gif);
	background-repeat:repeat-x;
	background-position:right;
	display:block;
	float:left;
	width:100%;
	text-align:left;
}

.tab_off_service {
	background-image:url(../images/bg_tab_off.gif);
	background-repeat:repeat-x;
	background-position:right;
	display:block;
	float:left;
	width:33%;
	text-align:center;
}

.tab_on_service {
	background-image:url(../images/tab_bg.gif);
	background-repeat:repeat-x;
	width:345px;
	width:33.9%;
	text-align:center;
	float:left;
}

#tab_wrapper {
display:none;}

#thumbs_wrap .lastthumb {
	margin-right:0px;
}

.flag_text {
	float:left;
	width:153px;
	height:61px;
	line-height:13px;
	background-image:url(../images/product_flag_bg.gif);
	background-repeat:no-repeat;
	padding-top:15px;
	font-family:Helvetica;
	color:#333;
	font-size:11px;
}

.flag_accent {
	font-family:Georgia;
	font-weight:Bold;
	font-style:italic;
	font-size:12px;
	color:#8c6c2c;
	float:left;
}

.price_lbl {
	font-family:Helvetica;
	font-size:11px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	clear:left; /*necessary when price is hidden*/
}

span.disable_purchase_span{
	display:block;
	margin-bottom:5px;
}

.review_links a {
	color:#b25337;
	font-family:Helvetica;
}

#review_wrap {
	/*width:220px;*/
	float:left;
}

.prod_small_img {
	width:134px;
	height:134px;
	border:1px solid #eada9a;
	padding:2px;
	margin:0 auto;
}

.prod_small_img  img{
	width:134px;
	height:134px;
}

.service_small_img {
	width:75px;
	height:75px;
	border:1px solid #eada9a;
	padding:2px;
	float:left;
	overflow:hidden;
}
.service_small_img  img{
	height:134px;
	width:134px;
}
.service_desc {
	float:left;
	width:146px;
	margin-left:10px;
	
}
.service_desc_noimage {
      float:left;
      /*margin-left:10px;*/
      width:232px;
      }
.rec_img {
	width:134px;
	height:134px;
	border:1px solid #eada9a;
	padding:2px;
	margin:0 auto;
}
.rec_img img{
width:134px;
height:134px;
}
#review_wrap_small {
	width:110px;
	margin-top:5px;
}


.review_links {
	float:left;
	padding-left:3px;
}

.rating_num {
	float:left;
	padding:1px 1px 1px 3px;
	font-weight:bold;
}

#product_img_wrap {
	width:290px;
	height:290px;
	overflow:hidden;
	display:block;
	border:1px solid #eada9a;
}

.page_btm {
	margin:0 auto;
	width:940px;
}

#inner_container {
	width:960px;
}

#footer {
	text-align:center;
	margin:0 auto;
	width:960px;
	border-bottom:3px solid #c2c2c2;
	border-top:3px solid #c2c2c2;
	padding:10px 0;
}

div#socialNotworking{
	display:none;
}
div#socialNotworking a img{
	border:none;
	padding:none;
	float:left;
}

#footer_links {
display:none;
}

#copyright {
	font-family:Helvetica;
	font-size:12px;
	color:#666666;
	margin-top:10px;
	text-align:center;
}

#copyright a {
	color:#b45340;
}

.footer_link {
	float:left;
	padding: 0px 10px;
}

.footer_link a:link, .footer_link a:visited {
	font-family:Georgia;
	font-size:11px;
	text-decoration:none;
}
.footer_link a:hover, .footer_link a:focus {
	text-decoration:underline;
}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	float:left;
}

#sddm  .active  a  {
	
	margin: 0 1px 0 0;
	background:url(../images/menu_arrow1.gif) no-repeat;
	background-position:95% 30%;
	/*background-repeat:no-repeat;*/

	height:30px;
	
	padding: 4px 20px;
	color: #000;

	text-decoration: none;
	background-color:#FFFFFF ;
}




#sddm .active a:hover {
	color:#000;
	text-decoration:underline;
}

#sddm  .home {
	margin: 0 1px 0 0;
	padding: 4px 20px;
	font-family:Georgia;
background-image:none;
	font-size:14px;
	
}


#sddm  .homeactive a{
	
	margin: 0 1px 0 0;
	background-image:none;
	/*background-position:95% 30%;*/
	/*background-repeat:no-repeat;*/

	height:30px;
	
	padding: 4px 20px;
	color: #000;

	text-decoration: none;
	background-color:#FFFFFF ;
}

#sddm li {
	margin: 8px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	float: left;
	font: 11px Georgia;
	list-style-image:none;
	font-size:14px;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	background:url(../images/menu_arrow.gif) no-repeat;
	background-position:95% 30%;
	/*background-repeat:no-repeat;*/

	height:30px;
	display:inline-block;
	padding: 4px 20px;
	color: #fffffd;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover {
	color:#eada9a;
	text-decoration:underline;
}

#sddm div {
	z-index:1001;
	position:absolute;
	visibility: hidden;
	margin: 0;
	left:0px;
	top:39px;
	padding: 0px 5px 0px 0px;
	display:block;
	background: #fff url(../images/menu_pointer.jpg) no-repeat;
	background-position:30% top;
	min-width:160px;
	width:auto !important;
	width:160px;
	border: 1px solid #b25337;
}

#sddm div a {
	position: relative;
	background:none;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: underline;
	color: #b25337;
	font: 14px Georgia
}

#sddm div a:hover {
	color: #333333
}


#sddm .active div a {
	position: relative;
	background:none;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: underline;
	color: #b25337;
	font: 14px Georgia
}

#sddm .active div a:hover {
	color: #333333
}

#404title {
	font-family:Georgia !important;
	font-size:30px !important;
	color:#b45340 !important;
}

.404message {
	font-family:Arial;
	font-size:12px;
	float:left;
}

.view_hover_wrapper {
	border:3px solid #F0B33E;
	background:#FFFFFF;
	height:auto !important;
	left:500px;
	min-height:150px;
	position:absolute;
	top:240px;
	width:360px;
	z-index:400;
}

#hr_popup {
	background: url(../images/popup_point.jpg) top right no-repeat;
	height:auto !important;
	left:630px;
	min-height:150px;
	position:absolute;
	top:241px;
	width:360px;
	z-index:1001;
	display:none;
}

#hr_popup div {
	height:auto !important;
	left:500px;
	min-height:150px;
	z-index:400;
	height:10px;
	width:344px;
	border-left:3px solid #F0B33E;
	border-right:3px solid #F0B33E;
	border-bottom:3px solid #F0B33E;
	margin-top:10px;
	background:#FFFFFF;
	padding:5px;
}

#container p {
	/*padding:10px;*/
	padding:1em 0 0 0;
	float:left;
	width:100%;
	margin:0px;
}

#container h1 {
	float:left;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	width:100%;
	margin:0px;
}

.catHead {
	float:left;
	padding:10px 0 10px 10px;
	margin:10px 0;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	border-top:3px solid #F9F1D2;
	border-bottom:1px dotted #D0A95E;

	width:930px;
}

.form_maindiv {
	float:left;
	height:auto;
	width:100%;
}

.common_row {
	float:left;
	height:auto;
	padding:10px 0;
	width:100%;
}

.left_column {
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-right:20px;
	padding-top:7px;
	padding-left:7px;
	text-align:left;
	width:158px;
}

.right_column {
	float:left;
	width:auto;
}

.mandatory {
	color:#993300;
}

.input_max {
	background:#FFFFFF url(../images/input_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #B8A691;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height:20px;
	margin:0;
	width:298px;
}

.textarea_max {
	background:#FFFFFF url(../images/input_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #B8A691;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height:128px;
	margin:0;
	padding:2px;
	width:298px;
}

.text_10 {
	font-size:10px;
	letter-spacing:1px;
	text-align:left;
	padding-left:10px;
}

.contact_info_row {
	float:left;
	height:auto;
	padding-bottom:15px;
	width:100%;
}

.faq_question {
	float:left;
	height:auto;
	width:100%;
}

.faq_question ul {
	margin:0px;
	padding:0px;
}

.faq_question li {
	margin:0px;
	padding:0px;
}

.faq_question li a {
}


#sdd {
	margin: 0;
	padding: 0;
	z-index: 30;
	float:left;
}

#sdd .active {
	margin-top:5px;
	padding:7px 20px 11px 20px;
	font-family:Georgia;
	color:#333;
	font-size:14px;
	background-color:white;
}

#sdd li {
	margin: 8px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	float: left;
	font: 11px Georgia;
	list-style-image:none;
	font-size:14px;
}

#sdd li a {
	display: block;
	margin: 0 1px 0 0;
	/*background:url(../images/menu_arrow.gif) no-repeat;
	background-position:100% 48%;*/
	/*background-repeat:no-repeat;*/

	height:30px;
	display:inline-block;
	padding: 4px 20px;
	color: #fffffd;
	text-align: center;
	text-decoration: none
}

#sdd li a:hover {
	color:#eada9a;
	text-decoration:underline;
}

/* Video fade show css START*/
.black_overlay { 
      display:none;	
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
      display:none;
      position: absolute;
      top: 40%;
      left: 25%;
      width: 570px;
     height: 540px;
      padding: 16px;
      border: 2px solid #cc3000;
      background-color: white;
      z-index:1002;
       
}
* html  .black_overlay { /* ie6 hack */
     	position: absolute;
     	height: expression(document.body.clientHeight+'px');
	width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
* html .white_content { /* ie6 hack */
	position: absolute;
	}
/* Video fade show css START*/


/*.......................................product_form strat..................................*/
.product_form_outer{
  width:920px;   margin:0 0 40px 0;
  float:left;
  padding:0 0 0 25px;
}

.product_form_inner{
 width:100%; padding:5px 0 5px 0; float:left;  text-align:left;
}


.product_form_inner_left{
 width:150px;  float:left; 
}

.product_form_inner_right{
 width:350px;  float:left; 
}

/*.......................................product_form end..................................*/

#video_media_section{
display:none;
}

.prod_small_price_new {
	color:#333333;
	font-size:12px;
	font-family:Georgia;
	font-weight:bold;
	line-height:1em;
	padding-top:5px;
}

/* Reviews section of product page  */
.review_item {
	border-bottom:1px dotted #c2c2c2;
	padding:0 0 10px 10px;
	margin-bottom:10px;
}

.review_item h2 {
	padding:0 0 5px 0;
	margin:0;
	padding:5px 0;
}

#container p.review_date {
	padding:0 0 2px 5px;
	margin:2px 0 0;
	float:left;
	clear:none;
	width:100px;
}

img.rating_img {
	float:left;
	width:16px;
	height:16px;
}

span.review_comment {
	width:100%;
	font-size:11px;
	float:left;
	margin-top:5px;
}

span.review_helpful {
	width:100%;
	float:left;
	clear:left;
	margin-top:5px;
	color:#666;
}

span.review_helpful a {
	padding: 0 5px;
}

span.review_help_pipe {
	margin:0;
	padding-left:3px;
}

span.review_name {
	float:left;
	clear:left;
	padding-top:5px;
	text-transform:uppercase;
}

div.review_paging {
display:none;
}

/* End Reviews section of product page  */

/*---------Contact Page----------*/
#contact{
	float:left;
	width:600px;
	background-color:#FFC;
	margin:0 0px 10px 0px ;
	display:inline;
}
#contact h2 {padding-left:10px; width:290px;}
#contact .common_row{width:550px; margin:0 auto;}
.contact_content{
	width:318px;
	float:right;
	text-align:left;
	background-color:#b86146;
	padding:0px 0 10px 10px;
	color:#fff;
	clear:none;
	position:absolute;
	top:0px;
	right:0px;
	
}

.contact_info_section{
	float:left;
	clear:left;
	width:298px;
}

#container div.contact_info_section p{
	margin: 0px ;
	padding:0px ;
	
}

.contact_content h2{display:block; width:100%; border-bottom:4px solid #c66e53; margin-top:10px; padding:0;}
.contact_content a:link, .contact_content a:visited{
	color:#EFD286;
	font-family:Helvetica;
	text-decoration:underline;
}

.contact_content a:hover, .contact_content a:focus{
	color:#fff;
	font-family:Helvetica;
	text-decoration:none;
}

/*----system pages- cart etc---*/
.pad_10{
	padding: 0 10px 0 10px;
	width:940px;
}

.ecomm_button {
background-image:url(../images/buttonbg.jpg);
border:1px solid #D0A95E;
color:#333;
cursor:pointer;
font-family:Georgia;
font-weight:bold;
line-height:1.3em;
padding:0 2px;
height:22px;
}

input#checkout{
	background-image:none;
border:none;
cursor:pointer;

height:auto;
}


/* hide components of the category_features on the product pages */
#ecomm_product_features_sub_header, #ecomm_product_description_sub_header {display: none; }
.section_header { display: none; }

/* book online */


#book_online_page .book_col_left{width:100%;}
#book_online_page .book_col_right{}
#book_online_page .book_row{float:left;margin-bottom:10px; width:100%;}
#book_online_page .book_row input{width:150px; }
#book_online_page .book_row select{width:153px;height:22px;}
#book_online_page .bleft{float:left;margin-bottom:5px;width:100%;}
#book_online_page .bright{float:left;width:100%;}
#book_online_page input.radio{width:20px;margin:0;}

#book_online_page .book_submit {
clear:both;
float:left;
height:60px;
margin:10px 0 0 215px;
text-align:left;
}
#book_online_page .book_submit input{padding:15px 15px 0 0;}
#book_online_page .book_row label{padding-top:5px;float:none;}
#book_online_page label.no_pad{padding-top:0px;}
#book_online_page {padding-top:10px;clear:both;}
.therapist_img img{padding:2px; border:1px solid #CFAA5C;margin-right:10px;}
.options{padding:5px; background:#fefcf0;border:1px solid #CFAA5C;width:379px; margin-left:10px;}
.options span{padding-bottom:5px;float:left;font-size:11px;}
.font11{font-size:11px;}
.italic{font-style:italic;}
.clear{clear:both;}
.required {color:#900;}
#rightpanel {
float:right;
width:220px;
}

.spacer_form {
margin-bottom:20px;
padding:10px;
}
.call_block {
background:none repeat scroll 0 0 #FEFCF0;
border:1px solid #CFAA5C;
float:left;
width:40%;
clear:both;
}
.call_block h2 {
background:url("../images/dot.gif") repeat-x scroll left bottom transparent;
border-bottom:medium none;
font-size:16px;
font-weight:bold;
margin:0 0 10px;
padding:0 0 10px;
}
#container .call_block p {margin:0 0 10px; padding:0; float:none;}
.common_row2 {
float:left;
width:100%;
}
.common_row2 ul{list-style:none;margin:0 0 10px 10px; padding:0;}
.common_row2 li{padding:0 0 0 15px; background:url(../images/bullet2.gif) no-repeat center left;}