/* CSS Document */

body {
	margin: 0 0 10px 0;
	padding: 0px;
	background: #F8FAFB url(../imagens/fundo_site.jpg) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #000;
}
img {
	border: 0px;
}
address {
	font-size: 10px;
	font-style:normal;
	margin: 10px 0 5px 0;
	text-align: center;
	color: #7E7D7D;
}
	address a{
		color: #7E7D7D;
		text-decoration:none;
	}
#fundo_menu {
	background:url(../imagens/fundo_menu_baixo.gif) bottom repeat-x;
}

#fundo_tabelas {
	padding: 5px;
	background: url(../imagens/fundo_tabelas.jpg);
}
#envie {
	color: #343434;
}
	#envie p{
		margin: 0 0 17px 0;
	}
	#envie a{
		color: #343434;
	}
#servicos {
	text-align: center;
	color: #343434;
	margin: 0 0 13px 0;
	padding: 15px;
	width: 730px;
	height: 199px;
	background: url(../imagens/quadro_servicos.gif);
}
	#servicos p{
		margin: 10px 0 0 0;
	}
	#servicos a{
		color: #343434;
		text-decoration: none;
	}
	#servicos a:hover{
		color: #343434;
		text-decoration: underline;
	}
.banner_servicos {
	margin-bottom: 8px;
}
.banner_int {
	margin-bottom: 25px;
}
#ftp {
	margin: 0 0 20px 25px;
	padding: 0px;
	color: #343434;
}
#ftp li{
	margin-bottom: 10px;
}
#rodape {
	padding: 15px;
	font-size: 10px;
	color: #7E7D7D;
}
	#rodape a{
		text-decoration:none;
		color: #7E7D7D;
	}
.margin_logo {
	margin-right: 160px;
}

#contato {
	margin: 0px;
	padding: 0px;
	color: #343434;
}

#contato input{
	font-size: 11px;
	width: 200px;
	border: 1px solid #343434;
}
#contato textarea{
	font-size: 11px;
	width: 200px;
	height: 80px;
	border: 1px solid #343434;
	overflow:auto;
}
#contato label{
	cursor:pointer;
}
#contato input.ddd{
	font-size: 11px;
	width: 30px;
	border: 1px solid #343434;
}
#contato input.tel{
	font-size: 11px;
	width: 163px;
	border: 1px solid #343434;
}
#contato input.bt{
	font-size: 11px;
	width: 60px;
	background-color:#fff;
	border: 1px solid #343434;
}