/* MAIN SITE */

* {margin: 0 ; padding: 0 ; }

/* forces vertical scrollbar in ff */

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-size: 9.5pt ;
	line-height: 1.4em ;
	background: url('img/body-background.png') #fff top left repeat-x;
	color: #000 ;
	font-family: arial ;
	padding: 0 ;
	}

p {
	padding-bottom: .75em ;
	}

ol {
	margin-left: 15px ;
	padding-bottom: 10px ;
	}

#main {
	width: 800px;
	margin: 0px auto ;
	}

#banner {
	background: url('img/banner-background.png') top center no-repeat ;
	height: 40px ;
	padding-left: 25px ;
	padding-top: 150px ;
	font-size: 12pt ;
	}

#banner li {
	padding-right: 5px ;
	display: inline ;
	}

#banner li:hover {
	display: inline ;
	color: #f78f1e ;
	}

#banner a {
	background: url('img/banner-bullet-white.png') no-repeat center left ;
	padding-left: 15px ;
	color: #fff ;
	}

#banner a:hover {
	background: url('img/banner-bullet-orange.png') no-repeat center left ;
	color: #f78f1e ;
	text-decoration: none ;
	}

#banner li.selected {
	background: url('img/banner-bullet-orange.png') no-repeat center left ;
	color: #f78f1e ;
	padding-left: 15px ;
	font-weight: bold ;
	}

#bannerText {
	position: absolute ;
	padding-left: 15px ;
	top: 92px ;
	}

#bannerText a, #bannerText a:hover {
	padding: 0 ;
	background: none ;
	}

#contentbox {
	position: relative ;
	background: url('img/container-background.png') repeat-y ;
	background-position: 40px 0px ;
	width: 800px ;
	}

#centrecol {
	margin-left: 180px ;
	width: 570px ;
	padding: 10px ;
	padding-top: 0px ;
	}

#footer {
	position: relative ;
	left: 40px ;
	width: 740px ;
	text-align: right ;
	padding: 5px ;
	background: #054950 ;
	}

#footer p {
	font-size: 8pt ;
	font-weight: bold ;
	color: #fff ;
	}

#footer a {
	font-weight: bold ;
	color: #f78f1e ;
	}

#menuLeft {
	float: left ;
	width: 180px ;
/*	margin-bottom: 15px ; */
	}

.menuleft-upper {
	padding-right: 10px ;
	padding-left: 50px ;
	}

.menuLeft ul {
	padding: 0 ;
	margin: 0 ;
/*	width: 120px ; */
	}
		
.menuLeft li, .menuLeft a {
	font-weight: bold ;
	list-style: none ;
	margin-bottom: 10px ;
	}

.menuLeft a {
	color: #054950 ;
	}
	
.menuLeft a:hover {
	color: #f78f1e ;
	text-decoration: none ;
	}

.directory, .highlight { /* has to be positioned absolute because of a rendering bug in ie6 */
	/*position: absolute ; */
	float: right ;
	width: 170px ;
	font-weight: normal ;
	padding-bottom: 10px ;
	}

.directory a, .highlight a {
	display: block ;
	font-weight: bold ;
	background: url('img/directory-bullet.png') no-repeat center right ;
	padding-right: 12px ;
	margin-right: 7px ;
	margin-bottom: 0px ;
	color: #054950 ;
	}

.highlight h2 a:hover {
	color: #000 ;
	}

.highlight .boxoutBody {
	padding: 3px ;
	}

.highlight a {
	display: inline ;
	background: 0 ;
	padding: 0 ;
	margin: 0 ;
	color: #000 ;
	}

.directory a:hover {
	color: #f78f1e ;
	text-decoration: none ;
	background: url('img/directory-bullet-selected.png') no-repeat center right ;
	}
	
.boxout h2, .contentBoxout h2, .highlight h2 {
	background: url('img/directory-corner.png') #054950 ;
	background-repeat: no-repeat ;
	background-position: top right ;
	padding: 5px ;
	padding-right: 10px ;
	color: #fff ;
	font-size: 11pt ;
	font-weight: bold ;
	text-align: right ;
	}

.highlight h2 {
	background: url('img/highlight-corner.png') #e17d11 ;
	background-repeat: no-repeat ;
	background-position: top right ;
	}
	
.directory h2 a, .highlight h2 a {
	color: #fff ;
	padding: 0 ;
	margin: 0 ;
	background: none ;
}

.directory h2 a:hover {
	background: none ;
}

.boxoutBody {
	border: 2px solid #054950 ;
	background: #fff ;
	}

.highlight .boxoutBody {
	border: 2px solid #e17d11 ;
	}

.directory ul {
	text-align: right ; 
	}

.directory li {
	padding: 2px 0 2px 0 ;
	}

.altrow {
	background: #edf4f5 ;
	}

.boxoutBody li {
	padding-bottom: 3px ;
	list-style: none ;
	color: #054950 ;
	margin: 0px ;
	}
	
.productContainer {
	position: relative ;
	left: 0px ;
/*	background: #fff ;*/
	padding: 5px ;
	margin: 5px ;
	border: 1px ;
	border-color: #054950 ;
	border-style: solid ;
	}

.productContainer h3 {
	font-size: 1.5em ;
	}

.productText a {
	color: #054950 ;
	}

.productText a:hover {
	color: #f78f1e ;
	text-decoration: none ;
	}

.productImage {
	float: right ;
	padding: 5px ;
	}



#centrecol h2, #centrecol h3, #centrecol h4 {
	font-weight: bold ;
	}

.centrecol h3 {
	margin-top: 0.7em ;
	}

#centrecol h4 {
	color: #666 ;
	font-size: 0.9em ;
	}
	
.cleaner {
	clear: both ;
	height: 0px ;
	font-size: 1px ;
	border: none ;
	margin: 0 ;
	padding: 0 ;
	background: transparent ;
	}

.update {
	padding-bottom: 10px ;
	margin-bottom: 10px ;
	border-bottom: 1px solid #666666 ;
	background: url("img/logo-small.png") ;
	background-repeat: no-repeat ;
	}

	.update h3 {
		color: #214478 ;
		/*background: #fff ;*/
		padding: 0em ;
		margin-left: 45px ;
		font-weight: bold ;
		}
	
	.update p {
		margin: 0px ;
		}
	
	.update img {
		padding-right: 10px ;
		}
	
	.update .byline {
		margin-left: 45px ;
		}
		
	.update a {
		color: #214478 ;
		font-weight: bold ;
		text-decoration: none ;
		}
		
.error {
	font-weight: bold ;
	padding: 10px ;
	background: #ff4a27 ;
	color: #fff ;
	border: 1px solid #241c1c ;
	}

table {
	border-collapse: collapse; 
	font-size: 1em ;
	color: #000 ;
	}

td, th {
	padding: 5px ;
	vertical-align: top ;
	}

th {
	text-align: left ;
	}

p {
	margin: 0 ;
	color: #000 ;
	}

h3, h4 {
	margin: 0px ;
	padding-bottom: 0.5em ;
	font-size: 1.1em ;
	font-weight: normal ;
	
	}
		
h2 {
	padding-bottom: 1em ;
	font-size: 1.3em ;
	font-weight: lighter ;
	}

h1 {
	display: none ;
	}

a, a img {
	border: 0 ;
	color: #000 ;
	font-weight: bold ;
	text-decoration: none ;
	}

a:hover {
	text-decoration: underline ;
	}

ul {
	margin: 0 0 1em 0.5em;
	padding: 0 0 0 0.5em;
	}

/*  -------- LISTING PAGE STUFF ---------- */

#listingPage {
	}

#listingPage .mfgbanner {
	margin-bottom: 25px ;
	}

#listingPage hr {
	border: 2px ;
	border-style: solid ;
	border-color: #054950 ;
	}

/* the thumbnail 'panes' - the centre one has left and right borders */

#listingPage .sideProduct, #listingPage .centreProduct {
	float: left  ;
	width: 180px ;
	padding: 0 0 15px 0 ;
	margin: 0 0 0 0;
	}

#listingPage .centreProduct {
	width: 200px ;
	margin: 0 7px 0 7px ;
	padding: 0 7px 0 7px ;
	border-style: solid ;
	border-color:  #edf4f5 ;
	border-width: 0 1px 0 1px ;
	}
	
#listingPage .product img {
	text-align: center ;
	}


#listingPage .mfg {
	/*background: #fff;*/
	border: solid #666 ;
	border-width: 0px 0 2px 0 ;
	padding-bottom: 10px ;
	}
	
#listingPage .mfg h3 {
	margin-bottom: 5px ;
	font-size: 12pt ;
	font-weight: bold ;
	}

#listingPage .mfg h4 {
	font-size: 10pt ;
	}

#listingPage .mfg p {
	padding: 0px ;
	}

#listingPage .mfg td {
	padding-right: 5px ;
	padding-bottom: 15px ;
	}

	
.availability {
	font-weight: bold ;
	color: #f78f1e ;
	margin-bottom: 5px ;
	}

.price, .price a {
	font-weight: bold ;
	color: #054950 ;
	text-align: left ;
	margin-bottom: 5px ;
	}

.summary {
	margin-bottom: 5px ;
	}

.figure, .poundSign {
	font-size: 1.2em ;
	display: inline ;
	}

.poundSign {
	font-size: 1em ;
	}

.vat {
	font-size: 0.75em ;
	}

/*  ------------------ */

.contentBoxout h2 {
	display: table ;
	background: url('img/contentBoxout-corner.png') #054950 no-repeat top right ;
	}

.contentBoxoutBody, .newsBoxoutBody {
	padding: 5px ;
	border: 2px solid #054950 ;
	background: #edf4f5  ;
	margin-bottom: 10px ;
	}

.newsBoxoutBody {
	/*height: 250px ;
	overflow: auto ; */
	}

.newsBoxoutBody h3 {
	font-size: 1.2em ;
	margin-top: 0px ;
	margin-bottom: 2px ;
	padding: 0px ;
	}

.byline {
	color: #666666 ;
	margin-bottom: 2px ;
	padding: 0px ;
	font-size: 0.9em ;
	}

	
.searchTools {
	display: table ;
	border: 2px solid #054950 ;
	padding: 2px ;
	background: #edf4f5 ;
	margin-bottom: 2em ;
	}

.searchTools th {
	font-size: 1em ;
	font-weight: bold ;
	}

.searchTools th, .searchTools td, .searchTools p {
	margin: 0 ;
	padding: 3px ;
	}

#enquiry {
	background: url('img/enquiry-background.png') #fff top center repeat-x ;
	padding: 10px ;
	}

#enquiry .content {
	background: #fff ;
	padding: 10px ;
	}

#enquiry h1 {
	display: block ;
	font-size: 1.2em ;
	font-weight: bold ;
	color: #054950 ;
	}

#enquiry .content h4 {
	font-weight: bold ;
	margin: 0 ;
	padding: 0 ;
	}

#enquiry .highlight {
	background: #edf4f5 ;
	padding: 5px ;
	}	

#specPage {
	padding-bottom: 20px ;
	}

#specPage td, #specPage th {
	padding: 2.5px 5px 2.5px 5px ;;
	}
	
#specPage th {
	color: #fff ;
	background: #054950 ;
	}

#specPage table table td {
	padding: 0 3px 3px 0 ;
	}

#specPage img {
	display: block ;
	margin-left: auto ;
	margin-right: auto ;
	}

.caption {
	color: #666 ;
	font-style: italic ;
	}
	
blockquote {
	background: url('img/blockquote-background.png') #ececec no-repeat top left ;
	padding: 10px ;
	padding-left: 90px ;
	}

blockquote p {
	color: #666 ;
	font-style: italic ;
	}
	
blockquote .by {
	text-align: right ;
	font-weight: bold ;
	color: #666 ;
	}

.special {
	display: table-cell ;
	background: url('img/cog-orange.png') no-repeat ;
	padding: 20px ;
}

.special .header {
	border: 2px solid #f78f1e ;
	padding: 5px ;
	padding-right: 10px ;
	background: #fff ;
	font-size: 12pt ;
	font-weight: bold ;
}

.special .body {
	padding: 8px ;
	color: #fff ;
	font-weight: bold ;
	background: #f78f1e ;
}

.genisisPromo {
	display: table-cell ;
	background: url('img/cog-burgandy.png') no-repeat ;
	padding: 20px ;
}

.genisisPromo .header {
	padding: 5px ;
	padding-right: 10px ;
	background: #ae0101 ;
	font-size: 12pt ;
	font-weight: bold ;
	color: #fff ;
}

.genisisPromo .body {
	border: 2px solid #ae0101 ;
	padding: 8px ;
	color: #000 ;
	background: #fff ;
}

.directoryPageList a, .directoryPageList h3 a {
	color: #054950 ;
	font-weight: bold ;
	}

.directoryPageList a {
	font-weight: normal ;
	}

.directoryPageList .category {
	padding: 5px ;
	}

.directoryPageList p, .directoryPageList h3 {
	padding: 0 ;
	margin-top: 0 ;
	}
