body { 
	background:url(../images/bg.jpg);
	font-family:Arial;
	font-size:12px;
}

a {	
	text-decoration:none; 
	color:#000000;
}
a:hover { 
	text-decoration:underline;
}

a.link_sub_titulo {
	color:#000D80;
}

input, textarea {
	border:1px solid #CCCCCC;
}

#site {
	width:810px;
	margin:30px auto 30px auto;
}


#topo {
	height:165px;
	float:left;
}
	#menu {
		width:537px;
	}
	.item_menu, .topo_esquerda, .topo_logo, .topo_direita, #menu {
		float:left;
	}


#conteudo {
	width:780px;
	display:table;
	background:url(../images/bg_centro.png);
	padding:15px;
	float:left;
}

	#conteudo_a {
		width:380px;
		padding:0 10px 10px 10px;
		border-right:1px solid #F0F0F0;
		float:left;
	}
		.texto {
			padding:20px 0 20px 0;
			line-height: 1.5;
			text-align:justify;
		}
		.localizacao {
			margin-top:10px;
			text-align:center;
		}
	
	#conteudo_b {
		width:355px;
		padding:0 10px 10px 10px;
		float:right;
	}
		.empresas {
			margin-top:20px;
			border-top:1px solid #F0F0F0;
		}
			.empresa_a, .empresa_b {
				width:50%;
				float:left;
				text-align:center;
			}

	#conteudo_empresa {
		padding:0 10px 10px 10px;
		width:760px
	}

		#conteudo_empresa_a {
			width:345px; height:200px;
			float:left;
			border-right:1px solid #F0F0F0;
			margin-top:10px;
			padding:0 10px 0 0;
		}
		#conteudo_empresa_b {
			width:380px;
			float:left;
			padding:10px;
			margin-top:20px;
		}

.sub_titulos, .produtos_detalhes_titulo {
	font-size:16px;
	font-weight:bold;
	color:#000D80;
	border-bottom:1px solid #EAEAEA;
	padding:6px;
}

#produtos_menu {
	float:left;
	width:175px;
	padding-left:10px;
}

	#produtos_menu_itens {
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
		width:173px;
		color:#666666;
	}
	#produtos_menu_item {
		padding:10px 0 10px 5px;
	}
	#produtos_menu_item:hover {
		background:#F7F7F7;
		cursor:pointer;
	}

#produtos {
	width:570px;
	float:right;
	margin-right:10px;
	display:table;
}
	#produtos_faixa_itens {
		/* width:570px; */
		border-bottom:1px dotted #CCCCCC;
		display:table;
		margin:5px 0 0 0;
	}
	#produtos_item {
		width:170px;
		display:table;
		float:left;
		margin:0 8px 8px 8px;
	}
	#produtos_imagem {
		width:150px; height:130px;
		overflow:hidden;
		margin:10px;
		text-align:center;
		vertical-align:
	}
	#produtos_nome {
		color:#32539F;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		padding:10px 0 10px 0;
	}
	#produtos_texto {
		height:40px;
		overflow:hidden;
		font-size:11px;
		color:#333333;
		line-height: 1.2;
		text-align:center;
		padding:0 10px 10px 10px;
	}
	#produtos_detalhes {
		text-align:center;
		padding:0 0 10px 0;
	}

	#produtos_representante {
		text-align:center;
		margin-top:15px;
	}
	#produtos_nenhum {
		color:#333333;
		line-height:50px;
	}
	#produtos_detalhes_imagem {
		width:160px; height:140px;
		padding:20px;
		float:left;
		text-align:center;
	}
	#produtos_detalhes_texto {
		width:345px; height:150px;
		padding:30px 0 0 0;
		float:left;
	}
	#produtos_detalhes_titulo {
		font-size:14px;
		border:none;
		padding:0 0 10px 10px;
	}
	#produtos_detalhes_descricao {
		width:570px;
	}
	#produtos_detalhes_titulo_descricao {
		color:#666666;
		font-size:13px;
		font-weight:bold;
		border-bottom:2px solid #EAEAEA;
		padding:20px 4px 4px 4px;
	}
	#produtos_detalhes_texto_descricao {
		padding:10px 4px 4px 4px;
		line-height: 1.5;
	}

/* CONTATO */
.email {
	width:500px; height:400px;
	margin:auto auto 10px auto;
}

.campo_titulo {
	width:100px; height:30px;
	float:left;
	text-align:right;
	padding-right:10px;
}

.campo_campo {
	width:auto; height:30px;
	float:none;
	text-align:left;
	padding-right:10px;
}

.enviar {
	text-align:right;
	padding-right:80px;	
}








