/* CSS PADRAO DO SITE 
ESTIOS UNICOS POR PAGINA DEVEM SER CHAMADOS POR ID E ESTILOS REPETIDOS POR CLASS
--------------------------------------------------------------------------------*/

/* GERAL 
--------------------------------------------------------------------------------*/
body{
	margin:0px;
	padding:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #022554;
}

form, select, input{
	margin:0px;
	padding:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1, h2, h3, h4{
	margin:0;
	padding:0;
}

a{
	color: #0d57aa;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

img{
	border: 0;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.relative{
	position: relative;
}

.none{
	display:none;	
}

.block{
	display: block;
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;	
	height:1px;
}

.azulClaro{
	color: #1462B4;
}

.azulEscuro{
	color:#003175;
}

.floatRight{
	float: right;
}

.floatLeft{
	float: left;
}

.floatLeftImg{
	float: left;
	margin-right: 10px;
}


/* TOPO 
--------------------------------------------------------------------------------*/

#topo{
	width: 996px;
	background-color: #07459C;
}

#controlaTopo{
	text-align: left;
}

#topo a{
	color:#FFFFFF;	
	text-decoration:none;	
}

#topo a.goodyear{
	float:left;
	display:block;
	margin:0;		
	height:40px;
	width:142px;
	background: url("../img/goodyear.gif") no-repeat;
}

#topo h1 a.goodyear span{
	display: none;
}

#topo h2{
	float:left;
	height:40px;
	width:79px;	
	background: url("../img/country_ico_brazil.gif") no-repeat #CCCCCC;
}

#topo h2 span{
	display:none;
}

#topo form{
	float:left;
	margin:12px 0 0 0px;	
}

#topo #busca{
	position: absolute; 
	top: -3px; 
	left: 826px; 
	width: 170px;
}

#topo #busca #enviar{
	float: left; 
	margin: -1px 0px 0px 5px;
}

#topo #busca #selectBusca{
	background-color: #F2CC00; 
	float: left; 
	color: #07459C; 
	height: 14px; 
	padding: 0px 2px 0px 2px; 
	font-weight: bold; 
	width: 100px;
}


#topo #idiomas{
	margin-top: 13px;
}

#topo #mapaSite{
	margin: 0px 0px 0px 185px;
	padding-right: 10px;
	float: left;
}

#topo #menuSuperior{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#topo #menuSuperior li{
	float: left;
}

#topo #menuSuperior li .trabalhe{
	display: block;
	width:94px;
	height:23px;	
	background: url("../img/header_mn_trabalhe.gif") no-repeat;
	border-right:1px solid #396AB0;
	border-left:1px solid #396AB0;
}

#topo a.contact{
	display: block;
	width:77px;
	height:23px;	
	background: url("../img/header_mn_contatenos.gif") no-repeat;
	border-right:1px solid #396AB0;
}

#topo a.faq{
	display: block;
	width:28px;
	height:23px;	
	background: url("../img/header_mn_faq.gif") no-repeat;
	border-right:1px solid #396AB0;
}

#topo a.contact800{
	display: block;
	width:67px;
	height:23px;	
	background: url("../img/header_mn_contatenos.gif") no-repeat;
	border-right:1px solid #396AB0;
}

#topo a.corporative{
	width:131px;	
	height:23px;	
	display:none;
	background: url("../img/header_mn_sitecorporativo.gif") no-repeat;		
}



/* CONTEUDO 
--------------------------------------------------------------------------------*/
#conteudo{
	width: 996px;
	background: url('../img/home/fundo_goodyear.gif') repeat-x;
}


/* RODAPE 
--------------------------------------------------------------------------------*/

#rodape #bottom{
	padding:3px 0px 3px 0px;
	width:996px;
	font-size:9px;
	text-align:center;
	color:#B9C9DF;
	background:#144B92;
	border-top:1px solid #3669A6;
}

#rodape #bottom a{
	font-size:9px;
	text-decoration:none;
	color:#B9C9DF;
}

#rodape #bottom a:hover{
	color:#FFFFFF;
}

#rodape .imprimir, .imprimirAgricola{
	position:absolute;
	top:120px;
	left:220px;
	width:80px;
	height:20px;
	font-family:verdana;
	font-size:10px;
	display:none;
}
