/* --------- remove image borders ---------- */
.noBorder img, img .noBorder {
	padding:0 !important;
	border:none !important;
}


/* ---------------------------- catalogs & brochures landing page ----------------------------------- */
table.catalogTable {
	width:100%;
	text-align:center;
}

table.catalogTable td {
	padding-bottom:10px;
}


table.catalogTable a img {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
	margin:0;
}

table.catalogTable a:hover img {
	border-color:#0055a4;
}



/* ---------------------------- catalogs & brochures landing page ----------------------------------- */
table.referenceTable {
	width:100%;
	text-align:center;
}

table.referenceTable td {
	padding-bottom:10px;
}


table.referenceTable a img {
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
	margin:0;
}

table.referenceTable a:hover img {
	border-color:#0055a4;
}



/* ---------------------------- testimonials ----------------------------------- */
table.testimonialsTable {
	width:100%;
}
table.testimonialsTable td img {
	padding:0;
}
table.testimonialsTable tr {
	background:url(../images/bg_testimonials.jpg) 0 -125px repeat-x;
}
table.testimonialsTable td {
	border:3px solid #fff;
}
table.testimonialsTable td.testimonialsText {
	padding:0 40px;
}

