#produtos { padding: 0px 0px 0px 20px; }

#produtos .boxConteudo
{
	background: #dddddd url('../Images/box_prod_bg.gif') repeat-x;
	height: 143px;
	padding: 8px 12px 2px 8px;
	vertical-align: top;
}

#produtos .boxBottom
{
	background: url('../Images/box_prod_bottom.gif') no-repeat;
	height: 25px;
	padding-left: 10px;
	padding-right: 12px;
}

#produtos .nome { font-size: 18px }
#produtos .chamada { font-size: 12px }

#produtos .separador
{
	border-top: 1px dashed #b0b4b7;
	margin-bottom: 10px;
	margin-top: 10px;
}

#produtos .foto
{
	border: 1px solid black;
	margin: 2px;
	height: 40px;
	width: 40px;
}

#rodape a { color: #787a6f; }

#arquivo, #vendas, #musica
{
	float: left;
	height: 90px;
	margin: 8px 6px 0px 6px;
	padding: 20px 0px 0px 8px;
	vertical-align: top;
	width: 243px;
	_height: 120px;
	_width: 251px;
}

#arquivo
{
	background: url('../images/home/bg_arquivo.gif') no-repeat;
	margin-left: 10px;
	_margin-left: 5px;
	padding-right: 8px;
	width: 235px;
	_width: 251px;
}

#vendas
{
	background: url('../images/home/bg_vendas.gif') no-repeat;
	margin-left: 7px;
	margin-right: 7px;
	padding-right: 4px;
	width: 239px;
	_width: 251px;
}

#musica
{
	background: url('../images/home/bg_musica.gif') no-repeat;
	padding-right: 8px;
	width: 235px;
	_width: 251px;
}

