
/* --- Body Default Values --- */

body {
	margin:0;
	padding:0;
	background:url(../images/bg-pattern.gif) repeat;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444444;
}

a:link, a:visited {
	color:#627f03;
	text-decoration:underline;
}

a:hover, a:active {
	color:#627f03;
	text-decoration:none;
}

.Bold {
	font-weight:bold;
}

.Italicize {
	font-style:italic;
}

.Underline {
	text-decoration:underline;
}

.Bold_and_Italicize {
	font-weight:bold;
	font-style:italic;
}

.Bold_and_Underline {
	font-weight:bold;
	text-decoration:underline;
}

.Italicize_and_Underline {
	font-style:italic;
	text-decoration:underline;
}

.Bold_Italicize_and_Underline {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.Center_Item {
	text-align:center;
}

.Left_Align_Item {
	float:left;
}

.Right_Align_Item {
	float:right;
}

.Left_Align_Item_with_Padding {
	float:left;
	margin-right:10px;
}

.Right_Align_Item_with_Padding {
	float:right;
	margin-left:10px;
}

.clearFloat {
	clear:both;
	margin:0;
	padding:0;
	height:0;
}

/* this hides navigation / sitemap link so that it only displays in old cell phones */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img.displayBlock {
	display:block;
}

/* eliminates default borders on images that are links */
img {
	border:none;
}

.handCursorIcon {
	cursor:pointer;
}

/* -------------------------------------------------- */

#wrapper {
	margin:0 auto;
	padding:0;
	width:980px;
}

/* --- Masthead Region --- */

#masthead {
	position:relative;
	width:980px;
	height:160px;
	color:#e4f9c7;
}

#masthead a:link, #masthead a:visited {
	color:#e4f9c7;
	text-decoration:none;
}

#masthead a:hover, #masthead a:active {
	color:#e4f9c7;
	text-decoration:underline;
}

.logo {
	position:absolute;
	width:512px;
	height:71px;
	top:49px;
	left:33px;
	background:url(../images/logo-and-tagline.png) left top no-repeat !important;
	background:url(../images/logo-and-tagline.gif) left top no-repeat;
}

.logo a {
	display:block;
	width:512px;
	height:71px;
	text-decoration:none;
}

.mastheadHeading h1 {
	position:absolute;
	margin:0;
	padding:0;
	width:350px;
	top:30px;
	right:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:100%;
	text-align:right;
}

.mastheadContactInfo {
	position:absolute;
	width:300px;
	top:50px;
	right:40px;
	font-size:1.6em;
	text-align:right;
}

.mastheadSocialMedia {
	position:absolute;
	width:300px;
	height:35px;
	top:107px;
	right:40px;
}

.facebookIconMasthead {
	float:right;
	margin-left:14px;
	width:35px;
	height:35px;
	background:url(../images/facebook-icon-masthead.png) no-repeat left !important;
	background:url(../images/facebook-icon-masthead.gif) no-repeat left;
	_display:inline; /* IE6 Hack */
}

.facebookIconMasthead a:link, .facebookIconMasthead a:visited {
	display:block;
	width:35px;
	height:35px;
	text-decoration:none;
	background:url(../images/facebook-icon-masthead.png) no-repeat left !important;
	background:url(../images/facebook-icon-masthead.gif) no-repeat left;
}

.facebookIconMasthead a:hover, .facebookIconMasthead a:active {
	background:url(../images/facebook-icon-masthead.png) no-repeat right !important;
	background:url(../images/facebook-icon-masthead.gif) no-repeat right;
}

.twitterIconMasthead {
	float:right;
	margin-left:14px;
	width:35px;
	height:35px;
	background:url(../images/twitter-icon-masthead.png) no-repeat left !important;
	background:url(../images/twitter-icon-masthead.gif) no-repeat left;
	_display:inline; /* IE6 Hack */
}

.twitterIconMasthead a:link, .twitterIconMasthead a:visited {
	display:block;
	width:35px;
	height:35px;
	text-decoration:none;
	background:url(../images/twitter-icon-masthead.png) no-repeat left !important;
	background:url(../images/twitter-icon-masthead.gif) no-repeat left;
}

.twitterIconMasthead a:hover, .twitterIconMasthead a:active {
	background:url(../images/twitter-icon-masthead.png) no-repeat right !important;
	background:url(../images/twitter-icon-masthead.gif) no-repeat right;
}

.wordpressIconMasthead {
	float:right;
	margin-left:14px;
	width:35px;
	height:35px;
	background:url(../images/wordpress-icon-masthead.png) no-repeat left !important;
	background:url(../images/twitter-icon-masthead.gif) no-repeat left;
	_display:inline; /* IE6 Hack */
}

.wordpressIconMasthead a:link, .wordpressIconMasthead a:visited {
	display:block;
	width:35px;
	height:35px;
	text-decoration:none;
	background:url(../images/wordpress-icon-masthead.png) no-repeat left !important;
	background:url(../images/wordpress-icon-masthead.gif) no-repeat left;
}

.wordpressIconMasthead a:hover, .wordpressIconMasthead a:active {
	background:url(../images/wordpress-icon-masthead.png) no-repeat right !important;
	background:url(../images/wordpress-icon-masthead.gif) no-repeat right;
}

/* -------------------------------------------------- */

/* --- Top Nav Region --- */

#topNav {
	width:980px;
	height:40px;
	background-color:#e4f9c7;
	letter-spacing:3px;
}

/* -------------------------------------------------- */

/* --- Main Images --- */

#mainImageContainerHomepage {
	margin:4px 0 0 0;
	padding:0;
}

#mainImageContainerHomepage img {
	display:block;
}

#mainImageContainer {
	margin:0 0 19px 0;
	width:619px;
	height:364px;
}

#mainImageContainer img {
	display:block;
}

#sideImageContainer {
	margin:0 0 20px 20px;
	width:280px;
	height:364px;
}

#sideImageContainer img {
	display:block;
}

/* -------------------------------------------------- */

/* --- Body Region --- */

#mainContent {
	margin:4px 0 0 0;
	padding:0;
	width:978px;
	background:url(../images/columns-bg.gif) center top repeat-y;
	border:1px solid #FFFFFF;
}

/* -------------------------------------------------- */

/* --- Main Column --- */

#mainColumn {
	float:left;
	margin:19px 0 19px 19px;
	width:619px;
	_display:inline; /* IE6 Hack */
}

#mainColumn h1 {
	margin:0;
	padding:0 0 5px 0;
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:2.7em;
	line-height:130%;
	color:#6c7292;
}

#mainColumn h2 {
	margin:0;
	padding:15px 0 5px 0;
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:2.1em;
	line-height:130%;
	color:#444444;
}

#mainColumn h3 {
	margin:0;
	padding:15px 0 5px 0;
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:130%;
	color:#444444;
}

#mainColumn .Main_Column_Subheading {
	margin:0 0 7px 0;
	padding:0;
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	line-height:150%;
}

#mainColumn p {
	margin:0;
	padding:5px 0 10px 0;
	font-size:1.5em;
	line-height:150%;
}

#mainColumn p.footnote {
	margin:0;
	padding:5px 0;
	font-size:1.3em;
	line-height:130%;
}

#mainColumn ul {
	margin:0 0 15px 30px;
	padding:0;
	list-style-type:disc;
	font-size:1.5em;
}

#mainColumn ul li {
	padding:3px 0;
	line-height:130%;
}

#mainColumn ul li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:disc;
	font-size:1em;
}

#mainColumn ul li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

#mainColumn ol {
	margin:0 0 15px 33px;
	padding:0;
	font-size:1.5em;
}

#mainColumn ol li {
	padding:3px 0;
	line-height:130%;
}

#mainColumn ol li ol {
	margin:3px 0 5px 20px;
	padding:0;
	font-size:1em;
}

#mainColumn ol li ul {
	margin:3px 0 5px 20px;
	padding:0;
	list-style-type:disc;
	font-size:1em;
}

#mainColumn table.treatments {
	border-collapse:collapse;
	width:100%;
}

#mainColumn table.treatments tr td {
	padding-bottom:30px;
	vertical-align:top;
}

#mainColumn table.treatmentPrices {
	margin:0 0 0 20px;
	border-collapse:collapse;
}

#mainColumn table.treatmentPrices tr td {
	padding:0 10px 5px 5px;
	vertical-align:top;
}

#mainColumn table.treatmentPrices tr td p {
	margin:0 0 5px 0;
	line-height:120%;
}

#mainColumn table.general {
	margin:10px;
	border-collapse:collapse;
	width:100%;
}

#mainColumn table.general tr td {
	padding:0 10px 10px 0;
	vertical-align:top;
}

#mainColumn table.general tr td p {
	margin:0 0 5px 0;
	line-height:120%;
}

#mainColumn table.generalWithBorder {
	border-collapse:collapse;
	width:100%;
	border:1px solid #bdbdc9;
}

#mainColumn table.generalWithBorder tr td {
	padding:10px 10px 5px 10px;
	vertical-align:top;
}

#mainColumn table.generalWithBorder tr td p {
	margin:0 0 5px 0;
	line-height:120%;
}

#mainColumn .shareThisContainer {
	margin:20px 0 0 0;
}

#mainColumn a.linkWithTextColor:link, #mainColumn a.linkWithTextColor:visited, #mainColumn a.linkWithTextColor:hover, #mainColumn a.linkWithTextColor:active {
	color:#444444;
	text-decoration:none;
}

/* -------------------------------------------------- */

/* --- Homepage Blog Posts --- */

#homepageBlogPosts .custom img {
	border:none;
}

#homepageBlogPosts img.left, #homepageBlogPosts img.alignleft, #homepageBlogPosts .wp-caption.alignleft, #homepageBlogPosts img[align="left"] {
	float: left;
	clear: left;
	margin: 0 1.467em 1.467em 0;
}

#homepageBlogPosts img.right, #homepageBlogPosts img.alignright, #homepageBlogPosts .wp-caption.alignright, #homepageBlogPosts img[align="right"] {
	float: right;
	clear: right;
	margin: 0 0 1.467em 1.467em;
}

#homepageBlogPosts img.center, #homepageBlogPosts img.aligncenter, #homepageBlogPosts .wp-caption.aligncenter, #homepageBlogPosts img[align="middle"] {
	display: block;
	float: none;
	clear: both;
	margin: 0 auto 1.467em auto;
}

#homepageBlogPosts img.block, #homepageBlogPosts img.alignnone, #homepageBlogPosts .wp-caption.alignnone {
	display: block;
	clear: both;
	margin: 0 auto 1.467em 0;
}

#homepageBlogPosts img.frame, #homepageBlogPosts .wp-caption {
	padding: 0.667em;
	border-width: 0.067em;
}

#homepageBlogPosts img.stack {
	margin-left: 1.467em;
}

#homepageBlogPosts .wp-caption p {
	font-size: 0.867em;
	line-height: 1.385em;
	margin-bottom: 0;
}

#homepageBlogPosts .ad {
	margin-left: 1.467em;
}

#homepageBlogPosts .ad_left {
	margin-right: 1.467em;
}

#homepageBlogPosts a img {
	border: none;
}

#homepageBlogPosts img.frame {
	background: #eee;
	border-style: solid;
	border-color: #ddd;
}

#homepageBlogPosts img.stack {
	clear: none !important;
}

/* -------------------------------------------------- */

/* --- Hide Blog Post's Social Media Icons from Homepage Blog Excerpt --- */

.st_facebook_buttons {
	display:none;
}

.st_twitter_buttons {
	display:none;
}

.st_email_buttons {
	display:none;
}

.st_sharethis_buttons {
	display:none;
}

.st_fblike_buttons {
	display:none;
}

.st_plusone_buttons {
	display:none;
}

/* -------------------------------------------------- */

/* --- Side Column --- */

#sideColumn {
	float:right;
	margin:19px 0;
	width:320px;
	_display:inline; /* IE6 Hack */
}

#sideColumn a:link, #sideColumn a:visited {
	text-decoration:none;
}

#sideColumn a:hover, #sideColumn a:active {
	text-decoration:underline;
}

.sideColumnContainer {
	margin:0 20px 17px 20px;
	padding:0 0 13px 0;
	width:280px;
	background:url(../images/side-column-container-bottom.png) center bottom no-repeat !important;
	background:url(../images/side-column-container-bottom.gif) center bottom no-repeat;
}

.sideColumnContainerBorders {
	margin:0;
	padding:10px 20px 0 20px;
	width:238px;
	border-top:1px solid #bdbdc9;
	border-right:1px solid #bdbdc9;
	border-left:1px solid #bdbdc9;
}

.Side_Column_Heading {
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:2.4em;
	font-weight:bold;
	color:#6c7292;
}

.sideColumnContainer p {
	margin:0;
	padding:5px 0;
	font-size:1.5em;
	line-height:130%;
}

.sideColumnContainer ul {
	margin:0 0 5px 15px;
	padding:0;
	list-style-type:disc;
	font-size:1.5em;
}

.sideColumnContainer ul li {
	padding:3px 0;
	line-height:130%;
}

.sideColumnContainer ul li ul {
	margin:3px 0 5px 15px;
	padding:0;
	list-style-type:disc;
	font-size:1em;
}

.sideColumnContainer ul li ol {
	margin:3px 0 5px 15px;
	padding:0;
	font-size:1em;
}

.sideColumnContainer ol {
	margin:0 0 5px 18px;
	padding:0;
	font-size:1.5em;
}

.sideColumnContainer ol li {
	padding:3px 0;
	line-height:130%;
}

.sideColumnContainer ol li ol {
	margin:3px 0 5px 15px;
	padding:0;
	font-size:1em;
}

.sideColumnContainer ol li ul {
	margin:3px 0 5px 15px;
	padding:0;
	list-style-type:disc;
	font-size:1em;
}

.sideColumnContainer ul.Side_Column_Big_Links {
	margin:5px 0 0 0;
	list-style:none;
}

.sideColumnContainer ul.Side_Column_Big_Links li {
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

.videoContainer {
	margin:0 0 20px 0;
	padding:20px;
	width:280px;
	background:#d4d4dd;
}

#TA_certificateOfExcellence561 {
	margin:0 auto 20px auto;
	width:172px;
}

/* -------------------------------------------------- */

/* --- Homepage Bottom Content --- */

#homepageBottomContentContainer {
	margin:4px 0 0 0;
	padding:19px;
	width:940px;
	background-color:#f5f5f8;
	border:1px solid #FFFFFF;
}

.homepageBottomContentContainerHeading {
	font-family:"Open Sans Condensed", "Univers Condensed", "Linotype Univers", Arial, Helvetica, sans-serif;
	font-size:2.4em;
	font-weight:bold;
	line-height:130%;
}

.homepageBottomContentContainerHeading a:link, .homepageBottomContentContainerHeading a:visited {
	text-decoration:none;
}

.homepageBottomContentContainerHeading a:hover, .homepageBottomContentContainerHeading a:active {
	text-decoration:underline;
}

#homepageBottomContentContainer p {
	margin:0;
	padding:5px 0;
	font-size:1.5em;
	line-height:130%;
}

.homepageBottomContentBox1 {
	float:left;
	padding:0 20px 0 0;
	width:291px;
	border-right:1px solid #d4d4dd;
	_display:inline; /* IE6 Hack */
}

.homepageBottomContentBox2 {
	float:left;
	padding:0 20px;
	width:287px;
	border-right:1px solid #d4d4dd;
	_display:inline; /* IE6 Hack */
}

.homepageBottomContentBox3 {
	float:left;
	padding:0 0 0 20px;
	width:280px;
	_display:inline; /* IE6 Hack */
}

/* -------------------------------------------------- */

/* --- Footer Region --- */

#footerArea {
	margin:30px 20px;
	padding:0;
	width:940px;
	color:#e4f9c7;
}

#footerArea a:link, #footerArea a:visited {
	color:#e4f9c7;
	text-decoration:none;
}

#footerArea a:hover, #footerArea a:active {
	color:#e4f9c7;
	text-decoration:underline;
}

.footerText {
	float:left;
	margin:3px 40px 0 0;
	width:400px;
	font-size:1.3em;
	line-height:130%;
	_display:inline; /* IE6 Hack */
}

.footerText p {
	margin:0;
	padding:0;
}

.footerHeading {
	font-size:1.2em;
}

.footerContactInfo {
	float:left;
	margin:0 40px 0 0;
	width:220px;
	font-size:1.5em;
	line-height:130%;
	_display:inline; /* IE6 Hack */
}

.footerSpaHours {
	float:left;
	margin:0;
	width:239px;
	font-size:1.5em;
	line-height:130%;
	_display:inline; /* IE6 Hack */
}

.footerContactInfo p, .footerSpaHours p {
	margin:8px 0 0 0;
	padding:0;
}

.footerLinks {
	padding:30px 0 0 0;
	font-size:1.3em;
	line-height:130%;
	text-align:center;
}

.footerCredits {
	margin:15px auto 0 auto;
	padding:23px 0 0 0;
	width:620px;
	height:38px;
	font-size:1.3em;
	text-align:center;
	background:url(../images/footer-flower.png) center center no-repeat !important;
	background:url(../images/footer-flower.gif) center center no-repeat;
}

/* -------------------------------------------------- */

/* --- Forms --- */

#submissionForm {
	margin:10px 0 40px 0;
	padding:20px;
	border:1px solid #bdbdc9;
}

#submissionForm iframe {
	border:1px solid #bdbdc9;
	width:550px;
	height:150px;
}

#name, #firstname, #lastname, #address, #city, #phone, #email, #appt, #giftcertificate, #person, #dateofevent, #numberofguests, #budget, #specialoffers {
	margin:3px 0;
	padding:6px;
	width:200px;
	color:#3e2e17;
	border:1px solid #bdbdc9;
}

#state, #zip, #expdate, #amount, #ccdigits, #cvc {
	margin:3px 0;
	padding:6px;
	width:80px;
	color:#3e2e17;
	border:1px solid #bdbdc9;
}

#cctype {
	margin:3px 0;
	padding:6px;
	width:200px;
	color:#3e2e17;
	border:1px solid #bdbdc9;
}

#submissionForm table tr td #spamcode {
	margin:0;
	padding:0;
	border:1px solid #bdbdc9;
}

#security_code {
	margin:0;
	padding:6px;
	width:100px;
	color:#3e2e17;
	border:1px solid #bdbdc9;
}

/* -------------------------------------------------- */

