body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFCC;
}
/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000099;
}
/* --------------------------------------------------- Positioning css ------------------------------------------------ */
#wrapper { min-width: 400px; }
          /* Always good to have on full width liquid CSS layouts, 
             google "min-width IE" for JS solutions there */

/* Setup (This all looks neater when it isn't put on display!) */

#wrapper {
	width: 100%;               /* total width */
}      

#header {
	width: 100%;
	position: relative;
	background-color: #FFFFCC;
	vertical-align: middle;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-top: 4px;
	padding-left: 12px;
	height: 116px;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663300;
	background-color: #DCCDDC;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 86px;
}
#footer1 {
	text-align: center;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663300;
	background-color: #DCCDDC;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.outer {
	border-left-width: 130px;
}

.outer {
	width: auto;
	border-left-style: solid;
	border-left-color: #FFCC66;
}

.inner {
 margin: 0; width: 100%; 
}

.clear {
	clear: both;
}

.navbar {
	position: relative;
	width: 130px;
	float: left;
	margin-left: -130px;
	padding-top: 18px;
	font-size: 70%;
	background-color: #FFCC66;
	text-align: center;
}

.maincontent {
	float: left;
	width: 95%;
	position: relative;
	padding-top: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #663300;
	text-align: justify;
}

div.row {
	clear: both;
	padding-top: 1px;
	background-color: #996633;
}

/* ----------------------------------------------- Main Vertical Navigation Bar ---------------------------------------- */
.navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.navbar ul li {
	margin-bottom: 14px;
}

.navbar2 {


}

/* ----------------------------------------------- Horizontal Sub Navigation Bar ---------------------------------------- */
.subnavbar {
	width: 96%;
	margin-bottom: 12px;
	font-size: 80%;
	font-weight: bold;
}
.subnavbar ul

{
	list-style: none;
	margin: 0px;
	padding: 0px;
} 


/* ----------------------------------------------- Main HTML Tag code ---------------------------------------- */
p {
	font-size: 80%;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	margin-top: 8px;
	background-color: #663366;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
	margin-top: 24px;
}
h4 {
	font-weight: bold;
	color: #333333;
	font-size: 90%;
}
h5 {
	font-weight: bold;
	color: #009900;
}
h2 span {
	float: right;
	font-size: 80%;
}


caption {
	font-size: 90%;
	font-weight: bold;
}
table {
	margin-left: 48px;
}
th {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background: #642E6E;
	border: 1px solid #642E6E;
}
td {
	font-size: 75%;
	font-weight: bold;
	background-color: #FFFFCC;
	vertical-align: top;
	padding: 2px;
	border: 1px solid #642E6E;
	text-align: left;
}
.accessibility table {
	margin-left: 48px;
	border: 1px solid #003399;
}
.accessibility th {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	border: 1px solid #003399;
}
.accessibility td {
	font-size: 75%;
	font-weight: bold;
	background-color: #FFFFCC;
	vertical-align: top;
	border: 1px solid #003399;
}
ol {
	font-size: 80%;
}

hr {
	color: #FF6600;
}

dt {
	font-size: 70%;
	margin-left: 24px;
	font-weight: bold;
	margin-top: 8px;
}
dd {
	font-size: 70%;
}
blockquote p {
	margin-bottom: .5em;
}
cite {
	font-size: 80%;
}

/* ----------------------------------------------- End of Main HTML Tag code ---------------------------------------- */


.maincontent ul {
	font-size: 80%;
	text-align: left;
}

.contacttop {
	font-size: 70%;
	width: 29%;
	text-align: center;
	color: #663300;
	float: right;
	padding-top: 36px;
	font-weight: bold;
	line-height: 200%;
	margin-right: 12px;
}

.contactdetails {
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	margin-top: 18px;
	background-color: #FFFF99;
	margin-left: 48px;
}

.top {
	text-align: right;
	margin-bottom: 6px;
	font-size: 70%;
	background-color: #FFFF66;
	padding-right: 6px;
	padding-bottom: 4px;
	font-weight: bold;
	clear: right;
}

.highlight {
	font-weight: bold;
	color: #663300;
	text-align: center;
	padding: 4px;
	margin-right: 2px;
	font-size: 100%;
	font-style: italic;
}

.pcenter {
	text-align: center;
}

.sitemap {
	margin-bottom: 12px;
	margin-left: 48px;
}
.sitemap ul {
	list-style: none;
	margin: 0px;
} 
.sitemap ul li {
	font-weight: bold;
	background-color: #FFFF99;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-top: 2px;
}

/* ------------------------------- link formatting ------------------------------------ */
a:link {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}

.navbar a {
	text-decoration: none;
	padding: 2px;
	width: 110px;
	color: #FFFFCC;
	font-weight: bold;
	display: block;
	background-color: #663366;
}
.navbar a:hover {
	text-decoration: none;
	padding: 2px;
	width: 110px;
	color: #330033;
	font-weight: bold;
	display: block;
	background-color: #FF9900;
}
.navbar a:active {
	text-decoration: none;
	color: #FFFF66;
	font-weight: bold;
}

.navbar2 a {
	text-decoration: underline;
	padding: 2px;
	width: 110px;
	font-weight: bold;
	display: block;
	background-color: #FFCC66;
	color: #003399;


}

#header a {
	color: #003399;
}
#header a:hover {
	color: #FF6600;
}
#header a:active {
	color: #FF6600;
}
/* ------------------------------- End of link formatting ------------------------------------ */

/* -------------------------------------------- Float styles ------------------------------------------ */
.imageright {
	float: right;
	width: 180px;
	margin-left: 12px;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 70%;
	text-align: center;
}
.imageright380 {
	float: right;
	width: 380px;
}
.subnavbarright {
	width: 50%;
	float: right;
}
.ulright {
	width: 40%;
	float: right;
}
.logo {
	float: left;
}
.directionsright {
	text-align: center;
	float: right;
	width: 160px;
	margin-left: 6px;
	padding-top: 2px;
	padding-bottom: 6px;
	line-height: 16px;
	font-weight: normal;
	font-size: 85%;
	background-color: #CCCCFF;
	border: 1px dashed #660066;
	margin-top: -6px;


}
/* -------------------------------------------- End of float styles ------------------------------------------ */


/* ------------------------------- Mozilla code ------------------------------------ */
.left { margin-right: 1px; }
.center {
	text-align: center;
}
/* ------------------------------- End of Mozilla code ------------------------------------ */

.amberzone {
	font-style: italic;
	font-weight: bold;
	color: #663300;
}
.hidden {
	display: none;
}

.therapists {
	margin-top: 24px;
	margin-left: 24px;
}
.cc3300 {
	background-color: #CC3300;
}
.sectionhead {
	background-color: #FFCC00;
	color: #000000;
}

.treatments {
	margin-top: 24px;
	margin-left: 24px;
}
.alert {
	color: #009900;
	font-size: 70%;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
}
.small {
	font-size: 80%;
}


#specials {
	font-size: 100%;
	background-color: #CCCCFF;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	border: 3px solid #FF9900;
	margin-top: 32px;
	padding: 32px 24px;
	margin-bottom: 24px;
}
#specials h2 {
	color: #660066;
	border: none;
}
#specials h3 {
	color: #FFFFFF;
	border: none;
	background-color: #660066;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
}
#specials p {
	color: #660033;
}

#maincontent table {
	font-size: 80%;
	width: 90%;
	border: 1px solid #642E6E;
}
#maincontent table caption {
	font-weight: bold;
	text-align: center;
	padding-bottom: .15em;
}
#maincontent table th {
	padding: 2px;
	background: #642E6E;
	border: 1px solid #642E6E;
	color: #FFFFFF;
}
#content table td {
	padding: 2px;
	vertical-align: top;
	border: 1px solid #642E6E;
}

#mmakers {
	display: none;
}
#maincontent #linkslist {
	list-style-type: none;
}
#maincontent #linkslist li {
	margin-bottom: .75em;
}
#maincontent #linkslistsub {
	list-style-type: none;
	font-size: 86%;
}
#maincontent #linkslist h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.25em;
	margin-bottom: 0.15em;
	font-size: 86%;
	margin-left: 3.65em;
}
#maincontent #news {
	float: right;
	width: 240px;
	margin-bottom: 0.5em;
	margin-left: 1em;
	border: 1px solid #F09802;
	padding: 0.25em;
	background: #FFFBC0 url(../images/boxout-bg.gif) repeat-x;
	font-size: 90%;
	margin-right: 1em;
}
#maincontent #news h3 {
	color: #FFFFFF;
	text-align: center;
	border-style: none;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0em;
}
#maincontent #news h3+p {
	color: #FFFFFF;
	font-weight: bold;
}

/* Start pr0duct listings */
#maincontent #products1 {
	float: left;
	margin-left: 0px;
}
#maincontent #products1 li {
	list-style: none;
	width: 300px;
	clear: left;
	height: 151px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#maincontent #products1 li h2 {
	margin-top: 0px;
}
#maincontent #products1 li img {
	float: left;
}
#maincontent #products2 {
	float: right;
	margin-right: 70px;
}
#maincontent #products2 li {
	list-style: none;
	width: 300px;
	clear: left;
	height: 151px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#maincontent #products2 li h2 {
	margin-top: 0px;
}
#maincontent #products2 li img {
	float: left;
}
/* End product listings */
