.container {
	background-image: url(../clients/images/background_inner.jpg);
}
.rightcolumn {
	width: 155px;
	margin-top: 75px;
}

.centrecolumn {
	width: 380px;
	padding-left: 12px;
}
.demolink {
	padding-left: 30px;
	background-position: 20px;
}
.rightcolumnProduct {
	float: right;
	width: 170px;
}
.BoldBlue {
	font-weight: bold;
	color: #00A5E3;
}
.centrecolumnProducts {
	float: left;
	width: 380px;
	padding-left: 8px;
}

.products-intro{
	float:left;
	width:385px;
	padding:0 0 0 15px;
}
#box-image-bottom{
	width:170px;
	height:151px;
	float:left;
	margin-left:10px;
	}

#product-boxes{
	float:left;
	width:570px;
	padding:30px 0 0 15px;
}
.product-box{
	float:left;
	width:237px;
	padding:0 15px 10px 15px;
	background-image:url(../images/bg-products-box.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0 10px 30px 0;
	height:15em;
}
.product-box p{
	margin-top:0;
}
#product-boxes a{
	background-image:url(../images/bg-products-box-a.png);
	width:75px;
	height:19px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:5px 0 0 0;
	display:block;
	text-decoration:none;
}
#product-boxes a:hover{
	text-decoration:underline;
}


