body {
	margin:0;
	padding:0;
	background:#d3e1ec url(../imgs/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Tahoma;
	font-size:11px;
	color: #333;
	text-align:center;
}

div{
	text-align:left;
}

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

#geral {
	width:780px;
	padding: 0;
	margin: 0 auto;
}


#menu {
	width:100%;
	height:320px;
	overflow:hidden;
} 

#conteudo {
	width:760px;
	min-height: 300px;
	background:#fff;
	padding: 20px;
}

#rodape {
	width:100%;
	height:22px;
	margin:0;
	padding-top:1px;
	padding-bottom: 5px;
	background-color: #0a4ca2;
	text-align:center;
	font-size:10px;
	color:#fff;
}

.texto_pequeno {
	font-size: 9px;
	text-align:center;
}
.texto_pequeno2 {
	font-size: 9px;
}
.titulo {
	font-size:14px;
	font-weight:bold;
}

.titulo_branco{
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.Formulario {
	font-size:12px;
	color: #333;
	width:100%;
	line-height: normal;
	border: 1px solid;
	padding:3px 3px 3px 3px;
	background-color: #e0e7f5;
	border-color: #d6dae4;
	margin: 0 0 10px 0;
}


.Botao {
	font-size:11px;
	color: #fff;
	border: 1px solid;
	background-color:#0a4ca2;
	height:25px;
	border-color: #0a4ca2;
	padding:5px 10px 10px 10px;
	width:200px;
}

#processo{
	width: 194px;
	height: 221px;
	background: url(../imgs/box_qualidade.jpg) no-repeat;
	padding: 30px 10px 10px 8px;
	margin: 0 40px 0 30px;
	float:left;
}

#receitas{
	width: 194px;
	height: 221px;
	background: url(../imgs/box_novasreceitas.jpg) no-repeat;
	padding: 30px 10px 10px 8px;
	margin: 0 40px 0 0;
	float:left;
}

#distribuidores{
	width: 194px;
	height: 221px;
	background: url(../imgs/box_distribuidores.jpg) no-repeat;
	padding: 30px 10px 10px 8px;
	float:left;
}
