@charset "utf-8";
/* CSS Document */

#service_left {width:750; margin-right:10px; }

#service_right{width:200px;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #999999;

}

ul.servicespage li {
	list-style-type: circle #FF0000 ;
	color:#FF0000;
	margin:5px 5px 5px -20px;
	padding:10px 5px 10px 5px;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

/* list-style-image: url(../images/tick.png);
	list-style-type: none;
	*/