/* estrutura da index */


/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/


body {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:11px;
  background:url(../imagens/bg_repeticao.jpg) repeat;
  font-family:"Trebuchet MS";
}

ul { list-style: none;}


p,span,h1,h2,h3,h4,h5, ul, li {
  margin:0;
  padding:0;
  color:#00326D;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 14px;
}

.fl {
  float:left;
}
.fr {
  float: right;
}
hr {
  clear: both;
  display: block;
  border: none;
  margin: 0;
  *margin: -8px 0 -7px 0;
  _margin: -8px 0 -7px 0;
}
a {
  text-decoration: none;
  color:#00326D;
}
a:hover {
  text-decoration: underline;
}
img {
  border:none;
}
img a {
  border:none;
}
.div_banner {
    width:1000px;
    height:300px;
    margin:100px auto 0 -91px;
    position:absolute;
    border:0px solid red;
}

.fundo {
    width:1000px;
    min-height:1000px;
    _height:1000px;
    margin:0 auto;
    background:url(../imagens/fundo_branco.png) repeat-y;
    border:0px solid red;
}
.conteudo {
    width:815px;
    min-height:300px;
    _height:300px;
    margin:0 auto;
    padding-bottom:20px;
    position:relative;
    background-color:#FFFFFF;
    border:0px solid red;
}
.rodape {
  width:1000px;
  height:27px;
  background:url(../imagens/rodape.png) no-repeat;
  border:0px solid red;
}

.topo {
  width:100%;
  height:120px;
  display:inline-block;
  margin-top:20px;
  border:0px solid red;
}
.topo img {
  float:left;
  border:0px solid red;
}
.menu_topo {
  width:630px;
  height:35px;
  float:left;
  margin-top:35px;
  margin-left:0px;
  font-size:9px;
  border:0px solid red;
}
.item, .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height:25px;
  width:480px;
  float:left;
}
.item {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.item li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border:0px solid green;
}
.item li a {
  font: 1.22em/25px Trebuchet MS;
  display: block;
  padding: 0 5px;
  text-decoration: none;
  float: left;
  border:0px solid red;
}
.li_menu a {
	color:#274F82;
}
.li_menu a:hover {
    background: url(../imagens/seta.gif) no-repeat bottom;
    padding-bottom:1px;
}
.separador {
    width:2px;
    height:15px;
    float:left;
    margin-left:3px;
    margin-right:3px;
    margin-top:6px;
	background-color:#89AAD8;
}
#menu li:hover ul a:hover {
  color: #000;
}
.item ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
}
.item li:hover ul {
  top:26px;
}
.item ul li {
  border: 0;
}
.item ul a {
  min-width:119px;
  color:#00326D;
  margin-left:2px;
}
.item ul a:hover {
  color:#000;
  background:#E9EEF5 none;
  padding-bottom:0;
}
.sub {
  width:140px;
  min-height:50px;
  _height:50px;
  display:inline-block;
  padding-top:5px;
  font-size:9px;
  background-color:#FFF;
  border:1px solid #154D8A;
}
.sub_itens {
    margin-top:-20px;
    position:relative;
    float:left;
}
.busca {
	width:135px;
	height:23px;
	float:right;
	margin-top:3px;
}
.busca input {
    width:105px;
    height:15px;
    float:left;
}
.busca img {
	float:right;
}



.sub h4 {
    font-size:11px;
    color:#00326D;
    text-align: center;
}

.meio {
    width:100%;
    min-height:200px;
    _height:200px;
    margin-top:240px;
    display:inline-block;
    padding-bottom:10px;
    border:0px solid red;
}
.slideshow {
  width:100%;
  min-height:250px;
  _height:250px;
  border:0px solid green;
}
#produtos {
    width:100%;
    height:165px;
    float:left;
    margin-top:5px;
    border:0px solid red;
}
.img_divisor {
  height:31px;
  margin-left:70px;
  border:0px solid red;
}
.img_divisor_vertical {
  margin-top:25px;
  float:left;
  margin-left:5px;
  margin-right:5px;
  border:0px solid red;
}
.img_divisor_menu {
  position:relative;
  margin-bottom:8px;
  left:50%;
  margin-left:-58.8px;
  float:left;
}

.modulo {
  width:235px;
  min-height:215px;
  _height:215px;
  margin-right:10px;
  color:#FFF;
  border:0px solid red;
}

.modulo a{
  color:#00326D;
  border:0px solid red;
}
.titulo_area {
    float:left;
    margin-bottom:0px;
}

.linha_noticia {
  width:100%;
  min-height:25px;
  _height:25px;
  display:inline-block;
  border:0px solid red;
}
.linha_noticia p {
  margin:3px;
}
.linha_noticia h4 {
  margin:3px;
}
.escuro {
    background-color:#E9EEF5;
}
.titulo_noticia {
    font-size:12px;
}

.saiba_mais {
  float:right;
  margin-top:5px;
  border:0px solid red;
}


.div_titulo {
    width:100%;
    min-height:20px;
    _height:20px;
    margin-top:20px;
    margin-bottom:10px;
    display:inline-block;
    border:0px solid red;
}
.conteudo_modulo {
    width:100%;
    min-height:100px;
    _height:150px;
    display:inline-block;
    border:0px solid red;
}
.lateral {
    width:95%;
}
.conteudo_modulo img {
    float:left;
    margin-right:5px;
}
.texto_receita {
    width:320px;
    min-height:100px;
    _height:100px;
    float:left;
    display:inline-block;
    border:0px solid red;
}
.proxima_receita {
    width:100px;
    height:115px;
    float:right;
    margin-right:0px;
    text-align:center;
    border:0px solid red;
}
.proxima_receita img {
    float:left;
    border:0px solid red;
}
.div_envolve {
    width:500px;
    min-height:10px;
    _height:10px;
    float:left;
    display: inline-block;
    border:0px solid red;
}
.div_areas {
    width:100%;
    min-height:300px;
    _height:300px;
    margin-top:10px;
    display:inline-block;
    margin-bottom:10px;
    float:left;
    border:0px solid red;
}
.esquerda {
    width:170px;
    min-height:375px;
    _height:375px;
    display:inline-block;
    float:left;
    border:0px solid red;
}
.direita {
    width:620px;
    min-height:375px;
    _height:375px;
    display:inline-block;
    float:right;
    border:0px solid red;
}
.img_divisor_menor {
  float:left;
  margin-left:14px;
  margin-top:5px;
  border:0px solid red;
}
.topoConteudo {
    width:100%;
    min-height:25px;
    _height:25px;
    display:inline-block;
    float:left;
    background-color: #D6E3F5;
    border:1px solid #4D6D9F;
}
.topoConteudo h3 {
    margin-top:3px;
    margin-left:5px;
}
.topoConteudo span {
    margin-top:3px;
    margin-left:5px;
    font-size:10px;
    font-style: italic;
}
.texto_sobre {
    width:100%;
    min-height:50px;
    _height:50px;
    display:inline-block;
    border:0px solid red;
}
.conteudo_caixas {
    width:100%;
    min-height:50px;
    _height:50px;
    display:inline-block;
    border:0px solid red;
    margin-top:5px;
}
.conteudo_caixas p{
    text-align: justify;
}
.img_produto {
  float:left;
  position:relative;
  margin-left:-212px;
  margin-top:10px;
  left:50%;
}
.texto_sobre p {
    margin-top:0px;
    text-align: justify;
}
.caixa_gnd {
    width:160px;
    height:48px;
    text-align:center;
    padding-top:10px;
    position:relative;
    background:url(../imagens/caixa_gnd.gif) no-repeat;
}
.caixa_gnd h3 {
    font-size:14px;
}
.caixa_pqn {
    width:160px;
    height:40px;
    text-align:center;
    padding-top:5px;
    position:relative;
    background:url(../imagens/caixa_pqn.gif) no-repeat;
}
.caixa_pqn h3 {
    font-size:12px;
}


.menu_esquerda {
  width:160px;
  margin-top:-15px;
}
.menu_esquerda li {
  list-style: none;
  padding:0px 0px;
  line-height:26px;
  font-weight: bolder;
  vertical-align: middle;
  background:#DFE9F7;
  border:1px solid #1F4E8A;
}
.menu_esquerda li span {
    margin-left:5px;
}
.menu_esquerda li a {
  display:block;
  color:#00326D;
  text-decoration: none;
}
.menu_esquerda li a:hover {
  width:170px;
  color: #00326D;
  background: url(../imagens/over.gif) no-repeat;
}
.menu_esquerda li.over {
  width:170px;
  color: #00326D;
  background: url(../imagens/over.gif) no-repeat;
  border:0px;
}
.item_menu {
    width:160px;
    height:40px;
    float:left;
    background-color: #D6E3F5;
    border:0px solid #4D6D9F;
}

dl {
  width: 100%;
  float:left;
}
dl,dd {
   margin: 0;
}
dt {
  font-size: 18px;
  margin-bottom:2px;
  height:35px;
  line-height:35px;
  vertical-align:middle;
  background: url(../imagens/divisor_menor.png) no-repeat;
}
dt a {
  color: #000;
}
dd a {
  color: #000;
}
.sub_conteudo {
    background-color: #FFFFFF;
    padding-left:5px;
    border:0px solid red;
}

.conteudo_inside {
    width:100%;
    min-height:10px;
    _height:10px;
    display: inline-block;
    margin-bottom:10px;
    border:0px solid red;
}
.texto_caixas {
    float:left;
    border:0px solid red;
}
.texto_inside {
    margin:0;
    padding-top:1px;
    margin-bottom:5px;
    display:block;
    border:0px solid black;
}

.alinha_icone {
    float:left;
    margin-left:5px;
    margin-top:8px;
}
.div_produto {
    width:100%;
    min-height:50px;
    _height:50px;
    display:inline-block;
    border:0px solid green;
}
.div_img_produto {
    width:250px;
    min-height:250px;
    _height:250px;
    display:inline-block;
    float:left;
    border:0px solid red;
}
.div_texto_produto {
    width:250px;
    min-height:250px;
    _height:250px;
    display:inline-block;
    float:left;
    margin-left:10px;
    border:0px solid red;
}
.img_esq {
    float:left;
    margin-top:110px;
}
.img_dir {
    float:right;
    margin-top:110px;
}


<!--
/**
 * Slideshow style rules.
 */
#slideshow {
    width:100%;
    min-height:200px;
    _height:200px;
    position:relative;
    display:inline-block;
    border:0px solid green;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:530px;
  overflow:none; /* allow scrollbar */
  min-height:50px;
  _height:50px;
  position:relative;
  border:0px solid red;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px;
  min-height:50px;
  _height:50px;
  display:inline-block;
  position:relative;
  border:0px solid red;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:45px;
  height:45px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  border:0px solid red;
}
#leftControl {
  top:0;
  left:0;
  margin-top:80px;
  background:transparent url(../imagens/seta_esq.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  margin-top:80px;
  background:transparent url(../imagens/seta_dir.png) no-repeat 0 0;
}

/**
 * Style rules for Demo page
 */

.slide h2, .slide p {
  margin-top:5px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
-->

.img_noticia {
    float:left;
    margin-right:3px;
    margin-bottom:3px;
}
.img_noticia_gnd {
    float:left;
    width:100%;
    _height:50px;
    min-height:50px;
    display:inline-block;
    text-align:center;
    margin-bottom:5px;
    border:0px solid red;
}


.voltar {
    border:2px solid red;
}
.formulario {
    width:380px;
    height:245px;
    float:left;
    text-align:right;
    border:0px solid red;
}
.input_texto {
    width:300px;
    height:20px;
    margin-bottom:3px;
}
.botao {
    margin-top:5px;
}
fieldset {
    border:none;
    color:#00326D;
}
fieldset label {
    display:block;
}
.input_textoarea {
    width:300px;
    height:110px;
}
fieldset textarea {
    line-height:20px;
    vertical-align:top;
}
.texto_contato {
    width:198px;
    height:200px;
    float:left;
    margin-right:5px;
}

.login-form {
    width:180px;
    position:relative;
    left:50%;
    margin-left:-90px;
    border:0px solid red;
}
.form-block {
    width:175px;
    border:0px solid red;
}
.linha_form {
    width:100%;
    _height:20px;
    min-height:20px;
    display:inline-block;
    margin-bottom:2px;
}
.alinha_radio {
    float:left;
    margin-left:8px;
}
.alinha_texto {
    width: 280px;
}
.alinha_textarea {
    width: 280px;
    height:80px;
    float:left;
}
.form_esquerda {
    width:300px;
    height:30px;
    float:left;
    text-align: right;
}
.form_direita {
    width:290px;
    float:right;
    _height:20px;
    min-height:20px;
    display:inline-block;
}
.form_direita label {
    float:left;
}
.separador_form {
    width:100%;
    height:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #00326D;
}

