/* css untuk service */
#serviceContainer{
	margin: 10px 18px 10px 10px;
}
#serviceCell{
	padding: 0px 10px 10px 10px;
}
#serviceCell p{
	line-height: 150%;
}
#serviceCellHeader{
	padding: 6px;
	color: #5487c0;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	background-color: #1a324c;
}
#serviceCellBottom{
	color: #333;
	padding: 6px;
	font-weight: bold;
	text-align: right;
}
