/* CSS Document */

ul#welcomelist{
	list-style-type:none;
	font-size:11px;
	line-height:19px;
	font-weight:bold;
}
ul#welcomelist li{
margin: 0px 0px 0px -30px;
padding: 0px 0px 5px 25px;
background:url(images/tick.gif) no-repeat left top;
}

ul#serviceslist{
font-weight:bold;
	list-style-type:none;
	font-size:11px;
}
ul#serviceslist li{
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 25px;
background:url(images/bullet.gif) no-repeat left center;
}

ul#serviceslist2{
font-weight:bold;
	list-style-type:none;
	font-size:11px;
	line-height:20px;
}
ul#serviceslist2 li{
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 25px;
background:url(images/bullet.gif) no-repeat left center;
}

ul#serviceslist3{
font-weight:bold;
	list-style-type:none;
	font-size:11px;
	line-height:20px;
}
ul#serviceslist3 li{
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 25px;
background:url(images/bullet2.gif) no-repeat left center;
}
