/* CSS Document */
#home_caixa_clientes
{
	float:left;
	width:211px;
	height:240px;
	position:relative;
	background-image:url(../images/home_fundo_caixa_clientes.gif);
	background-position:top left;
	background-repeat:repeat;
	text-align:center;
	display:table;
	margin-bottom:20px;
}
#home_caixa_clientes img
{
	margin:30px auto 0 auto;
}
#home_caixa_produtos
{
	float:left;
	display:table;
	width:211px;
	height:240px;
	left:70px;
	position:relative;
	margin-right:23px;
	background-image:url(../images/home_fundo_caixa_produtos.jpg);
	margin-bottom:20px;
}	
#home_caixa_conquistas
{
	display:block;
	width:211px;
	height:240px;
	left:520px;
	position:absolute;
	margin-right:10px;
	background-image:url(../images/home_fundo_caixa_conquistas.jpg);
	margin-bottom:20px;
}
.home_flash
{
	width:469px;
	height:192px;
	position:relative;
	display:table;
	float:right;
}
.home_texto
{
	position:relative;
	width:256px;
	height:172px;
	padding-top:20px;
}
.home_caixa_produtos_texto
{
	position:relative;
	top:30px;
	width:100%;
}
.home_caixa_produtos_texto ul
{
	list-style:none;
	margin:0;
	padding:0;
	list-style-image:url(../images/marcador_lista.jpg);
	padding-left:20px;
	*padding-left:25px;
}
.home_caixa_produtos_texto li a
{
	font-size:12px;
	line-height:21px;
	text-decoration:none;
}
.home_caixa_produtos_texto li a:hover
{
	font-size:12px;
	line-height:21px;
	text-decoration:underline;
}

.home_caixa_conquistas_texto
{
	position:relative;
	top:30px;
	width:100%;
}
.home_caixa_conquistas_texto ul
{
	margin:0;
	padding:0;
	list-style-image:url(../images/marcador_lista.jpg);
	padding-left:20px;
	*padding-left:25px;
	margin-right:5px;
}
.home_caixa_conquistas_texto li b
{
	line-height:21px;
	font-weight:bold;
	vertical-align:middle;
}