/* CSS Document */

p {
	
	}
	
#galpao 
{
	/*background: url(../../imagens/galpaoHome.jpg) no-repeat;*/
	position:absolute ;
	float:left ;
	width:209px ;
	height:200px;
	left:20px ;
	top:350px ;
	border:0px solid black ;
	z-index:4 ;
	}
	
#empilhadeira
{
	background: url(../../imagens/empilhadeira.png) no-repeat;
	position:absolute ;
	left:578px;
	width:281px ;
	height:242px;
	top:330px ;
	z-index:4 ;
	}
	
#trading
{
	background: url(../../imagens/tradingHome.jpg) no-repeat;
	position:absolute ;
	width:241px ;
	height:179px;
	left:590px ;
	top:170px ;
	z-index:4 ;
	}
	
#sub_menu a {
	float:left ;
	text-decoration:none;
	border-bottom:1px solid black ;
	padding: 5px 0 2px 0 ;
	color: black;
	font-size: 10px;
	font-weight: bold;
	width:100px ;
	}

#sub_menu a:hover {
	text-decoration: none;
	background-color:#ff9933 ;
	}
	
#transparencia_01 
{
	position:absolute;
	top:290px;
	margin-left:255px;
	font-size: 12px;
	text-align:justify;
	padding:10px;
	border:solid 1px gray ;
	width:540px ;
	height:250px ;
	z-index:2 ;
	overflow-y:scroll;
	text-indent:10px;
	line-height:14px;
	background:url(../../imagens/seta_fundo_t_conteudo.jpg) no-repeat;
	background-color:#FFFFFF;
	}
	
#newsLetter 
{
	position:absolute;
	top:410px;
	margin-left:250px;
	font-size: 11px;
	text-align:justify;
	padding:10px;
	border:solid 1px gray ;
	width:300px ;
	height:120px ;
	z-index:2 ;
	background:url(../../imagens/seta_fundo_t_conteudo.jpg) no-repeat;
	background-color:#FFFFFF;
	}
	
#img_setas {
	position:absolute ;
	float:right ;
	top:200px ;
	left:180px ;
	width:150px ;
	height:80px ;
	background-image:url(../imagens/setas.png) ;
	z-index:4 ;
	}
