@charset "utf-8";
/* ----------------------- CONFIGURACAO PADRAO ----------------------- */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

body {
	background: #FC0 url(/imagens/bg.jpg) no-repeat top center;
	text-align: center;
	font: 13px Tahoma, Arial, Verdana;
	color: #000;
}

form fieldset {
	margin-bottom: 20px;
	border: none;
}

form label {
	font-weight: bold;
	color: #666;
	display: block;
	margin-bottom: 5px;
}

form label.foco { color: #000; }

form input.foco, form select.foco, form textarea.foco { border: solid 1px #333; }

form input, form textarea, form select {
	background: #fff;
	color: #666;
	width: 450px;
	padding: 5px;
	border: solid 1px #999;
}

form select { width: 460px; }

form textarea { overflow: auto; }

form select option, select option { padding-right: 10px; }

form p.botao-submit { text-align: center; margin: 0; }

form button{
    display:block;
    float:left;
    margin-bottom: 15px;
    background: #300;
	border: none;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    color:#FF9;
    cursor:pointer;
    padding: 5px 10px 6px 10px; /* Links */
}
form button{
    width:auto;
    overflow:visible;
}
form button img {
	display: inline;
    margin:0 3px -3px 0 !important;
    width:16px;
    height:16px;
}

form button:hover { background: #900; color: #FF0; }

label.check {
	font-weight: normal;
	display: inline-block; /* ie */
	width: 290px;
}

h1, h2, h3 {
	color: #333;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

h1 img { height: 22px; }

h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}

h3.historico-nav { margin-bottom: 10px; }

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

img {
	display: block;
	border: none;
}

img.resposta {
	display: inline;
	margin: -3px 8px 0 0;
	float: left;
}

img.carregando {
	display: inline;
	width: 25px;
	height: 25px;
	margin: -3px 8px 0 0;
	float: left;
}

p {
	text-align: justify;
	line-height: 18px;
	margin-bottom: 10px;
}

p.botoes { text-align: center; }

span.obrigatorio {
	font-weight: normal;
	color: #C00;
}

span.erro {
	color: #CC0000;
	font-weight: bold;
}

ul {
	list-style: none;
	margin-bottom: 20px;
}

/* ----------------------- FIM CONFIGURACAO PADRAO ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ----------------------- ESTRUTURA ----------------------- */

#site {
	background: #fff;
	text-align: left;
	width: 900px;
	margin: auto;
}

#topo {
	text-align: center;
	width: 880px;
	margin: auto;
	padding: 10px;
}

#topo #logo, #topo #icones-topo {
	display: inline;
	float: left;
}

#topo #icones-topo {
	margin: 45px 0 0 50px;
}

#publicidade {
	display: block;
	width: 900px;
	height: 182px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}

ul#menu {
	background: url(/imagens/bg-menu.jpg) repeat-x top left;
	text-align: center;
	display: block;
	width: 100% !important;
	min-width: 900px;
	height: 50px;
	margin: auto;
	padding: 0; /* chrome */
	position: relative; /* ie7 */
}

ul#menu li {
	display: block;
	height: 50px;
	float: left;
}

ul#menu li.barrinha { padding: 0; width: 2px; }

ul#menu li img.barrinha { width: 2px; }

ul#menu li a {
	color: #FF6;
	font-size: 12px;
	line-height: 50px;
	width: 126px;
	height: 50px;
	display: block;
	padding: 0;
	float: left;
}

ul#menu li a#home, ul#menu li a#reservas, ul#menu li a#contato, ul#menu li a#empresa { width: 84px; }

ul#menu li a#tarifas { width: 172px; }

ul#menu li a#participacao, ul#menu li a#locacao { width: 190px; }

ul#menu li a:hover, ul#menu li a.ativo {
	background: url(/imagens/bg-menu-hover.jpg) repeat-x top left;
	color: #fff;
	text-decoration: none;
}

ul#menu li a.ativo:hover {
	color: #F60;
	text-decoration: none;
}

#conteudo {
	background: #fff url(/imagens/bg-corpo-site.gif) repeat-y top left;
	width: 900px;
}

#esquerdo {
	width: 609px;
	display: inline;
	padding: 20px 10px 20px 20px;
	float: left;
}

#direita {
	width: 230px;
	display: inline;
	padding: 20px 20px 20px 10px;
	float: right;
}

#rodape {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

#copyright {
	text-align: left;
	width: 600px;
	float: left;
}

#autor {
	text-align: right;
	width: 300px;
	float: right;
}

/* ----------------------- FIM ESTRUTURA ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* ----------------------- BUG FLOAT FIREFOX ----------------------- */

#topo:after, #conteudo:after, #rodape:after, form p.botoes:after, ul#menu:after, .resumo-capa:after, form p.after:after, p#carros:after {
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}

/* ----------------------- FIM BUG FLOAT FIREFOX ----------------------- */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* TTULOS */

#tooltip {
	position: absolute;
	z-index: 3000;
	background: #ffffcc;
	padding: 5px;
	border: solid 1px #999;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

/* FIM TTULOS */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* HOME */
.resumo-capa { margin-bottom: 20px; }

.resumo-capa span.img-resumo-capa {
	border: solid 1px #666;
	display: inline;
	width: 198px;
	margin-right: 10px;
	float: left;
}

.resumo-capa img {
	width: 198px;
	height: 98px;
}

div.carro {
	width: 220px;
	margin: 0 auto 30px auto;
}

div.carro img {
	width: 220px;
}

/* FIM HOME */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* CONTATO */

#contato textarea { height: 200px; }
#contato input#email { width: 350px; }
#contato input#tel { width: 100px; }
#contato select { width: 300px; }

/* FIM CONTATO */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* RESERVAS */

#reserva input#n { width: 60px; }
#reserva input#end { width: 470px; }
#reserva input#bairro, #reserva input#email { width: 250px; }
#reserva select { width: 300px; }
#reserva select#pessoa, #reserva input#cpf, #reserva input#cep, #reserva input#tel { width: 120px; }
#reserva span#tipo-contratante, #reserva span#id-contratante, #reserva span#bairro_, #reserva span#cep_ {
	width: 160px;
	display: block;
	float: left;
}
#reserva span#id-contratante { width: 280px; }
#reserva span#bairro_ { width: 280px; }
#reserva span#cep_ { width: 250px; }
#reserva input.data { width: 60px; }
#reserva input.hora { width: 40px; }

/* FIM RESERVAS */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* VEÍCULOS */



/* FIM VEÍCULOS */