/* GERAL ---------------------------------------------------------------------------*/

*
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ececec url(../imagens/fundo_degrade.gif) repeat-x; 
}

#geral {
	width:1003px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color:#FFFFFF;
}

a:link{
	color:#003366;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#336699;
	text-decoration:none;
}

.caixa{
	padding:1px;
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #003366;
}

.esconder{
	display:none;
}

/* TOPO ---------------------------------------------------------------------------*/

#topo{
	height:112px;
	position:relative;
	border-bottom:#FFFFFF 1px solid;
	background-image:url(../imagens/fundo_topo.gif);
	background-repeat:repeat-x;
}

/* LOGO */

#logo {
	float:left;
	margin-left:45px;
	_margin-left:25px;
}

#logo h1 {
	float:left;
	background: url(../imagens/logo_topo.gif) no-repeat;
}

#logo h3 {
	position:absolute;
	width:152px;
	height:20px;
	right:25px;
	top: 58px;
	background: url(../imagens/icon_brasil.gif) no-repeat;
}

#logo h1 a, #logo h3{
	display: block;
	overflow: hidden;
	text-indent: -5000px;
}

#logo h1 a {height: 112px;	width: 169px;}

#logo h2{
	display:none;
}

/* BUSCA */

#menu_rapido{
	float:right;
	padding:12px 10px 0;
	margin-right:25px;
	height:30px;
	font-size:11px;
}

#menu_rapido .caixa{
	float:left;
	margin:0;
}

#menu_rapido ul.menu_pipe{
	margin-right:135px;
	_margin-right:70px;
	float:left;
}

#menu_rapido a, #menu_rapido{color:#000000;}

.busca_rapida{
	position:absolute;
	right:20px;
	height: 22px;
}

.bt_buscar{
	width: 18px;
	height: 18px;
}

.botao{
	display:block;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
	*padding-left:100px;
	overflow:hidden;
	background: url(../imagens/icon_lupa.gif) no-repeat;
}

.espaco{
	margin-bottom:15px;
}

/* CAIXAS E FORMS */

.caixa{
	padding:1px;
	font:11px Arial, Helvetica, sans-serif;
	color: #999999;
	border: 1px solid #666666;
	background-color:#eeeeee;
}

.form_news fieldset label{
	display:none;
}

.form_news fieldset p, .form p{
	padding-bottom:10px;
}

.form label{
	float:left;
	border-bottom:#CCCCCC dotted 1px;
	width:20%;
	margin-right:5px;
}

input.botao2{ background-color:#b2c6d2; color:#003366; float:right; cursor: hand; padding:1px; width:60px; font-weight:bold; margin-left:10px;}
input.botao2:hover{ cursor:pointer;}

.centro input.botao2{ float:left; margin-left:0; margin-right:10px;}

.linha_botao{
	margin-top:10px;
}

input:focus, textarea:focus, select:focus{
	background-color: #FFFFFF;
	border: 1px solid #003366;
	color:#333333;
}

#resposta_cad{
	position:absolute;
	bottom:0;
	background-color:#CC0000;
	color:#FFFFFF;
	padding:2px;
}

/* MENU */

#menu{
	float: left;
	position: absolute;
	top: 85px;
	left: 240px;
}

#menu-dropdown{
	_behavior: url(css/hover.htc);
}

#menu-dropdown li{
	float:left;
	list-style:none;
	position:relative;
}

#menu-dropdown .dropdown-tab{
	height: 19px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#003366;
	cursor:pointer;
	_display:inline-block;
}

.menu_principal .dropdown-tab {padding:4px 10px;}

.menu_principal li:hover .dropdown-tab,
.menu_principal li.hover .dropdown-tab,
.menu_principal .dropdown-tab:hover {background:#FFFFFF url(../imagens/fundo_menu.gif) repeat-x left top;}

#menu li .dropdown-pane {
	display:none;
}

#menu-dropdown>li:hover .dropdown-pane {
	display: block;
}

#menu li.hover .dropdown-pane, #menu li.focus .dropdown-pane {
	display: block;
}

#menu-dropdown .dropdown-pane {
	font-weight:normal;
	z-index:100;
	position:absolute;
	top: 27px;
	left:0;
	background: #c4d6d7 url(../imagens/fundo_drop.gif) repeat-x left top;
}

#menu-dropdown .dropdown-pane li {
	float:none;
}

#menu-dropdown .dropdown-pane li a{
	_height:100%;
	width:120px;
	color:#003366;
	display: block;
 	font-size:11px;
	padding:5px 15px;
	position: relative;
	z-index: 1000;
}

#menu-dropdown .dropdown-pane li a:hover, #menu-dropdown .dropdown-pane li.hover a{
	color:#003366;
	background-color:#e1eaee;
}

/* BANNER ---------------------------------------------------------------------------*/

#banner {
	border-bottom:#FFFFFF 1px solid;
}

#banner img{
	display:block;
}

/* CONTEUDO PRINCIPAL ---------------------------------------------------------------------------*/

#conteudo {
	padding:20px;
	float:left;
	min-height:400px;
	_height:400px;
}

.coluna_1, .coluna_2, .coluna_3{ margin-bottom:20px;}

.coluna_1{width:260px; }
.coluna_2{width:451px; margin-right:24px; margin-left:24px; _margin-right:23x; margin-left:22px;}
.coluna_3{width:204px; padding-bottom:10px;}
.coluna_1B, .coluna_2B{width:48%}
.coluna_1C{ width:56%;}
.coluna_2C{ width:40%;}

.coluna_1, .coluna_2, .centro, .coluna_1B, .coluna_1C{
	float:left;
	display:block;
}

.coluna_2B, .coluna_3, .coluna_2C{
	float:right;
}

.box_azul{
	background-color:#e1eaee;
	margin-bottom:20px;
	padding-bottom:10px;
}

.centro{ width:735px; margin-right:24px; }

.total{ width:963px;}

/* TITULOS E TEXTOS */

.titulo_italico{
	font-size:24px;
	font-weight:normal;
}

.texto_italico, .titulo_italico{
	font-style:italic;
	padding-bottom:10px;
}

.titulo{
	clear:left;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:#003366 1px solid;
	color:#003366;
}

.caixa_alta{
	text-transform:uppercase;
}

.box_azul h3{
	color:#FFFFFF;
	font-size:14px;
	padding:5px;
	border-bottom:#FFFFFF solid 1px;
	text-align:left;
	font-weight:bold;
	background-color:#003366;
}

.coluna_1 .titulo{
	border:none;
}

.box_azul h3 a{
	color:#FFFFFF;
}

.box_azul h5{
	font-size:14px;
	margin-bottom:4px;
}

.box_azul .marcador_titulo{
	background: #003366 url(../imagens/icon_seta.gif) no-repeat 5px 9px;
	text-indent:15px;
}

.coluna_2 .titulo, .titulo_mapa{
	margin-bottom:8px;	
}

.titulo_mapa{
	font-size:12px;
	padding-bottom:5px;
	font-weight:normal;
	display:block;
	border-bottom:#003366 1px solid;
	margin-bottom:10px;
}

.titulo_mapa strong{
	font-size:30px;
	font-weight:bold;
	color:#7c9eb2;
}

.centro h6{
	font-size:12px;
	font-weight:normal;
}

#galeria h3, .ambiental h3, .wallpapers h3, .centro #etapas h3{
	background-color:#EEEEEE;
	margin-top:10px;
	padding:3px 10px;
}

.centro h5{
	font-size:14px;
	margin:4px 0;
}

#texto p, #texto ul, #texto ol{padding:8px 0;}

/* EFEITO LINK IMG  */

.link_img {display:block;overflow:hidden;position:relative;}
.link_img:hover {border:#003366 3px solid;}

.link_img img {display:block;position:absolute; }
.link_img:hover img{margin:-3px 0 0 -3px;}

.fotos_lado_lado .link_img {height:40px; width:40px;}
.fotos_lado_lado .link_img:hover {height:34px; width:34px;}

.ft_lado_lado .link_img {height:70px; width:70px;}
.ft_lado_lado .link_img:hover {height:64px; width:64px;}

.galeria_lado .link_img {height:90px; width:120px;}
.galeria_lado .link_img:hover {height:84px; width:115px;}

.lista_produtos .link_img {height:70px; width:155px;}
.lista_produtos .link_img:hover {height:64px; width:149px;}


/* 

.link_img:hover img{margin:-3px 0 0 -3px;}

FOTOS LADO A LADO */

.fotos_lado_lado, .lista_produtos{
	list-style:none;
	margin-top:10px;
	padding-bottom:8px;
}

.ft_lado_lado{
	padding-bottom:8px;
}

.destaque_noticias .ft_lado_lado a{
	font-size:14px;
	font-weight:bold;
}

.fotos_lado_lado, .ft_lado_lado, .galeria_lado, .lista_noticias dd, .lista_pesquisa dd{
	border-bottom:#6699cc dashed 1px;
}

.ft_lado_lado .link_img, .lista_produtos .link_img{
	float:left;
	margin-right:5px;
	display:block;
}
.lista_produtos .link_img{ margin-right:10px; margin-top:3px;}

.ft_lado_lado{display:table;}

.ft_lado_lado li{
	width:48%;
}

.fotos_lado_lado li{
	width:70px;
	font-size:10px;
}

.fotos_lado_lado li, .ft_lado_lado li{
	display:block;
	margin-right: 1.25em;
	float:left;
	margin-right: expression(this.nextSibling == null ? '0' : '1.25em');
	float: expression(this.nextSibling == null ? 'none' : 'left');
}

.wallpapers .fotos_lado_lado li{
	width:150px;
	margin-right: 3.5em;
	margin-right: expression(this.nextSibling == null ? '0' : '3.5em');
	_margin-right: expression(this.nextSibling == null ? '0' : '2.53em');
}

.wallpapers .fotos_lado_lado li li{ margin-right: 0; }

/*html .fotos_lado_lado li:last-child { margin-right:0; float:none;}*/
html .wallpapers .fotos_lado_lado li:last-child{ margin-right:0; float:left;}
html .ft_lado_lado li:last-child {margin-right:0; }

/* PRODUTOS */

#produtos{
	padding-bottom:15px;
	margin-bottom:5px;
	float:left;
}

.lista_produtos{
	float:left;
	margin-top:18px;
}

.resultado_descpro{
	border-right:#6699cc dotted 1px;
	border-left:#6699cc dotted 1px;
	background-color:#eeeeee;
	width:410px;
	float:left;
	padding:4px 10px;
/*	min-height:88px;
	_height:88px;	*/
	min-height:70px;
	_height:70px;
	text-align:justify;
}

.resultado_descpro h5{
	font-size:14px;
	margin-bottom:5px;
}

.detalhe_produto .coluna_1 p{
	padding:10px 0;
}

.descricao_produto dt{
	text-transform:uppercase;
	font-weight:bold;
	padding-top:13px;
	padding-bottom:3px;
}

#pragas_culturas ul{ display:inline; }

/* SAIBA MAIS */
#saiba_mais{
	background: #e1eaee url(../imagens/icon_fale.gif) no-repeat 0.5em 3em;
}

#saiba_mais p{padding: 10px 5px 5px 78px;}

/* ENDOSULFAN - EDITORIAL */
#editorial p img{ padding-left:30px;}
#editorial p { padding:5px 10px}


/* LINK RH */
#rh_colaborador{
	background: #e1eaee url(../imagens/icon_rh.gif) no-repeat 0.5em 3em;
}

#rh_colaborador p{padding: 10px 5px 5px 78px;}


#faq p{ padding:5px 10px;}

/* LISTA MENU ACCORDION E OUTRAS LISTAS*/

.lista_1, .lista_box, .resultado_opcoes li{
	list-style:none;
}

.resultado_opcoes{  display:block; float:left; }

.lista_produtos .resultado_opcoes{ padding-left:10px;}

.resultado_opcoes li{clear:left; margin:0; padding:0;}

.lista_1 li, .link_seta, .resultado_opcoes li, .perguntas li{
	padding-left:10px;
	padding-bottom:0.4em;
	background: transparent url(../imagens/icon_marcador1.gif) no-repeat 0 0.4em;
}

#pragas_culturas .lista_1{ float:left; padding:0 2.5em; display:block;}

.perguntas{
	padding-top:15px;
	list-style:none;
}

.perguntas li a{
	font-size:14px;
	font-weight:bold;
}

/* LINKS */

.link_mais, .link_mais_b{
	padding-left:16px;
	font-weight:bold;
	clear:both;
	padding-bottom:20px;
}

.link_mais{
	background: transparent url(../imagens/icon_mais.gif) no-repeat 0 0.3em;
	display:block;
	margin-top:10px;
}

#cotacoes .link_mais{
	padding-bottom:5px;
	margin-left:10px;
}

.link_mais_b{
	background: transparent url(../imagens/icon_mais_branco.gif) no-repeat 0 0.3em;
}

.destacar_link, .coluna_3 #etapas_plantio a, .coluna_1 .resultado_opcoes a, .coluna_2 .descricao_produto a, p.paginacao a{
	font-weight:bold;
}

.lista_noticias .destacar_link{
	font-size:16px;
}

/* LISTA NOTICIAS & NOTICIAS */

.centro .lista_noticias, .centro .lista_pesquisa{
	padding-top:5px;
	padding-bottom:15px;
}

.centro .lista_noticias a, .centro .lista_pesquisa a {font-size:14px;}

.lista_noticias dt, .lista_pesquisa dt{ padding-top:10px; color:#6699cc;}
.lista_noticias dd, .lista_pesquisa dd{	padding-bottom:10px;}

.destaque_noticias .lista_noticias dt{ padding-top:5px; font-size:10px; }
.destaque_noticias .lista_noticias dd{ padding-bottom:5px; }

#ferramentas{
	float:left;
	width:100%;
	margin: 15px 0;
	list-style:none;
	background-color:#eeeeee;
	padding:5px 0;
}

#ferramentas li{
	float:left;
	margin-left: 10px;
	background-color:#003366;
}

#ferramentas li a{
	display:block;
	height:17px;
	width:17px;
	text-indent:-5000px;
	overflow:hidden;

}

.diminuir{ background-image: url(../imagens/icon_diminuir.gif);}
.aumentar{ background-image: url(../imagens/icon_aumentar.gif);}
.imprimir{ background-image: url(../imagens/icon_imprimir.gif);}
.email{ background-image: url(../imagens/icon_email.gif);}

.noticia {margin-bottom:10px};
.noticia h6{font-size:10px; font-weight:normal; }
.noticia h1{font-size:30px;}
.noticia h4{margin:3px 0; font-size:16px; font-weight:normal; }
.noticia h5{font-size:12px; margin-bottom:7px;}

#texto{
	margin:8px 0;
}

/* TABELA PRINCIPAL */

#cotacoes h6, #cadastro h6{
	margin-bottom:15px;
}

.tabela_principal , .lista_box, .form_news, #form_busca_rapida{
	margin:5px 5%;
	width:90%;
	border-collapse:collapse;
}

.centro .tabela_principal{
	margin:0;
	margin-bottom:30px;
	width:100%;
}

.tabela_principal td, .tabela_principal th, .lista_box li{
	border-collapse:collapse;
	padding:7px 0;
}	

.tabela_principal th{ text-transform:capitalize;}

.tabela_principal caption{
	background-color:#eeeeee;
	padding:5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

.coluna_3 .tabela_principal caption{
	display:none;
}

.tabela_principal thead th{
	margin-top:30px;
	border-bottom:1px solid #6699cc;
	text-align:center;
}

.tabela_principal tbody th, .lista_box li{
	text-align:left;
	border-bottom:#6699cc dashed 1px;
}

.tabela_principal tbody td, .detalhe_produto .coluna_1 img{
	text-align:center;
	border-bottom:#6699cc dashed 1px;
}

.tabela_esquerda tbody td{
	text-align:left;
	vertical-align: top;
}

.tabela_esquerda td{
	padding-left:15px;
}

.c_alta, .c_baixa{
	display:table-cell;
	text-indent:-5000px;
	overflow:hidden;
	width:5px;
	background-repeat:no-repeat;
	background-position:left 0.7em;
}

.c_alta{ background-image:url(../imagens/icon_alta.gif);}
.c_baixa{ background-image:url(../imagens/icon_baixa.gif);}


/* PAGINAÇÃO */

.paginacao, .linha_botao{
	border-top:#b2c6d2 solid 1px;
	clear:both;
	padding:15px 0;
}

.paginacao li{
	margin-top:5px;
	display:inline;
	list-style:none;
}

.paginacao li a{
	padding: 1px 5px;
	margin-left: 5px;
	border:#003366 1px solid;
}

.paginacao li a:hover{
	border:#003366 1px solid;
	background-color:#b2c6d2;	
}

.paginacao .normal a, .paginacao .normal a:hover{
	text-decoration:none;
	cursor:default;
	color:#FFFFFF;
	border:#003366 1px solid;
	background-color:#003366;
}


/* BUGS */

.coluna_2B:after, .ft_lado_lado:after, .fotos_lado_lado:after{ 
   height:1px;
   content:"."; 
   clear:both; 
   display:block; 
   visibility:hidden; 
}

html .lista_box li:last-child, html .centro .lista_noticias dd:last-child, html .lista_pesquisa dd:last-child { border-bottom: 0; }

.lista_box li, .centro .lista_noticias dd, .lista_pesquisa dd{
	border-bottom: expression(this.nextSibling == null ? '0' : '#6699cc dashed 1px');
}


/* MENU PIPE ---------------------------------------------------------------------------*/

.menu_pipe {
	margin-bottom:15px;
	overflow:hidden;
	_float:left;
}

.menu_pipe li {
	width:auto;
	margin:0 5px 0 -5px;
	display:inline;
	padding-left:8px;
	padding-right:3px;
	border-left: 1px solid black;
}

html .menu_pipe li:first-child { border-left: 0; }


/* RODAPÉ ---------------------------------------------------------------------------*/

#rodape {
	clear:both;
	font-size:11px;
	padding: 10px 20px 20px;
	background-color:#ececec;
}

#rodape a, #rodape{color:#000000;}

#rodape li {
	letter-spacing:2px; 
}

#rodape p{
	padding-left:4px;
	clear:both;
}


/* MAPA DO SITE -----------------------------------------------------------------*/

.dotted   { background-image: url(../imagens/mapa_site/dotted_line.gif); background-repeat: repeat-y; background-position:0px 0px;}
.folder   { background-image: url(../imagens/mapa_site/bl_folder_closed3.gif); background-repeat: no-repeat; background-position: 0px 0px; padding-left:5px;}
.ofolder   { background-image: url(../imagens/mapa_site/bl_folder_opened3.gif); background-repeat: no-repeat; background-position: 0px px;}
.tree   { background-image: url(../imagens/mapa_site/tree_line.gif); background-repeat: no-repeat; background-position: 0px 0px; }
.ftree   { background-image: url(../imagens/mapa_site/last_tree_line.gif); background-repeat: no-repeat; background-position: 0px 0px; }


/* POP-UP ---------------------------------------------------------------------------*/
#popup{
	position:absolute;
	z-index:500;	
	width:1003px;
	height:300px;
	padding:0;
	left: 0;
	top: 113px;
	background-color:#000;
}
 



