#produtos_slider_imagem {
	background-image: url(../imagens/servicos_img_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 345px;
}

#produtos_slider_imagem_container {
	width: 1003px;
	height: 345px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}.produtos_itens {
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 15px;
}
.produtos_itens_fotos_container {
	float: left;
	height: 335px;
	width: 323px;
	margin-right: 10px;
}
.produtos_itens_fotos_container p {
	background-color: #FFF;
	height: 40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Alberta", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #939598;
	font-weight: normal;
	text-transform: uppercase;
}
.produtos_itens_fotos_container p span {
	font-size: 14px;
	color: #58595B;
}


.produtos_infos_container {
	float: left;
	height: 285px;
	width: 670px;
}
.produtos_infos_titulos {
	line-height: 63px;
	background-color: #FFF;
	height: 50px;
	width: 655px;
	margin-bottom: 10px;
	font-family: "Alberta", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #F7941E;
	padding-left: 15px;
}
.produtos_infos_descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding: 15px;
	height: 193px;
	width: 640px;
	background-color: #FFF;
}
