/* ======================
	DEFAULTS
=========================*/
body {
	background-color: #FFFFFF;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-image:url("/modules/root/templates/template1/images/background.gif");
	background-position:center top;
	background-repeat:repeat;
}
form {
	margin: 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	border: 1px solid #7e7e7e;
}
h1 {
	background-color:transparent;
	color:#333333;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
h2 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height:20px;
	padding-bottom:5px;
	padding-top:10px;
	margin: 0px 0px 10px 0px;
}
h3 {
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight: normal;
	line-height:12px;
	padding-bottom:3px;
	padding-right:3px;
	padding-top:3px;
	text-align:right;
	margin: 0px 0px 10px 0px;
}
h4 {
	background-color: transparent;
	color:#333333;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}
embed {
	vertical-align: bottom;
}
p {
	line-height:16px;
	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: #333333;
}
em {
	color: #333333;
}
pre {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 10px 0px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
a:link {
	font-weight: normal;
	color: #333333;
}
a:visited {
	font-weight: normal;
	color: #333333;
}
a:hover {
	font-weight: normal;
	color: #B3B3B3;
}
input.button {
	background-color: #9d9d9d;
	color: #FFFFFF;
	padding: 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
a.button {
	background-color: #9d9d9d;
	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: #9d9d9d;
	color: #FFFFFF;
	padding: 1px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
a.smallButton {
	background-color: #9d9d9d;
	color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	border-width: 0px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
a.javascriptLink {
	cursor: pointer;
}
div.backButton {
	text-align: left;
	margin-bottom: 15px;
}
div.backButton a {
	cursor: pointer;
}
.loading {
	text-align: center;
	height: 40px;
	width: 100%;
}
/*========================
	LAYOUT
=========================*/

#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	position: relative;
	overflow: hidden;
	width:950px;
}

/*==================
	HEADER
===================*/
#headerBoxLv1 {
	position: relative;
	height: 110px;
}
#headerBoxLv1 #logo1 {
	position: absolute;
	top: 30px;
	left: 120px;
}
#headerBoxLv1 #logo2 {
	position: absolute;
	top: 40px;
	left: 200px;
}

/*===================
	LEFT COLUMN BOX
=====================*/
#leftColumnBoxLv1 {
	float: left;
	width: 95px;
	margin: 0px;
	padding: 0px;
}
#leftColumnBoxLv2 {
	padding: 0px 8px 150px 10px;
	margin: 0px;
	background-image: url('/modules/root/templates/template1/images/riba.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
/*===================
	LEFT COLUMN BOX
=====================*/
#centerColumnBoxLv1 {
	float: left;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
#centerColumnBoxLv2 {
	padding: 0px 0px 150px 5px;
	margin: 0px;
}
/*===================
	CONTENT
=====================*/
#contentBoxLv1 {
	float: right;
	width: 760px;
}
#contentBoxLv3 {
	position: relative;
}
/*=====================
	FOOTER
======================*/
#footerBoxLv1 {
	clear: both;
	text-align: right;
	padding: 0px;
}
#footerBoxLv1 #cmsPageActions {
	text-align: right;
}

/*==========================
	CONTACT DETAILS
===========================*/
#contactDetails {
	text-align: right;
	margin: 0px 0px 15px 0px;
}
#contactDetails div#email {
	line-height:24px;
}
#contactDetails div#email a {
	font-size:16px;
}
#contactDetails div#telephone {
	line-height: 16px;
	font-size: 11px;
}
/*============================
	WYSIWYG AREA
=============================*/
div.wysiwygArea {
	margin: 0px 0px 10px 0px;
}
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: #EAEAEA;
	padding: 5px 10px 5px 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;
	padding: 0px;
	margin: 0px;
}
#loginMenu li {
	text-align: right;
}
#loginMenu li.on {
}
#loginMenu li.on a {
}
#loginMenu a {
	font-size: 10px;
	font-weight: normal;
	color: #B3B3B3;
}


/*=======================
	MENU Lv1
=========================*/
#menuLv1Box {
	margin-bottom: 10px;
}
#menuLv1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuLv1 li {
	line-height:24px;
	font-size:16px;
	color: #333333;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#menuLv1 li.on {
}
#menuLv1 li.on a {
	color: #B3B3B3;
}
#menuLv1 a,
#menuLv1 a:link,
#menuLv1 a:visited {
	font-size:16px;
	color: #333333;
	text-transform: lowercase;
	font-weight: normal;
}
#menuLv1 a:hover {
	color: #B3B3B3;
}
#menuLv1 li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuLv1 li ul li {
	line-height:16px;
	font-size:11px;
}
#menuLv1 li.on ul li a {
	color: #333333;
}
#menuLv1 li ul li a,
#menuLv1 li ul li a:link,
#menuLv1 li ul li a:visited {
	font-size:11px;
}
/*==============================
	DROPDOWN MENU
=============================*/
#dropdownMenuLv1Box {
	background-color: #B0AFB2;
	height: 25px;
}
.dropdownMenuLv1 {
	padding: 0px;
	margin: 0px;
}

.dropdownMenuLv1, .dropdownMenuLv1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dropdownMenuLv1 a, .dropdownMenuLv1 a:link, .dropdownMenuLv1 a:visited {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
.dropdownMenuLv1 a:hover {
	display: block;
	text-decoration: underline;
}
.dropdownMenuLv1 li {
	display: block;
	background-color: #B0AFB2;
	float: left;
	z-index: 99;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	width: auto;
}
.dropdownMenuLv1 li ul {
	position: absolute;
	width: 200px;
	left: -3000px;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	z-index: 99;
}
.dropdownMenuLv1 li ul li a {
	padding: 0px;
}
.dropdownMenuLv1 li ul li a:hover {

}
.dropdownMenuLv1 li ul li {
	float: none;
	padding: 0px 5px 0px 5px;
	border-right-width: 0px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
}
.dropdownMenuLv1 li:hover {
	position: static;
}
.dropdownMenuLv1 li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li ul ul {
	margin: -2em 0 0 150px;
}
.dropdownMenuLv1 li:hover ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li:hover ul ul, .dropdownMenuLv1 li:hover ul ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul, .dropdownMenuLv1 li li li:hover ul {
	left: auto;
}
.dropdownMenuLv1 li:hover ul ul, .dropdownMenuLv1 li:hover ul ul ul, .dropdownMenuLv1 li:hover ul ul ul ul {
	left: -3000px;
}
.dropdownMenuLv1 li:hover ul, .dropdownMenuLv1 li li:hover ul, .dropdownMenuLv1 li li li:hover ul, .dropdownMenuLv1 li li li li:hover ul {
	left: auto;
}

/*=============================
	MENU Lv2
=========================*/
#menuLv2Box {
	text-align: left;
}
#menuLv2 {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	line-height: 17px;
}
#menuLv2 li {
	line-height: 18px;
}
#menuLv2 li.on {
}
#menuLv2 li.on a {
}
#menuLv2 a,
#menuLv2 a:link,
#menuLv2 a:visited {
	color: #000000;
	font-weight: normal;
	font-size:11px;
	line-height:16px;
}
#menuLv2 a:hover {
	color: #B3B3B3;
}

/*=======================
	MODULE MENU
=========================*/
ul.moduleMenuLv1 {
	list-style: none;
	border-bottom: 1px solid #B0AFB2;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}
ul.moduleMenuLv1 li {
	padding: 0px;
	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: #EAEAEA;
	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;
}


/*============================
	LOGON PAGE
===========================*/
div.root-logon div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-change_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-request_new_password div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-edit_layout div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-edit_meta div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-edit_sitemap div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW NEWS
================================*/
div.root-view_news div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW EVENT
================================*/
div.root-view_event div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW VENUE
================================*/
div.root-view_venue div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH NEWS AND EVENTS
================================*/
div.root-search_news_and_events div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH JOBS
================================*/
div.root-search_jobs div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	VIEW JOB
================================*/
div.root-view_job div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-search div#contentBoxLv2 {
	clear: both;
	padding: 10px;
}
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.root-template2 div.productSearchResultsBoxLv1 {
	padding: 0px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox {
	margin-right: 0px;
	margin-bottom: 5px;
}
div.root-template2 div.productSearchResultsBoxLv1 div.productThumbnailBox div.picture {
	margin: 0px;
}
/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-template2-view_product div#contentBoxLv2 {
	clear: both;
	padding: 0px 10px 0px 10px;
}
div.root-template2-view_product  .stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 740px; /*Width of Carousel Viewer itself*/
	height: 400px; /*Height should enough to fit largest content's height*/
}
div.root-template2-view_product .stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
div.root-template2-view_product .stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: none; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 5px; /*margin around each panel*/
	width: 735px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

div.root-template2-view_product div#carousel {
	margin-bottom: 10px;
}
div.root-template2-view_product div#carousel_buttons {
	float:left;
	text-align:left;
	width:75px;
}
div.root-template2-view_product div#productDetailsBox {
	border-left:1px solid #E5E5E5;
	float:right;
	height:500px;
	padding-left:10px;
	text-align:left;
	width:640px;
}
div.root-template2-view_product div#productDetailsBox p {
	margin-bottom: 0px;
}
div.root-template2-view_product div#productDetailsBox p.contractValue {
	margin-bottom: 10px;
}
div.root-template2-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-template2-view_product h1 {

}

div.root-template2-view_product p.ref {
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #333333;
	
}
div.root-template2-view_product p.ref strong {
	color: #000000;
	font-weight: bold;
}
div.root-template2-view_product p.description {
	
	font-size: 12px;
	color: #514f48;
}
div.root-template2-view_product p.ingredients {
	
	font-size: 10px;
	color: #514f48;
}
div.root-template2-view_product div.pictureWrapper {
	text-align: right;
	margin-bottom: 10px;
}
div.root-template2-view_product div.pictureWrapper img {
	width: 300px;
}
div.root-template2-view_product div.pictureThumbnailsWrapper {
	margin-bottom: 10px;
}
div.root-template2-view_product div.pictureThumbnailsWrapper img {
	width: 50px;
}
div.root-template2-view_product div.price {
	
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
div.root-template2-view_product p.includeVAT {
	
	font-size: 10px;
}
div.root-template2-view_product div.addToBasket {

}
div.root-template2-view_product div.backButton {
	
	margin-top: 2px;
	margin-bottom: 10px;
}
/*======================================
	VENUE SEARCH RESULTS BOX
=========================================*/
div.root-template3 div.venueSearchResultsBoxLv1 {
	padding: 10px;
}
div.root-template3 div.venueSearchResultsBoxLv1 div.createVenueBox {
	margin: 0px 0px 10px 0px;
}

