html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Sans-serif;
	background-color: white;
	font-size: 12px;
	color: #333;
	position: relative;
}

body {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img, a img{
	border: none;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	color: #745B45;
	font-family: Georgia, Serif;
	font-weight: normal;
}
h2 {
	font-size: 230%;
	margin-bottom: 22px;
}
h3 {
	border-bottom: 1px dashed #745B45;
	padding: 0 0 3px 10px;
	font-size: 170%;
}

textarea, input.textbox {
	border: 1px solid #ccc;
	padding: 3px;
}
textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 100%;
}
input.submit-button {
	background-color: #876757;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
	border: none;
}
a.close {
	font-size: 95%;
	margin-left: 10px;
}

p.first {
	margin-top: 22px;
}

/* Common Styles */

div#topbar {
	background-color: #876757;
	color: #f9f9f9;
	margin: 0;
	padding: 12px 0;
}
div#topbar a {
	background-color: white;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #745B45;
}
div#topbar a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
}

div.contain {
	width: 930px;
	margin: 0 auto;
	padding: 0;
}

p.address, p.contact {
	padding: 0;
	margin: 0;
}
p.contact {
	float: left;
}
p.address {
	text-align: right;
}

div#header {
	background-color: #d8c6b7;
	padding: 12px 0;
	margin-bottom: 20px;
}

div.logo {
	height: 75px;
	width: 95px;
	vertical-align: middle;
	background-color: white;
	margin: 0 15px 0 0;
	float: left;
	padding: 3px;
}
h1.header {
	margin: 0;
	font-size: 340%;
	padding: 10px 0;
	text-align: center;
}

p.consultations {
	font-style: italic;
	font-family: Georgia, Serif;
	font-size: 110%;
	color: #745B45;
	margin: 10px 0 0;
}
p.controls {
	float: left;
	color: #745B45;
	margin: 0;
	padding-top: 12px;
}
p.person {
	text-align: right;
}
p.person span.location {
	font-style: italic;
}

div.opening-times {
	float: right;
	width: 362px;
	background: white;
	padding: 15px;
	margin-left: 13px;
}
h3.opening-times {
	margin: 0 10px 8px 0;
	border-bottom: none;
	text-align: right;
}
ul.opening-times {
	float: left;
	margin: 5px 0;
	padding: 0;
}
ul#fri-sun {
	margin-left: 5px;
}
ul.opening-times li {
	list-style-type: none;
	padding: 0;
	font-family: Georgia, Serif;
}
ul.opening-times li strong {
	text-align: right;
	width: 85px;
	display: inline-block;
	padding: 0 5px 2px 0;
}

h2.header {
	float: left;
	margin-top: 27px;
}
h2.header span.tagline {
	font-size: 45%;
}

div#footer {
	margin: 40px 0 0;
	padding: 12px 0;
	height: 63px;
	background-color: #876757;
	color: #f9f9f9;
}
div#footer div.contain {
	position: relative;
	height: 63px;
}

p.care-quality , p.details {
	margin: 0;
}
p.care-quality {
	position: absolute;
	left: 0;
	background-color: white;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	width: 165px;
}
p.care-quality img {
	vertical-align: middle;
}
p.ellipse-approved {
	position: absolute;
    margin: 0;
    left: 185px;
    padding: 3px 4px 1px;
    border-radius: 3px;
    background: white;
}
p.cards {
	position: absolute;
	left: 262px;
	bottom: 0;
	margin: 0;
	font-size: 95%;
}
p.cards img {	
	margin-top: 5px;
}
p.details {
	text-align: right;
	padding-top: 2px;
	font-size: 120%;
	font-weight: bold;
}
p.copyright{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 0 7px;
}
p.copyright a {
	background-color: white;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #745B45;
}
p.copyright a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
}

/* Contact Form */

div#contact-form {
	display: none;
	position: relative;
}
div#blackout {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
}

div#form-wrap {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 470px;
	height: 390px;
	margin: -195px 0 0 -235px;
	background-color: white;
	padding: 15px;
}

div#form-wrap p.phone {
	float: right;
	margin: 6px 0 0;
	font-family: Georgia, Serif;
	font-size: 130%;
	color: #745B45;
}
div#form-wrap p.phone img {
	vertical-align: middle;
}
div#form-wrap p.phone a {
	background-color: #876757;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #f9f9f9;
}
div#form-wrap p.phone a:hover {
	text-decoration: none;
	background-color: rgb(155, 118, 100);
}
div#form-wrap h2 {
	margin-top: 0;
}

div#form-wrap input.textbox {
	width: 219px;
	margin: 0 12px 10px 0;
	font-size: 115%;
	padding: 3px;
	color: #777;
}
div#form-wrap input#your-email, div#form-wrap input#captcha {
	margin-right: 0;
}
div#form-wrap textarea {
	width: 463px;
	padding: 3px;
	height: 150px;
	margin-bottom: 10px;
}

div#form-wrap div#captcha-image {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px dashed #745B45;
	height: 90px;
	width: 225px;
}
div#form-wrap p.captcha {
	font-size: 85%;
	color: #777;
	margin: 0;
}
div#form-wrap input#captcha {
	color: #333;
}

p.sending, p.success, p.error {
	float: right;
	font-size: 120%;
	font-family: Georgia, Serif;
	margin: 5px 0 0;
	display: none;
}
p.sending img, p.success  img, p.error img {
	padding-bottom: 2px;
	margin-left: 5px;
	vertical-align: middle;
}

/* Home Page */

ul.highlight-products {
	margin: 0;
	padding: 0;
}
ul.highlight-products li {
	float: left;
	width: 455px;
	list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: justify;
	line-height: 130%;
}
ul.highlight-products li.last {
	margin: 0;
}
ul.highlight-products li h4 {
	margin: 0 0 8px;
	font-size: 165%;
}
ul.highlight-products li img {
	height: 140px;
	width: 220px;
	margin: 0 0 0 12px;
	float: right;
}

p.ornate {
	text-align: center;
}

ul.products {
	margin: 0;
	padding: 0;
}
ul.products li {
	margin: 0 14px 0 0;
	width: 222px;
	padding: 0;
	float: left;
	list-style-type: none;
}
ul.products li.last {
	margin: 0;
}
ul.products li.clear {
	clear: left;
}
ul.products li h4 {
	margin-bottom: 8px;
	font-size: 120%;
}
ul.products li .image {
	background: #d9d9d9;
	width: 100%;
	height: 90px;
	padding: 0;
	margin: 0;
}
ul.products li p {
	margin-top: 8px;
}

div.about-us {
	float: right;
	width: 320px;
	text-align: justify;
}
div.about-us p {
	line-height: 150%;
}

div.lowlighted-products {
	margin-top: 21px;
}
div.lowlighted-products h3 {
	margin: 0 0 15px;
}
ul.lowlighted-products {
	margin: 0;
	padding: 0 0 0 20px;
}
ul.lowlighted-products li {
	margin: 0 20px 13px 0;
	width: 265px;
	float: left;
	color: #745B45;
	font-family: Georgia, Serif;
	font-size: 130%;
}
ul.lowlighted-products li.last {
	margin-right: 0;
}
ul.lowlighted-products li.clear {
	clear: left;
}
ul.lowlighted-products li h4 {
	margin-top: 8px;
	margin-bottom: 5px;
	font-size: 120%;
}
ul.lowlighted-products li p {
	margin-top: 8px;
	color: #333;
}

div.find-us, div.lowlighted-products {
	margin-right: 340px;
}

p.directions {
	float: right;
	margin-top: 9px;
}
p.directions a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 8px;
	color: white;
	background-color: #876757;
	font-size: 120%;
	text-decoration: none;
}
p.directions a:hover {
	background-color: rgb(155, 118, 100);
}
p.find-address {
	font-family: Georgia, Serif;
	font-size: 135%;
}
p.find-us {
	font-size: 90%;
	font-family: Georgia, Serif;
}
div#map {
	width: 100%;
	height: 200px;
}

/* Category Pages */

p.back {
	float: right;
	text-align: right;
	margin: 35px 0 0;
}
p.back a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 8px;
	color: white;
	background-color: #876757;
	font-size: 130%;
	text-decoration: none;
}
p.back a:hover {
	background-color: rgb(155, 118, 100);
}

div.photos {
	float: right;
	width: 395px;
}
div.photos p.blurb {
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 105%;
}
div.photos .before, div.photos .after {
	width: 190px;
	float: left;
}
div.photos .before {
	margin-right: 15px;
}
div.photos p.before {
	text-align: right;
	clear: left;
	padding-right: 8px;
}
div.photos p.after {
	padding-left: 8px;
}
div.photos p.before, div.photos p.after {
	color: #999;
	font-family: Georgia, Serif;
	font-size: 130%;
	margin-top: 8px;
	width: 182px;
}

p.next-photo {
	float: right;
	margin: 10px 5px 0;
}
h3.category {
	margin: 0 0 15px;
	font-size: 190%;
}

div.photo-details {
	margin: 0 429px 20px 0;
}
div.details {
	margin-bottom: 20px;
}
p.desc {
	font-family: Georgia, Serif;
	font-size: 105%;
}
p.desc span.price {
	color: #745B45;
	font-size: 125%;
}

ul.explain {
	margin: 0;
	padding: 0;
}
ul.explain li {
	float: left;
	margin-right: 15px;
	list-style-type: none;
	padding: 0;
	width: 157px;
}
ul.explain li.last {
	margin: 0;
}
ul.explain li.clear {
	clear: left;
}
ul.explain li h4 {
	margin-top: 10px;
	font-size: 130%;
}

/* Hair removal page */

div#electrolysis ul.explain li {
	width: 222px;
	margin-right: 14px;
}
div#electrolysis ul.explain li.last {
	margin: 0;
}

div#sclerovein h4 {
	font-size: 150%;
	margin-bottom: 0;
}

/* Beauty page */

div#facials h4 {
	margin-bottom: 12px;
}

div#facials p.logo {
	float: right;
}

div#facials ul#highlighted li {
	width: 380px;
}

div#facials ul.explain li {
	width: 300px;
}


div#nails p.logo {
	float: right;
	margin: 0 0 10px 15px;
}
div#nails ul.explain li {
	width: 278px;
	margin-right: 14px;
}
div#nails ul.explain li.last {
	margin: 0;
}

div.mani-pedi, div.nails {
	float: left;
}
div.nails {
	width: 570px;
}
div.mani-pedi{
	margin-right: 20px;
	width: 340px;
}
div.mani-pedi p {
	line-height: 150%;
}
div.mani-pedi p.logo {
	float: right;
	margin: 12px 0 10px 10px;
}
