#home { padding-top: 20px; }

#home h1 {
	position: absolute;
	left: -9999em;
}

/* features */

.home-features {
	position: relative;
	height: 310px;
}

.home-features .slideshow {
	position: absolute;
	left: 20px;
	top: 0;
}

.home-features ul.callouts {
	position: absolute;
	right: 20px;
	top: 0;
	width: 220px;
	height: 300px;
}

.home-features ul.callouts li {	margin: 0 0 20px; }
.home-features ul.callouts .cartridge { height: 290px; padding-bottom: 12px; }
.home-features ul.callouts .cartridge li { margin: 0; }

/* categories */

ul.home-cats {
	padding: 0 0 0 10px;
	margin: 0;
}

ul.home-cats li {
	float: left;
	width: 230px;
	padding: 0 0 15px 90px;
	list-style: none;
	position: relative;
	margin: 0;
	height: auto;
}

ul.home-cats li a.home-cats-thumb {
	position: absolute;
	left: 20px;
	top: 0;
}

ul.home-cats li h3 { margin: 0 0 5px; }

ul.home-cats li p {
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	margin: 0 0 5px;
}

ul.home-cats li ul { 
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

ul.home-cats li ul li {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
}

ul.home-cats li ul li.home-cats-all a { color: #333; }
ul.home-cats li ul li.home-cats-all a:hover { color: #999; }

.tab-category-auto {
	top: auto !important;
}