/* css untuk service */
#serviceContainer{
	background: url(../images/serviceBg.gif) top left repeat-y;
}
#serviceCell{
	line-height: 140%;
	color: #333;
	background: url(../images/serviceCell.gif) bottom left no-repeat;
}
#serviceCell p{
	margin: 0px;
	padding: 3px 3px 3px 10px;
	line-height: 130%;
}
#serviceCellHeader{
	margin: 0px;
	padding: 30px 10px 17px 43px;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/serviceHead.gif) top left no-repeat;
}
#serviceCellBottom{
	padding: 13px 13px 16px 13px;
	font-size: 11px;
	text-align: right;
	background: url(../images/serviceBot.gif) bottom left no-repeat;
}
td.serviceList{
	background-color: #333;
}
td.serviceSpecial{
	background-color: #fff;
}
a.serviceLink{
	color: #4c4d51;
	text-decoration: none;
	font-weight: bold;
}
a.serviceLink:hover{
	color: #f7941d;
	text-decoration: none;
	font-weight: bold;
}
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;
}
