body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccc;
	padding-bottom: 80px;
	color: #666666;
}

a {
	color: #FF228B;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	vertical-align: bottom;
}

p.floor {
	margin: 0;
}

#container {
	margin: 0 auto;
	width: 799px;
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #fff;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	background: url(../img/bg_header.jpg) no-repeat top center;
	overflow: hidden;
	display: block;
	height: 0px;
	width: 799px;
	padding: 93px 0 0 0;
}

/* Navigation */
#navigation {
	background: url(../img/bg-menu.jpg) no-repeat top left;
	position: relative;
	height: 36px;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

.nav {
 	z-index: 100;
 	position: absolute;
	right: 0;
	height: 18px;
}

.nav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 2px 0 0 0;
	position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	display: block;
	padding: 0 1px;
	text-decoration: none;
	color: #333;
}

.nav li a:hover {
	background: #fff;
	color: #000;	
}

#menu-one li:hover a, 
#menu-one li.sfHover a {
	background: #fff;
	color: #333;
}

#menu-one li:hover ul a, 
#menu-one li.sfHover ul a {
	background: #fff;
	color: #666;
	padding: 1px 3px;	
}

#menu-one li:hover ul a:hover, 
#menu-one li.sfHover ul a:hover {
	background: #fff;
	color: #000;	
}

.nav ul {
 	background: #fff;
 	border: 1px solid #000;
 	list-style: none;
 	margin: 0;
 	position: absolute;
 	top: -999em;
 	left: -1px;
	width: 120px;
	height: auto;
	padding: 2px 0;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 16px;
}

.nav ul li {
	border: 0;
	float: none;
	margin: 0;
}

.nav ul a {
	display: block;
	white-space: nowrap;
}

.nav ul a:hover {
 	background: #fff;
 	color: #000;
}

#menu-two {
	list-style: none;
	height: 18px;
	position: absolute;
	right: 0;
	top: 18px;
}

#menu-two li {
	float: left;
	margin: 0 0 0 4px;
}

#menu-two li a {
	padding: 0 2px;
}

#menu-two li a:hover {
	background: #fff;
}

/* Content */
#sidebar {
	width: 250px;
	float: left;
	text-align: center;
	padding-top: 20px;
}

#sidebar p {
	overflow: hidden;
	display: block;
	height: 0px;
	margin: 0 auto;
	width: 250px;
	padding: 300px 0 0 0;
}

#sidebar p.facials { background: url(../img/facials-blurb.gif) no-repeat top center; }
#sidebar p.specialised { background: url(../img/specialised-blurb.gif) no-repeat top center; }
#sidebar p.body { background: url(../img/body-blurb.gif) no-repeat top center;	}
#sidebar p.hands { background: url(../img/hands-blurb.gif) no-repeat top center; }
#sidebar p.feet { background: url(../img/feet-blurb.gif) no-repeat top center; }
#sidebar p.eye { background: url(../img/eye-enhancement-blurb.gif) no-repeat top center; }
#sidebar p.make-up { background: url(../img/make-up-blurb.gif) no-repeat top center; }
#sidebar p.indulgence { background: url(../img/indulgence-blurb.gif) no-repeat top center; }
#sidebar p.hair { background: url(../img/hair-blurb.gif) no-repeat top center; }
#sidebar p.vlp { background: url(../img/vlp-blurb.gif) no-repeat top center; }
#sidebar p.anti-ageing { background: url(../img/anti-aging-blurb.gif) no-repeat top center; }
#sidebar p.vlp { background: url(../img/vlp-blurb.gif) no-repeat top center; }
#sidebar p.info { background: url(../img/info-blurb.gif) no-repeat top center; }
#sidebar p.gift { background: url(../img/gift-blurb.gif) no-repeat top center; }

#content {
	margin-left: 250px;
	padding: 30px 20px 20px;
}

#home-content {
	padding: 20px 45px 70px 45px;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
}

#home-content h2 {
	background: url(../img/homeh2.gif) no-repeat top center;
	overflow: hidden;
	display: block;
	height: 0px;
	margin: 0 auto;
	width: 709px;
	padding: 135px 0 0 0;
}

#home-content h3 {
	background: url(../img/homeh3.gif) no-repeat top center;
	overflow: hidden;
	display: block;
	height: 0px;
	margin: 0 auto;
	width: 709px;
	padding: 167px 0 0 0;
}

.product-box {
	padding: 0;
	margin: 10px 0 0 0;
	width: 250px;
	float: left;
}

p.product-box {
	width: 230px;
	padding: 0 20px 20px 0;
}

ul.product-box {
	list-style: none;	
}

.product-box li {
	padding: 0 20px 20px 0;
	color: #666666;
}

#content h3 {
	color: #FF228B;
	margin: 0;
	line-height: 1.3em;
}

#content h4 {
	color: #FF228B;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.grey-box {
	background-color: #ebebeb;
	color: #666;
	padding: 10px 10px 10px 30px;
}

#footer {
}