/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #000099;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #CCFFFF;
	color: #333333;
}
#wrapper {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #330033;
}

/* Header styles */
#header {
	font-size: 70%;
	padding-top: 5px;
	padding-left: 5px;
	background: #CC99FF;
	position: relative;
	text-align: center;
	height: 108px;
	padding-right: 5px;
}
#header h1 {
	font-size: 120%;
	font-weight: bold;
	color: #003399;
	text-align: center;
	margin-bottom: 1.5em;
	padding-left: 2em;
}

#header #logo1 {
	float: left;
}

/* End header styles */


/* Main top navigation styles */
#header #topnav {
	padding-bottom: 0.25em;
	text-align: center;
}
#topnav li {
	list-style: none;
	display: inline;
	margin-right: 0.5em;
	padding-top: 4px;
	margin-top: 1px;
	font-size: 110%;
	font-weight: bold;
}
#topnav a:link, #topnav a:visited {
	text-decoration: none;
	background: #000099;
	color: #CC99FF;
	padding: 2px 6px;
	border-top: 1px solid #CCFFFF;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #CCFFFF;
}
#topnav a:hover, #topnav a:active{
	border-top: 1px solid #000066;
	border-right: 1px solid #CCFFFF;
	border-bottom: 1px solid #CCFFFF;
	border-left: 1px solid #000066;
}
#header #topnav2 {
	margin-top: 1.25em;
}
#topnav2 li {
	list-style: none;
	display: inline;
	margin-right: .5em;
	padding-top: 4px;
	margin-top: 4px;
	font-size: 110%;
	font-weight: bold;
}
#topnav2 a:link, #topnav2 a:visited {
	text-decoration: none;
	background: #000099;
	color: #CC99FF;
	padding: 2px 6px;
	margin-top: 0.5em;
	border-top: 1px solid #CCFFFF;
	border-right: 1px solid #330033;
	border-bottom: 1px solid #330033;
	border-left: 1px solid #CCFFFF;
}
#topnav2 a:hover, #topnav2 a:active{
	border-top: 1px solid #000066;
	border-right: 1px solid #CCFFFF;
	border-bottom: 1px solid #CCFFFF;
	border-left: 1px solid #000066;
}
#topnav2 a.alt:link, #topnav2 a.alt:visited {
	text-decoration: none;
	background: #CC99FF;
	color: #000099;
	padding: 2px 6px;
	border-top: 1px solid #CCFFFF;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #CCFFFF;
}
#topnav2 a.alt:hover, #topnav2 a.alt:active{
	border-top: 1px solid #000066;
	border-right: 1px solid #CCFFFF;
	border-bottom: 1px solid #CCFFFF;
	border-left: 1px solid #000066;
}
#header .leftlink {
	margin-left: 2em;
}

/* End main navigation styles */

#content {
	background: #CCFFFF;
	margin: 12px 2% 15px;
	padding-bottom: 1em;
	padding-right: 1em;
	text-align: left;
}
#content h1 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-left: 1em;
	color: #000099;
	margin-top: 1em;
}
#content h1+p {
	font-weight: bold;
}

#content h1 span {				/* one off links - floated right of the headline */
	float: right;
	font-size: 60%;
	font-weight: normal;
	margin-top: 0.5em;
	margin-right: 3em;
}
#content h2 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin-left: 1.5em;
	color: #663399;
	margin-top: 1em;
}
#content h2 span {				/* one off links - floated right of the headline */
	float: right;
	font-size: 80%;
	font-weight: normal;
	margin-top: 0.5em;
	margin-right: 3em;
}
#content h3 {
	font-size: 80%;
	font-weight: bold;
	margin-left: 1.75em;
	margin-top: 1em;
	color: #003399;
}
#content h3+p {
	margin-top: .5em;
}
#content h4 {
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
	margin-left: 2em;
}
#content p {
	font-size: 80%;
	margin-left: 2em;
	margin-right: 1em;
	margin-top: 1em;
	line-height: 120%;
}
#content ul {
	font-size: 80%;
	margin-left: 4em;
	margin-top: 1em;
	padding-bottom: 1em;
}
#content li {
	margin-bottom: .75em;
	line-height: 120%;
}
#content ol {
	list-style: decimal;
	font-size: 70%;
	margin-left: 6em;
	margin-top: 1em;
}
#content ol li {
	margin-top: .25em;
}

#content dt {
	margin-left: 2em;
	font-size: 80%;
	font-weight: bold;
	margin-top: 1em;
}
#content dd {
	font-size: 70%;
	line-height: 120%;
	margin-left: 5.5em;
	padding-bottom: 0.25em;
}
#content dd ul {
	font-size: 100%;
	list-style: disc;
}
#wrapper #content dd li {
	margin-bottom: 0px;
}

#content dd p {
	font-size: 100%;
	margin-left: 0px;
}
#content blockquote {
	margin-left: 3em;
	font-style: italic;
	color: #000099;
	background: #CCCCFF;
	display: block;
	margin-top: .75em;
	padding-bottom: .5em;
}
#content blockquote p {
	padding-top: .75em;
}

#content table td p {
	font-size: 100%;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 100%;
}
#content table p+p {
	margin-top: .75em;
}



#giavail {			/* therapist availability tables */
	margin-left: 2em;
	margin-top: 0.5em;
	width: 330px;
}
#sdavail {			/* therapist availability tables */
	margin-right: 1.5em;
	margin-top: 0.5em;
	width: 330px;
}
#giavail caption, #sdavail caption {			/* therapist availability tables */
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 0.15em;
	margin-top: 0.5em;
}
#giavail th, #sdavail th {			/* therapist availability tables */
	background: #000099;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	padding: 0.15em 0.15em 0.15em .35em;
	border: 1px solid #FFFFFF;
}
#giavail td, #sdavail td {			/* therapist availability tables */
	border: 1px solid #000099;
	font-size: 80%;
	padding-top: .15em;
	padding-bottom: .15em;
	padding-left: .25em;
}
#sdavail {			/* Shoela availability table - floated right */
	float: right;
}

#facialtable, #saptable, #massagetable, #colontable, #welscreentable, 
#colontable2, #slimmingtable, #lbmtable, #wrapstable, #new2009table, #iridologytable, #healthplantable {			/* list of treatments tables */
	margin-left: 4em;
	width: 90%;
	margin-bottom: .25em;
	clear: right;
}
#new2009table {			/* list of treatments tables */
	border: 2px solid #009966;
}
#facialtable caption, #saptable caption, #massagetable caption, #colontable caption, 
#colontable2 caption, #slimmingtable caption, #lbmtable caption, #wrapstable caption, 
#new2009table caption, #iridologytable caption, #healthplantable, #welscreentable {			/* list of treatments tables */
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 0.15em;
	margin-top: 0.5em;
}
#new2009table caption {			/* sets colour for New 2009 table caption */
	color: #009966;
}
#facialtable th, #saptable th, #massagetable th, #colontable th, 
#colontable2 th, #slimmingtable th, #lbmtable th, #wrapstable th, #new2009table th, #iridologytable th,
#healthplantable th, #welscreentable th {			/* list of treatments tables */
	background: #000099;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	padding: 0.15em 0.15em 0.15em .35em;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
#new2009table th {			/* list of treatments tables */
	background: #009966;
	vertical-align: top;
}
#facialtable td, #saptable td, #massagetable td, #colontable td, 
#colontable2 td, #slimmingtable td, #lbmtable td, #wrapstable td, #new2009table td,
#iridologytable td, #healthplantable td, #welscreentable td {			/* list of treatments tables */
	border: 1px solid #000099;
	font-size: 70%;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	padding-left: 0.25em;
	vertical-align: top;
}
#new2009table td {			/* list of treatments tables */
	border: 1px solid #009966;
}
#facialtable #code, #saptable #code2, #massagetable #code3, #colontable #code4,
#colontable2 #code5, #slimmingtable #code6, #lbmtable #code7, #wrapstable code8,
#new2009table #code9, #iridologytable #code10, #welscreentable #code11 {			/* list of treatments tables */
	width: 5%;
}
#facialtable #treatment, #saptable #treatment2, #massagetable #treatment3, #colontable #treatment4,
#colontable2 #treatment5, #slimmingtable #treatment6, #lbmtable #treatment7,
#new2009table #treatment9, #iridologytable #treatment10, #welscreentable #treatment11 {			/* list of treatments tables */
	width: 29%;
}
#wrapstable treatment8 {			/* list of treatments tables */
	width: 47%;
}
#facialtable #duration, #saptable #duration2, #massagetable #duration3, #colontable #duration4,
#colontable2 #duration5, #slimmingtable #duration6, #lbmtable #duration7,
#new2009table #duration9, #iridologytable #duration10, #welscreentable #duration11 {			/* list of treatments tables */
	width: 12%;
}
#facialtable #price, #saptable #price2, #massagetable #price3, #colontable #price4,
#colontable2 #price5, #slimmingtable #price6, #lbmtable #price7,
#new2009table #price9, #iridologytable #price10, #welscreentable #price11 {			/* list of treatments tables */
	width: 12%;
}
#facialtable #notes, #saptable #notes2, #massagetable #notes3, #colontable #notes4,
colontable2 #notes5, #slimmingtable #notes6, #lbmtable #notes7,
#new2009table #notes9, #iridologytable #notes10, #welscreentable #notes11 {			/* list of treatments tables */
	width: 42%;
}
#wrapstable notes8 {			/* list of treatments tables */
	width: 48%;
}
#healthplantable {			/* list of treatments tables */
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0.15em;
	margin-top: 0.5em;
}
#healthplantable #plan {	/* sets column widths for the Health Plan table */
	width: 12%;
}
#healthplantable #desc {	/* sets column widths for the Health Plan table */
	width: 30%;
}
#healthplantable #mcost {	/* sets column widths for the Health Plan table */
	width: 16%;
}
#healthplantable #ycost {	/* sets column widths for the Health Plan table */
	width: 16%;
}
#healthplantable #savings {	/* sets column widths for the Health Plan table */
	width: 26%;
}
#content #facproc th {
	color: #FFFFFF;
	background-color: #000099;
	font-size: 80%;
	padding: 4px;
}

#content #facproc td {
	font-size: 70%;
	padding: 4px;
	text-align: left;
}

#content .treatlist {			/* lists within the treatment tables */
	font-size: 100%;
	margin-left: 0px;
}

#content a:link, #content a:visited {
	color: #003399;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #663399;
}
#content #inquirylink {
	color: #663399;
}


#content #subnav {										/* sub navigation ul */
	border-bottom: 2px solid #000099;
	list-style: none;
}
#content #subnav li {
	display: inline;
	margin-right: 1.25em;
}


#content #contactright {				/* Contact and associated website box - floated right */
	float: right;
	border: 1px solid #000066;
	text-align: center;
	font-size: 70%;
	margin-left: 1em;
	background: #CCCCFF;
	margin-top: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
#content #contactright ul {
	list-style: none;
	font-size: 100%;
	margin: 1em;
}
#content #contactright li {
	margin-top: .75em;
}
#content #contactright p {
	font-size: 100%;
}
#content #contactright h3 {
	font-size: 120%;
	color: #000099;
	margin-top: 2em;
}
#content .bulletlist {
	margin-top: .5em;
	padding-bottom: 0px;
}
#content .bulletlist li {
	margin-bottom: .5em;
	list-style: disc;
	margin-left: 2em;
}
#content .bulletlist li ul {
	margin-left: 0px;
}
#content #facslist li {
	list-style: none;
	text-align: center;
	margin-right: 4em;
	font-size: 90%;
	color: #003399;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 1em;
}
#content #facslist img {
	margin-bottom: .5em;
}
#content .address {
	font-weight: bold;
	color: #000099;
	margin-left: 3em;
	margin-top: 2em;
}
#content #mapimg {
	margin-top: 4em;
	margin-left: 5em;
	border: 1px solid #000099;
}
#content #diaryleft {
	float: left;
	width: 54%;
	margin-left: 1em;
}
#content #diaryleft p {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 70%;
}
#content #diaryright {
	float: right;
	width: 43%;
	padding: 0px;
	font-size: 70%;
	text-align: center;
	font-weight: bold;
}
#content #diaryright img {
	margin-top: 1em;
	margin-bottom: .5em;
}
#content #diaryright #absaft, #content #diaryright #genaft {
	margin-left: 1em;
}
#content div.vibroimgs img {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content div.vibroimgs {
	float: left;
	text-align: center;
	margin-left: 6em;
	font-size: 70%;
	margin-bottom: 2em;
	font-weight: bold;
}
#content #pdflogo {
	margin-right: .25em;
	margin-left: .5em;
}
#content #programme {
	border: 1px solid #000099;
	margin-left: 1.5em;
	padding-bottom: 1em;
	margin-right: 0.5em;
	margin-top: 1em;
}
#content #programme p {
	margin-left: 1.5em;
}


#content .offers {
	font-size: 90%;
	text-align: center;
	width: 70%;
	background: #CCCCFF;
	border: 1px solid #000099;
	padding: 0.5em;
	color: #000099;
}
#content #video {
	clear: right;
}





#saltapeelmachine {
	margin-top: 2em;
	margin-left: 2em;
}
#saltapeel1 {
	margin-top: 4em;
	margin-right: 1em;
}
#blood002 {
	margin-right: 2em;
}
#wslogo {
	margin-left: 10%;
}

.highlight {
	font-weight: bold;
	text-align: center;
	color: #000099;
	font-size: 120%;
	margin-bottom: 0.5em;
}
.new, .savings {
	color: #CC0000;
	font-style: italic;
}


.numbertwo {
	float: right;
	text-align: center;
	line-height: 200%;
	font-size: 90%;
}
.imageright {
	float: right;
	margin-left: 1em;
	text-align: center;
}
.imageleft {
	float: left;
	margin-right: 1em;
}

.floatright {
	float: right;
	text-align: center;
	font-size: 80%;
	margin-left: 1em;
}
.backtotop {
	font-size: 60%;
	text-align: right;
	border-bottom: 1px solid #CC99FF;
	padding-bottom: 0.15em;
	background: url(../images/up-arrow.gif) no-repeat right;
	margin-bottom: .75em;
}


/* Footer styles */
#footer {
	color: #000099;
	background-color: #CC99FF;
	clear: both;
	text-align: center;
	padding: 12px;
}
#footer p {
	font-size: 70%;
}

#basenav {
	padding-bottom: 0.25em;
	text-align: center;
	margin-top: 1.5em;
	font-size: 65%;
}
#basenav li {
	list-style: none;
	display: inline;
	margin-right: 0.5em;
	font-size: 110%;
}
#basenav a:link, #basenav a:visited {
	text-decoration: underline;
	color: #0033CC;
	padding: 2px 6px;
}

#basenav2 {
	font-size: 70%;
	margin-bottom: 0.5em;
}
#basenav2 li {
	list-style: none;
	display: inline;
	margin-right: 1em;
}
#basenav2 a:link, #basenav2 a:visited {
	text-decoration: underline;
	padding: 2px 6px;
	color: #0033CC;
}
/* End footer styles */

.center {
	text-align: center;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}


.contact p {
	color: #CDC4FF;
	margin-left: 2em;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contactdetails {
	font-weight: bold;
	background-color: #003888;
	margin-bottom: 2em;
	margin-top: 3em;
}
.address {
	margin-left: 8em;
}
.sitemap ul{
	list-style-type: none;
	font-weight: bolder;
}
.sitemap ul li {
	padding-bottom: .85em;
}
.sitemap2 {
	margin-left: -3em;
	margin-top: 1em;
}
noscript {
	font-size: 70%;
	font-weight: bold;
	color: #BFD9FF;
	margin-left: .5em;
}

