.trio-container {
	border: none;
	margin-right: 15px;	
	height: 135px;
}

.box01 {
	background:#5A6B98 url(../images/solutions_back.jpg);
	height: 120px;
	border: 1px solid #424A5E;
	width: 32.5%;
}

.box02 {
	background:#838FC5 url(../images/products_back.jpg);
	height: 120px;
	border: 1px solid #6878B0;
	width: 32.5%;
}

.box03 {
	background:#FFFFFF url(../images/service_back.jpg);
	height: 120px;
	border: 1px solid #9E9E9E;
	width: 32.5%;
}

.boxspace {
	height: 120px;
	width: 10px;
}

#box01b {
	background:url(../images/solutions_picture.jpg) no-repeat;
	height: 116px;
	padding: 4px 0px 0px 10px;
}

#box01b a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#box01b a:hover {
	color: #ADB5CC;
	text-decoration: underline;

}

#box02b {
	background:url(../images/products_picture.jpg) no-repeat;
	height: 116px;
	padding: 4px 0px 0px 10px;
}

#box02b a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3D4172;
	text-decoration: none;
}

#box02b a:hover {
	color: #8385AC;
	text-decoration: underline;

}

#box03b {
	background:url(../images/service_picture.jpg) no-repeat;
	height: 116px;
	padding: 4px 0px 0px 10px;
}

#box03b a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #555B66;
	text-decoration: none;
}

#box03b a:hover {
	color: #AAADB2;
	text-decoration: underline;

}
