a{
	color: #FFF;
}

#feature{
	color: #FFF;
	width: 1000px;
	background: #000 url(../images/feature_ecotechnik.jpg) top left no-repeat;
	height: 290px;
	overflow: hidden;
}
#feature .stats{
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	width: 150px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #FFF;
}
#feature .stats .first{
	background: url(../images/150_black_panel_top.gif) top left no-repeat;
}
#feature .stats .last{
	height: 15px;
	background: url(../images/150_black_panel_bottom.gif) top left no-repeat;
}
#feature .stats h1{
	text-shadow:2px 2px #000;
	margin: 0px;
	padding: 0px;
	padding: 3px 0px 2px 10px;
	border-bottom: 1px solid #333;
	font-size: 12px;
}
#feature .stats ul{
	padding: 4px;
	list-style: none;
	margin-left: 10px;
}
#feature .stats li{
	padding: 2px 0px 2px 0px;
}


#categories{
	width: 1000px;
	list-style-type: none;
	border-bottom: 2px solid #000;
}
#categories li{
	width: 200px;
	height: 115px;
	float: left; /* Making the links horisontal aligned */
	cursor: pointer;
}
#categories li div{
	color: #111;
	margin-top: 100px;
	height: 15px;
	background: #37ACFC url(/images/blue_gradient_sm.jpg) repeat-x top left;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #111;
}


#projects ul li, #news ul li{
	color: #111;
	min-height: 40px;
	overflow: hidden;
	padding: 5px;
	background: #CCC url(/images/white_gradient_sm.jpg) repeat-x top left;
	margin-top: 10px;
}
#projects ul li:hover, #news ul li:hover{
	background: #37ACFC url(/images/blue_gradient_sm.jpg) repeat-x top left;
}
#projects ul li a, #news ul li a{
	color: #333;
}

#content{
	width: 649px;
/*	border: 1px solid red;*/
	float: right;
}
#content ul li{
	height: 135px;
	margin-top: 3px;
	padding-left: 205px;
	overflow: hidden;
}
#content ul li .price{
	color: #2C8BCD;
}
#content ul li .more_info{
	float: right;
	margin-right: 5px;
	font-size: 80%;
}
#content ul li .description{
	height: 102px;
	margin-right: 5px;
	padding: 5px;
	overflow: auto;
	color: #EEE;
	background: #000 url(/images/black_gradient_sm.jpg) repeat-x top left;
}

#projects{
	min-height: 200px;
	width: 100%;
	overflow: auto;
	background: #101010;
	color: #FFF;
}
#news{
	min-height: 200px;
	width: 100%;
	overflow: auto;
	background: #333;
	color: #FFF;
}