@charset "utf-8";
/* CSS Document */

/* Alpha PNG support for IE
------------------------------
\*/

/*
############################# 	CLASSES PARA MONTAR A INDEX ###########################################
*/

body{
	background:url(imagens/procuraFundo.jpg) repeat top;
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */ 
	font:11px/150% tahoma;
}

.fundo{
	width:100%;
	height:auto;
	background:url(imagens/fundo.jpg) repeat-x top;
}

/*li{list-style-type:none; list-style-image:url(imagens/menuIcone.png)}*/
li{ list-style-image:url(imagens/seta_rodape.png); line-height:20px;}

p{text-align:justify;}

a:link, a:visited, a:active {
text-decoration: none;
color:#000000;
}
a:hover {text-decoration: none; 
color:#666666; 
}


#principal{
width: 1001px;
margin:0 auto;         
text-align:left; /* "remédio" para o hack do IE */
background-color:transparent;
}

#topo{
width: 1001px;
height:175px;
margin:0 auto;         
text-align:left; /* "remédio" para o hack do IE */
overflow:hidden;
}

#menuTopo{
 position:relative;
 top:-40px;
 left:347px;
 width:653px;
 height:38px;
}

#bannerTopo{
 height:231px;
 width:1000px;
 z-index:999;
 overflow:hidden;
}

#marcacao{
 width:1000px;
 height:50px;
}

#esquerdo{
 float:left;
 width:250px;
 height:auto;
 margin-bottom:20px;
}

#conteudo{
 float:left;
 width:750px;
 height:auto; 
 font:11px/150% tahoma; 
}

#conteudosemete{
	float:right;
	width:740px;
	min-height: 750px; /* ALTURA MÍNIMA, PARA O FF */         
	height: auto !important; /* ASSIM A DIV AUMENTA CASO O CONTEÚDO ULTRAPASSE A ALTURA MÍNIMA */         
	height: 750px; /* ALTURA MÍNIMA, PARA O IE6 */
	margin-top:5px;	
	padding-top:10px;
	padding-left:10px;
	display:inline;
	font:11px/150% tahoma; 
	background-color:#FFF;
	border:medium;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow: gray 0.05em 0.05em 0.05em 0.05em  ;
	-moz-user-select: none;
	-moz-user-focus:ignore;
	-moz-user-input:disabled;	
}

#rodape{
 float:left;
 width:1000px;
 height:210px;
 overflow:hidden;
 margin-top:20px;
}

#rodape_interno{
 float:left;
 width:980px;
 height:200px;
 padding:10px;
 background:url(imagens/fundo_rodape.png) no-repeat;

}

#rodape_interno ul{
  float:left;
  width:140px;
  margin-left:90px;
  margin-right:90px;
  margin-bottom:20px;
  display:inline;
  margin-top:5px;
  
}


/*
############################# 	CLASSES PARA MONTAR O CONTEUDO INTERNO ###########################################
*/


/*
############################## CLASSES PARA O MENU ESQUERDO ############################
*/

#menuFundo{
 float:left;
 width:240px;
 height:auto;
 background-image:url(imagens/menuFundo.png);
 background-repeat:repeat-y;
 font:14px/150% tahoma;
}

#menuTitulo{
 float:left;
 width:190px;
 height:auto;
 margin-left:50px;
}

#menuAtendimento{
 float:left;
 margin-top:50px;
 width:225px;
 height:150px;
}

#menuAtendimento2{
 float:left;
 margin-top:10px;
 width:225px;
 height:180px;
}

/*
############################# 	CLASSES PARA MONTAR PRODUTOS EM DESTAQUE ###########################################
*/

.fundoDestaque{
 float:left;
 width:240px;
 height:290px;
 margin-bottom:10px;
 background-image:url(imagens/destaqueFundo.png);
 background-repeat:no-repeat;
 z-index:1000;
}

.imagemDestaque{
 margin-left:20px;
 margin-top:8px;
 width:198px;
 height:110px;
 overflow:hidden;
}

.nomeDestaque{
 margin-left:20px;
 margin-top:8px;
 width:198px;
 height:115px;
 overflow:hidden;
}

.fundoDestaqueSeme{
 float:left;
 width:240px;
 height:180px;
 margin-bottom:10px;
 background-image:url(imagens/destaqueFundo.png);
 background-repeat:no-repeat;
 z-index:1000;
}

.botaoDestaque{
 margin-left:30px;
 width:198px;
 height:auto;
 overflow:hidden;
}

/*
############################# 	CARRINHO DE COMPRAS ###########################################
*/

.carrinhoFundo{
 width:730px;
 height:510px;
 margin:10px;
 padding-left:10px;
 background-image:url(imagens/carrinhoFundo.png);
 background-repeat:no-repeat;
}

.carrinhoBotoes{
 width:500px;
 height:auto;
 margin-top:-40px;
 margin-left:200px;
}

.cor{
 background:#00CCFF;
}

/*
############################# 	POPUP DAS SEMENTES ###########################################
*/

.funodEscuro{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:1140px;
 background:#000000;
 opacity:.65;
 filter:alpha(opacity=65); 
 visibility:hidden;
}

.fundoPopup{
 position:absolute;
 top:10%;
 left:20%;
 width:783px;
 height:641px;
 background-image:url(imagens/popupFundo.png);
 background-repeat:no-repeat;
 overflow:auto;
 visibility:hidden;
 text-align:justify;
 
}

.fecharPopup{
 position:absolute;
 top:0px;
 left:733px;
 width:40px;
 height:40px;
}

.classe_mostraSementeTextoInterno{
 position:relative;
 top:0%;
 *top:3%;
 left:3%;
 width:670px;
 *width:650px;
 height:520px;
 padding:15px;
 margin-top:30px;
 font:11px/150% Tahoma;
 overflow-x:auto;
}

.classe_mostraSementeFotoGrande{ /* div para a foto da popup */
 float:left;
 width:300px;
 height:255px;
 margin-left:10px;
 margin-right:40px;
 margin-top:0px;
 margin-bottom:10px;
 display:inline;
 overflow:hidden;
}

.classe_mostraSementeTituloGrande{ /* div para o titulo da popup */
 position:absolute;
 left:200px;
 top:600px;
 width:320px;
 height:auto;
 text-align:center;
 margin-left:35px;
 display:inline; 
}

.classe_tituloVermelho2{
 color:#FF0000;
 font:11px/150% tahoma;
 font-weight:bold;
}

.classe_mostraSementetextoGrande{
 float:left;
 width:690px;
 height:auto;
 margin-left:5px;
 margin-right:20px;
 margin-top:0px;
 margin-bottom:30px;
 display:inline; 
}

.classe_mostraSementetextoGrandeFoto1{
 float:left;
 width:220px;
 height:80px;
 margin-left:200px;
 display:inline; 
}

.classe_mostraSementetextoGrandeFoto2{
 float:right;
 width:auto;
 height:auto;
 padding-right:130px;
}

.classe_mostraSementetextoGrandeFoto3{
 float:left;
 width:130px;
 height:80px;
 margin-left:240px;
 display:inline;
 margin-bottom:10px;
}

/*
###################################### A ARBOCENTER ########################
*/

.noticiaFundo{
 width:730px;
 height:590px;
 margin-top:0px;
 background-image:url(imagens/fundoNoticia.png);
 background-repeat:no-repeat;
 
}

.empresaFundo{
 width:730px;
 height:590px;
 margin-top:0px;
 background-image:url(imagens/fundoEmpresa.png);
 background-repeat:no-repeat;
 
}

.empresaTexto{
 width:720px;
 height:auto;
 margin:10px;
}


/*
###################################### CONTATO / ORCAMENTO ########################
*/

.orcamentoFundo{
 width:730px;
 height:600px;
 margin-top:0px;
 background-image:url(imagens/orcamentoFundo.png);
 background-repeat:no-repeat;

}

.contatoFundo{
 width:730px;
 height:600px;
 margin-top:0px;
 background-image:url(imagens/contatoFundo.png);
 background-repeat:no-repeat;
 
}

.classe_linhaTituloFormPrincipal{
 width:1000px;
 font:14px/150% tahoma;
 font-weight:bold;
 text-align:center;
}

.classe_inputCadastroText{
 width:350px;
 border:1px solid #000000;
}

.classe_inputCadastroText2{
 width:150px;
 border:1px solid #000000;
}

.classe_textareaCadastroText{
 width:350px;
 height:150px;
 border:1px solid #000000;
}

.classe_buttonCadastroText{
 width:110px;
 border:1px solid #000000;
 font-weight:bold;
 font-family:Tahoma;
 
}

/*
###################################### RASTREAR ENCOMENDA ########################
*/

.rastroFundo{
 width:730px;
 height:600px;
 margin-top:0px;
 background-image:url(imagens/rastrearFundo.png);
 background-repeat:no-repeat;
 
}

.rastroTexto{
 width:700px;
 height:auto;
 overflow:auto;
 margin:10px;
}

.flutuar{float:left; margin:10px;}

/*
###################################### NEWSLETTER ########################
*/

#newsletterf{
 width:223px;
 height:178px;
 display:inline;
 overflow:hidden;
}

/*
###################################### NOTICIAS VIDEO ########################
*/


.textoVideo{
 width:700px;
 height:550px;
 overflow:auto;
 margin:10px;
}

.boxVideo{
 width:670px;
 height:500px;
 margin:0 auto;
}

#video{
	width:680px;
	height:500px;
    margin-top:50px;
	overflow-x:auto;

}

#telaVideo{
	width:660px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	
}

#telaVideoInicioFoto{
	width:650px;
	height:80px;
	margin:5px;
	text-align:justify;
	/*background-color:#f8e6c7;*/
	border-bottom:groove 2px #f8e6c7;
	/*border-top:groove 2px #f8e6c7;*/
}

#telaVideoInicio{
	width:650px;
	height:auto;
	margin:5px;
	text-align:justify;
	/*background-color:#f8e6c7;*/
	border-bottom:groove 2px #f8e6c7;
	/*border-top:groove 2px #f8e6c7;*/
}

#paginacao{
 width:720px;
 height:50px;
 float:left;
 text-align:center;
 font-size:14px;
}

#paginacao span{
 color:#333333;
 font-weight:bold;
}
