/* --- secondary content --- */
#secondary h2 {
	display: block;
	width: 291px;
	height: 29px;
	line-height: 29px;
	text-indent: 10px;
	color: #F1F0F0;
	font-size: 14px;
	background: url(../gfx/home_header_green.jpg) repeat-x 0 0;
}
#secondary ul {
	background: #F1F0F0 url(../gfx/bg_sidebar_box.gif) repeat;
	padding: 10px;
}
#secondary ul.products {
	margin: 0 0 25px;
	background: #F1F0F0 url(../gfx/globe_muted_sidebar.gif) no-repeat 100% 100%;
}
#secondary ul li {
	line-height: 1.2em;
	margin: 0 0 8px;
}
#secondary ul li.more {
	padding: 5px 0 0 0;
	margin: 0;
}
#secondary ul li.more a {
	color: #86470C;
	text-decoration: none;
	font-weight: bold;
}
#secondary ul li.more a:hover {
	text-decoration: underline;
}
#secondary ul.products li a {
	color: #008751;
	text-decoration: none;
}
#secondary ul.products li a:hover {
	text-decoration: underline;
}
#secondary ul.news li a {
	color: #636161;
	text-decoration: none;
}
#secondary ul.news li a:hover {
	text-decoration: underline;
}
#secondary span.date {
	color: #417AA2;
}


/* --- promos --- */
#promos {
	padding: 25px 0 0 0;
	width: 291px;
}
#p-renewable {
	float: left;
	width: 145px;
	height: 91px;
	background: url(../gfx/btn/renewable.jpg) no-repeat 0 0;
}
#p-renewable a {
	display: block;
	width: 145px;
	height: 91px;
	text-indent: -999em;	
	background: url(../gfx/btn/renewable.jpg) no-repeat 0 0;
}
#p-renewable a:hover {
	background-position: -145px 0;
}

#p-supply {
	float: right;
	width: 146px;
	height: 91px;
	background: url(../gfx/btn/supply.jpg) no-repeat 0 0;
}
#p-supply a {
	display: block;
	width: 146px;
	height: 91px;
	text-indent: -999em;	
	background: url(../gfx/btn/supply.jpg) no-repeat 0 0;
}
#p-supply a:hover {
	background-position: -146px 0;
}

