/* base.css
------------------------------------------------
Description:
Non brand-specific global formatting styles
------------------------------------------------
Version History:
------------------------------------------------
Version			Author		Date/Update
------------------------------------------------
1.0	(Beta)		D.Eglin		10.02.08
1.1	(Beta)		S.Fletcher	16.02.08
1.2 (Beta) 		S.Fletcher  13.05.08
1.3 (Release) 	S.Fletcher  05.06.08
------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	}

:focus {
	outline: 0;
	}

body {
	line-height: 150%;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

h1 {
	font-size: 1.5em;
	margin-bottom: 22px;
	font-weight: bold;
	}

h2, h3 {
	font-size: 1.4em;
	margin-bottom: 20px;
	}

h4 {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 22px;
	}

/* GLOBAL STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	}

#outerwrap{
	width: 940px;
	padding: 12px;
	background-color: #fff;
	position: relative;
	margin: 12px auto;
	z-index: 10;
	zoom: 1;
	}

#wrapper {
	width: 940px;
	padding: 12px;
	background-color: #000;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	zoom: 1;
	}

#outerwrap {
	margin: 14px auto;
	width: 940px;
	padding: 0;
	position: relative;
	}

/* header styles  */

#header {
	zoom: 1;
	z-index: 2;
	position: relative;
	padding-right: 0.25em;
	height: 176px; /*  Stop bkg colour disapearing in FF */
	}

#header #logo {
	/*padding: 1.25em 0 0 0.75em;*/
	padding: 66px 0 0 20px;
	/*float: left;*/
	margin-bottom: 50px;
	}

#accessibilityanchors {
	height: 0px;
	width: 0px;
	line-height: 0px;
	text-indent: -999em;
	}

textarea {
	width: 500px;
	height: 100px;
	}

/*  IE6 3px img fix */

* html body .productzone img {
	margin-bottom: -3px;
	}

/* Start price formatting styles */

span.label,
span.waspricelabel,
span.saveuptoamountlabel,
span.saveuptopercentlabel {
	margin-right: 3px;
	}

#priceelement ul li {
	clear: both;
	display: block;
	line-height: 1.5em;
	}

#priceelement ul li span.label {
	float: left;
	display: inline;
	}

#priceelement ul li span.amount {
	float: left;
}

/* End price formatting styles */

#accessibilityanchors {
	overflow: hidden;
	height: 0px;
	width: 0px;
	line-height: 0px;
	text-indent: -999em;
	}

#pagebody {
	display: block;
	position: relative;
	clear: both;
	margin-top: 12px;
	zoom: 1;
	z-index: 1;
	}


.clearfix {
	clear: both;
	}

#footer {
	clear: both !important;
	display: block;
	position: relative;
	margin-top: 8px;
	text-align: center;
	}

#footer ul#footerlinks {
	margin: 0 auto 10px auto;
	text-align: center;
	}

#footer ul#footerlinks li {
	display: inline;
	}

#breadcrumb {
	margin-bottom: 14px;
	}

#breadcrumb li {
	display: inline;
	}

#breadcrumb li span {
	margin-left: 0.25em;
	}

/* help text next to form fields */

.long {
	display: block;
	padding-left: 340px;
	_padding-left: 378px;
	}

/*  Catalogue Request page styles */

#catalogue_request_container {
	width: 960px;
	display: inline;
	margin-bottom: 30px;
	}
	
.catalogue_request p.intro {
	margin-bottom: 30px;
	}

#catalogue_request_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	}
	
#catalogue_request_container ul li {
	width: 320px;
	display: inline;
	float: left;
	}

#catalogue_request_container ul li img {
	width: 94px;
	height: 118px;
	padding: 3px;
	display: inline;
	float: left;
	}
	
#catalogue_request_container ul li dl {
	margin-left: 10px;
	width: 200px;
	display: inline !important;
	float: left !important;
	}
	
#catalogue_request_container ul li dl dt {
	font-size: 1.3em;
	margin-bottom: 6px;
	}
	
#catalogue_request_container ul li dl dd.action  {
	margin-top: 35px;
	margin-bottom: 30px;
	}
	
#catalogue_request_container #action {
	clear: both !important;
	float: right;
	}
	
/* Homepage content spots  */

#hpContentSpots {
	width: 920px;
	}

/* Fix IE 3px bug on homepage spots in IE */

#pagebody .hpcontentspot {
    *margin-bottom: -3px!important;
	}