#home {
}

#home-images {
	width: 744px;
	height: 216px;
}

#home #home-images a {
	display: block;
	width: 744px;
	height: 216px;
}

#home #home-images a span {
	display: none;
}

#home #home-images .home-image {
	width: 744px;
	height: 216px;
}

#home #home-images .home-image-active {
}

#home-panel {
	background: url(/images/home-panel.png) top left no-repeat;
	width: 256px;
	height: 288px;
	display: inline;
	float: left;
	margin: 8px 0 8px 0;
}

/* energy counter */

#home-panel #home-panel-energy {
	width: 248px;
	height: 176px;
	display: block;
	margin: 0 0 4px 0;
}

#home-energy-saved {
	padding: 8px 8px;
	color: #fc0;
	font-weight: bold;
	text-align: center;
}

#home-energy-saved h3  {
	margin: 4px 0;
	color: #fff;
}

#home-energy-saved h4  {
	margin: 0;
}

#home-energy-saved h4 a {
	display: block;
	padding: 4px;
	color: #ccc;
	text-decoration: none;
	margin: 4px 0 0 0;
}

#home-energy-saved h4 a:hover {
	color: #fc0;
}

#home-energy-saved h4 a:hover span {
	text-decoration: underline;
}

.energy-counter-wrap {
	margin: 4px auto 8px auto;
	padding: 8px;
	background: #000;
	-moz-border-radius: 6px;
}

.energy-counter {
	width: 224px;
	height: 24px;
}

.energy-counter span {
	display: block;
	width: 22px;
	height: 24px;
	background: url(/images/digits.png) 0 0 no-repeat;
	float: left;
	margin: 0;
}

/* before dp */
.energy-counter span.digit-5 {
	width: 20px;
}

/* dp */
.energy-counter span.digit-6 {
	width: 12px;
}

.energy-counter span.digit-6 {
}

.energy-counter span.digit-unit {
	display: block;
	width: 50px;
	height: 24px;
	background: url(/images/digits.png) 0 0 no-repeat;
	float: left;
	margin: 0 0 0 4px;
}

/* login links */

#home-panel #home-panel-login {
	width: 248px;
	height: 94px;
	display: block;
}

#home-panel #home-panel-login h3 {
	margin: 0;
	padding: 12px 0 0 13px; 
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

#home-panel #home-panel-login ul {
	margin: 0;
	padding: 0;
}

#home-panel #home-panel-login ul li:first-child {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}

#home-panel #home-panel-login ul li {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
}

#home-panel #home-panel-login ul li a {
	color: #fff;
	display: block;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#home-panel #home-panel-login ul li a:hover span {
	color: #fff;
	text-decoration: underline;
}

#home-panel #home-panel-login p {
	margin: 0;
	padding: 6px 0 0 180px;
}

#home-panel #home-panel-login p a {
	color: #fff;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: underline;
}

#home-panel #home-panel-login p a:hover {
	text-decoration: none;
}

#home-features {
	width: 488px;
	display: inline;
	float: right;
	margin: 8px 0 0 0;
}

#home-features div {
	width: 236px;
	height: 290px;
	display: inline;
	float: left;
	margin: 0 0 0 8px;
	color: #a5a6a6;
	position: relative;
}

#home-features h3 {
	font-size: 16pt;
	margin: 0 0 0.66em 0;
	height: 100px;
}

#home-features p {

}

#home-features a {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	width: 72px;
	height: 28px;
	background: url(/images/more-button.png) top left no-repeat;
	float: right;
}

#home-features a span {
	display: none;
}

