@charset "UTF-8";
/* CSS Document */

#office_furniture {
	background-image: url(../images/office_installation.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 211px;
	margin-top: 10px;
	float: left;
	width: 360px;
}
#pos_installation {
	float: left;
	width: 360px;
	background-image: url(../images/point_of_sale_stands.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 201px;
	margin-top: 10px;
}
#courier {
	background-image: url(../images/sameday_courier.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 245px;
	width: 360px;
	margin-top: 10px;
}
.image_pad {
	margin-top: 5px;
	margin-left: 7px;
	float: left;
	padding-bottom: 5px;
}
.read_more {
	background-image: url(../images/read_more.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 101px;
	display: block;
	margin-left: 280px;
}
