@charset "UTF-8";

/* Clientes */
#principal{
	width:100%;
	background:url(../imagens/bkg_principal_laranjaClaro.jpg) repeat-x top #fff;
}

/* Topo */

.topo{
	width:985px;
	float:left;
	background:url(../imagens/bkg_clientes_topo.jpg) no-repeat bottom right;
}

.topo .logo_hunter, .topo .menu_principal{
	float:left;	
}

/* Novidades */

.novidades{
	height:286px;
	clear:both;
	background:url(../imagens/bkg_clientes.jpg) no-repeat center;
}

/* Conteúdo */

.lista-clientes li{
	list-style: none;
	background:#f3f3f3;
	border:solid 1px #dcd9d9;
	padding:10px;
	margin-bottom:15px;
	float: left;
}

.lista-clientes li:hover{
	border-color: #976e47;
}
