div#welcome,
div#special-offers {
	width: 279px;
	float: left;
}

div#welcome {
	margin: 14px 12px 14px 4px;
}

div#special-offers {
	margin: 14px 4px 14px 12px;
}

div#welcome h1,
div#special-offers h1 {
	margin: 0 0 14px 0;
	color: #2D6E8F;
}

#index-categories {
	clear: both;
	list-style-type: none;
	display:block;
	padding: 0;
}
#index-categories ol {
	padding: 0;
	margin: 0;
}

#index-categories li {
	width: 290px;
	height: 152px;
	display: block;
	float: left;
	margin-bottom: 9px;	
	position: relative;
	overflow: hidden;
}

#index-categories li a {
	text-decoration: none;
}

#index-categories li.alt {
	margin-left: 9px;	
}

#index-categories li h3 {
	height: 30px;
	background: none;
	font-size: 180%;
	width: 270px;
	padding:7px 0 0 12px;
	margin:0;
	font-weight: normal;
}

#index-categories li img {
	width: 150px;
	height: 100px;
	margin: 0px 9px 12px 12px;
	position: relative;
}

#index-categories li div.content {
	width: 103px;
	height: 82px;
	position: absolute;
	left: 173px;
	top: 35px;
	margin-top: 0;
	font-size: 90%;
}

#index-categories li div.actions {
	position:absolute;
	top:2px;
	right:2px;
}

#index-categories li div.actions a {
	padding:2px;
	text-decoration: underline;
}


div#testimonial {
	clear: both;
}

div#testimonial h2 {
	height: 33px;
	width: 280px;
	padding: 6px 0 0 10px;
	margin-bottom: 0;
	font-size: 120%;
}

div#testimonial ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#testimonial ul li {
	padding: 10px 0 10px 25px;
	margin-top: 10px;
}

div.close-quote {
		padding: 10px 25px 10px 0;
}

div#testimonial a {
	margin-top: 10px;
	display:block;
}

div#main-banner img.empty {
	display:none;
}

div#main-banner div img.empty {
	display:block;
	height:20px;
	width:100%;
}