@charset "utf-8";
/* CSS Document */

#e-commList {
	float:left;
	margin-left:22px;
	width:274px;
	height:320px;
	background-image:url(../webMedia/images/ecommerce_list.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
}
#smallBusList {
	float:left;
	margin-left:22px;
	width:274px;
	height:320px;
	background-image:url(../webMedia/images/business_list.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
}

#re_designList {
	float:left;
	margin-left:21px;
	width:274px;
	height:320px;
	background-image:url(../webMedia/images/re-design_list.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
}
.services_list {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333;
	letter-spacing: -2px;
	margin-top:0px;

}
.services_list li {
	padding-bottom:15px;
	margin-left:15px;
	list-style-type: disc;
}
.listMain {
	width:274px;
	height: 275px;
}
.services_link {
	text-align:center;
}
.services_link a:link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}
.services_link a:hover {
	text-decoration:underline;
	color:#91B251;

}
.services_link a:visited{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}