@media screen , projection {	
	.management,.balance,.solutions {
		background: url("img/orange-box.gif") no-repeat;
		width: 152px;
	}
	.boxes h3 {
		margin-bottom: 0 !important;
		line-height: 21px;
		font-size: 1em;
		padding: 0 5px;
		color: #fff;
	}
	.boxes img {
		margin: 0 1px;
	}
	.boxes a {
		color: #f37321;
	}
	.boxes p {
		font-size: 0.9em;
		line-height: 1em;
	}
	.management-solutions{
		float: left;
		width: 312px;
	}
	.management {
		float: left;
	}
	.solutions {
		display: inline;
		float: right;
	}
	.balance {
		display: inline;
		float: right;
	}
}