/* ======================
	DEFAULTS
=========================*/
body {
	font-family: 'Century Gothic', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #808080;
	color: #FFFFFF;
	margin: 0px;
	padding: 40px 0px 20px 0px;
}
form {
	margin: 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #7e7e7e;
}
h1 {
	font-family: 'Century Gothic', Arial, Helvetica, Verdana, sans-serif;
	background-color:transparent;
	color:#ff7900;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 {
	font-family: 'Century Gothic', Arial, Helvetica, Verdana, sans-serif;
	background-color: transparent;
	color:#734A89;
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
h3 {
	background-color: transparent;
	color:#000000;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	background-color: transparent;
	color:#ff7900;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	line-height: 17px;
	margin: 0px 0px 10px 0px;
}
p.error {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #385f14;
}
em {
	color: #734a89;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #734a89;
}
a:link {
	font-weight: bold;
	color: #734a89;
}
a:visited {
	font-weight: bold;
	color: #734a89;
}
a:hover {
	font-weight: bold;
	color: #734a89;
}
input.button {
	background-color: #ff7900;
	color: #FFFFFF;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #ff7900;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	text-transform: uppercase;
}
input.smallButton {
	background-color: #ff7900;
	color: #FFFFFF;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
}
a.smallButton {
	background-color: #ff7900;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
a.javascriptLink {
	cursor: pointer;
}
div.backButton {
	text-align: left;
	margin-bottom: 15px;
}
div.backButton a {
	cursor: pointer;
}
.name {
       font-size: 15px;
       font-weight: bold;
}
.title {
      color: #714887;
       font-weight: bold;
       padding-bottom: 10px;
}
.imgBorders {
      border: 1px solid #714887;
}
.purpleCopy {
    color: #714887;
}
.orangeCopy {
      color: #ff7900;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding:0px;
	overflow: hidden;
	width:948px;
}
#pageBoxLv2 {
	position: relative;
	margin: 0px;
	width: 100%;
	padding: 198px 0px 0px 0px;
}
#pageBoxLv3 {
	background-color: #000000;
	background-image: url('/modules/root/templates/template1/images/bg_bl.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#pageBoxLv4 {
	background-image: url('/modules/root/templates/template1/images/content_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#pageBoxLv5 {

	background-image: url('/modules/root/templates/template1/images/content_bg_t.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#pageBoxLv6 {
	background-image: url('/modules/root/templates/template1/images/content_bg_b.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#headerImage {
	position: absolute;
	top: 0px;
	left: 0px;
}
#footerBoxLv1 {
	background-color: #b0afb2;
	color: #FFFFFF;
	text-align: right;
	width: 800px;
	clear: right;
	margin-left: auto;
	margin-right: 0px;
	padding: 5px 0px 5px 0px;
}
#cmsPageActions {
	text-align: right;
}
#leftColumnBoxLv1 {
	color: #FFFFFF;
	float: left;
	width: 202px;
}
#leftColumnBoxLv2 {
	padding: 30px 15px 0px 15px;
}
#contentBoxLv1 {
	float: left;
	width: 540px;
}
#contentBoxLv1 {
	padding: 0px;
	color: #000000;
}
#contentBoxLv3 {
	min-height: 500px;
}
#rightColumnBoxLv1 {
	color: #000000;
	width: 205px;
	float: left;
}
#rightColumnBoxLv2 {
	padding: 30px 15px 0px 15px;
}
#contact {
	color: #FFFFFF;
	height: 46px;
	margin-left: 200px;
	font-size: 13px;
	line-height: 44px;
	text-indent: 15px;
	font-weight: bold;
	clear: both;
}
#contact strong {
	color: #FF7900;
}
#contentSearch {
	padding: 0px 0px 10px 0px;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
#companyDetails {
	font-size: 10px;
	text-align: center;
}
#companyDetails p {
	margin-bottom: 0px;
}
#author {
	font-size: 10px;
	text-align: center;
}
#author p {
	margin-bottom: 0px;
}
/*============================
	WYSIWYG AREA
=============================*/
div.wysiwygArea p, div.wysiwygArea h1, div.wysiwygArea h2, div.wysiwygArea h3, div.wysiwygArea h4, div.wysiwygArea ul {
	margin: 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
.highlightedArea1Lv1 {
	background-color: #e1d9e7;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
table.formLayout {
}
table.formLayout th.leftHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout td {
	padding: 5px;
}

/*=======================
	LOGIN MENU
=========================*/
#loginMenu {
	list-style: none;
	width: 948px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
}
#loginMenu li {
	display: inline;
}
#loginMenu li.on {
}
#loginMenu li.on a {
}
#loginMenu a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}


/*=======================
	MENU Lv1
=========================*/
#menuLv1Box {
	position: absolute;
	top: 168px;
	left: 0px;
	width: 948px;
}

#menuLv1Box  ul.dropdown,
#menuLv1Box  ul.dropdown li,
#menuLv1Box  ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuLv1Box  ul.dropdown {
	z-index: 597;
	background-color: #fcaf15;
	color: #000000;
	margin: 0px;
	list-style: none;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 40px;
}

#menuLv1Box ul.dropdown li {
	float: left;
	background-color: #fcaf15;
	background-image: url('/modules/root/templates/template1/images/menu_separator.jpg');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	zoom: 1;
}
#menuLv1Box ul.dropdown li.last {
	background-image: none;
}
#menuLv1Box ul.dropdown li.on {
	background-color: #fcaf15;
}
#menuLv1Box ul.dropdown li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}

#menuLv1Box  ul.dropdown li.hover,
#menuLv1Box  ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

#menuLv1Box  ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0px;
	z-index: 598;
	width: 180px;
}

#menuLv1Box  ul.dropdown ul li {
	background-color: #808080;
	background-image: none;
	float: none;
	line-height: 23px;
	height: 23px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}
#menuLv1Box  ul.dropdown ul li.on {
	background-color: #fcaf15;
}
#menuLv1Box  ul.dropdown ul li.last {
	background-image: none;
}
#menuLv1Box  ul.dropdown ul li a {
	text-transform: none;
}
#menuLv1Box  ul.dropdown ul ul {
	top: 1px;
	left: 99%;
	width: 240px;
}

#menuLv1Box  ul.dropdown li:hover > ul {
	visibility: visible;
}

#menuLv1Box  ul.dropdown li.rtl ul {
	top: 100%;
	right: 0;
	left: auto;
}

#menuLv1Box  ul.dropdown li.rtl ul ul {
	top: 1px;
	right: 99%;
	left: auto;
}
#menuLv1Box  ul.dropdown {
	font-weight: bold;
}
#menuLv1Box  ul.dropdown li.hover, #menuLv1Box  ul.dropdown li:hover {
	color: #000000;
}
#menuLv1Box  ul.dropdown a:link, #menuLv1Box  ul.dropdown a:visited {
	color: #000000;
	text-decoration: none;
}
#menuLv1Box  ul.dropdown a:hover {
	color: #000000;
}
#menuLv1Box  ul.dropdown a:active {
	color: #000000;
}

#menuLv1Box  ul.dropdown ul li.hover, #menuLv1Box  ul.dropdown ul li:hover {
	color: #FFFFFF;
	background-color: #58595b;
}
#menuLv1Box  ul.dropdown ul a:link, #menuLv1Box  ul.dropdown ul a:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
}
#menuLv1Box  ul.dropdown ul a:hover {
	color: #FFFFFF;
}
#menuLv1Box  ul.dropdown ul a:active {
	color: #FFFFFF;
}

/*=============================
	MENU Lv2
=========================*/
#menuLv2Box {
	margin-bottom: 10px;
}
#menuLv2Header {
	font-size: 14px;
	text-transform: capitalize;
}
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
#menuLv2 li {
	background-image: url('/modules/root/templates/template1/images/menu_lv2_bg1.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 2px;

}
#menuLv2 li.on {
}
#menuLv2 li.on a {
}
#menuLv2 li.last {
	background-image: url('/modules/root/templates/template1/images/menu_lv2_bg2.jpg');
}
#menuLv2 a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
}

/*=======================
	PRODUCTS MENU
=========================*/
#productsMenu {
	margin: 0px;
	padding: 0px;
}
#productsMenu td {
	background-color: #e4f2fc;
	color: #5b6165;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
#productsMenu td.on {
}
#productsMenu td.on a {
}
#productsMenu a {
	color: #5b6165;
	text-transform: uppercase;
	font-weight: normal;
}



/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv1 {
	list-style: none;
	padding: 7px 10px 5px 10px;
	background-color: #EAEAEA;
}
ul.moduleMenuLv1 li {
	display: inline;
}
ul.moduleMenuLv1  a {
}
ul.moduleMenuLv1  span {
}
ul.moduleMenuLv1  span.on {

}
ul.moduleMenuLv1  span.off {

}

/*=======================
	Breadcrumbs
=========================*/
ul.breadcrumbs {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0px;
}
ul.breadcrumbs a {
}
ul.breadcrumbs span {
}
ul.breadcrumbs span.on {

}
ul.breadcrumbs span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #dcdcdc;
	padding: 5px 10px 5px 10px;
	text-align: left;
	color: #7e7e7e;
}
table.dataTable th.topHeader {
	background-color: #dcdcdc;
	color: #7e7e7e;
	text-align: left;
	padding: 5px 10px 5px 10px;
}
table.dataTable td {
	text-align: left;
	vertical-align: top;
	background-color: #f1edf3;
	color: #362f2d;
	padding: 5px 10px 5px 10px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}
table.dataTable td table.dataTable td, table.dataTable td table.dataTable td.emptyCel {
	padding: 5px 5px 5px 0px;
}
/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #e6e6e6;
	background-color: #dedede;
	color: #656B67;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
div.pager a.current, div.pager span.current {
	border-width: 0px;
	background-color: transparent;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-view_product div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.root-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.root-view_product table.productLayout td.informationColumn {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	vertical-align: top;
	border-left: 1px solid #bdbdbd;
	text-align: left;
}
div.root-view_product table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.root-view_product table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.root-view_product table.productLayout td.pictureColumn {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
div.root-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-view_product h1 {

}
div.root-view_product p.tagline {
	position: relative;
	font-size: 14px;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	color: #656b67;
	
}
div.root-view_product p.ref {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #734a89;
	
}
div.root-view_product p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.root-view_product p.description {
	
	font-size: 12px;
	color: #514f48;
}
div.root-view_product p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.root-view_product div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.root-view_product div.pictureWrapper img {
	width: 300px;
}
div.root-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.root-view_product div.pictureThumbnailsWrapper img {
	width: 50px;
}
div.root-view_product div.price {
	
	font-size: 13px;
	font-weight: bold;
	color: #734a89;
}
div.root-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-view_product div.addToBasket {

}
div.root-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}

/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-checkout div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-booking div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-order_failed div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-order_success div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW COURSE
================================*/
div.root-view_course div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.root-search h3 {
	margin: 0px;
}
div.root-search p.sample {
	margin: 0px;
}
div.root-search p.link {
	margin: 0px 0px 10px 0px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-search_products div#contentBoxLv2 {
	clear: both;

}
/*============================
	JOB OVERVIEW BOX
===============================*/
div.jobOverviewBox {
	clear: both;
	margin-bottom: 15px;
}
div.jobOverviewBox p, div.jobOverviewBox h3 {
	margin-bottom: 0px;
}
div.jobOverviewBox p {
	line-height: 16px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox p.viewDetailsLink {

}
div.jobOverviewBox div.picture {
	float: right;
}
/*============================
	JOB DETAILS BOX
===============================*/
div.jobDetailsBox {
	clear: both;
	margin-bottom: 15px;
}
div.jobDetailsBox p, div.jobDetailsBox h3 {
	margin-bottom: 0px;
}
div.jobDetailsBox p {
	line-height: 16px;
}
div.jobDetailsBox h2 {
	margin-bottom: 0px;
}
div.jobOverviewBox h2 {
	margin-bottom: 0px;
}
div.jobDetailsBox p.viewDetailsLink {

}
div.jobDetailsBox div.description {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.jobDetailsBox div.picture {
	float: right;
}
/*======================================
	PRODUCT SEARCH RESULTS BOX
=========================================*/
div.productSearchResultsBox {
	padding: 20px;
}
#picture9398 {
	margin-bottom: 0px;
}
#picture9398 div.picture {
	margin-bottom: 0px;
}