@import "colour.css?refresh";
/* ------------- LAYOUT ------------- */
html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, 'Lucida Grande', 'lucida sans unicode', Arial, sans-serif;
	font-size:medium;
	font-weight:400;
	margin-top:20px;
	text-align:center;
}
#wrapper, #header, #nav ul, #footer p {
	clear:both;
	margin:0 auto;
	text-align:left;
	width:980px;
}
#content {
	float:left;
	margin-bottom:10px;
	padding:0 15px;
	width:670px;
}
#sidebar {
	background:#fff;
	border-left:1px dotted #ccc;
	float:right;
	margin-bottom:10px;
	padding:0 10px;
	width:245px;
}
/* ------------- SIDEBAR ------------ */
#sidebar h3 {
	border-bottom:1px dotted #ccc;
	margin-top:1em;
}
#sidebar ul {
	margin-left:0;
	padding-left:0;
	width:200px;
}
#sidebar ul li {
	list-style:none;
	margin:0 0 8px;
	padding:0.25em;
}
/* ------------- FOOTER ------------ */
#footer {
	background:#702045;
	clear:both;
	color:#fff;
	margin-top:15px;
	min-width:980px;
	padding:10px 0;
	position:relative;
	width:100%;
}
.section {
	background:#fff url("../images/section_bg.gif") top left repeat-x;
	border:1px solid #CCC;
	float:left;
	font-size:90%;
	margin:10px 5px 0;
	padding:9px;
	width:300px;
}
.section_wide {
	float:left;
	margin:5px 10px 10px 5px;
	width:298px;
}
/* ------------- LOGO AND PHONE HEADER ------------- */
#header {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
h1.logo {
	float:left;
	margin:0;
	padding:8px 14px;
	width:400px;
}
h2.phone {
	float:right;
	margin:0;
	padding:8px 14px;
}
/* ------------- NAVIGATION ------------ */
#nav {
	background:#702045 url(../images/nav_bg.gif) repeat-x bottom left;
	float:left;
	margin:15px 0;
	min-width:980px;
	padding:5px 0 0;
	text-align:left;
	width:100%;
}
#nav ul {
	list-style:none;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
}
#nav a {
	background:#dcc5d1 url(../images/off_bg.gif) repeat-x top left;
	border:1px solid #9B8748;
	border-bottom:none;
	color:#333;
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:4px 8px;
	text-decoration:none;
}
/*page nav highlighting*/
#nav ul a:hover, body#home .home a, #nav ul a:hover, body#treat .treat a, #nav ul a:hover, body#indulge .indulge a, #nav ul a:hover, body#specialist .specialist a, #nav ul a:hover, body#prods .prods a, #nav ul a:hover, body#info .info a, #nav ul a:hover, body#contact .contact a {
	background:#fff url(../images/on_bg.gif) repeat-x top left;
	border-color:#727377;
	color:#333;
	padding-bottom:5px;
}
/*section(s) subnav highlighting*/
#treat.face li.face a, #treat.body li.body a, #treat.caciface li.caciface a, #treat.cacibody li.cacibody a, #treat.eye li.eye a, #treat.hair li.hair a, #treat.makeup li.makeup a, #treat.hands li.hands a, #treat.tanning li.tanning a, #treat.holistic li.holistic a, #indulge.pamper li.pamper a, #indulge.packages li.packages a {
	color:#821745;
}
/* ------------- HOMEPAGE ----------- */
#home-topsection {
	background:#666 url("../images/homepage/top-section-grad.gif") top left repeat-x;
	border-bottom:2px solid #e0e0d5;
	border-top:1px solid #e0e0d5;
	clear:both;
	color:#fff;
}
.content_wide {
	margin:15px auto 30px;
	padding:10px;
	text-align:left;
	width:950px;
}
.section_wide {
	margin-top:0;
}
table {
	background: #fff url("../images/section_bg.gif") top left repeat-x;
	border: 1px solid #ccc;
	padding: 4px;
	text-transform: capitalize;
}
table th, table td {
	margin: 0;
	padding: 8px 20px;
	color: #702045;
	border-bottom: 1px solid #b5b5b5;
}
table td {
	color: #702045;
}
/* ------------- TYPOGRAPHY ------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
h2 {
	font-size:1.7em;
	margin:.6em 0 .6em 4px;
	padding:0;
}
h3 {
	border-top:1px dotted #ccc;
	font-size:1.1em;
	margin:5px 0 5px 4px;
	padding-top:.6em;
}
#sidebar h3, .section h3, .section_wide h3 {
	border-top:none;
	padding-top:0;
}
p {
	font-size:0.8em;
	line-height:1.5em;
}
p.intro {
	font-size:.9em;
	font-style:italic;
}
ul, ol {
	font-size:0.8em;
	list-style-type:none;
}
.section_wide table {
	border-collapse:collapse;
	font-size:80%;
}
.section_wide h3 {
	margin-top:0;
	padding:4px;
	text-align:center;
}
/* ------------- IMAGES ---------------- */
h1 {
	display:block;
	margin:10px 0;
}
h1 a {
	display:block;
	height:55px;
	overflow:hidden;
}
a img {
	border:none;
}
#content_wide img {
	margin-top:0.6em;
}
img.pagebanner {
	border:2px solid #f2f2f2;
}
img.floatleft {
	float:left;
	margin:0 10px 10px 0;
}
img.floatright {
	float:right;
	margin:0 0 10px 10px;
}
img.home {
	border:3px solid #e0e0d5;
}
#content li {
	background:#fff url("../images/li_replace.gif") top left no-repeat;
	padding:0 0 15px 30px;
}
/* --------------- EXTRAS -------------- */
.clear {
	clear:both;
}
fieldset {
	padding:6px;
}
fieldset h2 {
	margin-left:20px;
}
#footer p.credit {
	font-size:120%;
}
h4, p, ul, ol {
	margin-left:4px;
}
#sidebar p, #sidebar ul, #sidebar ol, #footer p {
	font-size:0.75em;
}
