/*////////////////////////////////////////////
// Base Style Elements
////////////////////////////////////////////*/

*, .reset {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	background: #570a1c;
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
}

#wrapper {
	background-color: #ffffff;
	background-image: url("/images/index/body_bg.png");
	text-align: left;
	padding: 0 18px;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px;
}

h2 {
	font-size: 1.7em;
}

h2.section {
	margin: 25px 0 10px 40px;
	color: #8c5347; 
}

h2.subsection {
	margin: 20px 0 6px 50px;
	color: #737373;
	font-size: 1.5em;
	font-weight: normal;
}

h2.community {
	font-size: 2em;
	color: #990033;
	margin-bottom: 15px;
}

.community-entry {
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	margin-bottom: 10px;
}


h3 {
	font-size: 1.1em;
}

h3.bio-name {
	font-size: 1.3em;
	text-transform: uppercase;
}

h3.heading, h3.heading-2, h3.heading-4, h3.heading-5, h3.heading-6, h3.heading-7 {
	font-size: 1.4em;
	margin-bottom: 6px;
	margin-top: 22px;
	color: #990033;
}

h3.heading-2, h3.heading-5, h3.heading-6 {
	margin-top: 0;
}

h3.heading-3 {
	color: #629043;
	margin-bottom: 10px;
	font-size: 2em;
}

h3.heading-4 {
	margin-top: 50px;
}

h3.heading-5 {
	margin-bottom: 13px;
}

h3.heading-6 {
	margin-bottom: 20px;
}

h3.heading-7 {
	margin-top: 10px;
}

h3.subheading {
	color: #be605c;
}

p {
	margin-bottom: 8px;
}

p.nomargin {
	margin-bottom: 0;
}

a img {border: 0;}

.left {float: left;}

.left_ie_only {
	`float: left;
}

.right {float: right;}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.red, .errormsg {
	color: #bd6969;
}

.hilight-1 {
	font-weight: bold;
	background-color: #f9fce2;
	white-space: nowrap;
}

.indent15 {
	margin-left: 12px;
	padding-left: 10px;
	border-left: 2px solid #ddd;
}

.padding-10 {
	padding: 10px;
}

.padding-l8 {
	padding-left: 8px;
}

.padding-l15 {
	padding-left: 15px;
}

.padding-l10 {
	padding-left: 10px;
}

.padding-r10 {
	padding-right: 10px;
}

.padding-r20 {
	padding-right: 20px;
}

.padding-t10 {
	padding-top: 10px;
}

.padding-t20 {
	padding-top: 20px;
}

.padding-t30 {
	padding-top: 30px;
}

.padding-t40 {
	padding-top: 40px;
}

.padding-b0 {
	padding-bottom: 0;
}

.padding-b20 {
	padding-bottom: 20px;
}

.margin-b0 {
	margin-bottom: 0px;
}

.margin-b5 {
	margin-bottom: 5px;
}

.margin-b10 {
	margin-bottom: 10px;
}

.margin-b20 {
	margin-bottom: 20px;
}

.margin-b25 {
	margin-bottom: 25px;
}

.margin-b30 {
	margin-bottom: 30px;
}

.margin-b40 {
	margin-bottom: 40px;
}

.margin-b50 {
	margin-bottom: 50px;
}

.margin-r10 {
	margin-right: 10px;
}

.margin-t5 {
	margin-top: 5px;
}

.margin-t10 {
	margin-top: 10px;
}

.margin-t15 {
	margin-top: 15px;
}

.margin-t20 {
	margin-top: 20px;
}

.margin-t25 {
	margin-top: 25px;
}

.margin-t30 {
	margin-top: 30px;
}

.margin-t40 {
	margin-top: 40px;
}

.margin-t50 {
	margin-top: 50px;
}

.margin-t60 {
	margin-top: 60px;
}

.margin-t80 {
	margin-top: 80px;
}

.margin-l10 {
	margin-left: 10px;
}

.margin-l15 {
	margin-left: 15px;
}

.margin-l20 {
	margin-left: 20px;
}

.margin-l40 {
	margin-left: 40px;
}

.width-80per {
	width: 80%;
}

.note {
	font-size: 0.9em;
	color: #777;
}

.border1 {
	border: 2px solid #999;
}

.border2 {
	border: 2px solid #bbb;
}

.border3 {
	border: 3px solid #bdd4f5;
}

.border4 {
	border: 1px solid #f3edc2;
}

sub {
	line-height: 0;
	position: relative;
	top: -2px;
	font-size: 70%;
	`font-size: 100%;
}

#feature, .img_ph {
	background-color: #eefeef;
	border: 1px solid #aaa;
	padding: 15px;
}

#feature {
	width: 50%;
	padding: 10px;
}

#intro-textbox, #intro-textbox-1, #intro-textbox-2 {
	padding: 0 80px 30px 0;
}

#intro-textbox-1, #intro-textbox-2 {
	padding-bottom: 20px;
}

ul.nobullets {
	list-style: none;
}

ol.style1 {
	margin-left: 20px;
	`margin-left: 25px;
}

ol.style1 li {
	margin-bottom: 10px;
}

a:link, a:visited {color: #bd6969; text-decoration: none;}
a:hover {color: #76a0a8; text-decoration: underline;}
a:active {color: red; text-decoration: underline;}

/*////////////////////////////////////////////
// Header, Navigation, and Site Links
////////////////////////////////////////////*/

#header {
	height: 100px;
	padding: 12px 12px 0 12px;
	margin-bottom: 20px;
}

#site_links {
	float: right;
	text-align: right;
	font-size: 0.9em;
	color: #bbbbbb;
}

#site_links a:link, #site_links a:visited {
	color: #e3a1a1;
	text-decoration: none;
}

#site_links a:hover {
	color: #66adba;
	text-decoration: underline;
}

#navigation {
	margin-top: 30px;
	clear: right;
	float: right;
}

#navigation ul li {
	display:block;
	float:left;
	list-style-type:none;
	padding-right: 7px;
	background: transparent url("/images/header/nav_bg.png");
	background-position: -2px 0px;
}

#navigation ul li a {
	display:block;
	height: 42px;
	width: 77px;
	background: transparent url("/images/header/nav.png") no-repeat 0 0;
	background-position: -4px 0;
	text-indent: -9999px;
}

#navigation ul li#nav-gift a {
	/*width: 79px;*/
	width:74px;
	/*background-position: -97px 0;*/
	background-position: -89px 0;
}

#navigation ul li#nav-facial a {
	width: 71px;
	/*background-position: -193px 0;*/
	background-position: -172px 0;
}

#navigation ul li#nav-perma a {
	width: 69px;
	/*background-position: -285px 0;*/
	background-position: -251px 0;
}



#navigation ul li#nav-medi a {
	width: 71px;
	/*background-position: -376px 0;*/
	background-position: -327px 0;
}

#navigation ul li#nav-body a {
	width: 71px;
	/*background-position: -465px 0;*/
	background-position: -408px 0;
}

#navigation ul li#nav-laser a {
	width: 62px;
	/*background-position: -553px 0;*/
	background-position: -489px 0;
}

#navigation ul li#nav-wellness a {
  width:58px;
  background-position: -565px 0;
}


#navigation ul li#nav-wellness {
	padding-right: 0;
}

/* Hover Code */
#navigation ul li a:hover {
	background-position: -4px -41px;
}

#navigation ul li#nav-gift a:hover {
	background-position: -89px -41px;
}

#navigation ul li#nav-facial a:hover {
	background-position: -172px -41px;
}

#navigation ul li#nav-perma a:hover {
	background-position: -251px -41px;
}

#navigation ul li#nav-medi a:hover {
	background-position: -327px -41px;
}

#navigation ul li#nav-body a:hover {
	background-position: -408px -41px;
}

#navigation ul li#nav-laser a:hover {
	background-position: -489px -41px;
}

#navigation ul li#nav-wellness a:hover {
	background-position: -565px -41px;
}


/* Active Code */
body#promo ul li a {
	background-position: -4px -83px;
}

body#gift ul li#nav-gift a {
	background-position: -89px -83px;
}

body#facial ul li#nav-facial a {
	background-position: -172px -83px;
}

body#perma ul li#nav-perma a {
	background-position: -251px -83px;
}

body#medi ul li#nav-medi a {
	background-position: -327px -83px;
}

body#body ul li#nav-body a {
	background-position: -408px -83px;
}

body#laser ul li#nav-laser a {
	background-position: -489px -83px;
}

body#wellness ul li#nav-wellness a {
	background-position: -565px -83px;
}

/*////////////////////////////////////////////
// Main Content
////////////////////////////////////////////*/

#content {
	padding-bottom: 40px;
}

.your_gift
{
	font-weight:bold;
	color: #457d1c;
}
.product_discount_item
{
	margin-top:20px;
}

#title {
	width: 980px;
	height: 95px;
	background-color: #b3c9a2;
}

#title-left {
	width: 238px;
	height: 90px;
	padding: 5px 2px 0 0;
	text-align: right;
	background-color: #457d1c;
	float: left;
}

#title-img {
	height: 100%;
	border-right: 4px solid #87a188;
	background-color: #87a188;
	float: left;
}

#title-img img {
	position: relative;
	top: 1px;
	padding-right: 1px;
}

.multi-image {
	float: left;
}

h1 {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#title h1 {
	color: #fdfdfe;
	line-height: 0.9em;
	`line-height: 1.85em;
	`font-size: 2em;
	`margin-right: -1px;
}

#flash {
	border-top: 1px solid #b8c7ae;
	text-align: center;
	height: 400px;
	background-color: #f2e4b8;
}

#bottom {
	height: 232px;
	background-image: url("/images/index/bottom_bg.png");
	background-repeat: repeat-x;
}

#welcome {
	float: left;
	padding: 28px;
	padding-left: 42px;
	width: 530px;
	line-height: 1.7em;
}

#info {
	float: right;
	padding: 28px;
	padding-left: 62px;
	width: 290px;
}

#bodytext {
	width: 520px;
	text-align: justify;
}

#bodytext.wider {
	width: 540px;
}

#bodytext.wider2 {
	width: 640px;
}

#bodytext p, #bodytext li {
	line-height: 1.6em;
}

#bodytext-2 {
	width: 630px;
}

#main {
	float: right;
	width: 700px;
	padding: 20px;
	padding-bottom: 60px;
}

/*////////////////////////////////////////////
// Submenu
////////////////////////////////////////////*/

#sidebar, #sidebar_bottom {
	float: left;
	width: 240px;
}

#sidebar {
	background-image: url("/images/common/submenu.png");
}

#submenu {
	padding: 20px;
	padding-bottom: 30px;
	font-size: 1.25em;
}

#submenu a:link, #submenu a:visited {
	color: #437c16;
}

#submenu a:hover {
	color: #2b4913;
}


#submenu ul {
	list-style: none;
}

/*////////////////////////////////////////////
// Price List Table
////////////////////////////////////////////*/

table.price-list .time {
	vertical-align: top;
	width: 80px;
	padding-top: 1px;
}

table.price-list .price {
	vertical-align: top;
	text-align: right;
	padding-top: 1px;
}

table.price-list .price-2col {
	vertical-align: top;
	padding-top: 1px;
}

table.price-list .service {
	width: 480px;
	padding-right: 40px;
}

table.price-list .service-2col {
	width: 160px;
	padding-right: 20px;
}

table.price-list .service-features, table.gift-card-packages .service-features {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 0.90em;
	color: #999;
}

table.price-list td {
	padding-bottom: 30px;
}

table.price-list td.noBottomPadding {
	padding-bottom: 0px;
}

table.price-list td.mul {
	padding-bottom: 3px;
}

table.price-list .service-description {
	margin-top: 3px;
}

.itemnote {
	font-style: italic;
	font-weight: normal;
	font-family: Palatino, Georgia, 'Times New Roman', serif;
}

/*////////////////////////////////////////////
// UV Images Table
////////////////////////////////////////////*/

table#uv-images {
	font-size: 0.9em;
	margin-top: 20px;
}

table#uv-images td {
	padding-bottom: 14px;
	vertical-align: top;
}

table#uv-images img {
	padding-top: 3px;
	padding-left: 15px;
}

/*////////////////////////////////////////////
// Image Styles
////////////////////////////////////////////*/

.image-description {
	background-color: #d1f1db;
	border: 1px solid #d6d09e;
	padding: 10px;
	width: 220px;
	float: right;
	margin-top: 22px;
	text-align: justify;
	line-height: 1.6em;
	font-size: 0.9em;
}


/*////////////////////////////////////////////
// Contact Us Form
////////////////////////////////////////////*/

#contact-us table td.top {
	vertical-align: top;
	padding-top: 4px;
}

#contact-us table td {
	padding-bottom: 15px;
}

#contact-us table td.col1 {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

#contact-us table td.col2 {
	padding-left: 25px;
}

#contact-us input {
	padding: 0.3em;
	font-size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#contact-us textarea {
	padding: 0.5em;
	font-size: 0.9em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

textarea {
	padding: 0.5em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/*////////////////////////////////////////////
// Footer
////////////////////////////////////////////*/

#footer {
	width: 980px;
	margin: 0 auto;
	background-image: url("/images/index/body_bg.png");
	clear: both;
	text-align: center;
	padding: 0 18px;
}

#footer #fwrapper {
	height: 48px;
	border-top: 1px solid #ddd;
	padding-top: 13px;
	background-color: #efefef;
	color: #444;
}

#footer p {
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #76a0a8;
}

#footer a:hover {
	color: #666;
}

input {
	padding: 0.3em;
	font-size: 0.9em;
}

.hr {
	border-bottom: 1px solid #ccc;
}

.clearer {
	clear: both;
}
