@charset "utf-8";

/* ------------------------------------ */
/*                                      */
/*                GERAL                 */
/*                                      */
/* ------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #cfb881 url('../img/body-bg.jpg') 0 0 repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	cursor: default;
}

#site {
	margin: 0 auto;
	width: 1000px;
	height: auto;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
} 

.clearfix { 
	display: inline-block; 
} 

html[xmlns] .clearfix { 
	display: block; 
} 

* html .clearfix { 
	height: 1%; 
}

p.normal {
	margin: 6px 0;
}

p.spaced {
	margin-bottom: 20px;
}

img {
	border: 0;
}

.none {
	display: none;
}

.negrito {
	font-weight: bold;
}

ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

#flashbox {
	position: relative;
}

#flashtop a, #flashbox a {
	text-align: center;
	display: block;
	margin-top: 100px;
}




/* ------------------------------------ */
/*                                      */
/*                TOPO                  */
/*                                      */
/* ------------------------------------ */


#topo {
	width: 1000px;
	height: 311px;

}

#topo ul#menu-topo {
	float: right;
	margin: 16px 93px 0 0;
}

#topo ul#menu-topo li {
	float: left;
	padding: 0 9px;
}

#topo ul#menu-topo li.first {
	border-right: 1px dotted #fff;
}

#topo ul#menu-topo li a {
	float: left;
	color: #fff;
	text-decoration: none;
}

#topo ul#menu-topo li a:hover {
	text-decoration: underline;
}

#topo h1 {
	display: table;
}

#topo h1 a {
	display: block;
	width: 146px;
	height: 148px;
	margin: 45px 0 0 130px;
	text-indent: -10000px;
}




/* ------------------------------------ */
/*                                      */
/*                MENU                  */
/*                                      */
/* ------------------------------------ */


#navegacao {
	width: 1000px;
	height: 40px;
	background: url('../img/menu-bg.jpg') top left no-repeat;
}

#navegacao ul#menu {
	height: 31px;
	padding: 6px 0 0 99px;
	z-index: 90;
	position: relative;
}

#navegacao ul#menu li {
	float: left;
	padding: 0 1px;
	z-index: 1000;
	position: relative;  /* to contain the dropdown menu */
}

#navegacao ul#menu li a {
	display: block;
	text-indent: -10000px;
	height: 31px;
	line-height: 31px;
	background: url('../img/menu-links.png') no-repeat;
}

#navegacao ul#menu li a.transcar {
	background-position: 0 0;
	width: 70px;
}

#navegacao ul#menu li a.transcar:hover,
#navegacao ul#menu li a.transcar2,
#navegacao ul#menu li.sfhover a.transcar,
#navegacao ul#menu li:hover a.transcar {
	background-position: 0 -34px;
}

#navegacao ul#menu li a.clientes {
	background-position: -70px 0;
	width: 62px;
}

#navegacao ul#menu li a.clientes:hover,
#navegacao ul li a.clientes2 {
	background-position: -70px -34px;
}

#navegacao ul#menu li a.cotacao {
	background-position: -132px 0;
	width: 60px;
}

#navegacao ul#menu li a.cotacao:hover,
#navegacao ul li a.cotacao2 {
	background-position: -132px -34px;
}

#navegacao ul#menu li a.rastreamento {
	background-position: -192px 0;
	width: 95px;
}

#navegacao ul#menu li a.rastreamento:hover,
#navegacao ul li a.rastreamento2 {
	background-position: -192px -34px;
}

#navegacao ul#menu li a.apolice {
	background-position: -287px 0;
	width: 55px;
}

#navegacao ul#menu li a.apolice:hover,
#navegacao ul li a.apolice2 {
	background-position: -287px -34px;
}

#navegacao ul#menu li a.noticias {
	background-position: -342px 0;
	width: 59px;
}

#navegacao ul#menu li a.noticias:hover,
#navegacao ul li a.noticias2 {
	background-position: -342px -34px;
}

#navegacao ul#menu li a.fale-conosco {
	background-position: -401px 0;
	width: 87px;
}

#navegacao ul#menu li a.fale-conosco:hover,
#navegacao ul#menu li a.fale-conosco2,
#navegacao ul#menu li.sfhover a.fale-conosco,
#navegacao ul#menu li:hover a.fale-conosco {
	background-position: -401px -34px;
}

#navegacao ul#menu li ul.dropmenu {
	position: absolute;
	display: block;
	left: -999em;
	height: 28px;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#navegacao ul#menu li:hover ul.dropmenu, #navegacao ul#menu li.sfhover ul.dropmenu {
	left: 1px;
	top: 31px;
	z-index: 900;
}

#navegacao ul#menu li ul.dropmenu li {
	display: block;	
	height: 28px;
	background: none;
	float: left;
	padding: 0;
	margin: 0;
}

#navegacao ul#menu li ul.transcar-menu {
	width: 184px;
}

#navegacao ul#menu li ul.transcar-menu li a,
#navegacao ul#menu li ul.fale-conosco-menu li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url('../img/menu-sub.png');
}

#navegacao ul#menu li ul.transcar-menu li a.empresa {
	width: 74px;
	background-position: 0 0;
}

#navegacao ul#menu li ul.transcar-menu li a.empresa:hover {
	background-position: 0 -28px;
}

#navegacao ul#menu li ul.transcar-menu li a.frota {
	width: 44px;
	background-position: -74px 0;
}

#navegacao ul#menu li ul.transcar-menu li a.frota:hover {
	background-position: -74px -28px;
}

#navegacao ul#menu li ul.transcar-menu li a.servicos {
	width: 66px;
	background-position: -118px 0;
}

#navegacao ul#menu li ul.transcar-menu li a.servicos:hover {
	background-position: -118px -28px;
}

#navegacao ul#menu li ul.fale-conosco-menu {
	width: 405px;
}

#navegacao ul#menu li:hover ul.fale-conosco-menu,
#navegacao ul#menu li.sfhover ul.fale-conosco-menu {
	left: -317px;
	top: 31px;
	z-index: 900;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.fale-com {
	width: 133px;
	background-position: -184px 0;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.fale-com:hover {
	background-position: -184px -28px;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.trabalhe {
	width: 117px;
	background-position: -317px 0;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.trabalhe:hover {
	background-position: -317px -28px;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.prestadores {
	width: 155px;
	background-position: -435px 0;
}

#navegacao ul#menu li ul.fale-conosco-menu li a.prestadores:hover {
	background-position: -435px -28px;
}




/* ------------------------------------ */
/*                                      */
/*            CONTEUDO                  */
/*                                      */
/* ------------------------------------ */


#conteudo {
	width: 800px;
	background: url('../img/conteudo-bg.jpg') top left repeat-y;
	padding: 49px 100px 20px 100px;
}

#conteudo #principal, #conteudo #secundarias {
	width: 570px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

#conteudo a {
	color: #3f3f3f;
	text-decoration: underline;
}

#conteudo a:hover {
	text-decoration: none;
}

#conteudo h3.titulo {
	font: normal 20px Tahoma, Verdana, Arial, sans-serif;
	font-family: Tahoma;
	color: #001648;
	padding: 0 0 0 18px;
	text-transform: uppercase;
	background: url('../img/titulo-bg.png') center left no-repeat;
}

#conteudo span.separador {
	background: url('../img/separador.png') repeat-x;
	width: auto;
	display: block;
	height: 2px;
	line-height: 2px;
	margin: 9px 0 15px 0;
}

#conteudo #principal .esquerda {
	width: 340px;
	height: auto;
	float: left;
	margin-right: 9px;
}

#conteudo #principal .esquerda #flashbox {
	width: 341px;
	height: 298px;
	margin-bottom: 10px;
}

#conteudo #principal .esquerda .intro {
	width: auto;
	height: 280px;
	background: url('../img/intro-bg.png') top left repeat-x;
	padding: 15px 20px 15px 20px;
}

#conteudo #principal .esquerda .intro span.separador {
	background: url('../img/separador.png') repeat-x;
	width: auto;
	display: block;
	height: 2px;
	line-height: 2px;
	margin: 9px 0 15px 0;
}

#conteudo #principal .esquerda .intro p {
	color: #3f3f3f;
	margin: 12px 0;
	text-align: justify;
}

#conteudo #principal .esquerda .intro a {
	color: #3f3f3f;
}

#conteudo #principal .direita {
	float: left;
	width: 220px;
	height: auto;
}

#conteudo #sidebox {
	width: 220px;
	height: auto;
	float: left;
}

#conteudo #sidebox.principal h3 {
	width: auto;
	height: 42px;
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	letter-spacing: 1px;
	color: #fff;
	padding: 0 0 0 26px;
	line-height: 42px;
	text-transform: uppercase;
	margin-top: 20px;
	background: url('../img/titulo2-bg.png') center left no-repeat;
}

#conteudo #sidebox.principal h3.first {
	margin: 0;
}

#conteudo #sidebox.principal .noticia {
	padding: 10px 20px;
	border-top: 1px solid #d3c091;
}

#conteudo #sidebox.principal .noticia.first {
	border-bottom: 1px solid #bea975;
	border-top: none;
}

#conteudo #sidebox.principal .noticia h4 {
	font-weight: bold;
	font-size: 11px;
	color: #3f3f3f;
}

#conteudo #sidebox.principal .noticia p {
	color: #3f3f3f;
	margin-bottom: 5px;
}

#conteudo #sidebox.principal .noticia a {
	color: #3f3f3f;
}

#conteudo #sidebox.principal form#newsletter {
	padding: 0 20px;
	margin-top: 10px;
}

#conteudo #sidebox.principal form#newsletter p {
	margin-bottom: 8px;
}

#conteudo #sidebox.principal form#newsletter input {
	font: normal 11px Verdana, Arial, sans-serif;
	border: 1px solid #aa9155;
	background: #cab47f;
	font-size: 11px;
	color: #211c11;
	width: 92%;
	padding: 2px 6px;
	margin-bottom: 2px;
}


#conteudo #sidebox.principal form#newsletter button {
	font: normal 11px Verdana, Arial, sans-serif;
	border: 1px solid #87754b;
	background: #aa9155;
	color: #1b1b1b;
	margin: 4px 2px 0 0;
	padding: 2px 11px;
	cursor: pointer;
}

#conteudo #sidebox.principal form#newsletter button:hover {
	background: #a18950;
}

#conteudo #sidebox.principal p.pesquisa-satisfacao {
	text-align: left;
	padding: 0 20px 0 60px;
	margin: 20px 0 0 0;
	background: url('../img/icone-ok.png') top left no-repeat;
}

#conteudo #sidebox.principal a.pesquisa-button {
	display: block;
	font: normal 11px Verdana, Arial, sans-serif;
	border: 1px solid #87754b;
	background: #aa9155;
	color: #1b1b1b;
	margin: 14px 2px 0 32px;
	padding: 3px 12px;
	width: 60%;
	text-align: center;
	text-decoration: none;
}

#conteudo #sidebox.principal a.pesquisa-button:hover {
	background: #a18950;
}

#conteudo .promocao {
	width: 190px;
	height: auto;
	padding: 16px 15px 10px 15px;
	border-bottom: 1px solid #9e8548;
	background: #c1a76b url('../img/promocao-bg.png') top left repeat-x;
}

#conteudo .promocao h3 {
	width: 185px;
	height: 24px;
	text-indent: -9999px;
	margin-left: 3px;
	background: url('../img/promocao-titulo.png') no-repeat;
}

#conteudo .promocao p.descricao {
	color: #860707;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase; 
	text-align: right;
	margin: 10px 3px 3px 0;
	padding: 2px 0 8px 0;
	letter-spacing: -1px;
	background: url('../img/icone-preco.png') no-repeat;
}

#conteudo .promocao p.descricao span {
	font-size: 20px;
}

#conteudo .promocao .origem-destino {
	width: 190px;
	height: 48px;
	margin-bottom: 2px;
	background: url('../img/botao-origem-destino.png') top left no-repeat;
}

#conteudo .promocao .origem-destino p {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	margin-bottom: 3px;
}

#conteudo .televendas {
	width: auto;
	height: 129px;
	padding: 11px 17px 0 17px;
	border-top: 1px solid #caae6d;
	border-bottom: 1px solid #caae6d;
	background: url('../img/televendas-bg.jpg') no-repeat;
}

#conteudo .televendas h3 {
	color: #001648;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 1px;
	font-family: Tahoma;
}

#conteudo .televendas p.telefone {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	letter-spacing: -1px;
}

#conteudo .televendas p.branco {
	color: #fff;
	margin-top: -4px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#conteudo .televendas p.info {
	width: 115px;
	color: #41361c;
	line-height: 15px;
	margin-top: 4px;
}

#conteudo .rastreamento {
	padding: 11px 17px;
	border-top: 1px solid #9e8548;
	background: url('../img/rastreamento-bg.png') repeat-x;
}

#conteudo .rastreamento p {
	padding-top: 115px;
	color: #4e4326;
	background: url('../img/rastreamento-antena.png') top center no-repeat;
}

#conteudo #secundarias {
	background: #c2a86b;
	padding: 21px;
	width: 528px;
}

#conteudo #secundarias h2, #conteudo #secundarias h3.aniversario13 {
	height: 32px;
	width: 100%;
	text-indent: -9999px;
	background: url('../img/titulo-sec-bg.png') top left no-repeat;
}

#conteudo #secundarias h2.empresa {
	width: 129px;
	background-position: 0 0;
}

#conteudo #secundarias h2.frota {
	width: 71px;
	background-position: -129px 0;
}

#conteudo #secundarias h2.servicos {
	width: 107px;
	background-position: -200px 0;
}

#conteudo #secundarias h2.clientes {
	width: 104px;
	background-position: -307px 0;
}

#conteudo #secundarias h2.cotacao {
	width: 103px;
	background-position: -411px 0;
}

#conteudo #secundarias h2.rastreamento-tit {
	width: 179px;
	background-position: -514px 0;
}

#conteudo #secundarias h2.apolice {
	width: 92px;
	background-position: -693px 0;
}

#conteudo #secundarias h2.noticias {
	width: 104px;
	background-position: -785px 0;
}

#conteudo #secundarias h2.fale-com {
	width: 253px;
	background-position: -889px 0;
}

#conteudo #secundarias h2.trabalhe {
	width: 224px;
	background-position: -1142px 0;
}

#conteudo #secundarias h2.prestadores {
	width: 300px;
	background-position: -1366px 0;
}

#conteudo #secundarias h3.aniversario13 {
	width: 94px;
	background-position: -1666px 0;
}

#conteudo #secundarias h2.pesquisa {
	background-position: -1760px 0;
}

#conteudo #secundarias p {
	text-align: justify;
	margin: 10px 0;
}

#conteudo #secundarias span.bottom {
	margin: 18px 0;
}

#conteudo #secundarias img.foto {
	border: 1px solid #fff;
}

#conteudo #secundarias p.selo-aniversario {
	height: 150px;
	padding-left: 98px;
	background: url('../img/selo-aniversario.jpg') no-repeat;
}

#conteudo #secundarias a.voltar,
#conteudo #secundarias a.subir {
	display: block;
	float: left;
	height: 19px;
	line-height: 19px;
	padding-left: 18px;
	color: #e1e1e1;
	text-decoration: none;
	text-transform: lowercase;
	margin-right: 5px;
	font-size: 11px;
	background: url('../img/botoes-nav.png') no-repeat;
}

#conteudo #secundarias a.voltar {
	background-position: 0 0;
	width: 41px;
}

#conteudo #secundarias a.subir {
	background-position: -59px 0;
	width: 40px;
}

#conteudo #secundarias a.voltar:hover,
#conteudo #secundarias a.subir:hover {
	text-decoration: underline;
}

#conteudo #secundarias ul.clientes {
	margin-top: 25px;
}

#conteudo #secundarias ul.clientes li {
	float: left;
	margin: 0 6px 6px 0;
}

#conteudo #secundarias div.sidebyside_a {
	float: left;
	width: 47%;
}

#conteudo #secundarias div.sidebyside_b {
	float: right;
	width: 50%;
	padding-right: 5px;
}
#conteudo #secundarias fieldset {
	width: 88%;
	padding: 15px;
	border: 1px solid #b0954c;
	margin-bottom: 25px;
}

#conteudo #secundarias legend {
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
	margin-bottom: 3px;
}



/* ------------------------------------ */
/*                                      */
/*            FORMS                     */
/*                                      */
/* ------------------------------------ */

form div.sidebyside_a {
	float: left;
	width: 47%;
}

form div.sidebyside_b {
	float: right;
	width: 50%;
	padding-right: 5px;
}

form div.radiobox {
	margin: 10px 0 30px 0;
}

form h4 {
	font-size: 16px;
}

form#normal fieldset {
	width: 94%;
	padding: 15px;
	border: 1px solid #b0954c;
	margin-bottom: 25px;
}

form#normal .red {
	color: red;
}

form#normal legend {
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	margin-bottom: 3px;
}

form#normal label {
	display: block;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	margin-bottom: 2px;
	clear: both;
}

form#normal label.checkradio {
	font-weight: normal;
	cursor: pointer;
	display: inline;
	margin-right: 45px;
}

form#normal textarea {
	width: 98%;
	height: 7em;
	background: #f1e3c4;
	border: 1px solid #b0954c;
	padding: 3px;
	margin-bottom: 10px;
	font: normal 12px Verdana, sans-serif;
}

form#normal input.textfield {
	width: 98%;
	background: #f1e3c4;
	border: 1px solid #b0954c;
	padding: 4px 3px;
	margin-bottom: 10px;
	font: normal 12px Verdana, sans-serif;
}

form#normal select {
	width: 100%;
	background: #f1e3c4;
	border: 1px solid #b0954c;
	margin-bottom: 10px;
	font: normal 12px Verdana, sans-serif;
}

form#normal select option {
	padding:2px 3px;
}

form#normal input.textfield:focus,
form#normal textarea:focus {
	border: 1px solid #87754b;
}

form#normal button {
	font: normal 12px Verdana, sans-serif;
	border: 1px solid #87754b;
	background: #aa9155;
	color: #fff;
	margin: 4px 2px 0 0;
	padding: 2px 11px;
	cursor: pointer;
}

form#normal button:hover {
	background: #a18950;
}

form#normal button.enviar {
	margin: 10px 0 0 190px;
}

form#normal button.limpar {
	margin: 10px 0 0 10px;
}

form#normal label.error {
	float: none;
	text-align: left;
	display: block;
	clear: both;
	font-weight: normal;
	color: red;
	margin: -7px 0 10px 0;
}

form#normal .radiobox label.error {
	float: none;
	text-align: left;
	display: none;
	clear: both;
	font-weight: normal;
	color: red;
	margin: -7px 0 10px 0;
}




/* ------------------------------------ */
/*                                      */
/*            RODAPE                    */
/*                                      */
/* ------------------------------------ */


#rodape {
	width: auto;
	height: 108px;
	border-top: 1px solid #e5d9bb;
	background: url('../img/rodape-bg.png') top left repeat-x;
}

#rodape #inner {
	width: 800px;
	height: 83px;
	margin: 0 auto;
	background: url('../img/rodape-inner-bg.png') top left no-repeat;
	padding: 25px 100px 0 100px;
}

#rodape #inner p.endereco {
	width: 200px;
	float: left;
	text-align: right;
	color: #abafb8;
	font-size: 11px;
	height: 49px;
	border-right: 1px solid #112147;
	padding: 12px 16px 0 0;
}

#rodape #inner p.telefone {
	width: 180px;
	height: 61px;
	border-left: 1px solid #000;
	float: left;
	text-indent: -9999px;
	background: url('../img/telefone.png') 16px 17px no-repeat;
}

#rodape #inner a.inova2 {
	float: right;
	display: block;
	width: 25px;
	height: 31px;
	text-indent: -9999px;
	margin-top: 19px;
	background: url('../img/inova2.png') no-repeat;
}
