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

.clearer {
	clear:both;
}

.home-body-parts {
	width: 516px;
	float: left;
}

.home-tabs {
	width: 516px;
	float: left;
}

#techsol-tab, #servicepractice-tab {
	width:250px;
	height: 30px;
	text-align: center;
	text-decoration: underline;
	font-size: 13px;
	padding-top: 10px;
	text-transform:uppercase;
	border: #CCCCCC 2px solid;
	border-top:none;
	cursor: pointer;
}

#techsol-tab {
	float:left;
	margin: 0 3px;
	background-color: #333333;
	color: #FFFFFF;
}

#servicepractice-tab {
	float:right;
}

#techsol-content img {
	float:right;
}

#servicepractice-content {
	display:none;
}

#servicepractice-content img {
	float:right;
}

h3.home-header {
	font-size: 13px;
	background-color: #ebebeb;
	letter-spacing: normal;
	font-weight: normal;
	padding-top: 8px;
}

.home-service-provided {
	width: 516px;
	float: left;
}

.home-services {
	width: 160px;
	float: left;
	text-align: center;
	padding: 6px;
}
