.feature, .feature_h {
	float:left;
	width:450px;
	height:90px;
	margin:0 10px 20px 10px;
}
.feature_h {
	height:120px;
}
.feature img,.feature_h img, .featureText {
	float:left;
}

.featureText {
	width:366px;
	margin-left:20px;
	font-size:11px;
	height:30px;
	position:relative;
}
.featureTitle {
	font-size:1.4em;
	font-weight:bold;
}

.featureDesc {
	display:block;
	/*position:absolute;*/
	right:0;
	bottom:0;
	font-size:1.2em;
	margin-top:5px;
}
.featureDesc a {
	background:url(../images/learnmore_arrow_b.gif) right 3px no-repeat;
}
.featureDesc a:hover {
	background-color:#09f;
}
.featureDesc a, #seeAllFeatures a {
	padding-right:9px;
}

.roadmap {
	font-size:0.8em;
	color:#f00;
	font-style:italic;
}