/*** FORMATAÇÕES GERAIS ***/
body {
	background:url(../img_historia/bg.gif) center top no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	margin-top:0;
}

h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

a:link, a:visited, a:active {
	border:0;
	color: #FFF;
}

#geral {
	width:778px;
	height:100%;
	margin:0 auto;
}

/*** TÍTULOS DE SEÇÃO ***/
#titulo {
	margin-left:250px;
	width:528px;
	height:45px;
}

	.tit_home {background:url(../img_home/tit_home.jpg);}
	.tit_servicos {background:url(../img_servicos/tit_servicos.jpg);}
	.tit_distribuidora {background:url(../img_distribuidor/tit_distribuidor.jpg);}
	.tit_trabalhe {background:url(../img_trabalhe/tit_trabalhe.jpg);}
	.tit_promocoes {background:url(../img_promocoes/tit_promocoes.jpg);}
	.tit_contato {background:url(../img_contato/tit_contato.jpg);}
	.tit_matriz {background:url(../img_matriz/tit_matriz.jpg);}
	.tit_filial1 {background:url(../img_filial1/tit_filial1.jpg);}
	.tit_filial2 {background:url(../img_filial2/tit_filial2.jpg);}
	.tit_historia {background:url(../img_historia/tit_historia.jpg);}

/*** FORMATAÇÃO DO TOPO ***/
#topo {
	width:778px;
	height:242px;
	background:#006;
}

/*** FORMATAÇÃO DO BLOCO ESQUERDO ***/
#filiais {
	width:250px;
	height:1050px;
	background:#CCC;
	float:left;
	padding-top:45px;
}

/*** FORMATAÇÃO DO BLOCO CENTRAL E DIREITO ***/
#conteudo, #promo {
	float:left;
	background-color:#FFF;
}

/*** FORMATAÇÃO DO BLOCO CENTRAL ***/
#conteudo {
	width:360px;
	height:auto;
	padding:10px 10px;
}

#cont_home {
	width:360px;
	height:488px;
	float:left;
	background:url(../img_home/b_front.jpg) #fff;
}

/*** FORMATAÇÃO DO BLOCO DIREITO ***/
#promo {
	width:148px;
	height:488px;
}

/*** FORMATAÇÃO DO BLOCO FORMULÁRIO ***/
#form {
	float:left;
	width:300px;
	height:auto;
	margin-top:30px;
	margin-left:114px;
}

/*** FORMATAÇÃO DO RODAPÉ ***/
#rodape {
	width:778px;
	height:200px;
	clear:both;
}

/*** FORMATAÇÃO DE CLASSES GERAIS ***/

	.txt_central {
		text-align:center;
	}
	
	.txt_just {
		text-align:justify;
	}
	
	.txt_matriz {
		color:#F90;
		text-align:center;
		font-weight:bold;
	}
	
	.sublist {
		list-style-position:inside;
	}
	
	.over {
		overflow:scroll;
	}