/* General */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333;
	height: 100%;
}

html {
	height: 100%;
}

h1 {
	color: #4aa747;
	font-size: 1.2em;
	text-transform: uppercase;
	padding:0 0 5px 0;
}

h2, h3 {
	color: #4aa747;
	font-size: 0.9em;
	text-transform: uppercase;
	padding:5px 0;
}

h2 a, h2 a:link, h2 a:active, h2 a:visited {
	color: #4aa747;
}

h4, h5, h6 {
	color: #4aa747;
	font-size: 0.7em;
	text-transform: uppercase;
}

h3.newsItem, h2.newsItems  {
	color: #494949;
	font-size: 0.8em;
	text-transform: uppercase;
	padding:5px 0;
	}
	


p {
	font-size: 0.8em;
	margin: 1em 0;
}

p.highlight {
	color: #333;
}

p.bold {
	font-weight: bold;
}

p.quote {
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

p span {
	font-weight: bold;
}

#content div span {
	font-weight: normal;
}

div.clearer {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

a {
	color: #eb8c11;
}

.divide {
	border-top: 1px dashed #4aa747;
	border-bottom: 1px dashed #4aa747;
	padding: 10px 0 20px 0;
}

#content ul {
	list-style-image: url(../images/bullet.gif);
	margin: 20px 0 20px 20px;
}

#content ul.homepageList {
	list-style-image: url(../images/tick.gif);
	margin: 20px 0 20px 20px;
}

#content ul li{
	color: #333;
	padding: 0 0 5px;
	font-size: 0.8em;
	font-weight:bold;
}

#content ul.images {
	list-style-image: none;
	list-style: none;
	margin: 1em 0;
}

#content ul.images li {
	padding: 0;
	display: inline;
}

p.footnote {
	margin-top: 2em;
}


/* Layout */

#nonFooter {
	position: relative;
}

#accessibilityNavigation {
	position: absolute;
	top: 0;
	left: -99999px;
}

#wrapper {
}

#header {
	border-bottom: 5px solid #4aa747;
	margin-bottom: 1px;
	font-size: 0.8em;
}

	#header .innerWrapper {
		height: 63px;
		position: relative;
	}

	#header ul {
		position: absolute;
		bottom: 0;
		left: 0;
		list-style: none;
		color: #fff;
	}
	
	#header li {
		float: left;
		display: inline;
		margin-right: 1px;
	}
	
		#header li.home a {
		}
		
		#header li.about a {
		}
		
		#header li.partners a {
		}
		
		#header li.weee a {
		}
		
		#header li.buy a {
		}
		
		#header li.login a {
		}
		
		#header li.contact a {
		}
		
		#header li.news a {
		}
	
		#header li a {
			display: block;
			background: #bcbcbc url(../images/tab-left.gif) top left no-repeat;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#header li span {
			display: block;
			height: 15px;
			background: #bcbcbc url(../images/tab-right.gif) top right no-repeat;
			margin-left: 6px;
			padding: 2px 10px 0 3px;
			cursor: pointer;
		}
		
		#header li a:hover, #header li.active a {
			background: #4aa747 url(../images/tab-left_over.gif) top left no-repeat;
		}
		
		#header li a:hover span, #header li.active a span {
			background: #4aa747 url(../images/tab-right_over.gif) top right no-repeat;
		}
	
	#header p.headerTag {
		position: absolute;
		right: 0;
		bottom: -11px;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight:bold;
		color:#4AA747;
	}

div.innerWrapper {
	width: 980px;
	margin: 0 auto;
}

#navigation {
	width: 167px;
	float: left;
	margin-top:20px;}

	#navigation ul {
		list-style: none;
		color: #616161;
		text-transform: uppercase;
		margin-top: 1em;
	}
	
		#navigation ul ul {
			margin: 0;
		}
	
	#navigation li.section {
		margin: 10px 0;
	}
	
		#navigation li.section span, #navigation li.section a {
			border-left: 3px solid #4aa747;
			padding-left: 3px;
			color: #616161;
			text-decoration: none;
			cursor: pointer;
			background: #fff;
		}
	
	#navigation li.subSection {
		font-size: .8em;
	}
	
		#navigation li.subSection a {
			color: #9d9d9d;
			display: block;
			border-left: 3px solid #f2f2f2;
			padding-left: 6px;
		}

		#navigation li.subSection a:hover {
			color: #eb8c11;
		}
	
#content {
	width: 530px;
	float: left;
	font-size: 1.1em;
	margin:20px 0 0 10px;
}

div.contentWrapper {
	clear: both;
}

#contentWelcome {
	width: 530px;
	padding: 0 5px;
	float: left;	
	margin: 20px 0 0 0;
}

#contentCollection {
	width: 193px;
	padding: 0 5px;
	float: left;
	margin: .5em 0 1em;
}

#contentCaseStudies {
	width: 231px;
	padding: 0 5px;
	float: left;
	margin-bottom: 1em;
	background-color: #f2f2f2;
}

	#contentCaseStudies h2 {
		margin: 0;
		padding: .5em;
	}

	#contentCaseStudies img {
		float: left;
		margin: .5em 5px 5px;
	}
	
	#contentCaseStudies p.text {
		padding: .5em;
		margin: 0;
	}
	
	#contentCaseStudies p.link {
		padding: .25em .25em 0;
	}
	
		#contentCaseStudies p.link a {
			padding-bottom: .25em;
			display: block;
			width: 100%;
			color: #858585;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: bold;
		}
		
			#contentCaseStudies p.link a span {
				margin-left: .5em;
				display: block;
				width: 95%;
				background: url(../images/but_go.gif) 195px 50% no-repeat;
				cursor: pointer;
			}
	
#footer {
	background: #4aa747 url(../images/footer-bg.png) top left repeat-x;
	overflow: hidden;
	color: #fff;
	font-size: .8em;
	padding-bottom: 1em;
	border-bottom: 1px solid #b1b1b1;
}

	#footer .innerWrapper {
		background: url(../images/logo-white.gif) 70px 10px no-repeat;
		overflow: hidden;
	}
	
		#footer div div {
			background: none;
			padding: 15px 0 0 167px;
		}
	
	#footer address, #footer ul {
		float: left;
		font-style: normal;
		margin-right: 50px;
		list-style: none;
		width: 210px;
	}

#bottom {
	position: relative;
	width: 100%;
	clear: both;
}

	#bottom a {
		color: #fff;
	}
	
	#bottom a.footerLinks {
		border-left: 1px solid #fff;
		padding-left: 4px;
	}

#newsPopup {
	border-top: 1px dashed #4aa747;
	padding: 10px;
	background: #fff;
	height: 135px;
}

	#newsPopup div.newsItem {
		width: 360px;
		padding: 0 10px;
		float: left;
	}
	
	#newsPopup div.newsItem a {
		color: #eb8c11;
		text-decoration: underline;
	}
	
.rss {
color: #858585;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
font-size: 0.8em;
padding-left: 20px;
background: url(../images/rss.gif) 0 2px no-repeat;
line-height: 20px;
display: block;
padding-bottom: 5px;
	}

#newsWrapper {
	position: relative;
	margin-left: 167px;
}

#newsPopupLink {
	width: auto;
	cursor: pointer;
	background: #4aa747 url(../images/tab-left_over.gif) top left no-repeat;
	color: #fff;
	font-weight: normal;
	padding: 0;
	width: 45px;
	display: block;
	font-size: .8em;
}

	#newsPopupLink span {
		background: url(../images/tab-right_over.gif) top right no-repeat;
		padding: 2px 6px 0;
		width: auto;
		cursor: pointer;
		height: 15px;
		display: block;
		text-align: center;
	}
	
#content ul.menu {
margin:10px 0 0 10px;
}	
	
#content ul.menu li {
	display: block;
	float: left;
	width: 112px;
	height: 160px;
	margin-right: 16px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	padding: 0;
}

	ul.menu li.assetManagement {
		background: url(../images/graphic_asset-management.gif) top left no-repeat;
	}
	
	ul.menu li.dataSecurity {
		background: url(../images/graphic_data-security.gif) top left no-repeat;
	}
	
	ul.menu li.remarketing {
		background: url(../images/graphic_remarketing.gif) top left no-repeat;
	}
	
	ul.menu li.recycling {
		background: url(../images/graphic_recycling.gif) top left no-repeat;
	}
	
	ul.menu a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		color: #616161;
		text-decoration: none;
		font-size: .9em;
		text-transform: uppercase;
		background: url(../images/but_go.gif) 95% 97% no-repeat;
	}
	
		ul.menu a span {
			position: absolute;
			bottom: 4px;
			left: 2px;
			display: block;
			width: 90px;
			overflow: visible;
			cursor: pointer;
		}
		
div.sidebarElement {
	padding: 12px;
}
div.sidebarElement p {
padding:5px 0;
margin:0px;
position: relative;
}

div.contactDetails {
background-image:url(../images/call-us-bg.gif);
width:150px;
height:50px;
margin:0 0 10px 0;
padding:12px 9px;
}

	div.contactDetails p.callus {
		color: #EAEAEA;
		font-size:0.8em;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding:0px;
		line-height:1.3em;
	}
	
	div.contactDetails p.callus span {
		font-size: 1.4em;
		font-weight: bold;
		color: #c1db73;
		margin:0px;
		padding:0px;
	}
	
	div.sidebarElement a {
		margin-top: 5px;
		display: block;
	}
	
	h2.divider {
	background:url(../images/divider.gif) top center no-repeat;
	padding:10px 0 0 0;
	
	}
	
	div.address {
		margin-bottom: 1em;
		font-size: .8em;
	}
	
div.map1 {
	clear: left;
	float: left;
	margin: 0 20px 10px 0;
	width: 200px;
}

div.map2 {
	float: left;
	width: 560px;
}

div.imageLeft, div.imageRight {
	width: 200px;
	height: 200px;
	border: none;
}

div.imageLeft {
	margin: 0 10px 10px 0;
	float: left;
}

div.imageRight {
	margin: 0 0 10px 10px;
	float: right;
}

#content dt {
	float:left;
	width: 120px;
	clear: left;
	font-size: .8em;
}

#content dd {
	margin-left: 120px;
}

#content dd ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#content dd ul li {
	margin: 0;
	padding: 0;
	background: none;
}

#legislation dl {
	margin-bottom: 30px;
}

#legislation dt {
	float: none;
	width: auto;
	color: #4aa747;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
	cursor: pointer;
}

#legislation dd {
	margin-left: 0;
}

#legislation dd p {
	margin: 0;
	padding-bottom: 1em;
}

/* Forms */
fieldset {
	border: none;
	margin: 10px 0 0 0;
	padding: .5em 0;
}

legend {
	font-weight: bold;
	font-size: 0.8em;
	background: transparent;
	color: #4aa747;
}

label {
	width: 500px;
	position: relative;
	display: block;
	clear: left;
	font-size: 1em;
	margin: 5px 0;
	padding: .3em 0;
}

label.error {
	background: #ffecec;
	border: 1px solid #f00;
}

form label.option {
	padding-right: 0;
}

textarea, select, input {
	display: block;
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #ccc;
	height:15px;
}

textarea {
	width: 350px;
	height: 100px;
}

label select {
	width: 354px;
	height: 15px;
}

label textarea {
	width: 350px;
	height: 200px;
}

label em {
	color: #400080;
	font-style: italic;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #400080;
	background: #f3e8ff;
}

#errors ol {
	margin-left: 30px;
}

#errors a {
	color: #f00;
}
#errors p {
	font-weight: bold;
}

button {
	cursor: pointer;
}

button.send {
	width: 99px;
	height: 34px;
	margin:-10px 0 20px 0;
	text-indent: -99999px;
	background: url(../images/send.gif) 0 0 no-repeat;
	display: block;
}

div.accreditations {
background:#F4F4F4;
border-left:1px solid #D9D9D9;
border-right:1px solid #D9D9D9;
border-top:1px solid #D9D9D9;
width:142px;
margin:0;
padding:12px 12px 6px 12px;
}

div.accreditationsBottom {
background-image:url(../images/accreditationsBG.gif);
width:168px;
height:7px;
margin:0 0 20px 0;
}


div.sidebar {
background:#F4F4F4;
border:1px solid #D9D9D9;
margin:0 0 5px 0;
}

div.sidebarBottom {
background-image:url(../images/sidebarBG.gif);
height:8px;
margin:-6px 0 20px 0;
font-size: 0;
line-height: 0;
}

#sidebarWrapper {
width:246px;
float:right;
margin:20px 0 0 0;
}

.sideItem {
background:url(../images/divider.gif) bottom center no-repeat;
padding-bottom:20px;
margin-bottom:10px;
}

.sidebarElement h2 {
position: relative;
}

.floatLeft {
float:left;
}


#content ul.sitemap {
list-style:none;
list-style-image:none;
margin:0px;
}

#content ul.sitemap li {
padding:2px;
}

#content ul.sitemap li.space {
margin:10px 0 0 0;
}

#content ul.sitemap h2 {
margin:20px 0 0 0;
}

#contact {
width:482px;
background:#F4F4F4;
border-left:1px solid #D9D9D9;
border-right:1px solid #D9D9D9;
padding:10px;
font-weight:normal;
}

#contact div.details {
float:left;
}

#contact ul {
list-style-image:none;
list-style: none;
font-weight:normal;
list-style:none;
margin:8px 0;
padding:0;
}

#contact ul li {
font-weight:normal;
font-size:0.7em;
padding:0;
margin:0;
}

#contact div.map {
position: relative;
float: right;
width: 286px;
margin-top: -25px;
}

#contact div.map ul {
	display: inline;
}

#contact div.map ul li {
float:left;
margin:0 2px 0 0;
}

div.contactTop {
background:url(../images/contact-top.gif) top left no-repeat;
width:504px;
height:6px;
line-height: 0;
font-size: 0;
}

div.contactBottom {
background:url(../images/contact-bottom.gif) top left no-repeat;
width:504px;
height:6px;
line-height: 0;
font-size: 0;
}

#footer #seo_links {
	list-style:none;
	width: auto;
	}
	
#footer #seo_links li {
	float:left;
	margin:0 15px 0 0;
	}	
