#services {

	margin: 15px 16px 0 16px;
	position: relative;
}

#services .row {

	background: url(../images/grad.png) 0 -34px repeat-x;
	position: relative;
	height: 163px;
}

#services .row .l {

	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 34px;
	background: url(../images/grad.png) no-repeat;
}

#services .row .r {

	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 34px;
	background: url(../images/grad.png) -4px 0 no-repeat;
}

#services .row .service {

	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}

#services .row .service:last-child, #services .row .ie-last-child {

	background: url(../images/sep.png) 0 1px no-repeat;
}

#services .row .service h2 {

	margin: 0;
	padding: 0;
	position: absolute;
	left: 14px;
	top: 12px;
	width: 110px;
	font-size: 16px;
}

#services .row .service h2 a {

	color: #0078aa;
}

#services .row .service .image {

	position: absolute;
	left: 22px;
	top: 54px;
	width: 86px;
	height: 66px;
}

#services .row .service ul {

	position: absolute;
	left: 127px;
	top: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#services .row .service li {

	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #2c2c2c;
	line-height: 19px;
	background: none;
}
