/* Service Buttons */

#services-sub
{
	height: 140px;
}

.sub-service
{
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
	margin-right: 15px;
}

.sub-service div
{
	width: 154px;
	height: 94px;
}

.sub-service div a
{
	display: block;
	width: 100%;
	height: 100%;
}

.service-button
{
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
}

.service-button div
{
	width: 154px;
	height: 94px;
	background-position: 0px -94px;
	cursor: pointer;
}

.service-button div a
{
	display: block;
	width: 100%;
	height: 100%;
}

.service-button div:hover
{
	background-position: bottom;
}

#serviceDetails
{
}

/* Details Accordion */

#serviceDetails h3.toggler
{
	cursor: pointer;
	line-height: 20px;
	background-color: #888888;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
}

#serviceDetails div.element
{
	
}

#serviceDetails div.element > div > ul
{
	float: left;
	margin: 15px;
}

#serviceDetails div.element > div > div.captures
{
	float: right;
	margin-right: 15px;
}