@charset "utf-8";

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
		margin: 0;
		padding: 0;
}

/* Normalises font-size for headers */
h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
}


/* Removes list-style from lists */
ol, ul {
		list-style: none;
}

/* Normalises font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
		font-style: normal;
		font-weight: normal;
}

/* Normalises tables */
table {
		border-collapse: collapse;
		border-spacing: 0;
		border-width: 0;
}

td, tr {
		border-width: 0;
}

/* removes border from fieldset and img */
fieldset, img {
		border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
		text-align: left;
}

html, body {
	height: 100%;
}

body {
	background-color: #222222;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#wrapper {
	width: 960px;
	background-color: #222222;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px;
}
#header {
	height: 90px;
	padding-bottom: 15px;
}
#header h1 {
	color: #9CC84B;
	font-size: 68px;
}
#header h2 {
	font-size: 11px;
	margin-top: -10px;
	text-indent: 5px;
}

#header img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}


#navigation {
	height: 50px;
	background-color: #333333;
}
#navigation li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 35px;
	padding-top: 15px;
}
#navigation ul {
	height: 50px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 20px;
}

#navigation a:hover {
	color: #9CC84B;
}
#home #navigation #nav-home a {
	color: #9CC84B;
}
#content-main p {
	margin-bottom: 15px;
	line-height: 16px;
}

#content-main {
	width: 600px;
	float: left;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
#contact #content-main {
	padding-right: 20px;
	width: 580px;
}

#content-main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9CC84B;
	margin-bottom: 10px;
}
#content-main ul {
	list-style-type: disc;
	list-style-position: outside;
	color: #9CC84B;
	font-size: 16px;
	margin-left: 20px;
}
#content-main ul li {
	margin-bottom: 10px;

}
#content-main h3 {
	color: #9CC84B;
}

#content-main  ul  span {
	color: #CCCCCC;
	font-size: 11px;
}
#content-main a {
	font-size: 11px;
	color: #9CC84B;
}
#content-main   .more-info {
	background-color: #333333;
	list-style-position: inside;
	padding-top: 10px;
	width: 270px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}
#content-main .more-info span {
	color: #FFFFFF;
}
#content-main .more-info .more-info-title {
	list-style-type: none;
}
#content-main .more-info .more-info-title span {
	color: #9CC84B;
	font-size: 18px;
}





#content-sub {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 290px;
	background-color: #9CC84B;
	height: 100%;
	float: right;
	top: 0px;
	right: 0px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(footprint.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #444444;
}
.required_star    {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
td {
	padding-top: 5px;
	padding-bottom: 5px;
}
input {
}



#content-sub .center {
	margin-top: 10px;
	height: 200px;
	width: 157px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#content-sub h2 {
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content-sub p {
	color: #555555;
	padding-top: 10px;
	margin-bottom: 20px;
}
#content-sub ul {
	line-height: 16px;
	margin-bottom: 15px;
	color: #555555;
}
#content-sub .contact-name {
	color: #FFFFFF;
	font-weight: bold;
}
#content-sub span {
	font-weight: bold;
}

#footer {
	clear: both;
	width: 960px;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer li {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#footer  a {
	color: #9CC84B;
	text-decoration: none;
	font-size: 12px;
}
#footer p {
	clear: left;
	width: 960px;
	text-align: center;
	padding-top: 15px;
}
#footer ul {
	width: 402px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#contact #navigation #nav-contact a {
	color: #9CC84B;
}
#content-sub h3 {
	color: #FFFFFF;
	margin-bottom: 20px;
	float: right;
}
#content-sub img {

}

#home-list-main {
	width: 560px;
}
#about #navigation #nav-about a {
	color: #9CC84B;
}
#content-sub blockquote {
	padding-bottom: 10px;
	clear: both;
	line-height: 18px;
}
#benefits #navigation #nav-benefits a {
	color: #9CC84B;
}
#content-sub a {
	color: #555552;
}
#content-main blockquote {
	color: #CCCCCC;
	padding-bottom: 15px;
	font-size: 14px;
}
#butterfly {
	float: right;
	padding-top: 20px;
}

blockquote span {
	font-weight: normal;
	font-style: italic;
	color: #9CC84B;
}
#benefits  #content-main  h3  {
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}
#about #content-main p span {
	color: #9CC84B;
}
.co2 {
	font-size: 9px;
}

