/*LAYOUT & BGs*/
BODY
{
	background: #EDF8FE url(img/body_bg.jpg) repeat-x top;
}
.page-wrapper
{
	padding: 0;
	margin: 37px auto 0;
}
.header
{
	background: transparent url(img/top_bg.jpg) no-repeat top;
	height: 185px;
	width: 960px;
	padding: 0;
	margin: 0;
}
.header .header-image
{
	/*[empty]background:;*/
}
.content
{
	width: 720px;
	float: left;
	clear: both;
	margin-top: 20px;
}
.content-wrapper
{
	background: url(img/content_bg.jpg) repeat-y;
	width: 960px;
	margin: 0;
	padding: 0;
}
.full-node
{
	background: #EAEAEA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.full-node.blue
{
	background: url(img/fullcontentBG.jpg) no-repeat;
	padding-top: 10px;
}
.half-node-left
{
	background: url(img/halfcontentLBG.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 0px;
}
.half-node-right
{
	background: url(img/halfcontentRBG.jpg) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 10px;
}
.header .logo
{
	position: relative;
	width: 0;
	height: 0;
}
.header .logo IMG
{
	position: absolute;
	top: -96px;
	left: -28px;
	z-index: 10;
}
.sidebar
{
	float: right;
	margin-top: 20px;
}
.footer
{
	margin: 0 -5px;
	background: transparent url(img/footer_bg.jpg) no-repeat top;
	width: 970px;
	height: 80px;
	padding-top: 37px;
}
/*PRIMARY LINKS*/
.header .primary-links
{
	margin: 0;
	float: right;
	width: 960px;
	height: 45px;
	background: url(img/navigation-bg.gif);
}
.header .primary-links UL.menu
{
	float: right;
	width: 720px;
	height: 45px;
	list-style: none;
	margin: 0;
}
.header .primary-links UL.menu LI
{
	float: left;
	height: 45px;
	display: block;
	background: url(img/navigation-div.gif) no-repeat 100% 50%;
	margin: 0;
}
.header .primary-links UL.menu LI A
{
	color: #AAA;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 14px 12px 13px 8px;
}
.header .primary-links UL.menu LI.first A
{
	padding-left: 0;
}
.header .primary-links UL.menu LI.last A
{
	color: #75B345;
}
.header .primary-links UL.menu LI A.active
{
	color: #FFF;
}
.header .primary-links UL.menu LI A:hover
{
	color: #FFF;
}
/*SIDEBAR*/
.sidebar H2
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	color: #555;
}
.sidebar P
{
	margin-left: 5px;
}
.sidebar UL.sidemenu
{
	list-style: none outside;
	line-height: 1.7em;
	font-size: 0.9em;
	text-align: left;
	margin: 5px 0 8px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #A9D4EF;
}
.sidebar UL.sidemenu LI
{
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #D2E8F7;
}
.sidebar UL.sidemenu LI A
{
	text-decoration: none;
	color: #1773BC;
}
.sidebar UL.sidemenu LI A:hover
{
	color: #333;
}
.sidebar .side-thumbs A
{
	float: right;
	margin: 0 25px 5px;
}
.sidebar .icon-links
{
	margin: 0;
}
/*FOOTER*/
.footer
{
	color: #999;
	text-align: center;
	font-size: 12px;
}
.footer P
{
	padding: 5px 0;
	margin: 0;
}
.footer A
{
	color: #777;
	text-decoration: none;
}
.footer #footer-links A
{
	color: #8DC549;
	text-decoration: none;
}
.footer #footer-links A:hover
{
	color: #2566C3;
}
/*IMAGES*/
.full-node IMG.float-left
{
	padding: 5px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	margin: 10px 20px 20px 10px;
}
/*FONT STYLES*/
BODY
{
	color: #777;
	font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}
H1, H2, H3
{
	font-family: Arial, sans-serif;
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin: 0 10px 10px 0;
}
H1
{
	font-size: 18px;
	font-weight: normal;
	color: #555;
}
H1.title
{
	color: #75B345;
	float: right;
	width: 720px;
	z-index: 20;
	margin: 15px 0 0 5px;
}
H2
{
	font-size: 26px;
	line-height: 26px;
	color: #2B2C2C;
	margin-top: 0;
	font-weight: normal;
}
H3
{
	font-size: 1.2em;
	color: #666666;
}
UL
{
	list-style: disc inside none;
}
LI UL
{
	list-style: circle;
	margin-left: 30px;
}
H2 A
{
	text-decoration: none;
	color: #75B345;
}
A, A:visited
{
	text-decoration: none;
	vertical-align: middle;
	background: inherit;
	color: #FB9233;
}
A:hover
{
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}
BLOCKQUOTE
{
	margin: 10px 20px;
	padding: 0 30px;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, arial, Sans-serif;
	color: #2361BA;
	background: url(img/quote.jpg) no-repeat 1px -3px;
}
/*ALIGNMENT CLASSES*/
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
/*CUSTOM ELEMENTS
-- specials*/
.special-teaser
{
	margin-bottom: 20px;
}
.special-teaser .title
{
	width: 460px;
	height: 85px;
}
.special-teaser H2
{
	font-size: 28px;
	line-height: 30px;
	color: #2B2C2C;
	font-weight: normal;
	margin: 0;
}
.special-teaser H3
{
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #7E463C;
	margin: 0;
}
.special-teaser .see-all
{
	position: absolute;
	top: 189px;
	left: 120px;
	width: 0;
	height: 0;
}
.special-teaser .see-all A
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: url(img/button_grid2.jpg);
	color: #FFF;
	height: 20px;
	width: 100px;
	text-align: center;
	padding: 5px 0;
}
.special-teaser .details
{
	float: left;
	width: 220px;
}
.special-teaser .thumbs
{
	border-collapse: collapse;
	float: right;
	width: 230px;
	padding: 0;
}
.special-teaser .thumbs A
{
	border: 0;
	float: left;
	display: block;
	overflow: hidden;
	height: 135px;
	width: 70px;
	padding: 0;
	margin: 0 0 0 5px;
}
.special H3
{
	font-size: 14px;
	clear: both;
}
.special H3.float
{
	clear: left;
	float: left;
	margin-bottom: 0;
}
.special P.price
{
	color: #2566C3;
	font-weight: bold;
	display: block;
	text-align: right;
}
.special IMG
{
	margin: 5px 15px 10px 10px;
	float: left;
}
/*-- footer links*/
.footer #signup-button A
{
	float: right;
	position: relative;
	top: -4px;
	text-indent: -9999px;
	background: url(img/email-signup.jpg) no-repeat left top;
	width: 163px;
	height: 52px;
	margin-right: 10px;
}
.footer .menu-wrapper
{
	background: url(img/footer-bar_bg.jpg);
	float: right;
	width: 410px;
	_width: 415px;
	height: 45px;
	margin-bottom: 50px;
}
.footer .menu-wrapper UL.menu
{
	float: left;
	height: 45px;
	list-style: none;
	margin: 0;
}
.footer .menu-wrapper UL.menu LI
{
	float: left;
	height: 45px;
	display: block;
	background: url(img/navigation-div.gif) no-repeat 100% 50%;
	margin: 0;
}
.footer .menu-wrapper UL.menu LI A
{
	color: #AAA;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 14px 12px 13px 8px;
}
.footer .menu-wrapper UL.menu LI A:hover
{
	color: #FFF;
}
.footer .menu-wrapper .owlandfox
{
	padding: 14px 12px 13px 8px;
}
/*-- treatments lists*/
.treatments .tab-content .price
{
	color: #568531;
	font-weight: bold;
	float /**/: right;
	position: relative;
	margin-right: 5px;
	_float: none;
	_margin-left: 10px;
}
.treatments .tab-content UL
{
	font-size: 90%;
	list-style: none outside none;
}
.treatments .tab-content UL LI
{
	background-color: #EEF2E7;
	border: 1px solid #D0DBBC;
	padding: 3px 3px 3px 6px;
	margin-bottom: 4px;
}
/*-- icon links*/
.icon-links
{
	position: relative;
	z-index: 10;
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
}
.icon-links LI
{
	padding: 3px 6px;
	margin-bottom: 10px;
}
.icon-links LI .ui-icon
{
	margin: 1px 4px 0 0;
	float: left;
}
/*-- ui fixes*/
.accordion
{
	margin-top: 10px;
}
.accordion .ui-accordion-header
{
	line-height: 0.8em;
}
.accordion DIV
{
	#overflow: hidden;
	_overflow: visible;
	#min-height: 1px;
}
.ui-tabs
{
	padding: 0;
	zoom: 1;
}
.ui-tabs-nav
{
	margin-left: 10px;
	margin-right: 10px;
	_margin-right: 0;
}
#tabs.vertical .ui-tabs-nav LI
{
	clear: both;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 220px;
	margin-bottom: 4px;
}
/*HEADER IMAGES*/
BODY #header-image
{
	background-image: url(img/headerBG3.jpg);
	width: 960px;
	height: 140px;
}
#bodyclass.home #header-image
{
	background-image: url(img/headerBG3.jpg);
}
#bodyclass.about #header-image
{
	background-image: url(img/headerBG10.jpg);
}
#bodyclass.treatments #header-image
{
	background-image: url(img/headerBG5.jpg);
}
#bodyclass.specials #header-image
{
	background-image: url(img/headerBG4.jpg);
}
#bodyclass.vouchers #header-image
{
	background-image: url(img/headerBG6.jpg);
}
#bodyclass.contact #header-image
{
	background-image: url(img/headerBG12.jpg);
}
#bodyclass.newsletter #header-image
{
	background-image: url(img/headerBG2.jpg);
}
