/* ======================
	DEFAULTS
=========================*/
body {
	font-family: Georgia, serif;
	font-size: 12px;
	background-color: #dddddb;
	color: #818181;
	margin: 0px;
	padding: 0px;
}
.inputField {
	background-image: url('/modules/root/templates/template1/images/input_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 3px;
	color: #000000;
	font-size: 11px;
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: solid;
}
select {
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 2px dotted #A0A0A0;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	color: #19696B;
}
h2 {
	color: #19696B;
	font-size: 15px;
	background-color: transparent;
	border-bottom: 1px dotted #A0A0A0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
}
h3 {
	color: #19696B;
	font-size: 12px;
	background-color: transparent;
	margin: 0px 0px 10px 0px;
}
h4 {
	color: #19696B;
	background-color: transparent;
	margin: 0px 0px 10px 0px;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}
p.error {
	color: #bf0f35;
}
p.error2 {
	margin: 0px;
}
p.notice {
	color: #385f14;
}
em {
	color: #19696B;
	color: #ca1c23;
}
a, a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #19696B;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #19696B;
}
input.button, #contentBoxLv1 input.button {
	background-color: #569d98;
	color: #FFFFFF;
	padding: 3px;
	border-width: 0px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
a.button, #contentBoxLv1 a.button {
	background-color: #569d98;
	color: #FFFFFF;
	padding: 5px;
	border-width: 0px;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}
input.smallButton, #contentBoxLv1 input.smallButton {
	background-color: #569d98;
	color: #FFFFFF;
	padding: 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton, #contentBoxLv1 a.smallButton {
	background-color: #569d98;
	color: #FFFFFF;
	padding: 4px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}
p.backButton {
	text-align: right;
	margin: 10px 0px 10px 0px;
}
p.backButton a {
	text-decoration: underline;
}
ul {
	list-style-position: outside;
	padding-left: 15px;
}
/*========================
	LAYOUT
=========================*/
#pageBox {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:900px;
}
#headerBox {
	background-color: #FFFFFF;
	color: #818181;
	height: 130px;
	background-image: url('/modules/root/templates/template1/images/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#pageTitle {
	text-align: right;
	padding: 90px 40px 0px 0px;
}
#pageTitle h1 {
	color: #818181;
	border-bottom-width: 0px;
	margin: 0px;
}
#contentLayoutLv1 {
	width: 100%;
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}
#contentLayoutLv2 {
	background-image: url('/modules/root/templates/template1/images/bg_t.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
}
#contentLayoutLv3 {
	background-image: url('/modules/root/templates/template1/images/bg_b.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
}
#contentLayout {
	width: 100%;
}
#contentLayout #menuColumn {
	width: 275px;
	vertical-align: top;
}
#contentLayout #contentColumn {
	width: 625px;
	color: #a0a0a0;
	vertical-align: top;
}
#buttonLayoutBoxLv1 {
	width: 100%;
	background-image: url('/modules/root/templates/template1/images/buttons_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #19696b;
}
#buttonLayout {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#buttonLayout #button1Column {
	text-align: right;
	vertical-align: top;
	width: 274px;
}
#buttonLayout #button2Column {
	text-align: left;
	vertical-align: top;
	width: 151px;
}
#buttonLayout #button3Column {
	text-align: left;
	vertical-align: top;
	width: 147px;
}
#buttonLayout #button4Column {
	width: 328px;
}
#buttonLayout #latestCoursesColumn {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
}
#buttonLayout #latestCoursesColumn h2 {
	border-bottom-color: #FFFFFF;
}

#searchBox {
	text-align: right;
	background-color: #EDEDED;
	padding: 10px 0px 10px 10px;
}
#searchBox form {
	margin: 0px;
}
#searchBox form div {

}
#breadcrumbs {
	margin: 0px;
	padding: 10px 20px 10px 20px;
}
#footer {
	background-color: #a1a1a1;
	color:#FFFFFF;
	margin:0px;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 0px 0px 120px;
}
#cmsPageActions {
	text-align: right;
	padding: 10px;
}
#contentBoxLv1 {
	padding: 24px 44px 14px 0px;
}
#contentBoxLv2 {
	background-color: #FFFFFF;
}
#divisionOfBNAInternationalInc {
	width: 473px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #19696b;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
}
div.highlightedArea1Lv1 p.error, div.highlightedArea1Lv1 h1, div.highlightedArea1Lv1 h2, div.highlightedArea1Lv1 h3, div.highlightedArea1Lv1 h4, div.highlightedArea1Lv1 ul, div.highlightedArea1Lv1 em {
	color: #FFFFFF;
}
div.highlightedArea1Lv1 h1, div.highlightedArea1Lv1 h2, div.highlightedArea1Lv1 h3, div.highlightedArea1Lv1 h4 {
	border-bottom-color: #FFFFFF;
}
div.highlightedArea1Lv1 input.button, #contentBoxLv1 div.highlightedArea1Lv1 input.button {
	background-color: transparent;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	border-width: 0px;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
div.highlightedArea1Lv1 a.button, #contentBoxLv1 div.highlightedArea1Lv1 a.button {
	background-color: transparent;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	border-width: 0px;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
table.formLayout {
}
table.formLayout th.topHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout th.leftHeader {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
table.formLayout td {
	padding: 5px 0px 5px 0px;
}

/*=======================
	TOP MENU
=========================*/
#loginMenu {
	margin: 7px 40px 0px 0px;
	text-align: right;
	list-style: none;
	padding: 0px 0px 3px 0px;
	color: #a0a0a0;
	float: right;
	text-align: right;
	border-bottom: 1px dotted #a0a0a0;
	font-size: 11px;
}
#loginMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#loginMenu li.on {
}
#loginMenu li.on a {
}
#loginMenu a {
	text-decoration: none;
	color: #a0a0a0;
	font-weight: normal;
}

/*=======================
	MENU Lv1
=========================*/
#menuLv1 {
	background-color: #a0a0a0;
	list-style: none;
	margin: 0px;
	padding: 0px 40px 0px 0px;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
	color: #FFFFFF;
}
#menuLv1 li {
	display: inline;
	margin-left: 15px;
}
#menuLv1 li.on {
}
#menuLv1 li.on a {
	color: #19696b;
}
#menuLv1 a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
/*=======================
	MENU Lv1
=========================*/
#menuColumn #menuLv1 {
	background-color: transparent;
	list-style: none;
	margin: 0px;
	padding: 24px 40px 0px 120px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}
#menuColumn #menuLv1 li {
	display: block;
	margin: 5px 0px 5px 0px;
	border-bottom: 2px dotted #FFFFFF;
}
#menuColumn #menuLv1 li.on {
}
#menuColumn #menuLv1 li.on a {
	color: #FFFFFF;
}
#menuColumn #menuLv1 a {
	text-decoration: none;
	font-weight: normal;
	color: #7da4a6;
}

/*=============================
	MENU Lv2
=========================*/
#menuColumn  #menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-top: 2px dotted #FFFFFF;
	line-height: 16px;
	font-size: 11px;
	border-bottom-width: 0px;
}
#menuColumn  #menuLv2 li {
	border-bottom-width: 0px;
}
#menuColumn  #menuLv2 li.on {
}
#menuColumn  #menuLv2 li.on a {
}
#menuColumn  #menuLv2 a {

	text-decoration: none;
}

/*=============================
	MENU Lv3
=========================*/
#menuLv3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	line-height: 17px;
}
#menuLv3 li {
}
#menuLv3 li.on {
}
#menuLv3 li.on a {
}
#menuLv3 a {
	text-decoration: none;

}

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

}
ul.moduleMenuLv1  span.off {

}

/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.moduleMenuLv2 li {
	display: inline;
	margin: 0px;
}
ul.moduleMenuLv2 a {
}
ul.moduleMenuLv2 span {
}
ul.moduleMenuLv2 span.on {

}
ul.moduleMenuLv2 span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #A0A0A0;
}
table.dataTable th.topHeader {
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #A0A0A0;
}
table.dataTable td {
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #A0A0A0;
}
table.dataTable td.emptyCell {
	padding: 10px 10px 10px 0px;
	border-bottom-width: 0px;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
	margin-top: 13px;
	margin-bottom: 13px;
}
div.pager a {
	color: #a0a0a0;
}
div.pager .current {
	color: #19696b;
}
div.pager a.next, div.pager a.previous {
	color: #19696b;
}

/*=================================
	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: #ca1c23;
	
}
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: #ca1c23;
}
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;
}
/*=================================
	VIEW MEMBERSHIP PAGE
=================================*/
div.root-view_membership div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.root-view_membership div.register {
	float: right;
}
div.root-view_membership div.register a {
	text-decoration: underline;
}
/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-shopping_basket div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.root-shopping_basket div.checkoutButton {
	text-align: right;
}
div.root-shopping_basket div.continueShoppingButton {
	text-align: right;
}
div.root-shopping_basket p.includeVAT {
	text-align: right;
}
div.root-checkout div.confirmAndPayButton {
	text-align: right;
}
/*============================
	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: 0px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-member_registration div#contentBoxLv2 {
	clear: both;
	padding: 20px;
	background-color: #C70039;
	color: #FFFFFF;
}
div.root-member_registration div#contentBoxLv2 h1, div.root-member_registration div#contentBoxLv2 h2, div.root-member_registration div#contentBoxLv2 h3, div.root-member_registration div#contentBoxLv2 h4 {
	border-bottom-color:#FFFFFF;
	color:#FFFFFF;
}
div.root-member_registration div#contentBoxLv2 .highlightedArea1Lv1 {
	background-color: none;
	padding: 0px;
	margin: 20px 0px 30px 0px;
}
div.root-member_registration div.membershipStep3 table.confirmContactAndBillingLayout {
	width: 100%;
}
div.root-member_registration div.membershipStep3 table.confirmContactAndBillingLayout td.contactDetailsColumn {

}
div.root-member_registration div.membershipStep3 table.confirmContactAndBillingLayout td.billingDetailsColumn {

}
div.root-member_registration div.membershipStep3 div.confirmBookingBox table.dataTable td {
	padding-left: 0px;
	padding-right: 0px;
}
div.root-member_registration div.membershipStep4 {
	height: 300px;
}

/*===============================
	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;
}
div.root-edit_sitemap div#contentBoxLv2 ul a {
	text-decoration: none;
}
/*===============================
	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;
}
/*===============================
	BOOKING
================================*/
div.root-booking div#contentBoxLv2 {
	clear: both;
	padding: 0px;
}
div.root-booking div#contentBoxLv2 div.bookingStep1, div.root-booking div#contentBoxLv2 div.bookingStep2, div.root-booking div#contentBoxLv2 div.bookingStep4, div.root-booking div#contentBoxLv2 div.bookingStep5 {
	padding: 20px;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 {
	padding: 20px;
	background-color: #C70039;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 h1, div.root-booking div#contentBoxLv2 div.bookingStep3 h2, div.root-booking div#contentBoxLv2 div.bookingStep3 h3, div.root-booking div#contentBoxLv2 div.bookingStep3 h4 {
	border-bottom-color:#FFFFFF;
	color:#FFFFFF;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 .highlightedArea1Lv1 {
	background-color: none;
	padding: 0px;
	margin: 20px 0px 30px 0px;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 table.confirmContactAndBillingLayout {
	width: 100%;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 table.confirmContactAndBillingLayout td.contactDetailsColumn {
	padding-right: 30px;
}
div.root-booking div#contentBoxLv2 div.bookingStep3 table.confirmContactAndBillingLayout td.billingDetailsColumn {
	padding-left: 30px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 20px;
}
div.root-view_venue table.venueDates {
	width: 100%;
}
div.root-view_venue table.venueDates th {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
div.root-view_venue table.venueDates td {
	padding: 5px 5px 5px 0px;
	text-align: left;
}
div.root-view_venue p.price {
	margin-bottom: 0px;
}
div.root-view_venue p.price30DayDiscount {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.root-view_venue p.price30DayDiscount strong {
	color: #C70039;
}
div.root-view_venue p.price60DayDiscount {
	margin-top: 0px;
}
div.root-view_venue p.price60DayDiscount strong {
	color: #C70039;
}
div.root-view_venue p.memberPrice {
	margin-bottom: 0px;
}
div.root-view_venue p.memberPrice30DayDiscount {
	margin-top: 0px;
	margin-bottom: 0px;
}
div.root-view_venue p.memberPrice30DayDiscount strong {
	color: #C70039;
}
div.root-view_venue p.memberPrice60DayDiscount {
	margin-top: 0px;
}
div.root-view_venue p.memberPrice60DayDiscount strong {
	color: #C70039;
}
/*===============================
	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;
}

