/* css untuk service */
#serviceContainer{
	margin: 10px 0px;
}
#serviceCell{
	line-height: 140%;
	color: #333;
	padding: 10px 12px;
	background: url(../images/serviceBg.gif) top center repeat-y;
}
#serviceCell p{
	margin: 0px !important;
	padding: 0px !important;
	line-height: 140%;
	text-align: justify;
}
#serviceCellHeader{
	margin: 0px;
	padding: 13px 10px 5px 32px;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/serviceHead.gif) top center no-repeat;
}
#serviceCellBottom{
	padding: 0px 10px 15px 10px;
	font-size: 11px;
	text-align: right;
	background: url(../images/serviceBot.gif) bottom center no-repeat;
}
td.serviceList{
	background-color: #333;
}
td.serviceSpecial{
	background-color: #fff;
}
a.serviceLink{
	color: #3c7703;
	text-decoration: none;
}
a.serviceLink:hover{
	color: #fff;
	text-decoration: none;
}
a.serviceMore{
	color: #000;
}
a.serviceMore:hover{
	color: #f90;
}

/* css untuk footer */
td.footerContainer{
	color: #ccc;
	padding-top: 10px;
}
td.footerCell{
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
}
a.footerLink{
	color: #000;
}
a.footerLink:hover{
	color: #f90;
}

