/* ======================
	DEFAULTS
=========================*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color:#E1FAFD;
	color:#000000;
	margin:0px;
	padding:20px 0px 20px 0px;
}
.inputField {
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	border: 1px solid #a0a0a0;
}
h1 {
	background-color:transparent;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
h1 em {
	color:#E5E5E5;
	font-style: normal;
}
p.tagline {
	position: relative;
	font-size: 13px;
}
h2 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 7px;
	margin-top: 5px;
}
h3 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	background-color: transparent;
	color:#000000;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 5px;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}	
embed {
	vertical-align: bottom;
}
p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
p.error {
	padding: 0px;
	margin: 0px;
	color: #bf0f35;
}
input.error, select.error, textarea.error {
	border: 1px solid #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px;
	color: #385f14;
}
em {
	color: #E5E5E5;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #007171;
}
a:link {
	font-weight: bold;
	color: #007171;
}
a:visited {
	font-weight: bold;
	color: #007171;
}
a:hover {
	font-weight: bold;
	color: #007171;
}
table th {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4f4646;
}
input.button {
	background-color: #CCCCCC;
	color: #444444;
	padding: 5px;
	border-width: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
a.button {
	background-color: #CCCCCC;
	color: #444444;
	padding: 5px;
	border-width: 0px;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}
input.smallButton {
	background-color: #CCCCCC;
	color: #444444;
	padding: 4px;
	border-width: 0px;
	font-size: 12px;
}
a.smallButton {
	background-color: #CCCCCC;
	color: #444444;
	padding: 4px;
	border-width: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}
div.buttonWrapper {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	background-color: #faf9f5;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:788px;
	overflow: hidden;
	border: 1px solid #076c7a;
}
#header {
	background-color: #FFFFFF;
	background-image: url('/modules/root/templates/template1/images/logo.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 2px solid #00969c;
}
#headerLayout {
	background-color: #00969c;
	color: #FFFFFF;
	width: 500px;
}
#headerLayout td {
	vertical-align: center;
}
#headerLayout td#metaLinks {
	padding-top: 80px;
	background-image: url('/modules/root/templates/template1/images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	width: 320px;
}
#headerLayout td#searchBox {
	text-align: left;
	vertical-align: top;
}
#headerLayout td#searchBox form input.inputField {
	font-size: 16px;
	margin-bottom: 8px;
	border: 1px solid #000000;
}
#headerPicture {
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	border-bottom: 2px solid #666666;
}
#metaHeaders {
	margin-left: 5px;
	margin-right: 5px;
}
#metaHeaders h1 {
	margin-top: 0px;
}
#siteName {
	margin: 0px 0px 10px 20px;
}
#topSearchBox {
	margin: 30px 5px 10px 0px;
	float: right;
	text-align: right;
}
#topSearchBox form {
	display: inline;
}
#topSearchBox form div {
	display: inline;
}
#breadcrumbs {
	background-color: #227583;
	color: #FFFFFF;
	clear: both;
	padding: 10px 0px 0px 5px;
	margin:0px;
}
#footer {
	color:#000000;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footerMenu {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#footerMenu li {
	display: inline;
}
#footerMenu a {
	color: #000000;
}
#copyright {
	background-color: #076c7a;
	color: #FFFFFF;
	padding: 2px;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	color: #FFFFFF;
}
#cmsPageActions {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
#content {
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #e0e4e7;
	color: #000000;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.highlightedArea1Lv2 {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.highlightedArea2Lv1 {
	border: 1px solid #DA8286;
	background-color: #dedede;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table.formLayout {
	margin: 0px;
	border-spacing: 2px;
}
table.formLayout th.leftHeader {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	min-width: 100px;
}
table.formLayout td {
	padding: 5px;
}
table.formLayout td .inputField {
}
/*=======================
	TOP MENU
=========================*/
#topMenu {
	float: right;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	text-align: right;
	font-weight: normal;
}
#topMenu a {
	font-size: 11px;
	text-transform: lowercase;
}

/*=======================
	MAIN MENU
=========================*/
#mainMenuBox {
	padding: 40px 0px 0px 0px;
	width: 500px;
	background-color: #444444;
	color: #FFFFFF;
	height: 20px;
}

#mainMenu, #mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.2;
}
#mainMenu a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px;
	text-transform: uppercase;
}
#mainMenu a:hover {

}
#mainMenu li {
	float: left;
	z-index: 99;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	width: auto;
	margin: 0px 0px 0px 0px;

}
#mainMenu li.firstLink {
	border-left: 0px;
}
#mainMenu li ul {
	position: absolute;
	background-image: none;
	background-color: #00969C;
	width: 170px;
	left: -3000px;
	border-bottom: 1px solid #482404;
	border-left: 1px solid #482404;
	border-right: 1px solid #482404;
	border-top-width: 2px;
	margin: -3px 0px 0px 0px;
	padding: 0px;
	z-index: 99;
}
#mainMenu li ul li a {
	background-color: #00969C;
	color: #FFFFFF;
	font-weight: normal;
	background-image: none;
}
#mainMenu li ul li a:hover {
	background-image: none;
	background-color: #FFFFFF;
	color: #482404;
	font-weight: normal;
}
#mainMenu li ul li {
	background-image: none;
	border-width: 0px;
	border-top: 1px solid #482404;
	padding: 0px;
	width: 170px;
	margin: 0px;
}
#mainMenu li:hover, #mainMenu li.sfhover {
    position: static;
}
#mainMenu li:hover ul, #mainMenu li.sfhover ul {
	left: auto;
}
#mainMenu li ul ul {
	margin: -2em 0 0 132px;
}
#mainMenu li:hover ul ul, #mainMenu li.sfhover ul ul {
	left: -3000px;
}
#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul {
	left: auto;
}
#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li.sfhover ul ul, #mainMenu li.sfhover ul ul ul {
	left: -3000px;
}
#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul, #mainMenu li li li.sfhover ul {
	left: auto;
}
#mainMenu li:hover ul ul, #mainMenu li:hover ul ul ul, #mainMenu li:hover ul ul ul ul, #mainMenu li.sfhover ul ul, #mainMenu li.sfhover ul ul ul, #mainMenu li.sfhover ul ul ul ul {
	left: -3000px;
}
#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li li li:hover ul, #mainMenu li li li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul, #mainMenu li li li.sfhover ul, #mainMenu li li li li.sfhover ul {
	left: auto;
}

/*=============================
	SUBMENU Lv1
=========================*/
#subMenuLv1 {
	clear: both;
	background-color:#E0E4E7;
	color:#444444;
	margin:0px;
	padding:4px 5px 4px 5px;
	border-top: 1px solid #e1e1df;
	border-right: 1px solid #e1e1df;
	border-left: 1px solid #e1e1df;
}
#subMenuLv1 a {
	color:#656b67;
	font-weight: normal;
	text-transform: capitalize;
}
#subMenuLv1 a span {

}

/*=======================
	MODULE MENU
=========================*/
div.moduleMenu {
	border: 1px solid #C6C6C6;
	background-color: #DFDFDF;
	color: #656b67;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
div.moduleMenu a {
	color: #656b67;
	font-weight: normal;
}
div.moduleMenu span {
}
div.moduleMenu span.on {

}
div.moduleMenu span.off {

}

/*=======================
	MODULE MENU
=========================*/
div.moduleSubMenuLv1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
div.moduleSubMenuLv1 a {
	text-transform: uppercase;
	font-weight: normal;
}
div.moduleSubMenuLv1 span {
}
div.moduleSubMenuLv1 span.on {

}
div.moduleSubMenuLv1 span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	background-color: #ffffff;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #00969c;
	padding: 10px;
	color: #FFFFFF;
}
table.dataTable th.topHeader {
	background-color: #00969c;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}
table.dataTable td {
	background-color: #E0E4E7;
	padding: 10px;
	color: #444444;
	vertical-align: top;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
}

table.dataTable td h1, table.dataTable td h2, table.dataTable td h3, table.dataTable td h4 {
	color: #444444;
}
/*===================
	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;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
div.pager .current {
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	color: #ffffff;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.root-template1-view_product {
	clear: both;
	margin: 10px;
}
div.root-template1-view_product table.productLayout {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
div.root-template1-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-template1-view_product table.productLayout td.informationColumn div.qty {
	margin-top: 10px;
	margin-bottom: 2px;
}
div.root-template1-view_product table.productLayout td.informationColumn div.qty .inputField {
	font-size: 12px;
	text-align: center;
}
div.root-template1-view_product table.productLayout td.pictureColumn {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
div.root-template1-view_product div.backButton a {
	font-size: 15px;
	font-weight: bold;
}
div.root-template1-view_product h1 {

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

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

/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-template1-shopping_basket {
	clear: both;
	margin: 10px;
}
div.root-template1-shopping_basket div.checkoutButton {
	text-align: right;
}
div.root-template1-shopping_basket div.continueShoppingButton {
	text-align: right;
}
div.root-template1-shopping_basket p.includeVAT {
	text-align: right;
}
div.root-template1-checkout div.confirmAndPayButton {
	text-align: right;
}
/*============================
	LOGON PAGE
===========================*/
div.root-template1-logon {
	clear: both;
	margin: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-template1-change_password {
	clear: both;
	margin: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-template1-request_new_password {
	clear: both;
	margin: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-template1-checkout {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-template1-edit_layout {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-template1-edit_meta {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-template1-edit_sitemap {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-template1-order_failed {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-template1-order_success {
	clear: both;
	margin: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-template1-search {
	clear: both;
	margin: 10px;
}
div.root-template1-search h3 {
	margin: 0px;
}
div.root-template1-search p.sample {
	margin: 0px;
}
div.root-template1-search p.link {
	margin: 0px 0px 10px 0px;
}

