* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body, td {
	font: 11px arial;
}
body {
	text-align:center;	
	background: url(/img/adi/bg.jpg) repeat-y center top;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #379CaF;
}
strong, b{
	color: #006699;
}
.hide {
	display: none;
}
.clear {
	clear: both;
	font: 0;
	position: relative;
	height: 1px; /* Só pro IEca */
	margin: -1px; /* Só pro IEca */

	_height: 1px; /* Só pro IEca */
	_margin: -1px; /* Só pro IEca */
}
.print{
	width:400px;
	height:30px;
	text-align:right;
	margin:10px 0;
}

#site {
	background: url(/img/adi/menuBg.gif) repeat-y left top; 
	width: 766px;
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#topo {
	padding: 0 20px;
	background: red;
}
#navegacao {
	float: left;
}
#principal {
	width: 448px;
	float: left;
	margin-top: 15px;
}
#lateral {
	width: 159px;
	float: left;
}

/*===========================
	TOPO
===========================*/
#topo * {
	margin: 0;
	padding:0;
}
#topo {
	background: url(/img/adi/topoTMP.jpg) no-repeat;
	height: 107px;
	min-height: 103px;	
}
#topo h1 span {
	display: none;
}
#topo h1 a {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 140px;
	height: 90px;
}
/*===========================
	NAVEGAÇÃO
===========================*/
#navegacao {
	width: 152px;
	_width: 159px;
	padding-left: 7px;
	background:red;
	background: url(/img/adi/cantoNavegacao.gif) no-repeat left top;
	padding-top: 9px;
}
#navegacao h3 {
/*	background: url(../img/menuTitulo.gif) no-repeat left top; */
	height: 28px;
}
#navegacao h3 span {
	display: none;
}
#navegacao .rodape {
/*	background: url(../img/menuRodape.gif) no-repeat left top; */
	height: 20px;
}
#navegacao ul {
	list-style: none;
}
#navegacao ul ul {
}
#navegacao ul li {
	float: left;
	width: 150px;
/*	background: url(../img/menuItem.gif) no-repeat left top; */
}
#navegacao ul li a {
	font: 11px arial;
	color: #000;
	display: block;
	
	width: 125px;
	
	min-height: 19px;
	_height: 23px;	
	padding-top: 7px;
	_padding-bottom: 4px;	
	padding-left:5px;
	
	border-bottom: 1px solid #D9DADA;
	border-top: 1px solid #F6F6F6; 

	margin:0 0 0 15px;
}
#navegacao ul li .selected a,
#navegacao ul li a:hover {

	color:#1E7387;
	background:#fff;
}
#navegacao ul ul li a {
	border-bottom: 1px solid #D9DADA;
	border-top: 1px solid #F6F6F6; 
	
	padding:1px 0 1px 0;
	width: 125px;
	_width: 150px;
	margin:0 0 0 15px;
	
/* 	background: #4E814E url(../img/menuSeta.gif) no-repeat 20px top	 */
}

/* COTACAO */
.cotacao {
	text-align:center;
	position:relative;
	width:140px;
	float:right;
	border:2px solid #e1e1e1;
}
.cotacao dt {
	color: #000;
/*	background: url(/img/adi/cotacaoTitulo.gif) no-repeat center top; */

	width: auto;
	margin: 0 auto;
	background:#e1e1e1;
	padding:5px;
	text-align:left;
	color: #04625C;
	font: 11px tahoma;
}
.previsao-tempo dt{
	font:bold 11px "Trebuchet MS";
	color:#fff;
	background:#20788B;
	padding:3px 5px;
	text-align:left;
	width: auto;
	margin: 0 auto;	
}

/*
.cotacao dt span {
	display: none;
}

.cotacao dt  {
	border: 1px solid #497849;
	border-right: 1px solid #DAEFC3;
	border-bottom: 1px solid #DAEFC3;	
}
*/
.cotacao dd {
	background: #EEF0F3;
	padding: 10px 0px 0px 0px;
	margin: 5px 6px;
}
/* PREVISAO-TEMPO*/
/*
.previsao-tempo {
	margin-top: 20px;
	margin-right:30px;
	margin-bottom:30px;
	text-align:center;
	float:right;
}
*/
.previsao-tempo {
	margin-bottom: 6px;
	_margin-right:-4px;
	text-align:center;
	position:relative;
	width:125px;
	float:right;
}
/*
.previsao-tempo dt {
	font: bold 12px arial;
	color: #9A899A;
	display: none; 
}
*/
.previsao-tempo dd {
	padding:10px 0 2px;
	border:2px solid #e1e1e1;
}
.previsao-tempo iframe {
	border: 1px solid #497849;
	border-right: 1px solid #DAEFC3;
	border-bottom: 1px solid #DAEFC3;	
}
.previsao-tempo .selecionaCidade {
	width: 120px;
}

/*-===========================
	MENU HORIZONTAL
==============================*/
#navegacao-horizontal {
	position: absolute;
	top: 5px;
	left: 20px;
	display:none;
}
#navegacao-horizontal ul {
	list-style: none;
}
#navegacao-horizontal li,
#navegacao-horizontal li a  {
	float: left;
	color:#fff;
}
#navegacao-horizontal li a {
	width: 55px;
	height: 15px;
}
#navegacao-horizontal li a span {
	display: none;
}

/*===========================
	CONTEÚDO
===========================*/
#conteudo {
	padding: 5px 5px;
	width:415px;
	_height: 500px;
	min-height: 500px;
}
#conteudo .mais{
	font-size:13px;
}
#conteudo .menos{
	font-size:11px;
}
/*===========================
	LATERAL
===========================*/
#lateral {
	background: url(/img/adi/fnd_abaBG.jpg) repeat-y  left top;	
	position: relative;	
/*	margin:0 0 0 -2px;*/
	top: -107px;
}
#lateral .inner {
	background: url(/img/adi/fnd_abaBOTTOM.jpg) no-repeat left bottom;
	padding-top: 5px;
	padding-bottom: 50px;
}
#lateral .download,
#lateral .destaque,
#lateral .projetos {
	width: 125px;
	margin: 0 0 0 8px;
}
#lateral div h3,
#lateral div h3 {
/*	background: #029900;*/
	color: #000;
	font: bold 11px arial;
	background:none;
	padding: 2px 5px;
	margin-top: 5px;
	border:1px solid #999;

}
#lateral .download p,
#lateral .destaque p,
#lateral .projetos p {
	padding: 5px;
}
#lateral .saiba-mais {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #20788B;
	text-align: right
}
#lateral a:hover{
	color: #000;
}
/*======================
	BARRA
======================*/
#barra {
	position: absolute;
	top: 80px;
	left: 25px;
/*	background: url(../img/barraTopo.gif) no-repeat left top;*/
	width: 595px;
	height: 35px;
}
/* DATA */
#data {
	width: 170px;
	position: absolute;
	font: 10px arial;
	color: #fff;
	text-align: center;
	top:5px;
	left: 130px;
	bottom: 0;
	white-space: nowrap; 
}

/* BUSCA */
#busca {
	position: absolute;
	right: 55px;
	top: 3px;
}
#busca label {
	font: bold 11px tahoma;
	color: #333;
}
#busca .palavra {
	border: 1px solid #999;
	font: 9px tahoma;
	padding: 0 5px;
	color: #444;
	min-height: 15px
}
#busca .button {
	font: 10px tahoma;
	border: 0 solid;
	width: 14px;
	min-height: 13px;
	_height: 13px;	
	background: url(/img/adi/barraBotao.gif) no-repeat left top;
}
/**/

h2 {
	font: bold 18px tahoma;
	padding: 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
h2 .data  {
	display: block;
	font: 11px arial;
	color: #555;
}
h3 {
	font: bold 13px tahoma;
}
h4 {
	font: bold 12px tahoma;
}

p {
	padding: 10px;
}
#rodape-externo{
	height:34px;
	background:#053878;
	width: 100%;
	position: relative;
	text-align: left;
	margin:0 auto;
	_margin:-1px auto 0 auto;
	background:url(/img/adi/bgRodape.gif) no-repeat center top;
	display:none;
}
/*=======================
	RODAPÉ
=========================*/
#rodape {
	background: url(/img/adi/rodapeBg.gif) no-repeat 5px top;
}
#rodape p {
	text-align: center;
	padding: 10px;
	font: 11px tahoma;
	color:#666;
}
#rodape a:hover{
	color:#993300;
}

/*=======================
	CAMINHO
=========================*/
.caminho {
	padding: 1px 3px;
	background-color: #FFFFee;
	border: 1px solid  #FFFFcc
}
.caminho,
.caminho a {
	color: #444;
}
.caminho a span {/* esse é o current, é onde o cara tá */
	font: bold 11px arial;
	color: #FF6633
}
.caminho .seta {
	font: 12px verdana
}

/*=======================
	NEWSLETTER
=========================*/
#newsletter {
	margin-top: 15px;
}
#newsletter dt {
	background: url(/img/news.gif) no-repeat left top;
	height: 27px;
}
#newsletter dt span {
	display: none;
}
#newsletter .emailNews {
	width: 100px;
	border: 1px solid #777;
	margin-left: 15px;
	height: 15px;
	_height: 18px;
}
#newsletter .buttonNews {
	border: 1px solid #777;
	height: 18px;
	_height: 18px;					
	font: bold 11px arial;
}
