/* SHINE - FACE AND BODY
   CSS Document
   Ben Thomson <ben@alfreido.com> - 27th July 2007 */
   
body {
	background: #87baa8 url(../site_images/main_back.gif) repeat-x top left;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}

small {
	font-size: 11px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

a:hover {
	color: #d3ebd8;
}

.admin, a.admin, a .admin { color: #d9ebe5; text-decoration: none; }
a.admin:hover { color: #fff; }

hr {
	border-left: 0px solid #a3d3ad;
	border-bottom: 0px solid #a3d3ad;
	border-right: 0px solid #a3d3ad;
	border-top: 1px solid #a3d3ad;
}

h2 {
	color: #c8dad4;
	border-bottom: 1px solid #a3d3ad;
	width: 100%;
	display: block;
	margin: 0;
	padding: 2px;
	font-size: 16px;
}

div#content {
	width: 980px;
	margin: 0 auto;
}

div#top_header {
	background: #87baa8 url(../site_images/header_top.jpg) no-repeat top left;
	height: 124px;
}

div#bottom_header {
	background: #a3d3ad url(../site_images/header_bottom_left.jpg) no-repeat top left;
	height: 34px;
	padding-left: 315px;
}

div#contact_bar {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 10px;
}

ul#menu {
	margin: 0;
	padding: 0;
}

ul#menu li {
	float: left;
	list-style-type: none;
}

ul#menu li a {
	display: block;
	height: 25px;
	width: 90px;
	padding-top: 9px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../site_images/menu_item_back.jpg) no-repeat top left;
	border-bottom: 0;
}

ul#menu li a:hover {
	background: url(../site_images/menu_item_back.jpg) no-repeat bottom left;
}

ul#menu li a.selected {
	color: #fff;
}

div#main_content {
	margin-bottom: 10px;
}

div#footer {
	background: #221e1f;
	text-align: center;
	padding: 5px;
	clear: both;
}

h1#welcome {
	width: 140px;
	height: 37px;
	background: url(../site_images/headers/welcome.gif) no-repeat top left;
}

h1#face {
	width: 234px;
	height: 37px;
	background: url(../site_images/headers/face.gif) no-repeat top left;
}

h1#body {
	width: 73px;
	height: 37px;
	background: url(../site_images/headers/body.gif) no-repeat top left;
}

h1#massages {
	width: 114px;
	height: 37px;
	background: url(../site_images/headers/massages.gif) no-repeat top left;
}

h1#hand_and_feet {
	width: 335px;
	height: 37px;
	background: url(../site_images/headers/hand_and_feet.gif) no-repeat top left;
}

h1#spa_body {
	width: 278px;
	height: 37px;
	background: url(../site_images/headers/spa_body.gif) no-repeat top left;
}

h1#spa_etiquette {
	width: 178px;
	height: 37px;
	background: url(../site_images/headers/spa_etiquette.gif) no-repeat top left;
}

h1#tanning {
	width: 359px;
	height: 41px;
	background: url(../site_images/headers/tanning.gif) no-repeat top left;
}

h1#essentials {
	width: 126px;
	height: 37px;
	background: url(../site_images/headers/essentials.gif) no-repeat top left;
}

h1#packages {
	width: 109px;
	height: 37px;
	background: url(../site_images/headers/packages.gif) no-repeat top left;
}

h1#contact_us {
	width: 145px;
	height: 37px;
	background: url(../site_images/headers/contact_us.gif) no-repeat top left;
}

h1#vouchers {
	width: 181px;
	height: 37px;
	background: url(../site_images/headers/gift_vouchers.gif) no-repeat top left;
}

h1 span {
	display: none;
}

div#specials_box {
	background: #87baa8 url(../site_images/specials_box_back.gif) repeat-y top left;
	margin-top: 10px;
}

div#specials_box_inner {
	background: url(../site_images/specials_box.gif) no-repeat;
	width: 480px;
	padding: 38px 20px 10px 10px;
}

div#specials_box_bottom {
	background: #87baa8 url(../site_images/specials_box_bottom.gif) no-repeat;
	width: 500px;
	height: 16px;
}

form label {
	float: left;
	width: 200px;
	margin-right: 10px;
}