@charset "iso-8859-2";
/* CSS Document */
/* geral */

html { 
height: 100%;
}

* {
	margin:0;
	padding:0;
}

.noticiaFoto {
	padding: 0px 7px 7px 0px;
	float: right;
}

td{
	text-align: justify;
	vertical-align: top;
	font: 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	
}

body {
	width: 100%;
	height:100%;
	text-align:center; /* hack para o IE */	
	padding:0;
	margin-bottom:5px; /*Espaço de 50px no rodapé*/
	font: 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #313131;
	background:#B6E573 url(imagens/bgSite.jpg) top center repeat-x;
}

#fundoDois{
	width: 100%;
	height: 635px;	
}

#geral{
	width: 756px;
	height: 635px;	
	margin: 0 auto;
	text-align: left;
}

#meio{
	width: 754px;
}

#bgBottom { width: 758px; height: 40px; background: url(imagens/bgBottom.png) -5px 0 no-repeat; }
#bgMeio { width: 756px; background: url(imagens/imgMeio.png) -6px 0 repeat-y; }

#topo{
	width: 100%;
	height: 130px;

}

#contatoTopo { width: 250px; height: 80px; float: right; margin: 10px 0 0 0; padding: 0; }
	#contatoTopo h2 { width: 120px; float: right; margin: 2px 5px 0 0; font-size: 18px; color: #FFF; text-align: right; }
	#contatoTopo h3 { width: 120px; float: right; font-size: 22px; color: #FFF; font-weight: bold; }

#nav{
	width: 475px;
	_width: 524px;
	height: 31px;
	background: url(imagens/fnd_menu.png) no-repeat;
	margin-top: 85px;
	margin-left: 220px;
	_margin-left: 30px;
	position: absolute; /* Resolve o problema de mover apenas o OBJETO no FF */
	padding-left: 50px;
	padding-top: 7px;

}

#bannerPrincipal{
	width: 738px;
	height:250px;
	margin: 0px 0px 0px 7px;
	position: absolute;
}

#bannerInterna{
	width: 738px;
	height:100px;
	margin: 5px 0px 0px 15px;
	position: absolute;
	background: url(imagens/banners/bannersInterna.jpg) no-repeat;

}


/* Menu */

#menu{
	width: 100%;
	height: 31px;
	list-style: none;

}

#menu ul{
	padding: 0;
	margin:0;
	float:left;
	width: 462px;
	
}

#menu li{ /*  setar sempre menu + tag 'sozinha'  */
	display:inline;
}

#menu a:link{
	float:left;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 7px;
}

#menu a:visited{
	float:left;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 7px;
}

#menu a:active{
	float:left;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 7px;	
}

#menu a:hover{
	float:left;
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 7px;	
}


/* Menu esquerda - internas 

#menuEsq {
	margin: 110px 0px;
	width: 170px;
	_width: 160px; 
	float: left;
	margin-left: 5px;
}
#menuEsq ul {
	padding: 0px;
	margin: 0px;
}
#menuEsq ul li {
	width: 160px;
	line-height: 22px;
	display: block;
	float: right;
	list-style: none;
	text-align: right;
	background: #efefef;
	border-bottom:2px solid #ffffff;
	padding-right: 10px;
	
}
#menuEsq a {
	white-space: nowrap;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menuEsq a:hover {
	white-space: nowrap;
	color: #006600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
*/


/* conteudo */

#meioEsq{
	width: 420px;
	height: 230px;
	float: left;
	padding: 0px 10px;
	margin-top: 270px;
}

#meioDir{
	width: 305px;
	height: 230px;;
	float: right;
	margin-top: 270px;
	
}

.meioInterna{
	width: 720px;
	padding: 10px;
	text-align: justify;
}

#boxEsq{
	width: 500px;
	height: 240px;
	display: block;
	float: left;
	margin:0;
	margin-left: 13px;
	padding:0;
}

#boxDir{
	width: 400px;
	height: 80px;
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 15px;
	_margin-right: 0px; /*20px a menos que o normal*/
	
}

#boxDestaques{
	width: 235px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	margin-right: 15px;
	padding: 0;
}

#boxNoticias{
	width: 235px;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;

}

.tituloDestaques{
	width: 230px;
	height: 30px;
	background: url(imagens/tituloDestaques.jpg) no-repeat;
}

.tituloNoticias{
	width: 230px;
	height: 30px;
	background: url(imagens/tituloNoticias.jpg) no-repeat;

}

/* newsletter */
.tituloNews{
	width: 180px;
	height: 30px;
	background: url(imagens/tituloNews.jpg) no-repeat;
	float: left;

}

.tituloNews p{
	margin-top: 40px;
	font-weight: bold;
	display: block;
}

.tituloRepresentante{
	width: 180px;
	height: 30px;
	background: url(imagens/tituloRepresentante.jpg) no-repeat;
	float: right;
	margin-top: 0px;
	_margin-top: -40px;

}

.tituloRepresentante p{
	margin-top: 45px;
	display: block;
}

.listaRodape{
	list-style:none;
	text-align: justify;
	padding: 10px;
}

.listaRodape li{
	list-style:none;
	text-align: justify;
	padding: 0px;
}




/* conteudos da interna */ 

#conteudoInt {
	margin: 0;
	padding: 0px 0px 0px 20px;
	_padding: 0px 0px 0px 20px;	
	width: 520px;
	_width: 520px;
	float: left;
	font-size: 12px;
	_margin: 0px 0px 0px 0px;
	_float: left;
}

#contIntSemMenu {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	_padding: 0px 0px 0px 5px;	
	width: 700px;
	float: inherit;
	font-size: 12px;
	position: relative;
	_margin: 5px 0px 0px 5px;
}

#contIntSemMenuDois {
	margin: 0 0px 0px 10px;
	padding: 15px 0px 0px 5px;
	_padding: 0px 0px 0px 5px;	
	width: 700px;
	float: inherit;
	font-size: 12px;
	position: relative;
	_margin: 0px 0px 0px 5px;	
}

/* titulos */
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;	
}

#titulos_nav {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;	
}

#titulos_nav a {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;	
	
}

h2 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;	
	color: #006600;
}
h3 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;	
}

.titProdutos{
	color:#F27E0D;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;
	text-transform:uppercase;
}




/* layout */

.lancamento{
	width: 260px;
	_width: 280px;	
	height: 200px;
	_height: 210px;	
	background:url(imagens/fnd_lancamento.jpg) no-repeat;
	padding: 5px 20px 0px 7px;
	_padding: 7px 10px 0px 7px;	
	text-align: justify;
	margin-left: 13px;
}

.tituloLanc{
	color: #006600;
	font: 13px, Arial, Helvetica, sans-serif;
	_font: 12px, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}


.rodape{
	width: 764px;
	height: 255px;
	_height: 300px;
	background: url(imagens/fnd_rodape.png) top center no-repeat;
	font: 11px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
	padding-left: 37px;
	_padding-left: 20px;	
	padding-top: 50px;
	margin: 0 auto;
}


.copyright {
	padding-top: 10px;
	text-align: center;
	font: 11px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #333333;
}

/* logomarca */
.imgreplace {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

h1 a {
	background: url(imagens/logomarca.png) no-repeat;
	width: 159px;
	height: 109px;
	float: left;
	clear: left;
	margin-left: 30px;
}


/* formulario */

.label{
	color: #333333;
	font: 13px "Arial Narrow", Arial, Helvetica, sans-serif;
}


.input{
	width: 100px;
	height: 18px;
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:text;
	letter-spacing: 1px;
	padding: 0px 0px 0px 3px;	
	color: #006699;
	border: 1px solid #96B981;
	
	
}

.inputcontato{
	width: 280px;
	height: 18px;
	background:url(imagens/inputcontato.jpg) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:text;
	letter-spacing: 1px;
	padding: 2px 0px 2px 5px;	
	color: #efefef;
	border: 0px;
	
	
}

.textarea{
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:text;
	letter-spacing: 1px;
	padding: 2px 0px 2px 5px;	
	color: #666666;
	border: 1px solid  #81C128;
	background-color: #E6F1D3;

}

/* botoes */

.btnEnviar{
	width: 60px;
	height: 35px;
	border: 0px;
	background:url(imagens/btnEnviar.jpg) top center no-repeat;
}

/* texto escondido */

#content {
	font-size: 1px;
	color: #000000;
}


.parceria {
	width:756px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	color:#678E4F;
	font-size: 11px;
	text-decoration: none;
	margin-bottom: 5px;
	_margin-bottom: 0px;	
}


.clear{
	clear: both;

}

/* links */

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}


#paginacao a {
	background: #DDDDDD;	
	padding: 0px 2px;
	margin: 0px 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.dataNoticia{
	color: #006600;
}

.downloads {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #EEEEEE;
}

/**************************** menu e sub menu ********************************/
#alinhaMenu { width: 180px; float: left; margin: 0; }
#menuEsqInterna { width: 180px; float: left; }
ul#menuEsqInterna, ul#menuEsqInterna ul {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  list-style:none;
  margin: 0;
  padding: 0;
  width: 180px;
  font-size: 12px;
  float: left;
}

ul#menuEsqInterna a {
  display: block;
  text-decoration: none;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0 3px 0 0;
  height: 25px;
  line-height: 25px;
}

ul#menuEsqInterna li {
  margin-top: 1px;
  _height: 15px;
  border-bottom: 2px solid #FFFFFF;
}

ul#menuEsqInterna li a {
  background: #CCC;
  color: #666;
  font-weight: bold;
  margin: 0; 
  padding: 0 3px 0 0;
}

ul#menuEsqInterna li a:hover {
  background: #999;
  color: #FFFFFF;
}

ul#menuEsqInterna li ul li a {
  background: #999;
  color: #313131;
}

ul#menuEsqInterna li ul li a:hover {
  background: #CCC;
}
/**************************** menu e sub menu ********************************/
