/* Copyright (c) Fluid Creativity, 2007 */
/* Main stylesheet for WEEE */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #e8e8e8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76%;
	color: #6d6e71;
	text-align: center;
}

img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0;
	color: #83b819;
	clear: left;
}

h1 { font-size: 1.5em; font-weight: normal; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; }

p {
	margin: 1em 0;
	line-height: 1.4em;
	font-size: 1em;
}

p.slogan {
	margin-top: 0;
	font-weight: bold;
}

dl {
	margin: 1em 0;
}

ul {
	margin: 1em 0;
	list-style: none;
}

ol {
	margin: 1em 0;
	list-style-position: outside;
}

address {
	margin: 1em 0;
	font-style: normal;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	padding: 0 8px;
	width: 901px;
	min-height: 100%;
	background: #fff url(../images/bg.gif) 50% 0 repeat-y;
	text-align: left;
}

#header {
	position: relative;
	height: 118px;
}

#logo {
	position: absolute;
	top: 40px;
	right: 40px;
}

#headerNav {
	margin: 0 0 0 13px;
	padding-left: 15px;
	width: 252px;
	height: 49px;
	background: url(../images/headernav/bg.gif) 0 0 no-repeat;
}

#headerNav a {
	display: block;
	height: 49px;
	text-indent: -9000px;
	background: transparent url(../images/nav/recycling-services.gif) 0 100% no-repeat;
}

#headerNav li {
	float: left;
	margin-left: 18px;
}

#headerNav #navHome				{ width: 29px; background-image: url(../images/headernav/home.gif); }
#headerNav #navHome:hover		{ background-image: url(../images/headernav/home-hover.gif); }
#headerNav #navAboutWCUK		{ width: 69px; background-image: url(../images/headernav/about-wcuk.gif); }
#headerNav #navAboutWCUK:hover	{ background-image: url(../images/headernav/about-wcuk-hover.gif); }
#headerNav #navContactUs		{ width: 63px; background-image: url(../images/headernav/contact.gif); }
#headerNav #navContactUs:hover	{ background-image: url(../images/headernav/contact-hover.gif); }

#navigation {
	margin: 0;
	padding-top: 10px;
	height: 22px;
	background: #90c026 url(../images/navbg.gif) 0 0 repeat-x;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	margin-left: 54px;
	height: 10px;
	background: transparent url(../images/nav/recycling-services.gif) 0 0 no-repeat;
	text-indent: -9000px;
}

#navigation #navRecyclingServices	{ width: 111px;	background-image: url(../images/nav/recycling-services.gif); }
#navigation #navWeeeDirective		{ width: 172px;	background-image: url(../images/nav/weee-directive.gif); }
#navigation #navProducerCompliance	{ width: 128px;	background-image: url(../images/nav/producer-compliance.gif); }
#navigation #navWCUKSolution		{ width: 109px;	background-image: url(../images/nav/wcuk-solution.gif); }
#navigation #navRegister			{ width: 51px;	background-image: url(../images/nav/register.gif); }

#inner {
	background: url(../images/innerbg.gif) 0 1px repeat-x;
}

#sidebar {
	float: left;
	margin-left: 13px;
	padding-top: 20px;
	width: 268px;
	background: url(../images/sidebarbg.gif) 0 0 no-repeat;
	text-align: center;
}

#sidebar .pad {
	margin-top: 20px;
}

#sidebar .foot {
	height: 29px;
	background: url(../images/sidebarfoot.gif) 0 0 no-repeat;
}

#content {
	float: left;
	margin: 0 0 0 6px;
	width: 600px;
}

#content * {
	margin-left: 6px;
	margin-right: 6px;
}

#content * * {
	margin-left: 0;
	margin-right: 0;
}

#content ul {
	padding-left: 12px;
	color: #83b819;
}

#content ol {
	margin-left: 40px;
	color: #83b819;
}

#content ol.alpha {
	list-style-type: lower-alpha;
}

#content ul li {
	padding-left: 12px;
	background: url(../images/bullet.gif) 0 0.5em no-repeat;
}

#content dl {
	width: 100%;
}

#content dt {
	float: left;
	clear: left;
	margin: 0 0 .5em 0;
	width: 30%;
	font-weight: bold;
}

#content dd {
	float: left;
	margin: 0 0 .5em 2%;
	width: 67%;
}

#content blockquote {
	text-align: center;
	font-weight: bold;
}

#footer {
	padding: 30px 20px 0;
	background: #83b819 url(../images/footerbg.gif) 0 0 repeat-x;
	color: #fff;
}

#footer h2 {
	color: #fff;
}

.innerFooter {
	float: left;
	margin-right: 40px;
}

#footer h2 {
	font-size: 1em;
}

#footer dt {
	float: left;
	padding-right: 0.5em;
}

#footer a {
	color: #fff;
}


/* Forms */

fieldset {
	border: none;
	margin: 1em 0;
	padding: .5em 0;
}

legend {
	font-weight: bold;
	font-size: 1.25em;
	background: transparent;
	color: #83b819;
}

form label, form div {
	position: relative;
	display: block;
	clear: left;
	font-size: 1em;
	margin: .3em 0;
	padding: .3em 400px .3em 0;
}

fieldset fieldset {
	margin-top: 0;
	padding: 0 0 .5em 1.5em;
}

fieldset fieldset label, form div label {
	margin: 0;
	padding: 0;
}

form div label.option {
	margin-left: .5em;
}

form label.option {
	padding-right: 0;
}

label.option input, input.option {
	position: static;
	display: inline;
	width: auto;
}

form label em, form legend em, form div em {
	color: #d32035;
}

label.error, div.error {
	background: #f7d4d8;
	border: 2px solid #d32035;
}

label.error em, div.error em {
	color: inherit;
}

fieldset p {
	margin: .5em 1em;
	font-style: italic;
}

p em {
	margin: 0 1em;
}

textarea, select, input {
	position: absolute;
	display: block;
	top: 0;
	left: 190px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

textarea {
	width: 32em;
	height: 8em;
}

select {
	width: auto;
}

option {
	padding: 0 3px;
}

input {
	padding: .1em;
	width: 32em;
	border: 1px solid #76abb8;
}

table td, table th {
	padding: 3px;
}

table td.numeric {
	text-align: center;
}

table input {
	position: static;
	width: 150px;
}

label.option input {
	display: inline;
	padding: 0 .1em;
	width: auto;
	border: none;
}

form button {
	clear: left;
	display: block;
	border: none;
	width: 78px;
	height: 18px;
	text-indent: -9000px;
	cursor: pointer;
}

form button.register	{ background: url(../images/buttons/register.gif) 0 0 no-repeat; }
form button.send		{ background: url(../images/buttons/send.gif) 0 0 no-repeat; }