* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	height: 100%;

	font-family: verdana, arial, helvetica;
}

a {
	color: #00a650;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #024724;
	text-decoration: underline;
	background-color: #eeeeee;
}

p {
	margin-bottom: 1em;
}

#container {
}

#header {
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	width: 100%;
	height: 160px;
	background-color: #ffffff;
}

#menu {
	/*
	position: absolute;
	top: 160px;
	left: 0px;
	*/
	width: 100%;
	height: 25px;
	background: url(/images/menu_bg.png);
	background-repeat: repeat-x;
	background-color: #00a650;
}

#main {
	position: absolute;
	top: 185px;
	left: 0px;
	width: 100%;
	height: 725px;

	background: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #00a650;
}

#giftIdeas {
	border: 0px;
	display: block;
	width: 99px;
	height: 84px;
	background: url("/images/gift_ideas.png") 0 0 no-repeat;
	border: 0px;
}

#giftIdeas:hover {
	background-position: 0px -84px;
}

#co2Calc {
	border: 0px;
	display: block;
	width: 99px;
	height: 84px;
	background: url("/images/co2_calc.png") 0 0 no-repeat;
	border: 0px;
}

#co2Calc:hover {
	background-position: 0px -83px;
}
#enterSite {
	display: block;
	width: 148px;
	height: 151px;
	background: url("/images/enter_site.png") 0 0 no-repeat;
	border: 0px;
}

#enterSite:hover {
	background-position: 0px -151px;
}

#menu1 {
	display: block;
	border: 0px;
	width: 128px;
	height: 23px;
	background: url("/images/menu1.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu1:hover {
	background-position: 0px -23px;
}

#menu2 {
	display: block;
	border: 0px;
	width: 64px;
	height: 23px;
	background: url("/images/menu2.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu2:hover {
	background-position: 0px -23px;
}

#menu3 {
	display: block;
	border: 0px;
	width: 83px;
	height: 23px;
	background: url("/images/menu3.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu3:hover {
	background-position: 0px -23px;
}

#menu4 {
	display: block;
	border: 0px;
	width: 125px;
	height: 23px;
	background: url("/images/menu4.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu4:hover {
	background-position: 0px -23px;
}

#menu5 {
	display: block;
	border: 0px;
	width: 109px;
	height: 23px;
	background: url("/images/menu5.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu5:hover {
	background-position: 0px -23px;
}

#menu6 {
	display: block;
	border: 0px;
	width: 65px;
	height: 23px;
	background: url("/images/menu6.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu6:hover {
	background-position: 0px -23px;
}

#menu7 {
	display: block;
	border: 0px;
	width: 41px;
	height: 23px;
	background: url("/images/menu7.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu7:hover {
	background-position: 0px -23px;
}

#menu8 {
	display: block;
	border: 0px;
	width: 35px;
	height: 23px;
	background: url("/images/menu8.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu8:hover {
	background-position: 0px -23px;
}

#menu9 {
	display: block;
	border: 0px;
	width: 38px;
	height: 23px;
	background: url("/images/menu9.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu9:hover {
	background-position: 0px -23px;
}

#menu10 {
	display: block;
	border: 0px;
	width: 83px;
	height: 23px;
	background: url("/images/menu10.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu10:hover {
	background-position: 0px -23px;
}

#menu11 {
	display: block;
	border: 0px;
	width: 102px;
	height: 23px;
	background: url("/images/menu11.png") 0 0 no-repeat;
	margin: 0px 5px 0px 5px;
}

#menu11:hover {
	background-position: 0px -23px;
}

#container2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
}

#main2 {
	/*
	position: absolute;
	top: 185px;
	left: 0px;
	*/
	width: 100%;

	background: url(/images/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
}

#main2Container {
	padding: 0em 1em 1em 1em;
	min-height: 300px;
}

h1.pageTitle {
	text-align: right;
	color: #024724;
	font-size: 40px;
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

p {
	color: #202020;
	font-size: 0.85em;
}

.footer {
	width: 100%;
	height: 25px;

	background: url(/images/menu_bg.png);
	background-repeat: repeat-x;
	background-color: #00a650;

	padding-top: 7px;

	text-align: right;
	color: #ffffff;
	font-size: 10px;
	font-family: helvetica;
}

.push {
	height: 25px;
}

.clearing {
	clear: both;
}

#headerLeftLink {
	display: block;
	width: 244px;
	height: 160px;
	background: url("/images/header_left_2.jpg");
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

#headerLeftLink:hover {
	background-position: 0px -160px;
}

label {
	float: left;
	display: block;
	width: 10em;
	text-align: right;
	margin-right: 0.5em;
}

.product {
	color: #024724;
	text-align: left !important;
}

.product .title {
	color: #024724;
	font-weight: bold;
	font-size: 1.25em;
}

.product p {
	color: #024724;
	font-size: 0.75em;
}

.product a {
	color: #cbeddb;
	font-weight: bold;
}

.product label {
	color: #024724;
	font-size: 0.75em;
}

.product a:hover {
	color: #ffffff;
	background-color: transparent !important;
	font-weight: bold;
	text-decoration: underline;
}

.product .addToBasket {
	text-align: center;
	display: block;
	background-color: #00a650 !important;
	border: solid 1px #ffffff !important;
	color: #ffffff !important;
	padding: 3px;
}

.product .addToBasket:hover {
	display: block;
	border: solid 1px #00a650 !important;
	background-color: #ffffff !important;
	color: #00a650 !important;
	padding: 3px;
	text-decoration: none;
}

/* *********************************** */

.bar {
	height: 34px;
	background-color: #404040;
	color: #ffffff !important;
	padding-left: 10px;
	padding-top: 10px;
	overflow: hidden;
}

.bar h2 {
	float: left;
	font-size: 0.88em;
	font-weight: bold;
	color: #ffffff !important;
	margin-left: 12px;
	padding-top: 9px;
}

.bar h2.half {
	float: left;
	width: 356px !important;
}

.bar h2 a {
	color: #ffffff !important;
	text-decoration: none;
}

.bar h2 a:hover {
	text-decoration: underline;
}

.boxFull {
	background-color: #efefef;
	color: #606060 !important;
	font-size: 0.75em;
	margin: 3px 2px 0px 2px;
	padding: 5px;
}

.boxFull p {
	margin: 0em 0em 1em 0em;
}

.boxHalfContainer {
	background: url("/images/box_half_bg.png");
	background-repeat: repeat-y;
	background-color: #efefef !important;
	margin: 3px 2px 0px 2px;
}

.boxHalfLeft {
	float: left;
	width: 359px;
	color: #606060 !important;
	font-size: 0.75em;
	padding: 5px;
}

.boxHalfLeft p {
	margin: 0em 0em 1em 0em;
}

.boxFull a,.boxHalfLeft a,.boxHalfRight a {
	color: #3a7ddb !important;
	text-decoration: none;
	font-weight: bold;
}

.boxFull a:hover,.boxHalfLeft a:hover,.boxHalfRight a:hover {
	color: #404040;
}

.boxHalfRight {
	float: right;
	width: 359px;
	color: #606060 !important;
	font-size: 0.75em;
	padding: 5px;
}

.boxHalfRight p {
	margin: 0em 0em 1em 0em;
}

.errorList {
	margin: 3px 2px 3px 2px;
	border: solid 1px #f42837;
	background: url(/images/error_list_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #f42837 !important;
	font-size: 0.83em;
	font-weight: bold;
	padding: 5px;
}

.messageList {
	margin: 3px 2px 3px 2px;
	border: solid 1px #3a7ddb;
	background: url(/images/message_list_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #3a7ddb !important;
	font-size: 0.83em;
	font-weight: bold;
	padding: 5px;
}

.errorList ul li,.messageList ul li {
	list-style-type: square;
	margin-left: 2em;
}

table.standard {
	border-style: solid;
	border-width: 1px;
	border-top-color: #404040;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #404040;
	width: 100%;
	margin-bottom: 1em;
}

.standard th {
	padding: 5px;
	background-color: #3a7ddb;
	color: #ffffff;
	font-weight: bold;
}

.standard td {
	padding: 5px;
	background-color: #ffffff;
}

.calcButton {
	display: block;
	width: 285px;
	height: 100px;
	background: url(/files/images/co2_button.gif);
	background-repeat: no-repeat;
}

.calcButton:hover {
	background: url(/files/images/co2_button_over.gif);
	background-repeat: no-repeat;
}

.mandatory {
	color: #a00000;
	font-weight: bold;
}
