@charset "UTF-8";
/* CSS Document */

#features  {
}
#features p {
	font-size: 13px;
	line-height: 18px;
}
#features #feature1 , #feature2 , #feature3{
	width: 192px;
	margin-right: 15px;
	float: left;
	padding-right: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#features .last {
	margin-right: 0px;
	border: none;
	padding-right: 0px;
}
#features img {
	height: 180px;
	width: 130px;
	border: 3px solid #666;
	margin-bottom: 5px;
}
#features h3 a{
	font-size: 18px;
	line-height: 20px;
	display: block;
	color: #C00;
	padding-right: 15px;
	font-weight: normal;
	text-decoration: none;
}
#features h3 a:hover {
	text-decoration: underline;
}
