/*************************************************************
*
* Clients style 1.0
*
* Copyright (c) 2006 - 2008 CatenaLogic
*
**************************************************************/

/*************************************************************
* CLIENTS
**************************************************************/

.clientsFloatShadow
{
	float: left;
	width: 175px;
	height: 175px;
	
	background: url('../Images/shadowAlpha.png') no-repeat right bottom !important;
	background: url('../Images/shadow.gif') no-repeat right bottom;
	
	margin: 10px 10px 10px 10px !important;
	margin: 10px 10px 10px 10px;
}

.clientsFloat
{
	width: 167px;
	height: 167px;
	line-height: 167px;
	border: 1px solid #a9a9a9 !important;
	text-align: center;
	vertical-align: middle;
	font-size: 200px;
}

*>.clientsFloat
{
	/* INTERNET EXPLORER FIX */
	font-size: 12px;	
}

.clientsSpacer 
{
	clear: both;
}

