*, form, fieldset {padding: 0;margin: 0;}
html, body, div, span, applet, object, iframe, p, blockquote, 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-size: 100%;font-family: inherit;font-weight: normal;line-height: 1.3em;}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;font-size: 100%;font-family: inherit;font-weight: bold;line-height: inherit;}
:focus {outline: 0;}
body {color: #000;background-color: #fff;}
ol,ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}


/**
 * @desc	CORE
 *			Default/inheritable elements and site wrapper.
 */
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background-color: #e6e7e8;
	color: #808080;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
}

a:link, a:visited, a:active {
	color: #808080;
}

a:hover {
	color: #b5c639;
}

strong {
	font-weight: bold;
}

img {
	display: block;
}

input, textarea, select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
}

small {
	font-size: 90%;
}

div.clear, br.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

a.option {
	background-color: #eee;
	border: 1px solid #eee;
	font-size: 90%;
	padding: 1px 3px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.icon-print {
	background: url(../images/icons/print.gif) left no-repeat;
	padding-left: 25px;
}

a.read-more {
	background: url(../images/icons/plus.gif) right no-repeat;
	float: right;
	padding-right: 25px;
}

.floatwrap {
	overflow: hidden;
	width: 100%;
}

.floatwrap .col-first {
	float: left;
	width: 50%;
}

.floatwrap .col-second {
	float: right;
}

.advanced-search-magnify {
	background: url(../images/magnify.gif);
	display: block;
	height: 100px;
	margin: 0 auto;
	width: 100px;
}

.advanced-search-magnify span {
	display: none;
}

.otb-title {
	padding: 0 15px 10px;
}

.hide {
	display: none;
}

div#wrapper {
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	width: 982px;
}

.wordwrap{
	word-wrap: break-word;
}

/**
 * @desc	HEADER
 *			First-child within the wrapper holding primary navigation,
 *			supplementary navigation, header title and breadcrumb.
 * @package	core
 */
div#header {
	background: url(../images/css/header-shadow.gif) repeat-y scroll center bottom;
	padding-bottom: 15px;
}

div#header-inner {
	background: #fff url(../images/css/header-shadow.gif) repeat-y scroll center top;
	padding-top: 30px;
	width: 100%;
}


div#navigation {
	margin: 0 30px;
	overflow: hidden;
	width: 922px;
}

div#navigation h1 {
	float: left;
	height: 23px;
	overflow: hidden;
	width: 220px;
}

div#wrapper-nav {
	font-size: 90%;
	height: 23px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	right: 15px;
	top: 0;
}

div#header-title {
	height: 186px;
	margin: 30px 30px 0;
	padding-top: 17px;
	position: relative;
	width: 922px;
}

div#header-title-inner {
	background: #125e1c url(../images/css/header.gif) no-repeat scroll center top;
	height: 203px;
	margin-top: -34px;
	overflow: hidden;
	padding-top: 17px;
	width: 100%;
}

div#header-title object {
	margin-top: -34px;
}

div#header-title h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	padding: 11px 0 0 15px;
}

div#header-title-pullout {
	background: url(../images/css/header-pullout.gif) no-repeat scroll left top;
	height: 320px;
	left: -45px;
	position: absolute;
	top: 0;
	width: 30px;
}


/**
 * @desc	NAVIGATION
 * @package	header
 */
ul#primary-nav {
	float: left;
	padding-left: 18px;
	/*width: 513px;*/
	width:684px;
}

ul#primary-nav li {
	border-bottom: 1px solid #ccc;
	display: inline;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	width: 156px;
}

ul#primary-nav li.break {
	clear: left;
}

ul#primary-nav li.first {
	border-top: 3px solid #000;
}

ul#primary-nav li.active a, ul#primary-nav li a:hover {
	background-color: #f8f9ec;
}

ul#primary-nav li a {
	color: #000;
	display: block;
	padding: 5px 0 5px 4px;
	text-decoration: none;
}


/**
 * @desc	SEARCHBAR
 *			Part of the primary navigation.
 * @package	header
 */
div#search {
	/*border-bottom: 1px solid #ccc;
	border-top: 3px solid #ccc;*/
	float: right;
	height: 21px;
	overflow: hidden;
	padding: 6px 0 0 3px;
	width: 153px;
}

div#search input {
	float: left;
}

input#search-button {
	background-color: #fff;
	background-image: url(../images/css/nav-search-btn.gif);
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 16px;
	line-height: 999px;
	overflow: hidden;
	width: 15px;
}

input#search-button:hover, input#search-button.hover {
	background-position: bottom;
}

input#search-term {
	background-color: #fff;
	border: none;
	color: #aaa;
	padding: 0;
	width: 133px;
}

div#search input:focus, div#search input.focus {
	color: #000;
}


/**
 * @desc	BREADCRUMBS
 * @package	header
 */
div#breadcrumbs {
	font-size: 90%;
	padding: 10px 30px 10px 45px;
}


/**
 * @desc	CONTAINER
 *			Content container acts as a wrapper for content elements
 *			such as content columns.
 * @package	core
 */
div#container {
	overflow: hidden;
	padding: 0 15px;
	width: 952px;
}

div#container p, div#container .lnbr {
	margin-bottom: 13px;
}

div#container h1, div#container h2, .title, div#container .hd-href, div#container .tint, div#container .para-heading {
	color: #125e1c;
}

div#container h1{
	font-size:1.1em;
}

div#container h2, div#container h3, .title {
	font-size: 1em;
	line-height:normal;
}

div#container .hd-href {
	font-weight: bold;
	text-decoration: none;
}

div#container .hd-href:hover {
	text-decoration: underline;
}

div#container .para-heading {
	font-weight: normal;
	font-size: 100%;
}

div#read-more{
	margin-bottom:13px;
}

div#read-more h2, h3{
	margin-bottom:13px;
}

div#intro-text h2, h3{
	margin-bottom:13px;
}

/**
 * @desc	COLUMN
 *			Defines column placement. Content columns generally have
 *			no margin requirement, this should be applied to satalite
 *			columns or elements such as the nav and sidebar.
 * @package	container
 */
div.column-nav, div.column-content, div.column-sidebar {
	float: left;
}

div.column-nav {
	background: url(../images/css/rounded-top-ffffff.gif) 0 -25px no-repeat;
	margin-right: 15px;
	padding-top: 5px;
	width: 252px;
}

div.column-content {
	width: 500px;
}

div.column-content.column-satalite {
	width: 952px;
}

div.column-content.column-nonav {
	width: 767px;
}

div.column-content.column-nosidebar {
	width: 685px;
}

div.column-sidebar {
	margin-left: 15px;
	width: 170px;
}

div.column-content.column-nonav .column {
	display: inline;
	float: left;
	width: 477px;
}

div.column-content.column-nonav .column.secondary {
	margin-left: 30px;
	width: 230px;
}


/**
 * @desc	BOX
 *			Handling of elements with rounded corners. These are
 *			individual modules and can be applied to most block
 *			level elements.
 * @package container
 */
.box {
	background-attachment: scroll;
	background-image: url(../images/css/rounded-top-ffffff.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding-top: 5px;
}

.box .box-inner {
	background-color: #fff;
	padding: 8px 15px 15px;
}

.box .box-inner.box-inner-pad {
	padding: 8px 15px 30px;
}

div.column-content .box {
	background-position: 0 0;
}

div.column-content.column-satalite .box {
	background-position: 0 -45px;
}

div.column-content.column-nonav .box  {
	background-position: 0 -10px;
}

div.column-content.column-nosidebar .box {
	background-position: 0 -5px;
}

div.column-sidebar .box {
	background-position: 0 -35px !important;
}


/**
 * @desc	BRE BOX
 *			BRE styled sidebar box.
 * @package container
 */
.bre-box {
	margin-bottom: 15px;
}

.bre-box h2 {
	background-image: url(../images/sidebar/title-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 37px;
	overflow: hidden;
}

.bre-box h2 span {
	background-position: right center;
	background-repeat:no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 28px;
	margin: 0 5px 0 0;
	padding: 9px 0 0 15px
}

.bre-box h2.contact span {
	background-image:url(../images/sidebar/contact.gif);
}

.bre-box h2.spotlight span {
	background-image:url(../images/sidebar/spotlight.gif);
}

.bre-box h2.external span {
	background-image: url(../images/sidebar/external.gif);
}

.bre-box h2.downloads span {
	background-image: url(../images/sidebar/downloads.gif);
}

.bre-box h2.related span {
	background-image: url(../images/sidebar/related.gif);
}

.bre-box h2.news-headlines span{
	background-image: url(../images/sidebar/news-headlines.gif);
}

.bre-box .box-inner {
	background-color: #f8f9ec;
	font-size: 90%;
	padding: 15px 10px 15px 15px;
}

.bre-box ul.divided li {
	border-top: 1px solid #c1c71f;
	margin-top: 10px;
	padding-top: 10px;
}

.bre-box ul.divided li.first {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}



/**
 * @desc	POD
 *			Pods use the rounded corner box principle where they
 *			are parental elements that contain content that can
 *			be in different size and positioning form such as
 *			boxes handled by pods that are floated as list items.
 * @package	container
 */
.two-pod {
	margin: -15px 0 0 -15px;
	overflow: hidden;
}

.two-pod .pod {
	display: inline; /* IE6 double margin fix */
	float: left;
	margin: 15px 0 0 15px;
}

.two-pod .pod-meta {
	/*height: 530px;*/
	height:auto;
	/*overflow: hidden;*/
	overflow:visible;
	margin-bottom: 10px;
}

div.column-content .two-pod {
	width: 514px;
}

div.column-content .two-pod .pod {
	width: 242px;
}

div.column-content .two-pod .pod .box {
	background-position: 0 -30px;
}

div.column-content.column-nonav .two-pod {
	width: 782px;
}

div.column-content.column-nonav .two-pod .pod {
	width: 376px;
}

div.column-content.column-nonav .two-pod .box {
	background-position: 0 -15px !important;
}

div.column-content.column-nosidebar .two-pod {
	width: 700px;
}

div.column-content.column-nosidebar .two-pod .pod {
	width: 335px;
}

div.column-content.column-nosidebar .two-pod .box {
	background-position: 0 -20px !important;
}

.three-col {width: 783px;margin-left: -16px;}
.three-col .col {width: 245px;margin-left: 16px;}
.three-col .box {
	background-image:none;
	background-color: #fff;
	border-radius: 6px 6px 0px 0px;
}
.three-col-pod-text {
	height: 6.5em;
}
.three-col-pod-text h2 {
	margin-bottom: 1em;
}
.col {float: left;}

.box h2 a, .box h3 a {font-weight: bold;text-decoration: none;color: #125e1c;}
.box h2 a:hover, .box h3 a:hover {text-decoration: underline;}


/**
 * @desc	TABLE
 *			List style table styling. Generic class identifiers.
 *			For a valid modification, give the table an ID and
 *			table column classes of a "unique" naming convention
 *			(e.g. col_venue) and apply relevant CSS width and/or
 *			formatting.
 * @package container
 */
table.list {
	cursor: default;
	table-layout: fixed;
}

table.list th{
	background-color: #47831f;
	border-right: 1px solid #fff;
	color: #fff;
	font-size:11px;
	font-weight: bold;
	padding: 3px 5px 4px;
}

table.list-custom th{
	background-color: #76a257;
}

table.list-custom caption{
	background-color: #47831f;
	text-align:left;
	color: #fff;
	font-size:12px;
	font-weight: bold;	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

table.list-custom tfoot tr td{
	background-color:#fff;
	border-bottom: none;
}

table.list th a{
	text-decoration:none;
	font-weight: bold;
	color:#FFF;
}

table.list td {
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	padding: 3px 5px 6px;
	vertical-align: top; 
}

table.list .row a {
	color: #808080;
	text-decoration: none;
}

table.list .row.hover, table.list .row:hover {
	background-color: #e5ece2;
}

div.column-content.column-nonav table.list th.tbl_date {
	width: 130px;
}

div.column-content.column-nonav table.list th.tbl_title {
	width: 354px;
}



/**
 * @desc	FORM
 * @package	core
 */
ul.form-field {
	margin-top: -5px;
	overflow: hidden;
	width: 100%;
}

ul.form-field li {
	clear: left;
	float: left;
	padding-top: 5px;
	width: 100%;
}

ul.form-field label {
	float: left;
	font-size: 90%;
	font-weight: bold;
	width: 125px;
}

ul.form-field input.text, ul.form-field select, ul.form-field textarea {
	background-color: #e6e7e8;
	border: none;
	color: #555;
	float: left;
	font-size: 90%;
	padding: 2px;
}

ul.form-field input.text, ul.form-field select.text, ul.form-field textarea.text {
	width: 341px;
}

ul.form-field select {
	padding: 2px 0;
}

ul.form-field select option {
	padding: 0 5px;
}

.buttons {
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}

.buttons input, .buttons button {
	background-color: #eee;
	border: 1px solid black;
	cursor: pointer;
	float: right;
	padding: 0 5px;
}

input.go-button{
	background-color: #EEEEEE;
	border: 1px solid black;
	padding: 0 5px;
}

/**
 * @desc	FOOTER
 * @package	core
 */
div#footer {
	font-size: 90%;
	margin: 15px 30px 0;
	overflow: hidden;
	width: 922px;
}

div#footer a {
	color: #808080;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer-social, div#footer-brand {
	overflow: hidden;
	width: 100%;
}

div#footer-social {
	border-bottom: 2px solid #ccc;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

div#footer-social span, div#footer-brand-links {
	display: block;
	float: left;
}

div#footer-social ul, p#footer-copyright {
	float: right;
}

div#footer-social li {
	float: left;
	padding: 11px 0 0 15px;
}

p#footer-copyright span {
	padding: 0 5px;
}

div#footer-brand-links ul {
	margin: 10px 0 0 -10px;
	overflow: hidden;
	width: 600px;
}

div#footer-brand-links li {
	display: inline;
	float: left;
	margin-left: 10px;
}

div#footer-brand-links a {
	background-attachment: scroll;
	background-image: url(../images/logos/bre-brand.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	overflow: hidden;
}

div#footer-brand-links a span {
	display: none;
}

a#brand-pure {
	background-position: -504px 0;
	width: 50px;
}
a#brand-pure:hover {
	background-position: -504px -29px;
}

a#brand-innovationpark {
	background-position: -406px 0;
	width: 98px;
}
a#brand-innovationpark:hover {
	background-position: -406px -29px;
}

a#brand-breeam {
	background-position: -317px 0;
	width: 89px;
}
a#brand-breeam:hover {
	background-position: -317px -29px;
}

a#brand-bre-bookshop {
	background-position: -179px 0;
	width: 138px;
}
a#brand-bre-bookshop:hover {
	background-position: -179px -29px;
}

a#brand-smartwaste {
	background-position: -99px 0;
	width: 80px;
}
a#brand-smartwaste:hover {
	background-position: -99px -29px;
}

a#brand-bre-trust {
	background-position: 0 0;
	width: 99px;
}
a#brand-bre-trust:hover {
	background-position: 0 -29px;
}



/**
 * @desc	SECONDARY NAVIGATION
 * @package	container
 */
div#secondary-nav-wrapper {
	background-color: #fff;
	padding: 8px 15px 15px;
}

ul#secondary-nav {
	margin-top: 15px;
}

ul#secondary-nav li {
	border-top: 1px solid #ccc;
	padding: 2px 0 8px;
}

ul#secondary-nav a {
	text-decoration: none;
}

ul#secondary-nav a.active {
	color: #555;
	font-weight: bold;
}

ul#secondary-nav ul.subnav li {
	border-top: none;
	padding: 2px 0 2px 15px;
}

ul#secondary-nav ul.subnav li.active {
	/* left triangle image on navigation */
	/*background: url(../images/icons/nav-left.gif) left no-repeat;*/
}

ul#secondary-nav ul.subnav li.active a {
	color: #b5c639;
	font-weight: normal;
}

/**
 * @desc	TABS
 * @package	container
 */
ul.tabs {
	overflow: hidden;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin-right: 2px;
}

ul.tabs a, ul.tabs span {
	background-image: url(../images/css/tabs.gif);
	background-repeat: no-repeat;
	display: block;
}

ul.tabs a {
	background-position: right top;
	float: left;
	height: 27px;
	padding-right: 5px;
	text-decoration: none;
}

ul.tabs span {
	background-color: #e6e7e8;
	background-position: left top;
	color: #125e1c;
	font-weight: bold;
	padding: 5px 15px;
}

ul.tabs a.active {
	background-position: right bottom;
}

ul.tabs a.active span {
	background-position: left bottom;
}


/**
 * @desc	MARKUP
 *			Element defaults are reset so we can style specific
 *			elements to cater for user-formatted data provided
 *			the "markup" class is applied to a parent element.
 * @package container
 */
.markup ol, .markup ul, ol.bullet, ul.bullet {
	list-style-position: outside;
	margin: 5px 0 16px 0;
	padding-left: 40px;
}

.markup ol, ol.bullet {
	list-style-type: decimal;
}

.markup ul, ul.bullet {
	list-style-type: disc;
}

.markup ol li, .markup ul li, ol.bullet li, ul.bullet li {
	padding-bottom: 5px;
}


/**
 * @desc	A-Z OF SCHEMES
 *			List of A-Z Schemes filter and list.
 * @package container
 */
ul#a-z-filter {
	margin: 16px 0 0 -2px;
	overflow: hidden;
	width: 737px;
}

ul#a-z-filter li {
	display: inline;
	float: left;
	margin-left: 2px;
}

ul#a-z-filter a {
	background-color: #f1f1f1;
	display: block;
	font-size: 11px;
	padding: 5px 0 4px;
	text-align: center;
	text-decoration: none;
	width: 26px;
}

ul#a-z-filter a:hover {
	background-color: #125e1c;
	color: #fff;
	font-weight: bold;
}

div#a-z .list-wrapper {
	margin: 25px 0 0 -16px;
	overflow: hidden;
	width: 753px;
}

div#a-z .list-wrapper h3 {
	border-bottom: 3px solid #125e1c;
	font-size: 3em;
	line-height: 1em;
	margin-left: 16px;
	padding: 0 0 5px 5px;
	text-transform: uppercase;
}

div#a-z .list-group {
	float: left;
	padding-left: 16px;
	width: 235px;
}

div#a-z .list-group li {
	border-bottom: 1px solid #ccc;
	width: 235px;
}

div#a-z .list-group a {
	color: #808080;
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 229px;
}

div#a-z .list-group a:hover {
	background-color: #e5ece2;
}

div#a-z .top-of-page {
	clear: left;
	float: left;
	padding-top: 5px;
	text-align: right;
	width: 100%;
}

div#a-z .top-of-page a {
	font-size: 90%;
	text-decoration: none;
}

div#a-z .top-of-page a:hover {
	text-decoration: underline;
}


/**
 * @desc	SEARCH TAB
 * @package	column-content
 */
div#search-tab .box {
	background-position: 0 -40px;
}
div#search-tab {
	float: left;
	width: 500px;
}


/**
 * @desc	SEARCH RESULTS
 * @package table
 */
table#search-results {
	border-bottom: 1px solid #ccc
}

table#search-results tr.alt {
	background-color: #e5ece2;
}

table#search-results td {
	border-bottom: none;
}

table#search-results th.tbl_company {
	width: 150px;
}

table#search-results th.tbl_address {
	width: 200px;
}

table#search-results th.tbl_moreInfo {
	width: 50px;
}


table#search-results th.tbl_category {
	width: 120px;
}

table#search-results th.tbl_certificate {
	width: 120px;
}

#results_pp{
	/*style for results per page dropdown list*/
	background-color: #e6e7e8;
	border: none;
	color: #555;
	font-size: 90%;
	padding: 2px;
}

/**
 * @desc	PRODUCT DETAILS
 * @package table
 */
.product-info, .product-image, .product-meta {
	float: left;
	overflow: hidden;
}

.product-info {
	margin-right: 15px;
	width: 500px;
}

.product-image {
	text-align: center;
	width: 232px;
}

.product-image img {
	margin: 0 auto;
}

.product-meta {
	float: left;
	width: 160px;
}

/**
 * @desc	ADDRESS DETAILS
 * @package table
 */
.company-address {
	float: left;
	overflow: hidden;
	margin-right: 15px;
	width: 400px;
	/*border-color:#111;
	border-width:thin;
	border-style:solid;*/
}

.building-address {
	float: left;
	overflow: hidden;
	margin-right: 15px;
	width: 250px;	
}