#services_details {
	height: 300px;
}
.services {
	float: left;
	width: 254px;
	margin-right: 20px;
}
.services h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #5f965f;
	background-image: url(../images/h2_step.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}
.color_bg {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.img_bar {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #dddddd;
	height: 84px;
}
.tex_services {
	padding: 10px;
	text-align: justify;
	line-height: 1.5em;
	height: 100px;
}
.btn_more {
	border: 1px solid #ececec;
	background-image: url(../images/arrow-1.png);
	background-repeat: no-repeat;
	background-position: 78px 10px;
	display: block;
	width: 85px;
	margin-left: 10px;
	padding: 5px;
}
.btn_more a {
	color: #2d9e00;
	text-decoration: none;
}
.btn_more a:hover {
	color: #000000;
	text-decoration: none;
}
