@import url("menu.css");
/* CSS Document - 17/09/2006 */

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	/*font-family:Verdana, Arial, Helvetica;*/
	line-height:140%;
}

body {
	background:#999 url(../images/bg.jpg) repeat-x;
	margin: 27px 0 0 0;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
}

#logo {
	width:255px;
	height:95px;
	float:left;
	margin:20px 3px;
}

#logo h1 {
	width: 255px;
	display:block;
	text-align:left;	
}

#logo h1 a{
	text-indent:-9000px;
/*	overflow:none;*/	
	float:left;
	width:250px;
	height:95px;
	background:url(../images/logo.jpg) no-repeat;
	display:block;		
}

#versoes {
	width:190px;
	height:45px;
	float:right;
	margin-top:15px;	
}

#versoes p {
	float:left;
	margin-top:8px;
}

#intro {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 125px;
	/*border: 1px solid #666666;*/
}

#geral {
	width:762px;
	height:auto;
	margin:0 auto;	
	background:url(../images/bg_geral.jpg) repeat-y;	
}

#topo {
	width:762px;
	height:115px;	
	background:#fff url(../images/topo.jpg) no-repeat;
	float:left;
}

#menu {
	width:762px;
	height:34px;	
	font:12px Tahoma, Arial, Helvetica;		
	background:#fff url(../images/menu_superior.jpg) no-repeat;
	float:left;
	margin:0;
}

#flash {
	width:446px;
	height:223px;
	background:#3D766C;
	float:left;		
}

#flash-texto {
	width:316px;
	height:223px;
	background:#3D766C url(../images/flash_texto.jpg) no-repeat;
	float:left;		
}

#conteudo-home {
	width:762px;
	height:326px;
	background:url(../images/conteudo.jpg) no-repeat;	
	float:left;
}

html>body #conteudo-home{ /* hack para FF */
	height:auto;
	background-color:#eee;
}

#texto-home {
	width:376px;	
	float:left;	
}

#texto-home a {
	color:#3D766C;
	text-decoration:none;
}

#texto-home a:hover {
	color:#000;
}

#texto-home p {
	margin:0 0 10px 20px;
}

#meio-home {
	width:195px;
	height:370px;
	float:left;
}

#box-moedas {
	font-size:10px;
	width:195px;
	width:175px!important;
	height:185px;
	/*height:165px!important;*/
	float:left;	
	background:url(../images/bg_moedas.jpg) no-repeat;
	margin-top:10px;
	padding:0 10px;
}

#box-moedas h2 {
	font-size:1.4em;
	color:#3D766C;
	margin:15px 0 10px 70px;
	
}

#box-moedas tr {
	height:20px;
}

#box-moedas .trCinza {
	background:#DEDEDE;
}

#box-moedas .trCinzaClaro {
	background:#F5F5F5;
}


#box-moedas p {
	width:165px;
	height:15px;	
	border-bottom:1px solid #ccc;
	float:left;
	margin:8px 0 0 10px;
}

#box-moedas .fonte{
	border:0;
	font-size:10px;
	margin-top:15px;	
}

#box-noticias {
	width:180px;
	height:370px;
	float:left;
}

#box-noticias .fonte {
	margin:10px;
}

/*#box-noticias a:link, #box-noticias a:visited {
	color:#000;
}

#box-noticias a:hover {
	color:#639;
}
*/
#datacontainer {
	margin:10px;
}


#datacontainer ul {
	margin:0;
	list-style:none;
}

#datacontainer li {
	border-bottom:1px solid #fff;
	height:34px!important;
	height:40px;
	display:block;
	padding:3px;	
}

#datacontainer li a {
	color:#333;
	display:block;
	height:40px;	
}

#datacontainer li a:hover {
	color:#663399;
	background-color:#fff;
	height:40px;
}

.bgNoticias {
	background:#eee;
}

#box-orcamento {
	width:195px;
	width:155px!important;
	height:185px;
	height:175px!important;
	background:#eee url(../images/box_orcamento.jpg) no-repeat;
	float:left;
	padding:10px 20px 0 20px;
	margin-bottom:10px;
}

html>body #box-orcamento{ /* hack para FF */
	/*height:auto;*/
	margin-bottom:30px;

}

#box-orcamento h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#3D766C;
}

#box-orcamento .img {
	
	
}

#rodape {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	width:762px;
	height:55px;
	height:40px!important;
	background:url(../images/rodape.jpg) no-repeat;
	float:left;
	/*clear:both;*/
	padding-top:15px;
	text-align:center;
	
}


/* Estilos das páginas internas - 19/10/2006 - 10:30h */
#barra_topo {
	width:762px;
	height:111px;
	background:#3D766C;
	float:left;
}

#conteudo-interna {
	width:760px;
	height:326px;
	background-color:#eee;/*url(../images/conteudo_interna.jpg) no-repeat;*/	
	float:left;
}

#conteudo-interna a:link, #conteudo-interna a:visited {
	color:#000;
}

#conteudo-interna a:hover {
	color:#639;	
}


#box-direito {
	width:174px;
	float:left;	
}

#box-esquerdo {
	width:190px;
	float:left;	
}

#texto-interno {
	width:385px;
	float:left;	
}

html>body #conteudo-interna{ /* hack para FF */
	height:auto;
}

#pular-intro {	
	text-align:right;
	color:#FFF;
}

#pular-intro a:link, #pular-intro a:visited {	
	color:#fff;
}

#pular-intro a:hover {
	color:#000;
	text-decoration:underline;
}


/* ----- CLASSES ---- */
h5 {
	margin:10px 0 0 20px;
	font-size:1.2em;
}

.texto-destacado {
	font-size:1.3em;
	font-weight:bold;
	color:#3D766C;
}

.paragrafos {
	margin:10px 0 10px 20px;
}

.floatR {
	float:right;
}

.floatL {
	float:left;
}

.lista {
	margin:0;
}

.lista ul {
	margin:0 20px 10px 20px;
}

html>body .lista ul {
	margin-top:15px;
}

.lista li {
	margin:0;
	width:auto;	
	border-bottom:1px solid #fff;
	height:25px;
	height:20px!important;
	padding-top:5px;
}

html>body .lista li{	
	line-height:100%;
}

.lista li a:link, .lista li a:visited {
	text-decoration:none;
	display:block;
	height:20px;
	color:#333;
}

.lista li a:hover {
	color:#639;
	font-weight:bold;	
	height:20px;	
}



/* ------- TITULOS DOS TEXTOS --------- */
.titulos {
	text-indent:-9000px;	
	overflow:hidden;	
}

#t_vejatambem {
	background:url(../images/t_vejatambem.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_semextras {
	background:url(../images/t_semextras.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#conheca_home{
	background:url(../images/t_conheca_home.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#noticias_home {
	background:url(../images/t_noticias_home.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#onde_home {
	background:url(../images/t_onde_home.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_sobre {
	background:url(../images/t_sobre.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_historico {
	background:url(../images/t_historico.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_importacao {
	background:url(../images/t_importacao.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_exportacao {
	background:url(../images/t_exportacao.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_cabotagem {
	background:url(../images/t_cabotagem.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_armazenagem {
	background:url(../images/t_armazenagem.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_projetos {
	background:url(../images/t_projetos.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_servicos {
	background:url(../images/t_servicos.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_parceiros {
	background:url(../images/t_parceiros.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_clientes {
	background:url(../images/t_clientes.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_localizacao {
	background:url(../images/t_localizacao.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_fale {
	background:url(../images/t_fale.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_links {
	background:url(../images/t_links.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_orcamento {
	background:url(../images/t_orcamento.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}

#t_resposta {
	background:url(../images/t_resposta.jpg) no-repeat;	
	margin:10px 0 0 10px;
	height: 25px;
}


/* ---- FORMULÁRIOS: 20/10/2006-11:29H ---*/
#formularios {
	width:360px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
}

#formularios fieldset {
	border:0;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#663399;
	margin-left:15px;	
}

#formularios legend {	
	display:none;
}

#formularios label {
	float:left;
	width:auto;
	display:block;
	padding:0 5px;
	margin-bottom:10px;
	margin-right:5px;
}

#formularios input {
	width:320px;
	height:18px;
	color:#333;
	margin:0;	
	border:1px solid #eee;
	border-bottom:1px solid #999;	
	border-right:1px solid #ccc;
	border-left:3px solid #999;
	display:block;
	background:#eee;
	padding-left:5px;			
}

#formularios select {
	border:1px solid #eee;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	color:#333;	
	font-size:1em;
	font-family:Verdana, Arial;	
	display:block;
	background:#eee;
	padding-left:5px;
}

#formularios textarea {
	width:320px;
	height:70px;
	color:#333;
	margin:0;	
	border:1px solid #999;
	border-left:3px solid #999;	
	font-size:1em;
	font-family:Verdana, Arial;
	display:block;
	background:#eee;
	padding-left:5px;		
}

#formularios .radio {
	border:0;
	width:10px;
	float:left;
}

#formularios .asterisco {
	color:#FF0000;
	font-size:1em;
}

#formularios input.botao {
	margin-top:30px;
	width: 120px;
	height:25px;
	background:#999;
	color:#fff;
	border:1px solid #eee;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:20px;
	text-align:center;
}

#formularios #campo_telefone,
#formularios #campo_fax,
#formularios #campo_valor_nf,
#formularios #campo_peso_carga,
#formularios #campo_qtd_volumes,
#formularios #campo_altura_carga,
#formularios #campo_comprimento_carga,
#formularios #campo_largura_carga {
	width:85px;
}

#formularios #campo_assunto,
#formularios #campo_cnpj,
#formularios #campo_cnpj_pagador_frete,
#formularios #campo_cpf,
#formularios #campo_cidade_origem,
#formularios #campo_cidade_destino {
	width:140px;
}

#formularios br {
	clear:both;
}


