/*
	Content Copyright (C) PhoenixHolisticOnline.co.uk
	Site Design - webWHAK Internet Services
	visit webwhak.com
*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 14px;
	background-color: #d8d8fe;
	color: #000000;
}

#container
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
}

#banner
{
	width: 896px;
	height: 200px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}

#menubar
{
	width: 896px;
	height: 30px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	background-color: #cc66cc;
	float: left;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#menu, #menu ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a 
{
	display: block;
	text-decoration: none;
	color: #660000;
}

#menu li 
{
	float: left;
}

#menu li ul 
{
	position: absolute;
	left: -999em;
	width: 100px;
}

#menu li:hover ul 
{
	left: auto;
}

#menu li:hover ul, #menu li.newhover ul 
{
	left: auto;
}

.parent
{
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.parent:hover
{
	background-color: #ffffff;
	color: #000000;
}

ul.lower a
{
	display: block;
	float: left;
	width: 200px;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #cc66cc;
	text-align: center;
	border-bottom: 1px solid #000000;
}

ul.lower a:hover
{
	background-color: #ffffff;
}

#main
{
	background-color: #ffffff;
	width: 896px;
	height: auto;
	min-height: 400px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
}

#content
{
	background: transparent;
	width: 884px;
	height: auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

h1
{
	font-size: 14pt;
	color: #9B39A4;
}

h2
{
	font-size: 12pt;
	color: #9b39a4;
}

h3
{
	font-size: 11pt;
	color: #9b39a4;
}

p
{
	text-align: justify;
}

a
{
	color: #0000cc;
}

img.inlineleft
{
	float: left;
	padding-right: 8px;
	padding-bottom: 4px;
}

img.inlineright
{
	float: right;
	padding-left: 8px;
	padding-bottom: 4px;
}

img.linkclear
{
	border: 0px;
}

#footer
{
	background: #d8d8fe url('footer.png') no-repeat;
	width: 900px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline; 
}

.webwhak
{
	visibility: hidden;
	display: none;
}

tr.contact th
{
	background-color: #cc66cc;
}