﻿/* RESET FIM */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET FIM */

p,
address
{
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

strong
{
	font-weight: bold;
}

a, h1, h2, h3, h4, h5
{
	font-family: Georgia, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

body
{
	min-width: 1263px;
	overflow-x: hidden;
}

.clear
{
	clear:both;
}

.esconderSlideshow
{
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
}

nav
{
	min-height: 100%;
	width: 325px;
	background: url("images/menuPrincipalFundo.png") repeat-y;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -160px;
	z-index: 1000;
}

nav #logo
{
	width: 190px;
	display: block;
	margin: 20px auto;
}

nav .linha
{
	border-bottom: 1px solid black;
	width: 180px;
	padding: 5px 0 0 0;
	margin: 0 auto;
}

nav ul
{
	margin: 0 auto;
	width: 130px;
	padding: 25px 0 0 0;
}

nav ul li
{
	text-align: center;
	border-top: 1px solid black;
}

nav ul li:first-child
{
	border-top: none;
}

nav ul li a
{
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 18px 0 18px 0;
}

nav ul li a:hover,
nav ul li a.sel
{
	background: url("images/menuPrincipalSelecao.png") no-repeat center 19px;
}

#carregadorPagina
{
	background: url("images/fundoCarregador.png") no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 265px;
	height: 160px;
	text-align: right;
	color: white;
	z-index: 2000;
	margin: -125px 0 0 -137px;
}

#carregadorPagina p
{
	margin: 5px 85px 0 0;
	font-size: 13px;
}

#carregadorPagina #imgCarregando
{
	background: url("images/loading.gif") no-repeat;
	width: 16px;
	height: 16px;
	margin: 65px 0 0 130px;
}

section article .imgTopo
{
	height: 333px;
	position: relative;
}

section article .imgTopo img
{
	position: absolute;
	z-index: 0;
}

section article .conteudo 
{
	width: 665px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 230px;
}

section article .conteudo .icoFolha
{
	background: url("images/ico-folha.png") no-repeat center center;
	height: 200px;
}

section article .conteudo h2
{
	text-transform: uppercase;
	font-family: Georgia, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 30px;
	height: 25px;
	padding: 15px 0 15px 45px;
	margin: 30px 0 0 0;
}

section article .conteudo .texto,
section article .conteudo .ultimoTexto
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 25px 0 25px 0;
	margin: 0 0 5px 0;
}

section article .conteudo .texto p
{
	padding: 0 0 10px 0;
	font-size: 12px;
}

section #a_empresa
{
	background: white;
	/*min-height: 1160px;*/
	display: none;
}

section #a_empresa .imgTopo
{
	/*background: url("images/empresaImgTopo.jpg") no-repeat;*/
}

section #a_empresa .conteudo h2
{
	/*background: url("images/ico-fabrica.png") no-repeat;*/
	padding-left: 0;
}

section #a_empresa .conteudo .texto ul li
{
	height: 40px;
	padding: 40px 0 0 0;
}

section #a_empresa .conteudo .texto ul li:first-child
{
	padding: 0;
}

section #a_empresa .conteudo .texto ul li p,
section #a_empresa .conteudo .texto ul li ul li
{
	padding: 0;
	float: left;
	line-height: 22px;
	font-size: 12px;
	width: 545px;
}

section #a_empresa .conteudo .texto ul li ul li
{
	height: auto;
}

section #a_empresa .conteudo .texto ul li ul
{
	padding: 0 0 0 100px;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

section #a_empresa .conteudo .texto ul li ul li bold
{
	font-weight: bold;
}

section #a_empresa .conteudo .texto ul li span
{
	font-size: 25px;
	font-family: Georgia, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	float: left;
	width: 100px;
}

section #a_empresa .conteudo .ultimoTexto
{
	border-bottom: none;
	height: 375px;
	/*background: url("images/ico-folha.png") no-repeat center bottom;*/
}

section #a_empresa .conteudo .ultimoTexto p
{
	padding: 0 0 20px 15px;
	background: url("images/ico-lupa.png") no-repeat 0 5px;
	color: #b48b19;
	font-size: 12px;
}

section #a_empresa .conteudo .ultimoTexto .imagem
{
	width: 135px;
	height: 152px;
	background: url("images/sombra1.png") no-repeat -5px bottom;
	float: left;
	padding: 15px 15px 0 15px;
}

section #moinho
{
	display: none;
	/*min-height: 1300px;*/
	background: white;
}

section #moinho .imgTopo
{
	/*background: url("images/moinhoImgTopo.jpg") no-repeat;*/
}

section #moinho h2
{
	/*background: url("images/ico-moinho.png") no-repeat;*/
	padding-left: 0;
}

section #moinho h3
{
	font-size: 25px;
	font-family: Georgia, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	line-height: 30px;
	padding-bottom: 30px;
}

section #moinho p,
section #moinho .ultimoTexto p
{
	padding: 0 0 15px 0;
	line-height: 15px;
	font-size: 12px;
}

section #moinho .texto
{
	height: 375px;
	padding-top: 40px;
	padding-bottom: 40px;
}

section #moinho .texto div
{
	width: 340px;
	height: 340px;
	float: left;
}

section #moinho .texto img
{
	padding: 10px 0 0 0;
}

section #moinho .ultimoTexto
{
	clear: both;
	padding-top: 40px;
	border-bottom: none;
}

section #moinho .ultimoTexto div
{
	width: 360px;
	float: right;
}

/*
section #moinho .ultimoTexto2
{
	background: url("images/ico-folha.png") no-repeat center bottom;
	height: 235px;
}
	*/

section #clientes
{
	display: none;
	background-color: white;
}

section #clientes p
{
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 40px 0;
}

section #clientes .imgTopo
{
	/*background: url("images/moinhoImgTopo.jpg") no-repeat;*/
}

section #clientes .conteudo h2
{
	/*background: url("images/ico-trigo.png") no-repeat 0 center;*/
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-left: 0;
}

section #clientes .icoFolha
{
	margin: 65px 0 0 0;
}

section #produtos
{
	background: white;
	display: none;
	/*min-height: 1072px;*/
}

section #produtos #3
{
	/*background: url("images/moinhoImgTopo.jpg") no-repeat;*/
}

section #produtos .conteudo h2
{
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-left: 0;
	/*background: url("images/ico-pao.png") no-repeat 0 center;*/
}

section #produtos .conteudo h3
{
	font-size: 25px;
	font-family: Georgia, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	line-height: 30px;
	padding-bottom: 30px;
	padding-left: 35px;
}

section #produtos .conteudo h3.icoMassa
{
	background: url("images/ico-massa.png") no-repeat 4px 0;
}

section #produtos .conteudo h3.icoBiscoito
{
	background: url("images/ico-biscoito.png") no-repeat 0 0;
}

section #produtos .conteudo h3.icoPao
{
	background: url("images/ico-pao.png") no-repeat 0 0;
}

section #produtos .conteudo p
{
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 15px 0;
}

section #produtos .conteudo ul
{
	padding: 0 0 25px 0;
}

section #produtos .conteudo ul.lista
{
	padding: 0 0 0 15px;
}

section #produtos .conteudo ul.lista li
{
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
	height: 15px;
}
/*
section #produtos .conteudo ul li a
{
	text-decoration: underline;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Georgia, Arial;
}
*/

section #produtos .conteudo ul li a:hover
{
	color: #5b5b5b;
	text-decoration: none;
}

section #contato
{
	display: none;
}

section #contato .conteudo p
{
	margin: 10px 0 20px 0;
	font-size: 12px;
}

section #contato .conteudo h2
{
	border-bottom: 1px solid black;
	padding-left: 0;
}

section #contato .conteudo .resultado
{
	padding: 20px 0 0 0;
	color: red;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
}

section #contato .conteudo form
{
	width: 500px;
	height: 235px;
}

section #contato .conteudo form label
{
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
	width: 80px;
	display: inline-block;
}

section #contato .conteudo form #lblMensagem
{
	float: left;
	padding: 10px 0 0 0;
}

section #contato .conteudo form input,
section #contato .conteudo form textarea
{
	border: 1px solid #828282;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
}

section #contato .conteudo form input
{
	width: 300px;
	padding: 3px 0;
	margin-bottom: 13px;
}

section #contato .conteudo form input#enviar
{
	width: 95px;
	background: #828282;
	color: white;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 11px;
	padding: 5px 0;
	border: none;
	margin: 0;
	vertical-align: bottom;
}

section #contato .conteudo form input#enviar:hover
{
	background: #9a9a9a;
}

section #contato .conteudo form input#tel1
{
	width: 25px;
	margin-right: 9px;
}

section #contato .conteudo form input#tel2
{
	width: 260px;
}

section #contato .conteudo form textarea#mensagem
{
	margin: 0 0 0 4px;
	width: 298px;
	height: 115px;
}

footer
{
	background: black;
	height: 75px;
	width: 100%;
	color: white;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 11px;
	text-align: right;
	position: absolute;
	bottom: 0;
}

footer .conteudo
{
	margin: 15px auto 0 auto;
	width: 325px;
	padding: 0 0 0 700px;
}

footer .desenvolvidoPor,
footer .desenvolvidoPor a{
	color: #fff;
}