
/* 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:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	text-decoration:underline;
}

/*------ Basic styles -------*/

.logo_for_print {
	display:none;
}

html {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	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;
	outline:none;
}

a:hover, a:focus {
	text-decoration:none;
	outline: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;
}
.text_right{text-align:right;}
.text_left{text-align:left;}
.text_center{text-align:center;}
/*------ Home page styles -------*/



#slideshow {
	width:940px;
	position:absolute;
	height:403px;
	/*background-image:url(../images/slideshow_bg.jpg);*/



	background-repeat:no-repeat;
	margin:0px 10px;
	z-index:100;
}

#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:Arial, Verdana, sans-serif;
}

.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;
	padding: 2px;
	margin:0 5px 5px 0;
    border:1px solid #eada9a;
}

.feat_prod_img2 {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.feat_prod_img img {
	float:left;
	text-align:left;
	background:#ffffff;
	/*
	NOTE: css resizing images will cause distortion
	padding:2px;
	margin:0 5px 5px 0;
	height:60px;
	width:60px;
	*/
}

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

#featured_services {
	display:inline-block;
}

.featured_service {
	width:250px; /*was 306*/
	display:inline-block;
	float:left;
	margin:10px 5px 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 {
	/*	height:410px;*/

	height:355px;
	display:inline-block;
}

.appt_banner {
	float:left;
	margin-left:8px;
	width:465px;
	height:60px;
	display:inline;
}

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

#slideshow_menu {
	height:48px;
	width:936px;
	padding-top:353px;
	padding-top:360px;
	display:inline-block;
	/*background-color:#b25337;*/

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-family:Georgia;
	color:#FFF;
	z-index:400;/*position:relative;*/
}

#slide_data {
	display:inline-block;
	float:left;
	position:relative;
	width:750px;
}

/* the clearfix class should never be modified - see proper definition at top of file

.clearfix {

	background-position:0 8px;

	background-repeat:no-repeat;



	color:#004584;

	float:left;

	font-size:12px;

	font-weight:bold;

	padding:3px 0 5px 10px;



	text-align:left;

}*/



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

#breadcrumb_wrap {
	width:940px;
	float:left;
	clear:both;
	position:relative;
	height:32px;
	display:inline;
	margin-left:10px;
}

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

.bc_home {
	padding:8px;
}

#sorter_wrap {
	width:940px;
	background:url(../images/sortbar_bg.gif) repeat-x #b25337;
	height:40px;
	margin-left:0;
	text-align:left;
	float:left;
}

#sorter_wrap_bottom {
	width:940px;
	background:url(../images/sortbar_bg.gif) repeat-x #b25337;
	height:40px;
	margin-left:0px;
	text-align:left;
	float:left;
}

.sort_cat_name {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#f5eedc;
	padding:8px;
	float:left;
	width:240px;
	line-height:20px;
}

#container .cms_content .sort_cat_name h1 {
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	color:#f5eedc;
	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:Arial, Verdana, sans-serif;
	font-size:12px;
	color:white;
	padding:6px 9px 9px 15px;
	display:inline-block;
	width:240px;
	float:left;
}

.sort_numbs_bottom {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:white;
	padding:11px 9px 9px 15px;
	display:inline-block;
	width:auto;
	float:left;
}

.sort_dd_lbl {
	float:left;
	font-family:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	font-size:12px;
	color:white;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
	display:inline-block;
	float:left;
}

#category_banner {
	width:940px;
	margin:0 0px 10px;
	display:inline-block;
}

.bc_tailitem {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	padding:8px;
	display:inline-block;
	float:left;
	color:#333;
}

.bc_tailitem a {
	color:#b25337;
}

#banner_ads, #banner_ads_main {
	padding-top:10px;
	text-align:left;
	width:940px;
	/*margin-right:10px; ---removed; breaks IE6*/
	clear:both;
}

#banner_ads_main {
	margin-left:10px;
}

.newsletter_banner {
	background-image:url(../images/newsletterbanner.gif);
	background-repeat:no-repeat;
	width:460px;
	margin-left:2px;
	display:inline;
	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:Arial, Verdana, sans-serif;
	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;
}

#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 {
	display:inline;
	margin-top:22px;
	margin-left:30px;
	float:left;
	width:380px;
}

.extras_content_right {
	display:inline;
	margin-top:22px;
	margin-right:110px;
	width:300px;
	position:relative;
	color:#8c6c2c;
	font-family:Georgia;
	float:right;
	z-index:999;
}

.extras_facebook_dimensions {
	width:400px;
	margin-right:10px;
}

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

.ph_lbl {
	color:#8c6c2c;
	float:left;
	font-style:italic;
	font-weight:normal;
}

.hours_lbl {
	color:#8c6c2c;
	float:left;
	font-style:italic;
}

.hours_list {
	text-decoration:none;
	font-style:italic;
	float:left;
	color:black;
	font-weight:normal;
	font-style:normal;
	padding-right:10px;
}

.hours_link {
	font-style:italic;
	float:left;
	padding-right:10px;
}

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

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

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

.phone {
	float:left;
	color:#333;
	padding-left:10px;
	font-weight:bold;
	border-left:1px solid #9f9e9c;
}

.extras_content_right a {
	color:#8c6c2c;
}

.address_top {
	color:#333333;
	font-family:Georgia;
	font-size:12px;
	float:right;
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid #a0a09f;
}

.mapit {
	float:right;
}

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

#top_extras {
	background-image:url(../images/sub_bg.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:60px;
	display:inline-block;
}

#menu_wrap {
	text-align:left;
	width:965px;
	height:40px;
	margin:0 auto;
	background-image:url(../images/menubg.gif);
	background-repeat:repeat-x;
}

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

.cms_content a:link, .cms_content a:visited {
	color:#B45340;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:underline;
}

.cms_content a:hover, .cms_content a:focus {
	color:#B45340;
	font-family:Arial, Verdana, sans-serif;
	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 0px 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;
}

/* 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 {
	background:url(../images/review_paging.gif) repeat-x top left;
	height:14px;
	padding: 0px;
	margin-bottom:10px;
}

/* End Reviews section of product page  */

#product_leftcol {
	width:700px;
	display:inline-block;
	float:left;
	clear:both;
}

#product_rightcol {
	width:235px;
	margin-right:0px;
	display:inline-block;
	float:right;
}

#addtoany_wrap {
	background-image:url(../images/bc_bg.gif);
	background-repeat:repeat-x;
	display:inline-block;
	float:left;
	margin-top:10px;
}
.facebook_product_wrap {
	float:left;
	margin-top:10px;
	border-bottom:1px dotted #c2c2c2;
	padding-bottom:8px;
}
.facebook_service_cat{margin-top:10px;}
.facebook_cms_wrap{padding:8px;border-top:1px dotted #c2c2c2;border-bottom:1px dotted #c2c2c2;}
#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:365px;
	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:Arial, Verdana, sans-serif;
	clear:both;
}

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

#addtocart {
	margin-right:5px;
	margin-top:10px;
	float:left;
}

#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:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	color:#666666;
	clear:both;
	font-weight:bold;
	padding:8px 0px;
}

#product_details {
	font-family:Arial, Verdana, sans-serif;
	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 {
	background-image:url(../images/bc_bg.gif);
	background-repeat:repeat-x;
	display:inline-block;
	float:left;
	margin-top:10px;
}

#extra_options .option a {
	font-family:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#333;
}

.tab_content a {
	padding:10px;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#b45340;
}

.tab_text_on {
	padding-top:8px;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	display:inline-block;
}

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

.tab_text_off {
	padding-top:8px;
	font-family:Arial, Verdana, sans-serif;
	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_alsobought {
	width:229px;
	height:285px;
	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:Arial, Verdana, sans-serif;
	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 {
	clear:both;
	margin-left:0px;
}

#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:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
	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:Arial, Verdana, sans-serif;
}

#review_wrap {
	/*width:220px;*/

	float:left;
}

.prod_small_img {
	width:134px;
	height:134px;
	border:1px solid #eada9a;
	padding:2px;
	margin:0; /*changed from 0 auto to left-align img per Lou*/
}

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

.service_small_img {
	border:1px solid #eada9a;
	padding:2px;
	float:left;
}

.service_small_img2 {
	width:75px;
	height:75px;
	overflow:hidden;
}

.service_small_img img {
	/*
	NOTE: css resizing images will cause distortion
	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;
}

div#socialNotworking {
	width:593px;
	margin:0 auto;
	height:73px;
	display:block;
	position:relative;
}

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

#footer_links {
	width:460px;
	clear:both;
	margin:0 auto;
	text-align:center;
}

#copyright {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:15px;
	margin-bottom:30px;
	text-align:center;
	position:relative;
}

#copyright a {
	color:#b45340;
}

img.chamber_member{
	margin-left:-40px;
}

.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 15px;
	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 15px;
	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 15px;
	color: #000;
	text-decoration: none;
	background-color:#FFFFFF;
}

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

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

	/*background-repeat:no-repeat;*/



	height:30px;
	padding: 4px 15px;
	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 15px;
	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;
}



#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:Arial,helvetica, 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:Arial, Verdana, 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 {
	margin-bottom:10px;
}

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

/*---------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_contentIE6 {
	width:318px;
	float:right;
	text-align:left;
	background-color:#b86146;
	padding:0px 0 10px 10px;
	color:#fff;
	clear:none;
}

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

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

.contact_content h2, .contact_contentIE6 h2 {
	display:block;
	width:100%;
	border-bottom:4px solid #c66e53;
	margin-top:10px;
	margin-bottom:7px;
	padding:0;
	line-height:1em;
}

.contact_contentIE6 a:link, .contact_contentIE6 a:visited,  .contact_content a:link, .contact_content a:visited {
	color:#EFD286;
	font-family:Arial, Verdana, sans-serif;
	text-decoration:underline;
}

.contact_contentIE6 a:hover, .contact_content a:hover, .contact_content a:focus {
	color:#fff;
	font-family:Arial, Verdana, sans-serif;
	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;
}

#product_flag {
	color:#B25337;
	float:left;
	width:100%;
	font-weight:bold;
}

/* book online */
#book_online_page .book_col_left{width:700px; float:left;margin-right:20px;}
#book_online_page .book_col_right{width:450px; float:left;}
#book_online_page .book_row{float:left;width:700px;margin-bottom:10px;}
#book_online_page .book_row input{width:150px; }
#book_online_page .book_row select{width:153px;height:22px;}
#book_online_page .book_row select.treatment_select{width:400px;height:22px;}
#book_online_page .bleft{float:left;width:200px;text-align:right;margin-right:15px;}
#book_online_page .bright{float:left; width:480px;}
#book_online_page input.radio{width:20px;margin:0;}
/*#book_online_page .book_submit{width:100%;height:60px;background:#fefcf0;clear:both; float:left; margin-top:10px;text-align:right;border-top:1px solid #cfaa5c;border-bottom:1px solid #cfaa5c;}*/
#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;outline:none;}
#book_online_page .book_row label{padding-top:5px;float:right;}
#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:198px;
}
.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;}
