@charset "utf-8";
/* CSS Document */

.brandingBox{
	display:block;
	float:left;
	width: 166px;
	height: 160px;
	margin-right: 6px;
	background-image: url(../images/branding-box.jpg);
	background-repeat: no-repeat;
	padding: 126px 0 0 15px;
	text-align:left;	
}
.brandingBoxMo{
	display:block;
	float:left;
	width: 166px;
	height: 160px;
	margin-right: 6px;
	background-image: url(../images/interactive-box.jpg);
	background-repeat: no-repeat;
	padding: 126px 0 0 15px;
	text-align:left;
}
.interactiveBox{
	display:block;
	float:left;
	width: 166px;
	height: 160px;
	margin-right: 6px;
	background-image: url(../images/interactive-box.jpg);
	background-repeat: no-repeat;
	padding: 126px 0 0 15px;
	text-align:left;
}
.printBox{
	display:block;
	float:left;
	width: 166px;
	height: 160px;
	margin-right: 6px;
	background-image: url(../images/print-box.jpg);
	background-repeat: no-repeat;
	padding: 126px 0 0 15px;
	text-align:left;
}
.othersBox{
	display:block;
	float:left;
	width: 166px;
	height: 160px;
	background-image: url(../images/others-box.jpg);
	background-repeat: no-repeat;
	padding: 126px 0 0 15px;	
	text-align:left;
}
.brandingBox ul, .interactiveBox ul, .printBox ul, .othersBox ul{
	padding: 0px;
	margin: 0px;
	list-style:none;
}
.brandingBox li, .interactiveBox li, .printBox li, .othersBox li{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}