
.services
{
	height: 172px;
	width: 699px;
	position: relative;
	background: url(/images/branding/services-line.gif) no-repeat left bottom;
}
body.home .services{
	position: absolute;
	bottom: 0;
	left: 28px;	
}

a.up,
a.down
{
	display: block;
	margin: 0 0 0 9px;
	width: 110px;
	height: 32px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/homepage/services-up.gif) no-repeat;
}
a.down
{
	background: url(/images/homepage/services-down.gif) no-repeat;
	position: relative;
	top: 139px;
}
body.home a.down{
	position: absolute;
	bottom: 0;	
}

#services
{
	height: 140px;
	he\ight: 116px;
	padding: 24px 21px 0 21px;
	background: url(/images/homepage/services-bg.gif) no-repeat;
}
#services span#prev-link,
#services span#next-link
{
	display: block;
	position: absolute;
	top: 0;
	width: 29px;
	height: 116px;
	text-indent: -999em;
	overflow: hidden;
	z-index: 20;
}
#services span#prev-link
{
	background: url(/images/homepage/services-left.gif) no-repeat;
	left: 0;
}
#services span#next-link
{
	background: url(/images/homepage/services-right.gif) no-repeat;
	left: 628px;
}
#services a.service
{
	display: block;
	float: left;
	width: 70px;
	height: 116px;
	margin-left: 62px;
	text-decoration: none;
	background: url(/images/homepage/services-shadow.gif) no-repeat left 70px;
}
#services a.service.first
{
	margin-left: 0;
}
#services a.service img,
#services a.service:visited img
{
	display: block;
	width: 70px;
	height: 70px;
	w\idth: 68px;
	he\ight: 68px;
	background: #707070;
	margin-bottom: 1px;
	padding: 1px;
}
#services a.service:hover img
{
	background: #fff;
}
#services a.service span,
#services a.service:visited span
{
	display: block;
	position: absolute;
	color: #707070;
	height: 45px;
	he\ight: 35px;
	padding-top: 10px;
	cursor: pointer;
	width: 70px;
	text-align: center;
}
body.home #services a.service span,
body.home #services a.service:visited span{
	font-size: 1.1em;	
}
#services a.service:hover span
{
	color: #fff;
	text-decoration: none;
}



