/***********************************************************************/
/* positioning, sizing/padding and backgrounds of main layout elements */
/***********************************************************************/
body {
	padding:0px;
	margin:0px;
	background-color:#FEF6A5;
	color:#000000;
	}
div#body {
	margin-left:auto;
	margin-right:auto;
	width:991px;
	}
div#c,div#f,div#footertext {
	background-color:#ffffff;
	color:#000000;
	}
div#header,div#sales,div#navigation,div#c,div#f,div#footertext {
	padding-right:25px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}
div#sales,div#navigation,div#c,div#f,div#footertext {
	padding-left:25px;
	width:941px;
	}
div#header {
	padding-left:0px;
	width:966px;
	float:left;
	}
	a#logo {
		display:block;
		float:left;
		width:389px;
		}
	div#strapline {
		float:right;
		text-align:right;
		width:577px;
		}
div#sales {
	float:left;
	text-align:right;
	}
div#navigation {
	float:left;
	}
	ul#breadcrumb-trail {
		display:block;
		float:left;
		}
	ul#account {
		float:right;
		text-align:right;
		}
div#c {
	float:left;
	}
	div#menu {
		float:left;
		width:226px;
		}
	div#content {
		float:right;
		width:684px;
		padding:25px 0px 33px 31px;
		}
div#f,div#footer,div#footertext {
	float:left;
	}
div#footer {
	width:941px;
	}

body.popup div#body {
	width:382px;
	}
body.popup div#header {
	background:none;
	width:365px;
	}
body.popup div#c,body.popup div#content {
	width:348px;
	padding-left:0px;
	padding-right:0px;
	}


/*********************************/
/* override the usual annoyances */
/*********************************/
ul,li,table,th,td,h1,h2,h3,form,p {
	margin:0px;
	padding:0px;
	}
table {
	border-collapse:collapse;
	}
td {
	vertical-align:top;
	}
img {
	border:none;
	}


/***********************/
/* colours, font sizes */
/***********************/

	/****************************/
	/* main structural elements */
	/****************************/
	body {
		font-size:0.75em;
		font-family:Lucida Sans, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
		}
	div#header {
		background-image:url(images/header-bg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-color:#858584;
		color:#ffe827;
		/*padding-top:6px;
		padding-bottom:6px;*/
		}
	div#strapline {
		color:#ffffff;
		min-height:14px;
		font-weight:bold;
		padding-top:67px;
		}
	div#sales {
		background-image:url(images/navigation-bg.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		background-color:#000000;
		color:#ffffff;
		border-top:1px solid #ffff00;
		min-height:14px;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
		}
	div#navigation {
		background-color:#ffe827;
		}
	div#content {
		line-height:1.6em;
		}
	div#footer,div#footertext {
		padding-bottom:33px;
		}
	div#footer {
		background-image:url(images/footer-bg.gif);
		background-repeat:no-repeat;
		padding-top:7px;
		}
	div#footertext {
		padding-top:25px;
		background-image:url(images/footertext-bg.gif);
		background-repeat:repeat-x;
		}
	div#footertext li {
		list-style:none;
		margin-top:10px;
		}
	div#footertext h2 {
		font-size:1em;
		margin:0px;
		}
	div#footertext li li {
		margin-top:0px;
		}
	
	/*******************/
	/* navigation menu */
	/*******************/
	ul#breadcrumb-trail li {
		float:left;
		list-style:none;
		}
	ul#breadcrumb-trail li {
		background-image:url(images/breadcrumb-li-bg.gif);
		background-position:center left;
		background-repeat:no-repeat;
		padding:0px 5px;
		}
	ul#breadcrumb-trail li.first {
		background:none;
		padding:0px 5px 0px 0px;
		}
	ul#breadcrumb-trail li a,ul#breadcrumb-trail li span {
		display:block;
		font-weight:bold;
		padding:11px 0px 12px 3px;
		}
	ul#breadcrumb-trail li a {
		color:#cc6600;
		}
	ul#breadcrumb-trail li a:hover,ul#breadcrumb-trail li span {
		color:#000000;
		}
	ul#breadcrumb-trail li.first a {
		background-image:url(images/icon-home.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding:11px 0px 12px 33px;
		}










	ul#account li {
		float:left;
		list-style:none;
		}
	ul#account a {
		display:block;
		padding:11px 8px 12px 10px;
		background-image:url(images/account-bg.gif);
		background-repeat:no-repeat;
		background-position:0px 13px;
		color:#000000;
		}
	ul#account a:hover {
		color:#cc6600;
		}
	ul#account a#basket {
		background-image:url(images/icon-basket.gif);
		background-repeat:no-repeat;
		background-position:0px 9px;
		padding:11px 8px 12px 33px;
		}
	ul#account li.final a {
		padding-right:0px;
		}

	/***********/
	/* LH menu */
	/***********/
	div#menu {
		padding-top:17px;
		padding-bottom:10px;
		}
	div#menu h2 {
		margin-bottom:5px;
		font-size:1.08em;
		font-weight:bold;
		}
	div#menu ul {
		border-top:1px solid #e4e4e4;
		margin-right:17px;
		}
	ul#categories {
		margin-bottom:17px;
		}
	div#menu li {
		list-style:none;
		border-bottom:1px solid #e4e4e4;
		}
	div#menu li a {
		display:block;
		padding:5px 0px 5px 9px;
		background-image:url(images/bullet-menu.gif);
		background-repeat:no-repeat;
		background-position:center left;
		font-size:1.08em;
		color:#000000;
		text-decoration:none;
		}
	div#menu li.current a {
		border-bottom:1px solid #e4e4e4;
		color:#cc6600;
		}
	div#menu li a:hover {
		text-decoration:underline;
		}
	div#menu li ul {
		margin:5px 0px 7px 10px;
		border:none;
		}
	div#menu li li,div#menu li.current li a {
		border:none;
		color:#000000;
		}
	div#menu li li a {
		padding:2px 0px 2px 9px;
		background-image:url(images/bullet-submenu.gif);
		font-size:0.92em;
		}
	div#menu li li.current a {
		color:#cc6600;
		}
	
		/***************/
		/* search form */
		/***************/
		form#search {
			margin-bottom:17px;
			}
		form#search .top {
			background-image:url(images/search-bg-top.gif);
			background-repeat:no-repeat;
			min-height:4px;
			}
		form#search .content {
			background-image:url(images/search-bg-sliver.gif);
			background-repeat:repeat-x;
			background-color:#eaeaea;
			border-left:1px solid #d8d8d8;
			border-right:1px solid #d8d8d8;
			padding:10px 14px 11px;
			}
		form#search .bottom {
			background-image:url(images/search-bg-bottom.gif);
			background-repeat:no-repeat;
			min-height:4px;
			}
		form#search table {
			width:100%;
			}
		table#s td {
			vertical-align:bottom;
			}
		form#search table#s h2 {
			margin:0px;
			font-size:1.33em;
			font-weight:bold;
			}
		form#search a {
			font-size:0.92em;
			color:#000000;
			}
		form#search a:hover {
			text-decoration:none;
			}
		td#ss,td.submit {
			text-align:right;
			}
		table#s {
			margin-bottom:8px;
			}
		form#search td input {
			vertical-align:middle;
			}
		form#search input.text {
			width:152px;
			}
		
	/*************/
	/* info menu */
	/*************/
	ul#info {
		margin-bottom:17px; /* if you change this, be sure to change its counterpart in common.js */
		}
	
	
	/*************/
	/* signposts */
	/*************/
	.signpost {
		display:block; /* I won't necessarily be using a div... */
		margin-bottom:7px;
		text-decoration:none;
		}
	.signpost .top {
		display:block; /* I won't necessarily be using a div... */
		background-image:url(images/signpost-bg-top.gif);
		background-repeat:no-repeat;
		height:6px;
		}
	.signpost .content {
		display:block; /* I won't necessarily be using a div... */
		background-image:url(images/signpost-bg-sliver.gif);
		background-repeat:repeat-x;
		background-color:#202020;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		padding:0px 14px 3px;
		font-size:1.5em;
		font-weight:bold;
		color:#ffe827;
		}
	.signpost .bottom {
		display:block; /* I won't necessarily be using a div... */
		background-image:url(images/signpost-bg-bottom.gif);
		background-repeat:no-repeat;
		height:7px;
		}
	
		
	/*********************/
	/* main content area */
	/*********************/
	div#content li {
		list-style:none;
		background-image:url(images/bullet.gif);
		background-position:0 0.6em;
		background-repeat:no-repeat;
		padding-left:12px;
		}
		/*********************/
		/* featured categories on home page */
		/*********************/
		table#featured {
			width:100%;
			margin:21px 0px;
			}
		table#featured td {
			border-top:6px solid white;
			min-height:180px;
			width:224px;
			}
		table#featured td.r1 {
			border-top:none;
			}
		table#featured td.c1,table#featured td.c2 {
			border-right:6px solid white;
			}
		table#featured td.f1 {
			background-color:#508c2f;
			}
		table#featured td.f2 {
			background-color:#9f993f;
			}
		table#featured td.f3 {
			background-color:#9f7f30;
			}
		table#featured td.f4 {
			background-color:#717a11 ;
			}
		table#featured td.f5 {
			background-color:#979f3f;
			}
		table#featured td.f6 {
			background-color:#508c2f;
			}
		table#featured .top {
			background-repeat:no-repeat;
			min-height:174px;
			padding:0px 10px;
			}
		table#featured td.f1 .top {
			background-image:url(images/category1-bg.gif);
			}
		table#featured td.f2 .top {
			background-image:url(images/category2-bg.gif);
			}
		table#featured td.f3 .top {
			background-image:url(images/category3-bg.gif);
			}
		table#featured td.f4 .top {
			background-image:url(images/category4-bg.gif);
			}
		table#featured td.f5 .top {
			background-image:url(images/category5-bg.gif);
			}
		table#featured td.f6 .top {
			background-image:url(images/category6-bg.gif);
			}
		table#featured .bottom {
			background-repeat:no-repeat;
			min-height:6px;
			}
		table#featured td.f1 .bottom {
			background-image:url(images/category1-bg-bottom.gif);
			}
		table#featured td.f2 .bottom {
			background-image:url(images/category2-bg-bottom.gif);
			}
		table#featured td.f3 .bottom {
			background-image:url(images/category3-bg-bottom.gif);
			}
		table#featured td.f4 .bottom {
			background-image:url(images/category4-bg-bottom.gif);
			}
		table#featured td.f5 .bottom {
			background-image:url(images/category5-bg-bottom.gif);
			}
		table#featured td.f6 .bottom {
			background-image:url(images/category6-bg-bottom.gif);
			}
		table#featured a {
			display:block;
			font-size:1.42em;
			color:#ffe827;
			text-decoration:none;
			}
		table#featured a span {
			display:block;
			padding:12px 4px 14px;
			}
		table#featured a:hover span {
			text-decoration:underline;
			}
		
		
		/*****************/
		/* category page */
		/*****************/
			/* header */
			div#category-header,div#advice {
				float:left;
				background-image:url(images/category-header-bg-top.gif);
				background-repeat:no-repeat;
				background-color:#ffe827;
				padding:0px 10px 10px;
				}
			div#category-header {
				min-height:125px;
				}
			div#advice {
				margin-top:6px;
				}
				div#category-header div#intro,div#advice div {
					float:left;
					width:432px;
					padding:16px 19px 0px 9px;
					}
				div#category-header div#intro.noimage,div#advice div {
					width:636px;
					}
				div#category-header img#image {
					float:right;
					}
			div#category-header-bottom,div#advice-bottom {
				background-image:url(images/category-header-bg-bottom.gif);
				min-height:6px;
				clear:both;
				}
			/**********************************/
			/* subcategories on category page */
			/**********************************/
			table#subcategories {
				width:auto;
				margin:6px 0px;
				}
			table#subcategories td {
				border-top:6px solid white;
				width:112px;
				}
			table#subcategories td.r1 {
				border-top:none;
				}
			table#subcategories td.c1,table#subcategories td.c2,table#subcategories td.c3,table#subcategories td.c4 {
				border-right:6px solid white;
				}
			table#subcategories .top {
				background-repeat:no-repeat;
				min-height:233px;
				padding:0px 10px;
				background-image:url(images/subcategory-bg-top.gif);
				}
			table#subcategories .bottom {
				background-repeat:no-repeat;
				min-height:6px;
				background-image:url(images/subcategory-bg-bottom.gif);
				}
			table#subcategories a {
				display:block;
				font-size:1.17em;
				color:#ffe827;
				text-decoration:none;
				background-color:#4f8b2f;
				}
			table#subcategories a span {
				display:block;
				padding:5px 7px 14px;
				}
			table#subcategories a:hover span {
				text-decoration:underline;
				}
			
			/********************************/
			/* products on subcategory page */
			/********************************/
			div#products-top {
				background-image:url(images/products-bg-top.gif);
				height:6px;
				clear:both;
				margin-top:14px;
				}
			div#products {
				float:left;
				background-image:url(images/products-bg-bottom.gif);
				background-repeat:no-repeat;
				background-color:#72a848;
				background-position:bottom;
				min-height:6px;
				padding:10px 10px 10px 11px;
				width:663px;
				color:#ffe827;
				}
			/*div#products h1,div#products div.intro,*/div#products div#shortcuts {
				margin:0px 1px 14px;;
				padding:0px 8px 11px;
				}
			/*div#products h1,div#products div.intro {
				background-image:url(images/products-h1-bg.gif);
				background-repeat:repeat-x;
				background-position:bottom;
				}
			div#products h1 {
				font-size:1.42em;
				}*/
			div#products div#shortcuts {
				float:left;
				}
			div#products div#shortcuts ul {
				width:320px;
				}
			div#products div#shortcuts li {
				list-style:none;
				background-image:url(images/products-header-li-bg.gif);
				background-position:center left;
				background-repeat:no-repeat;
				padding-left:10px;
				}
			div#products div#shortcuts a {
				color:#ffe827;
				}
			div#products div#shortcuts a:hover {
				color:#ffffff;
				}
			div#products div#shortcuts ul.column1 {
				float:left;
				}
			div#products div#shortcuts ul.column2 {
				float:right;
				}
			
			/* the products list itself */
			div#products .top {
				background-image:url(images/productslist-product-bg-top.gif);
				background-repeat:no-repeat;
				min-height:6px;
				clear:both;
				}
			div#products .content {
				background-color:#ffffff;
				color:#000000;
				border-left:1px solid #3f7f0d;
				border-right:1px solid #3f7f0d;
				float:left;
				width:661px;
				padding-top:3px;
				padding-bottom:15px;
				}
			div#products h2 {
				font-size:1.08em;
				padding-bottom:5px;
				}
			div#products div.image {
				float:left;
				width:120px;
				padding-left:8px;
				padding-right:5px;
				text-align:center;
				line-height:normal;
				}
			div#products div.image a {
				text-decoration:none;
				}
			div#products div.image img.product {
				border:1px solid #727272;
				}
			div#products div.image img.next-day-delivery {
				margin-top:10px;
				}
			div#products div.info {
				float:right;
				width:481px;
				padding-right:19px;
				padding-left:19px;
				font-size:0.92em;
				}
			div#products div.info li {
				line-height:normal;
				}
			div#products div.calculator a {
				display:block;
				margin-top:10px;
				background-color:#eaeaea;
				padding:5px;
				color:#000000;
				}
			div#products div.calculator a:hover {
				color:#cc6600;
				}
			div#products form {
				margin-top:10px;
				}
			div#products table.prices {
				width:100%;
				}
			div#products td.quantity,div#products td.add {
				width:1%;
				padding-left:26px;
				}
			div#products td.add {
				padding-top:8px;
				}
			div#products table.prices h3 {
				margin-bottom:5px;
				font-size:1em;
				}
			div#products table.prices li {
				list-style:none;
				background:none;
				padding-left:0px;
				}
			div#products .bottom {
				background-image:url(images/productslist-product-bg-bottom.gif);
				background-repeat:no-repeat;
				min-height:7px;
				clear:both;
				margin-bottom:9px;
				}
			
						
			/********************************/
			/* cart table (includes actions and factsheets divs) */
			/********************************/
			table.cart {
				width:100%;
				margin-top:22px;
				}
			table.cart th,table.cart td {
				padding:3px 6px;
				}
			table.cart th {
				text-align:left;
				font-weight:normal;
				background-color:#72A848;
				white-space:nowrap;
				color:#FFFFFF;
				}
			table.cart td {
				background-color:#EAEAEA;
				}
			table.cart td.product {
				width:100%;
				}
			table.cart tr.first td,table.cart tr.discount td,table.cart tr.subtotal td,table.cart tr.delivery td,table.cart tr.total td {
				padding-top:6px;
				padding-bottom:6px;
				}
			table.cart tr.subtotal td,table.cart tr.discount td,table.cart tr.freegift td,table.cart tr.delivery td,table.cart tr.total td,table.cart tr.factsheets td {
				border-top:5px solid #ffffff;
				text-align:right;
				}
			table.cart tr.subtotal td,table.cart tr.discount td span.price,table.cart td span.delivery,table.cart tr.total td {
				font-weight:bold;
				font-size:1.15em;
				}
			table.cart td span.delivery span {
				font-size:0.87em;
				font-weight:normal;
				}
			div.actions {
				margin-top:22px;
				text-align:right;
				}
			div#factsheets {
				margin-top:22px;
				}
				div#factsheets ul {
					margin-top:5px;
					}


	/******************/
	/* search results */
	/******************/
	span.search-term {
		font-weight:bold;
		}
	form#search_again_form {
		margin-top:10px;
		}
	form#search_again_form label {
		font-size:1.15em;
		font-weight:bold;
		padding-right:4px;
		}

			
	
	/*******************/
	/* footer contents */
	/*******************/
	div#footer,div#footertext {
		font-size:0.83em;
		}
	div#tjs {
		float:left;
		padding-top:9px;
		}
	div#contact {
		float:right;
		padding-top:7px;
		text-align:right;
		font-weight:bold;
		}
	div#contact a,div#contact span {
		font-weight:normal;
		}
	div#contact span {
		padding:0px 10px;
		}
	div#contact p.contact span {
		padding:0px 0px 0px 16px;
		}

	/*******************************/
	/* categories on the home page */
	/*******************************/
	/* 2008-12-02 - I (Jon) don't think these are used... */
	/*div.category.1 {
		background-color:#508c30;
		}
	div.category.2 {
		background-color:#9f9a3f;
		}
	div.category.3 {
		background-color:#a07f30;
		}
	div.category.4 {
		background-color:#508c30;
		}
	div.category.5 {
		background-color:#979f3f;
		}
	div.category.6 {
		background-color:#717a12;
		}*/
	

/************************/
/* commonly-used styles */
/************************/
input.qty {
	width:2em;
	}
div.message {
	border:2px solid #ff0000;
	padding:5px;
	font-weight:bold;
	margin:10px 0px;
	}
div.clear {
	clear:both;
	}
.TODO {
	color:red;
	font-weight:bold;
	font-size:2em;
	}
.required {
	color: #ff0000;
	font-weight:bold;
	background-color: transparent;
	padding-right:5px;
	}
.error {
	color: #ff0000;
	}
h1 {
	font-size:1.33em;
	margin-bottom:10px;
	}
a {
	color:#cc6600;
	}
a:hover {
	color:#000000;
	}

/*******************************/
/* Checkout Form Style */
/*******************************/
form#checkout_details th.header {
	color: #000000;
	background-color: transparent;
	padding: 20px 0px 0px 0px;
	text-align: left;
	font-size: 1.19em;
}
form#checkout_details .form_error {
	color: #ff0000;
	background-color: transparent;
}

/*************************/
/* standard tabular form */
/*************************/
table.form {
	margin-top:20px;
	}
table.form th,table.form td,
table.details th,table.details td {
	vertical-align:top;
	padding-bottom:5px;
	}
table.form th,
table.details th {
	text-align:right;
	padding-right:10px;
	}
table.form input.text,table.form textarea {
	width:20em;
	font-family:Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	font-size:1em;
	}
table.form input.postcode {
	width:8em;
	}
table.form input.dimensions {
	width:3em;
	}
table.form tr.submit td {
	text-align:right;
	padding-top:10px;
	}
table.form tr.summary td {
	font-weight:bold;
	}

/*******************************************************/
/* holder table for details tables in checkout process */
/*******************************************************/
table#details {
	width:100%;
	margin-top:6px;
	}
table#details td {
	padding:6px;
	background-color:#EAEAEA;
	width:50%;
	border-bottom:6px solid #ffffff;
	}
table#details td.submit {
	/*background-color:#ffffff;*/
	padding-top:20px;
	padding-left:0px;
	text-align:center;
	}
table#details td.empty {
	background-color:#ffffff;
	}
table#details td.lh {
	border-right:6px solid #ffffff;
	}
table#details td.rh {
	border-left:6px solid #ffffff;
	}
table#details td td {
	padding-top:0px;
	width:auto;
	border-bottom:none;
	}
/*table#details form {
	padding:10px;
	}*/
table#details form td {
	background-color:#ffffff;
	}

/*********************************
** bright colours for revealing **
*********************************/
/*div#header {
	background-color:red;
	}*/
/*div#navigation {
	background-color:aqua;
	}*/
/*div#logo {
	background-color:magenta;
	}*/
/*div#strapline {
	background-color:yellow;
	}*/
/*div#navigation {
	background-color:teal;
	}*/
/*a#home {
	background-color:pink;
	}
ul#account {
	background-color:green;
	}*/
/*div#c {
	background-color:lime;
	}*/
/*div#menu {
	background-color:red;
	}
div#content {
	background-color:cyan;
	}*/
/*div#f {
	background-color:magenta;
	}
div#footer {
	background-color:pink;
	}*/
/*div#footertext {
	background-color:yellow;
	}*/
