body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#36363F6;
	background:#FFFFFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#663399;
	}
a {
	color:#6a3b85;
	text-decoration:none;
}
ul {
	list-style-image:url(../images/bullet.gif);
}
li {
	padding-bottom:10px;
}
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#333333;*/
	}
.form ul {
	margin:0px;
	padding:0 0 0 20px;
	}
.form ul li {
	list-style:none;
	margin-top:2px;
	}
.form ul li b {
	clear:left;
	float:left;
	width:120px;
	}
.form sup {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CC0000;
	margin-left:3px;
	}
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #7F9DB9;
	padding:2px;
	color:#333333;
	}
.inputerr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CC3366;
	padding:2px;
	}

/*** CONTAINERS ***/
.clear{clear:both;}
#header_container {
	clear:both;
	margin:0px auto;
/*	background:#472987;*/
}
#nav_container {
	clear:both;
	margin:0px auto;
	background:#FFFFFF;
}
#content_container {
	clear:both;
	margin:0px auto;
	background:#FFFFFF;
}
#footer_container {
	clear:both;
	margin:0px auto;
	/*min-height:200px;*/
	/*background:#472987;*/
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:962px;
	/*height:204px;*/
}
#header_left {
	float:left;
}
#header_right {
	float:right;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:962px;
	height:37px;
}

#nav_home { float:left; display:block; background:url(../images/nav_home.gif) no-repeat; width:65px; height:37px; }
#nav_home:hover { float:left; display:block; background:url(../images/nav_home_over.gif) no-repeat; width:65px; height:37px; }
#nav_home_over { float:left; display:block; background:url(../images/nav_home_over.gif) no-repeat; width:65px; height:37px; }

#nav_profile { float:left; display:block; background:url(../images/nav_profile.gif) no-repeat; width:98px; height:37px; }
#nav_profile:hover { float:left; display:block; background:url(../images/nav_profile_over.gif) no-repeat; width:98px; height:37px; }
#nav_profile_over { float:left; display:block; background:url(../images/nav_profile_over.gif) no-repeat; width:98px; height:37px; }

#nav_training { float:left; display:block; background:url(../images/nav_training.gif) no-repeat; width:126px; height:37px; }
#nav_training:hover { float:left; display:block; background:url(../images/nav_training_over.gif) no-repeat; width:126px; height:37px; }
#nav_training_over { float:left; display:block; background:url(../images/nav_training_over.gif) no-repeat; width:126px; height:37px; }

#nav_personal { float:left; display:block; background:url(../images/nav_personal.gif) no-repeat; width:140px; height:37px; }
#nav_personal:hover { float:left; display:block; background:url(../images/nav_personal_over.gif) no-repeat; width:140px; height:37px; }
#nav_personal_over { float:left; display:block; background:url(../images/nav_personal_over.gif) no-repeat; width:140px; height:37px; }

#nav_workshops { float:left; display:block; background:url(../images/nav_workshops.gif) no-repeat; width:119px; height:37px; }
#nav_workshops:hover { float:left; display:block; background:url(../images/nav_workshops_over.gif) no-repeat; width:119px; height:37px; }
#nav_workshops_over { float:left; display:block; background:url(../images/nav_workshops_over.gif) no-repeat; width:119px; height:37px; }

#nav_store { float:left; display:block; background:url(../images/nav_store.gif) no-repeat; width:93px; height:37px; }
#nav_store:hover { float:left; display:block; background:url(../images/nav_store_over.gif) no-repeat; width:93px; height:37px; }
#nav_store_over { float:left; display:block; background:url(../images/nav_store_over.gif) no-repeat; width:93px; height:37px; }

#nav_news { float:left; display:block; background:url(../images/nav_news.gif) no-repeat; width:94px; height:37px; }
#nav_news:hover { float:left; display:block; background:url(../images/nav_news_over.gif) no-repeat; width:94px; height:37px; }
#nav_news_over { float:left; display:block; background:url(../images/nav_news_over.gif) no-repeat; width:94px; height:37px; }

#nav_testimonials { float:left; display:block; background:url(../images/nav_testimonials.gif) no-repeat; width:93px; height:37px; }
#nav_testimonials:hover { float:left; display:block; background:url(../images/nav_testimonials_over.gif) no-repeat; width:93px; height:37px; }
#nav_testimonials_over { float:left; display:block; background:url(../images/nav_testimonials_over.gif) no-repeat; width:93px; height:37px; }

#nav_enquire { float:left; display:block; background:url(../images/nav_enquire.gif) no-repeat; width:98px; height:37px; }
#nav_enquire:hover { float:left; display:block; background:url(../images/nav_enquire_over.gif) no-repeat; width:98px; height:37px; }
#nav_enquire_over { float:left; display:block; background:url(../images/nav_enquire_over.gif) no-repeat; width:98px; height:37px; }

/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	width:962px;
	border-top:#ededed solid 1px;
	background:#fafafa;
}
#wysiwyg {
	clear:both;
	margin:0px auto;
	width:962px;
	background:#FFFFFF;
}
#title {
	padding-left:75px;
	padding-top:32px;
	width:887px;
	height:65px;
	font-size:24px;
	color:#FFFFFF;
	background:url(../images/title_bg.gif) top left no-repeat;
}
#content_left {
	float:left;
	width:520px;
}
#content_left_home {
	float:left;
	width:485px;
}
#content_right {
	float:right;
	width:420px;
}
#content_right_home {
	float:right;
	width:450px;
}
#content_end {
	clear:both;
	width:962px;
	height:42px;
	background:url(../images/content_end.gif) no-repeat;
}
#buttons {
	clear:both;
	margin:0px auto;
	width:962px;
	height:152px;
}
#btn_left {
	float:left;
	width:310px;
}
#btn_mid {
	float:left;
	width:310px;
	margin-left:17px;
}
#btn_right {
	float:right;
	width:310px;
}

/*** HOME ***/

#home_left {
	padding-left:145px;
	padding-top:105px;
	min-height:160px;
	background:url(../images/home_left_bg.gif) top left no-repeat;
}
#home_left2 {
	padding-left:110px;
	padding-top:100px;
	min-height:160px;
	background:url(../images/home_left_bg2.gif) top left no-repeat;
}
#home_right {
	padding-top:25px;
	min-height:300px;
}
#home_right2 {
	padding-top:25px;
	min-height:300px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:962px;
	height:190px;
	color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	background:#8a2981 url(../images/footer.gif) no-repeat top;

}
#footer a {
	color:#FFFFFF;
}
#footer_left {
	float:left;
	padding:15px 0 15px 15px;
	/*width:600px;*/
	/*height:100px;*/
	/*background:url(../images/logo_footer.gif) left top no-repeat;*/
}
#footer_right {
	float:right;
	padding-top:15px;
	padding-right:10px;
	width:420px;
	height:100px;
	text-align:right;
}
#wysiwyg blockquote {
	background:url(../images/lquot.gif) no-repeat left top;
	margin:0px 80px 20px 80px;
	border-bottom:1px dashed #CCCCFF;
	}
#wysiwyg blockquote p{
	background:url(../images/rquot.gif) no-repeat right bottom;
	padding:5px 40px 5px 40px;
	}
	
#list_item, #content #list_item {
	display:block;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
	text-decoration:none;
}
#list_item-left {
	float:left;
	padding:18px 10px 10px 10px;
	width:100px;
	height:52px;
	font-size:14px;
	background:#472987;
	text-align:right;
}
#list_item-right {
	float:left;
	margin:0px 0px 0px 5px;
	padding:20px 20px 20px 20px;
	width:760px;
	height:40px;
	font-size:12px;
	background:#8A2981;
	text-align:left;
}
