* {
	margin: 0;
	padding: 0;
}

body {
	background: #C52203 url(../imagens/bg_geral.jpg) top repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #7a7979;
	text-align: center;
	line-height: 17px;
}

div {line-height: 0;}
p, h1, h2, h3, a, label {line-height: normal;}
a {color: #c13b24; text-decoration: none;}
address {font-style: normal;}
p {padding: 0 0 10px 0; line-height: 14px;}
.centralizar {padding: 0 0 0 10px;}

/** Estrutura **/
div#geral {
	width: 850px;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 10px;
	background: white;
}
div#topo {
	width: inherit;
	height: 160px;
	background: url(../imagens/bg_topo.jpg) top no-repeat;
}
div#topo h1 a {
	float: left;
	width: 262px;
	height: 140px;
	display: block;
	text-indent: -5000em;
	margin-left: 25px;
}
/* Menu */
div#topo div#menu {
	width: 520px;
	height: 38px;
	float: right;
	margin-top: 57px;
}

div#topo div#menu ul li {display: inline;}
div#topo div#menu ul li a {
	width: 90px;
	height: 38px;
	margin-right: 5px;
	display: block;
	float: left;
	list-style: none;
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	background: url(../imagens/filete_menu.jpg) right no-repeat;
	
}
div#topo div#menu ul li.ultimo a {background: none;}
div#topo div#menu ul li a:hover {color: #e4e4e4;}

div#rodape {
	width: inherit;
	height: 50px;
	background: url(../imagens/bg_rodape.jpg) top no-repeat;
	text-align: center;
}
div#centro {
	width: 850px;
	margin: 0 auto;
	float: none;
	text-align: left;
	display: table;
	display: table;
}

/** Tipografia **/
div#rodape address {
	padding-top: 18px;
}

/*** Home ***/
#chamada {
	*float: left;
}
div#chamadas {
	width: inherit;
	height: 196px;
	background: url(../imagens/bg_chamadas.jpg) top repeat-x;
	border-top: 1px solid #d5d2d2;
}
div#chamadas div.cada_chamada {
	width: 260px;
	padding: 10px;
	padding-bottom: 0;
	float: left;
	border-right: 1px solid #d5d2d2;
}
div#chamadas div.ultimo {border: none}
div#chamadas div.cada_chamada h2 {
	color: #c13b24;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
div#chamadas div.cada_chamada a.mais {
	width: 96px;
	height: 22px;
	display: block;
	text-indent: -5000em;
	background: url(../imagens/bt_saiba_mais.jpg) no-repeat;
}
/* Form */
div#chamadas div.cada_chamada form label {
	padding: 0 0 3px 0;
	display: block;
}
div#chamadas div.cada_chamada form input.caixas {
	width: 240px;
	background: white;
	padding: 9px;
	border: none;
	margin: 0 0 3px 0;
}
div#chamadas div.cada_chamada form input.bt_enviar {
	margin: 5px 0 0 0;
}

div.colunas {
	width: 260px;
	height: 280px;
	padding: 10px;
	float: left;
	border-right: 1px solid #d5d2d2;

	margin: 10px 0;
}
div.colunas.ultimo {border: none;}


div#sobre_servico {
	width: inherit;
	height: 275px;
	float: none;
}
div.colunas h2 {
	color: #c13b24;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
div.colunas.servicos {
	height: 180px;
	border: none;
}
div.colunas.servicos a img {border: none}
div#produtos {
	padding: 10px;
	border-top: 1px solid #d5d2d2;
}

div#produtos h2 {
	color: #c13b24;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
div#produtos .produto {
	width: 155px;
	height: 200px;
	float: left;
	border-right: 1px solid #d5d2d2;
	padding: 5px;
	margin: 10px 0;
	background: url(../imagens/filete_produto.jpg) center bottom no-repeat;
}
div#produtos .direito {border-right: 1px solid white;}

p.clientes_sem_logo {
	text-align: center;
	padding: 10px 50px;
}

/** Contato **/
div.contato * {
	line-height: 16px;
}
div.contato div#representantes {
	width: 200px;
	float: left;
	padding: 0 0 0 10px;
}
div.contato h2 {
	font-weight: bold;
	color: #c13b24;
	font-size: 14px;
	padding-bottom: 5px;
}
div.contato div#representantes p span {
	font-weight: bold;
	color: #c13b24;
}
div.contato div#formulario {
	width: 330px;
	float: right;
}
address {
	padding-bottom: 10px;
}
/* Form */
div.contato {
	width: 850px;
	height: 500px;
	background: url(../imagens/bg_mapa_contato.jpg) top left no-repeat;
	display: table;
}
div.contato form {
	padding: 0 0 20px 0;
}

div.contato form * {
	border: none;
}
div.contato form label {
	padding: 0 0 3px 0;
	display: block;
}
div.contato form .caixas {
	width: 265px;
	background: #dadce1;
	padding: 9px;
	border: none;
	margin: 0 0 3px 0;
	font-size: 12px;
}
div.contato form .mensagem {
	width: 265px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;

}
div.contato form input.bt_enviar {
	margin: 5px 0 0 0;
}
div.contato form input.bt_enviar {
	margin: 5px 0 0 0;
}
.alerta {
	width: 265px;
	background: #feed7f;
	padding: 10px;
	display: block;
	text-align: center;
	color: #3e3e3e;
}