#customers {
	float: right;
	background:transparent url(/newnav/images/customers-bg.png) no-repeat 0 0;
	width: 253px;
	height: 102px;
	margin-right: 28px;
	text-align: center;
  padding-top: 50px;
}
#customers span {
	font: bold 15px Verdana;
	color: black;
	padding-left: 5px;
}
#customers div {
	padding-top: 45px;	
}

#bottom-news {
	float: left;
	width: 340px;
	margin-top: 10px;
	margin-left: 30px;
}

#scrollable-news {
	width: 340px;
	height: 100px;
	overflow: hidden;
}
#scrollable-news div{
	padding-bottom: 15px;
}
#scrollable-news p{
	margin-bottom: 0px;
}


#bottom-news h3 {
	font-size: 12px;
	font-weight: normal;
	color: #2a7e00;
  text-transform: none;
}

#bottom-news h3 span {
	background:transparent url(/newnav/images/news-date-bg.png) no-repeat bottom right;
	
	height: 22px;
	display:inline-block;
	float: left;
	padding:0 4px 0 0;
	margin-right: 5px;
}

#bottom-news h3 span strong {
	background:transparent url(/newnav/images/news-date-bg.png) no-repeat scroll left top;
	height: 22px;
 	padding-right: 1px;
	font-weight: normal;
	color: #777;
	font-size: 11px;
	display:inline-block;
	line-height: 18px;
	padding-left: 7px;
}
#bottom-news p {
}
