@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #586168;
}
.topheader_bg {
	background: url(images/top-header-bg.gif) repeat-x;
	height: 134px;
}
.homecontent_bg {
	background: url(images/home-content-bg.gif) repeat-x #fff;
	height: 340px;
}
.footer_bg {
	background: url(images/footer-bg.gif) repeat-x;
	height: 179px;
}
.logo {
	display: block;
	background: url(images/indigo-green-energy-logo.png) no-repeat;
	width: 321px;
	height: 95px;
	float: left;
}
.logo span {
	display: none;
}
.home_picture_bg {
	background: url(images/pic-bg.gif) no-repeat;
	width: 575px;
	height: 305px;
	padding-top: 35px;
	padding-left: 18px;
}
.home_green_feature_font {
	color: #9cd721;
	font-size: 22px;
}
.white_feature_font {
	color: #fff;
	font-size: 16px;
}
.green_inner_title_font {
	color: #9cd721;
	font-size: 28px;
}
.white_inner_title_font {
	color: #fff;
	font-size: 21px;
}
.white_font {
	color:#fff;
}
.greenfont {
	color: #9cd721;
}
.greenfont_dark {
	color: #306b24;
}
.padding_15px {
	padding-left: 15px;
}
.padding_10px {
	padding: 10px;
}
.left_pane_bg {
	background: url(images/inner-page-left.gif) repeat-y;
	width: 260px;
}
.innercontent_bg {
	background: url(images/inner-page-content-bg.gif) repeat-x;
	height: 97px;
}
.menubuttons a{
	display: block;
	text-decoration: none;
	list-style: none;
	font: bold 16px Arial;
	color: #51585d;
	width: 100px;
	height: 34px;
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
	text-align: center;
	line-height: 33px;
}
.menubuttons a:hover{
background-color: #fff;
}
a.menubuttonsactive {
	background-color: #46c32c;
	color: #fff;
}
a.menubuttonsactive:hover{
	background-color: #fff;
	color: #51585d;
}