body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px;
	background-image: url(../images/fundo_site.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#C0C0C0
}
a {
	text-decoration:none;
	color:#A73225;
}
a:hover{
	text-decoration:underline;

}

div#indexOff_destaque{
	margin-right:30px;
	margin-top:10px;
	background-image: url(../images/titulo_Link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:38px;
	padding-left:15px;
}

/* PARA O TOPO E MENU */

#nav table, tr, tr {
	margin:0px;
	padding:0px;
}

.fnd_menu{
	background-image: url(../images/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#conteiner_menu{
	margin-top:45px;
	margin-right:35px;
}


ul.menu, ul.menu ul{
   margin: 0;
   padding: 0;   
}

ul.menu li{
   position:relative;
   list-style: none;
   border: 0px;
   float:right; 
   
}

ul.menu li a{ /* Para o link do menu */
	display: block;
	font-family:"Arial Narrow", Arial;
	color:#747474;
	/*font-weight:bold;*/
	font-size:15px;

}
ul.menu li a:hover { /* Para o link do menu */
	text-decoration:none;
	color:#333333;

}



ul.menu ul{ 
   position: absolute;
   display: none;
   top: 20px;
   background-color:#FFFFFF;
   border:1px solid #999999;
   padding:10px;
}

ul.menu li.submenu ul { 
	display: none;
} 


ul.menu li.submenu ul li{
	float:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #878787;
	text-align:left;
}

ul.menu li.submenu ul li a{
	white-space: nowrap; 
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	padding-right:30px;
}

ul.menu li.submenu ul li a:hover{
	color:#FFFFFF;
	background-color:#878787;

}

* html ul.menu li {
	float: left;
	height: 1%;
}
* html ul.menu li a {
	height: 1%;
}

/* FIM DO MENU */


.fnd_flash{
	background-image: url(../images/fundo_flash.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.fnd_titulo{
	background-image: url(../images/fundo_titulos_site.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	padding-top:14px;
	padding-bottom:11px;
	padding-left:45px;
	
	
	font-weight:bold;
	font-size:12px;
}

#conteudo_site{
	background-image: url(../images/fundo_meio_site.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
	padding-left:33px;
	padding-right:33px;
	
	text-align:justify;
}

#conteudo_site td,th{
	text-align:justify;
}

#conteudo_site ul{
	margin:0px;
	padding:0px;
	margin-left:20px;
}

#conteudo_site li{
	color: #A73225;
	list-style-image: url(../images/seta_li.jpg);
	padding-bottom:5px;
}

/* ESTILOS PARA OS BACKGROUNDS DAS PÁGINAS */

.fnd_index{
	background-image: url(../images/fundo_index.jpg);
	background-repeat: no-repeat;
	background-position: -5% -10%;
	padding-left:20px;
	padding-right:20px;
}

.fnd_empresa{
	background-image: url(../images/fundo_empresa.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}

.fnd_histotia{
	background-image: url(../images/fundo_historia.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}

.fnd_cliente{
	background-image: url(../images/fundo_cliente.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}

.fnd_localizacao{
	background-image: url(../images/fundo_localizacao.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}

.fnd_fale{
	background-image: url(../images/fnd_fale.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}

.fnd_produtos{
	background-image: url(../images/fnd_produtos.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}
.fnd_leitora{
	background-image: url(../images/fnd_leitora.jpg);
	background-repeat: no-repeat;
	background-position: -5% top;
	padding-left:20px;
	padding-right:20px;
}
/* FIM DO BACKGROUND */

#titulo_destaque{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

#index_seguimento{
	background-image: url(../images/fundo_index_seguimento.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:40px;
	padding-bottom:30px;
	text-align:center;	
}
#index_seguimento li{
	text-align:left;
	margin-left:90px;

}
#rodape{
	text-align:center;
	color:#666666;
	margin-bottom:10px;
}
#rodape a{
	color:#666666;
	text-decoration:none;
}
#rodape a:hover{
	color:#999999;
	text-decoration:none;
}

/* ESTILO PARA O FORMULÁRIO */

form{
	padding:0px;
	margin:0px;
}
#formulario{

}

#formulario .conteiner{
	float:left;
	width:150px;
=
}
#formulario .big{
	display:block;
}
#formulario .small{
	clear:both;
	color:#999999;
	font-size:11px;

}

#formulario .input input{
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

#formulario .input textarea {
	border:1px solid #CCCCCC;
	padding:5px;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
#formulario .botao{
	margin-top:30px;
}

#formulario .botao input{
	border:0px;
	background-color:#322072;
	color:#FFFFFF;
	padding-bottom:3px;
	padding-top:3px;
	width:80px;
}
#formulario .linha{
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	margin-right:100px;
}

/* FIM DO ESTILO DO FORMULÁRIO */


/* PARA A PÁGINA DE PRODUTOS */


#produto_destaque{
	float:left;
	margin-bottom:30px;
	margin-left:15px;
	margin-right:20px;
}
#produto_destaque .letra{
	float:left;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	font-family:Geneva,  Helvetica, sans-serif;

}
#produto_destaque .texto{
	text-align:left;
	border-left:1px dotted #CCCCCC;
	margin-left:20px;
	padding-left:10px;

}



/* ESTILOS PARA O LIGTHBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* FIM DO LIGTHBOX */

img{
	border:0px;
}

#texto_small{
	clear:both;
	color:#999999;
	font-size:11px;
	text-align:center;
}
#indece{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	font-family:Geneva,  Helvetica, sans-serif;
}
#voltarTopo{
	text-align:right;
}

div#link_index{
	text-align:right;
	padding-right:25px;
}
div#link_index a{
	font-size:12px;
}

/* --------- Para a página de Download --------- */

div#indexOff{

}
div#indexOff a{
	display:block;
	width:300px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:30px;
	background-image: url(../images/indexOff.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
div#indexOff a:hover{
	text-decoration:none;
	background-color:#F4F4F4;
}

.input_login{
	border:1px solid #CCCCCC;
	padding:5px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin-left:10px;
}
.botao_login{
	border:0px;
	background-color:#322072;
	color:#FFFFFF;
	padding-bottom:3px;
	padding-top:3px;
	width:80px;
}

div#mensagem{
	text-align:center;
	width:300px;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	padding:15px;
}
