@charset "UTF-8";

/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #395445;
	background-image: url(images/greenbgndTiled.gif);
	position: relative;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
ul, ol, dl { position: relative; }

/*Fixes the blue border around all image links*/
a img { border: none; }

/*Fixes gaps around flash element in Firefox*/
td {
	padding: 0;
	}

#header {
	position: relative;
	height: 144px;
	width: 816px;
	font-size: 0px;
	line-height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#container {
	width: 816px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*////////////////////////// FACIAL STYLES /////////////////////////*/

#facialContent .facialheaderpic {
	background-image: url(images/facial/FacialMainTitle.jpg);
	height: 367px;
	width: 780px;
}
#facialContent {
	background-image: url(images/mainContBkgnd.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
} 

/*////////////////////////// MASSAGE STYLES /////////////////////////*/

#massageContent .massageheaderpic {
	background-image: url(images/massage/MassageMainTitle.jpg);
	height: 367px;
	width: 780px;
}
#massageContent {
	background-image: url(images/mainContBkgnd.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
} 
/*////////////////////////// SPA STYLES /////////////////////////*/

#spaContent .spaheaderpic {
	background-image: url(images/spa/SpaMainTitle.jpg);
	height: 367px;
	width: 780px;
}
#spaContent {
	background-image: url(images/spa/bkgdTabContents.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
} 
#spaFooter {
	background-image: url(images/spa/bkgdTabContentsFooter.gif);
	background-repeat: no-repeat;
	height: 45px;
}

/*////////////////////////// MAIN CONTENT /////////////////////////*/
#mainContent {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
#mainContent h1 {
	font-size: 2em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-left: 20px;
}
#mainContent h2 {
	font-size: 1em;
	font-style: normal;
	color: #FFFF00;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 0px;
}

#mainContent h3 {
	font-size: 1.1em;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent p {
	font-size: 0.9em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.italic {
	font-style: italic;
}
#mainContent .servicebox {
	background-color: #3C3C00;
	height: 121px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#mainContent .servicebox p {
	color: #FFFFFF;
	text-align: justify;
	padding-right: 20px;
	padding-top: 15px;
}
#mainContent .servicebox img {
	float: left;
	margin-right: 20px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 2em;
	width: 250px;
}
#mainContent .quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	color: #AFAF8D;
	text-align: center;
	margin: 0.5em;
	padding-top: 0.6em;
	clear: both;
}
#mainContent .colspacer {
	width: 45px;
	float: left;
	background-image: url(/images/spacer.gif);
	height: 150px;
}

#mainContent .col1 {
	width: 241px;
	float: left;
	height: 180px;
}
#mainContent .col1 h2 {
	line-height: 1.7em;
	margin-left: 1em;
	color: #FFFF99;
}
#mainContent .col1 li {
	line-height: 1.5em;
	margin-left: 0.5em;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent .col1email {
	height: 180px;
	background-image: url(images/Home-3col-bkgrnd.gif);
}
#mainContent .col1email h2 {
	color: #CC0000;
	text-align: left;
	line-height: 2em;
	margin-left: 1.2em;
}
#mainContent .col1email p {
	padding-bottom: 1em;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-left: 1.8em;
	color: #000000;
}

#mainContent .spa {
	background-image: url(images/spa/bkgdWood.png);
	width: 720px;
}
#mainContent .spa  h2  {
	color: #FFFF99;
}
#mainContent .facialNav    {
	width: 780px;
	top: 95px;
	left: 30px;
}
#mainContent .facialNav  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#mainContent .facialNav  li {
	float: left;
	width: 130px;
	height: 60px;
	background-image: url(/images/facial/navBtnBkgd.jpg);
	background-repeat: no-repeat;
}
#mainContent .facialNav  li a:link, .facialNav  li a:visited  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
#mainContent .facialNav  li  a:hover, #headerNav  li  a:active {
	background-image: url(/images/facial/navBtnOver.jpg);
} 


/*////////////////////////// FAQ STYLES /////////////////////////*/

#mainContent .faq {
	background-image: url(/images/mainContBkgnd.gif);
	background-repeat: repeat-y;
}
#mainContent .faqheaderpic {
	background-image: url(images/faq/robeBasketTowels.jpg);
	width: 780px;
	background-repeat: no-repeat;
	height: 367px;
	margin-left: 18px;
}
#mainContent .faq h2 {
	color: #FFCC00;
	font-size: 0.9em;
	margin-left: 40px;
	margin-right: 40px;
}
#mainContent .faq  p  {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-right: 40px;
	margin-left: 40px;
}
/*////////////////////////// LOCATION STYLES /////////////////////////*/
#mainContent .locationHeader {
	background-image: url(images/location/locationHeader.jpg);
	width: 780px;
	background-repeat: no-repeat;
	height: 79px;
	margin-left: 18px;
}
#mainContent .location {
	background-image: url(/images/mainContBkgnd.gif);
	background-repeat: repeat-y;
}

#mainContent .location h1 {
	color: #FFF;
	font-size: 1.8em;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
}
#mainContent .location h2 {
	color: #FFCC00;
	font-size: 0.9em;
	margin-left: 50px;
	margin-right: 40px;
}
#mainContent .location  p  {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-right: 40px;
	margin-left: 50px;
}
/*////////////////////////// SPECIAL VALUES STYLES /////////////////////////*/


#mainContent .special {
	background-image: url(/images/mainContBkgnd.gif);
	background-repeat: repeat-y;
}
#mainContent .specialHeader {
	background-image: url(images/specialValues/specialValuesHeader.jpg);
	width: 780px;
	background-repeat: no-repeat;
	height: 79px;
	margin-left: 18px;
}

#mainContent .special a:link, .special a:visited {
	text-decoration: none;
	color: #FC0;
}

#mainContent .special a:hover, .special a:active {
	display: block;
	color: #666;
}
#mainContent .special h1 {
	color: #FFF;
	font-size: 1.8em;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
}
#mainContent .special h2 {
	color: #FFF;
	font-size: 1.1em;
	margin-left: 50px;
	margin-right: 40px;
}
#mainContent .special  p  {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-right: 40px;
	margin-left: 50px;
}
#mainContent .specialCal  {
	margin-left: 50px;
}

/*////////////////////////// SPECIAL VALUES STYLES /////////////////////////*/


#mainContent .priceList {
	background-image: url(images/mainContBkgnd.gif);
	background-repeat: repeat-y;
	width: 816px;
}
#mainContent .priceListColL {
	width: 408px;
	float: left;
}
#mainContent .priceListColR {
	width: 408px;
	float: left;
}
#mainContent .priceListHeader {
	background-image: url(images/pricelist/priceListHeader.jpg);
	width: 780px;
	background-repeat: no-repeat;
	height: 79px;
	margin-left: 18px;
}

#mainContent .priceList a:link, .special a:visited {
	text-decoration: none;
	color: #FC0;
}

#mainContent .priceList a:hover, .special a:active {
	display: block;
	color: #666;
}
#mainContent .priceList h1 {
	color: #FFF;
	font-size: 1.2em;
	margin-left: 50px;
	margin-right: 40px;
	margin-top: 0px;
}
#mainContent .priceList h2 {
	color: #FF9;
	font-size: 1.4em;
	margin-left: 50px;
	margin-right: 40px;
}
#mainContent .priceList h3 {
	color: #FC0;
	font-size: 0.9em;
	margin-left: 50px;
	float: left;
	margin-right: 10px;
}
#mainContent .priceList h4 {
	color: #FC0;
	font-size: 0.9em;
	margin-left: 1px;
	clear: right;
}
#mainContent .priceList h5 {
	color: #FC0;
	font-size: 0.9em;
	margin-left: 50px;
	float: left;
	margin-right: 10px;
}
#mainContent .priceList h6 {
	color: #FC0;
	font-size: 0.9em;
	margin-left: 1px;
	clear: right;
	text-align: right;
	margin-right: 180px;
}
#mainContent .priceList  p  {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-right: 40px;
	margin-left: 50px;
}

/*////////////////////////// MAIL STYLES /////////////////////////*/

#mainContent .mail {
	background-image: url(/images/mainContBkgnd.gif);
	background-repeat: repeat-y;
}
#mainContent .mailListHeader {
	background-image: url(images/mail/mailListHeader.jpg);
	width: 780px;
	background-repeat: no-repeat;
	height: 79px;
	margin-left: 18px;
}
#mainContent .mailheaderpic {
	background-image: url(images/mail/tinyemail.jpg);
	width: 280px;
	background-repeat: no-repeat;
	height: 280px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}
#mainContent .mail h1 {
	color: #FFF;
	font-size: 1.8em;
	margin-right: 40px;
	margin-left: 40px;
}
#mainContent .mail h2 {
	color: #FC0;
	font-size: 1em;
	margin-right: 40px;
	margin-left: 50px;
}
#mainContent .mail p  {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-right: 40px;
	margin-left: 50px;
}
#mainContent .mail #contact {
	margin-top: 150px;
}
#mainContent .mapheaderpic {
	width: 425px;
	background-repeat: no-repeat;
	height: 350px;
}
#mainContent .map h2 {
	padding-right: 20px;
	color: #FFCC00;
	font-size: 1em;
}
#mainContent .map p  {
	padding-right: 20px;
	color: #FFFFFF;
	font-size: .9em;
}
#mainContent .giftheaderpic {
	background-image: url(images/gift/Gift-Certificate.jpg);
	width: 720px;
	background-repeat: no-repeat;
	height: 420px;
	margin-left: 50px;
}
#mainContent .giftheaderpicValentines {
	background-image: url(images/gift/Gift-Certificate-Valentines.jpg);
	width: 720px;
	background-repeat: no-repeat;
	height: 420px;
	margin-left: 50px;
}
/*////////////////////////// GIFT STYLES /////////////////////////*/

#mainContent  .gift{
	background-image: url(/images/mainContBkgnd.gif);
	background-repeat: repeat-y;
	width: 816px;
}
#mainContent .gift h2 {
	padding-right: 20px;
	color: #FFCC00;
	font-size: 1em;
	margin-left: 50px;
}
#mainContent .gift p  {
	padding-right: 20px;
	color: #FFFFFF;
	font-size: .9em;
	margin-left: 50px;
	margin-right: 50px;
}
#mainContent .giftBox {
	height: 220px;
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 22px;
	margin-left: 50px;
	display: inline;
}
#mainContent .giftBoxDesc {
	background-image: url(images/gift/tagDesc.gif);
	background-repeat: no-repeat;
	height: 124px;
	margin: 0px;
}
#mainContent .giftBoxDescSpecial {
	background-image: url(images/gift/tagDescSpecial.gif);
	background-repeat: no-repeat;
	height: 124px;
	margin: 0px;
}
#mainContent .giftBoxBuyNow {
	float: left;
	width: 160px;
	margin: 0px;
}
#mainContent .giftBoxPrintCard {
	margin: 0px;
	width: 156px;
	height: 96px;
	float: left;
}
#mainContent .giftBox p {
	color: #000000;
	line-height: 1.2em;
	padding-left: 15px;
}
#mainContent .giftBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	padding-top: 6px;
	margin-left: 10px;
}
#mainContent .giftBox h3 {
	float: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #395445;
	padding-top: 4px;
}


/*////////////////////////// FOOTER STYLES /////////////////////////*/

#footer {
	background-image: url(images/mainContFooter.gif);
	background-repeat: no-repeat;
	height: 45px;
}
#tabbedfooter {
	background-image: url(images/mainContFooterTabbed.gif);
	background-repeat: no-repeat;
	height: 45px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat, br { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cartbutton {
	text-align: center;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
}
