.homefeature {
	position: relative;
	margin-bottom: -3px;
}
.homefeature a {
	color: #00e387;
}
.productblurb {
	color: #fff;
	position: absolute;
	left: 0;
}
.productblurb p {
	margin: 0 0 0 10px;
	line-height: 25px;
}
.productblurb strong {
	text-transform: uppercase;
}

.mainfeature .productblurb {
	background: url(../images/logo_sm.gif) 20px center no-repeat;
	padding-left: 80px;
	bottom: 25px;
}
.mainfeature .productblurb p {
	font-size: 1.3em;
	line-height: 25px;
}

.feature {
	float: left;
	position: absolute;
	background: url(../images/box2_bg.png);
	padding: 10px;
	right: 30px;
	top: 30px;
}

#feature1 {
	top: 30px;
}
#feature2 {
	top: 246px;
}

.feature img {
	border: 2px solid #cccccc;
}

.feature .productblurb {
	position: absolute;
	background: url(../images/blurb_bg.png);
	left: 12px;
	bottom: 12px;
	_bottom: 11px;
	width: 327px;
}

.siteentry .section {
	float: left;
	width: 300px;
}

.siteentry .section * {
	margin-right: 0;
}

.siteentry .section h3 {
	color: #2b2b2b;
	font-size: 1.7em;
}
.siteentry h4 {
	color: #565656;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: -8px;
	margin-bottom: 10px;
}

.siteentry .description {
	margin-left: 143px;
}

.siteentry .description  p {
	font-size: .9em;
	line-height: 1.4;
	margin-bottom: 10px;
}

.siteentry img {
	margin-right: 10px;
}


