#main ul.items li.item {
	width: 195px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#main ul.items li:first-child, #main ul.items li.first-child {
	margin-left: 0;
}

#main div.text {
	padding: 0px 20px 0 20px;
}

#main ul.items li.item h3 {
	margin-top: 0;
	background: #1e4dbd;
	padding: 17px 0 5px 22px;
	font-weight: normal;
}

#main ul.items li.item h3 a {
	color: #ffffff;
	font-weight: normal;
}

#main ul.items:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#main ul.items {
	min-height: 1px;
	background: url(../imgs/pg05_itemsBg.gif) no-repeat 0 100%;
}

* html #main ul.items {height:1px}
