@charset "utf-8";
/* CSS Document */
h1{
	margin:0;
	padding:0;
	font-weight:lighter;
	line-height:15px;
	color:999999;
}

body{
	margin:0;
	padding:0;
	height:100%;
	background:url(../gfx/bg.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

/***** TOPO *****/
#topo{
	width:940px;
	margin:auto;
}
.topoInfo{
	padding-top:30px;
	padding-bottom:30px;
}
.logoTopo{
	float:left;
}
.infosTopo{
	padding-top:20px;
	float:right;
}

.bannerTopo{
	
}
/* ***** MENU ***** */
#menu { 
	margin-bottom:30px;
}
#menu ul { 
	margin:0;
	padding:0;
}
#menu ul li{ display: inline; }
#menu a{
	float: left;
	display: block;
	height: 37px;
	margin:0;
	text-decoration: none;
}
#menu a span{ visibility: hidden; }
#menu .inicio{
	background: url(../gfx/btInicio.png) top center no-repeat;
	width: 172px;}
#menu .frota{
	background: url(../gfx/btFrota.png) top center no-repeat;
	width: 176px;}
#menu .seguradoras{
	background: url(../gfx/btSeguradoras.png) top center no-repeat;
	width: 182px;}
#menu .contato{
	background: url(../gfx/btContato.png) top center no-repeat;
	width: 178px;}
	
#menu .suporte{
	background: url(../gfx/btSuporte.png) top center no-repeat;
	width: 232px;
}
	
#menu a:hover, .tcurrent {background-position: 0 -37px;}
#menu .tcurrent {background-position: 0 -37px;}



/****** COLUNA ESQUERDA ******/
#container{
	width:940px;
	margin:auto;
}

#colEsq{
	float:left;
	width:700px;
	padding-top:25px;
}

#colDir{
	width:220px;
	float:right;
	padding-top:25px;
}

/**** TITULOS e FONTES *******/
.titulo{
	font-size:24px;
	color:#0B7ADF;
	font-style:italic;
	padding-bottom:25px;
}
.tituloContato{
	font-size:24px;
	color:#666666;
	font-style:italic;
	padding-bottom:25px;
}

/**** EMPRESA *****/
.empDesc{
	color:#999999;
	font-size:14px;
	font-weight:lighter;
	text-align:justify;
	padding-bottom:25px;
}

.empSubTit{
	border-left:3px #0B7ADF solid;
	font-size:14px;
	color:#666666;
	margin-bottom:20px;
	font-style:italic;
	padding-left:10px;
	height:17px;
	line-height:17px;
}

.divisor{
	border-top:#E0E0E0 4px solid;
	padding-bottom:25px;
}


/****** COLUNA DIREITA ******/

.tempoCidade{
	font-size:14px;
	font-style:italic;
	color:#666666;
	padding-bottom:25px;
}
.temperatura{
	padding-top:7px;
}

.climaHolder{
	padding-bottom:15px;
	padding-top:20px;
	border-bottom:1px #CCC dotted;
	min-height:55px;
}

.climaColEsq{
	width:62px;
	float:left;
}
.climaColDir{
	width:140px;
	float:left;
	margin-left:15px;
	font-size:11px;
	color:#999999;
}
.climaDia{
	font-size:12px;
	color:#666666;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}
.climaTemp{
	font-size:14px;
}
.tempMin{
	background:url(../gfx/tempMin.jpg) left center no-repeat;
	padding-left:10px;
	color:#0F72B7;
	font-weight:bold;
	float:left;
}

.tempMax{
	background:url(../gfx/tempMax.jpg) left center no-repeat;
	padding-left:10px;
	color:#FF0000;
	font-weight:bold;
	float:left;
	margin-left:10px;
}



.thumbs{
padding-bottom:5px;
}
.thumbs img{
	border:none;
}

#paginacao{
	border-top:1px dotted #DBDBDB;
	border-bottom:1px dotted #DBDBDB;
	padding-top:8px;
	padding-bottom:8px;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	color:#6F6F6F;
}

#paginacao ul{
	list-style-type:none;
	margin:auto;
	padding:0;
}
#paginacao ul li{
	float:left;
	text-align:center;
	margin-right:20px;
}

#paginacao ul li a{
	text-decoration:none;
	color:#6F6F6F;
}
#paginacao ul li a:hover{
	text-decoration:none;
	color:#064FAB;
}
#paginacao ul li span.atual{
	text-decoration:none;
	color:#064FAB;
	font-size:22px;
}
#paginacao ul li.prox{
	float:right;
	padding-right:15px;
	background:url(../gfx/arrow_r.jpg) center right no-repeat;
}
#paginacao ul li.ant{
	float:left;
	padding-left:15px;
	background:url(../gfx/arrow_l.jpg) center left no-repeat;
}

#carregando{
	font-size:13px;
	color:#999;
}

.fotoThumb{
	border:none;
	float:left;
	margin-right:20px;
	margin-bottom:20px;

}


/***** RODAPE **********/

#rodape{
	background:url(../gfx/bg_rodape.jpg) top center no-repeat;
	height:121px;
	padding-top:40px;
	
}

.rodapeContainer{
	width:940px;

	margin:auto;
	height:121px;
}

.logoRod{
	width:140px;
	float:left;
}
.infosRod{
	background:url(../gfx/gfxRod.png) no-repeat;
	padding-left:25px;
	float:left;
	margin-left:25px;
	font-size:12px;
	color:#8CC4F9;
	line-height:20px;
}

.infosRod a:active,
.infosRod a:link,
.infosRod a:visited{

	color:#8CC4F9;
	text-decoration:none;

}
.infosRod a:hover{

	color:#FFF;
	text-decoration:none;

}

.infosHolder{
	padding-bottom:40px;
}

.copright{
	font-size:12px;
	color:#8CC4F9;
	width:500px;
	float:left;
	padding-top:10px;
	
}


/**********NOSSA FROTA***********/
.nossaFrota{
	width:620px;
}

.thumbHolder{
	width:84px;
	height:56px;
	padding:1px;
	background:#FFF;
	border:1px solid #DBDBDB;
	float:left;
	margin-bottom:20px;
	margin-right:18px;
}
.thumbHolder img{
	margin:0;
	padding:0;
	border:none;
}

#thumbsCol{
	
}

#fotoContainer{
	border:1px solid #DBDBDB; 
	height:458px;
	background:url(../gfx/ajax-loader.gif) center no-repeat;
}
#fotoContainer img{
	margin:1px;
}

#compartilhe{
	border-top:1px dotted #DBDBDB;
	border-bottom:1px dotted #DBDBDB;
	padding-top:8px;
	padding-bottom:8px;
	height:30px;
	margin-top:20px;
	line-height:30px;
	font-size:12px;
	color:#999999;
}

.barraCell{
	text-align:center;
	border-right:1px dotted #DBDBDB;
}
.voltarCell{
	width:70px;
	float:left;
	padding-left:20px;
	text-align:left;
	background:url(../gfx/voltarBT.jpg) left center no-repeat;
}
.imprimirCell{
	width:121px;
	float:left;
	padding-left:20px;
	text-align:center;
	background:url(../gfx/imprimir.jpg) 30px 8px no-repeat;
}
.viewsCell{
	width:213px;
	float:left;
	text-align:center;
	background:url(../gfx/views.jpg) 30px 8px no-repeat;
}
.compartCell{
	width:172px;
	float:left;
	text-align:right;
	border:none;
}
.compartilhe{
	padding:5px;
	margin-top:5px;
	display:none;
	border:1px #EEE solid;
}
.compartilhe a, .compartilhe a:visited{
	display:block;
	height:16px;
	margin-right:25px;
	overflow:hidden;
	float:left;
}
.compartilhe a span{
	visibility:hidden;
	font-size:1px;
}

.ico_twitter{
	background-image:url(../gfx/ico_twitter.gif);
	width:63px;
}
.ico_delicious{
	background-image:url(../gfx/ico_delicious.gif);
	width:77px;
}
.ico_live{
	background-image:url(../gfx/ico_live.gif);
	width:102px;
}
.ico_facebook{
	background-image:url(../gfx/ico_facebook.gif);
	width:80px;
}
.ico_myspace{
	background-image:url(../gfx/ico_myspace.gif);
	width:74px;
}
.ico_digg{
	background-image:url(../gfx/ico_digg.gif);
	width:51px;
	margin-right:0px;
}

.frotaTxt{
	font-size:14px;
	color:#999999;
	line-height:15px;
	padding-top:20px;
	text-align:justify;
	padding-bottom:20px;
}

/******* SEGURADORAS *********/
.list{
	height:30px;
	color:#E2E2E2;
}

.z{
	background:#E2E2E2;
}

.nomeSeg{
	line-height:30px;
	color:#999999;
	font-size:14px;
	float:left;
	padding-left:10px;
	width:430px;
}
.telSeg{
	line-height:30px;
	color:#999999;
	font-size:14px;
	float:left;
	border-left:1px solid #FFF;
	padding-left:18px;
}


/*****CONTATO ********/

.titForm{
	color:#999;
	font-size:14px;
	font-weight:lighter;
	padding-bottom:8px;
}
.divForm{
	padding-bottom:8px;
}
.formField{
	background:url(../gfx/bgForm.jpg) top left repeat-x;
	border:2px solid #D6D6D6;
	height:24px;
	width:456px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#status{
	
}

.sucesso{
	background-color:#9BFE7E;
	border:dashed 1px #6C0;
	padding:10px;
	line-height:20px;
	font-size:14px; 
	color:#333;
	margin-top:10px;
	
}

.erro{
	background-color:#FFB3A8;
	border:dashed 1px #C00;
	padding:10px;
	font-size:14px; 
	color:#333;
	margin-top:10px;
	
}

.formTarea{
	background:url(../gfx/bgForm.jpg) top left repeat-x;
	border:2px solid #D6D6D6;
	height:158px;
	width:456px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
}
.botaoEnviar{
	padding-top:7px;
	text-align:right;
}
.submitForm{
	width:126px;
	height:39px;
	background:url(../gfx/btEnv.jpg) no-repeat;
	border:none;
	cursor:pointer;
}

.email a{
	color:#0B79DF;
	text-decoration:none;
}
.email a:hover{
	color:#006;
	text-decoration:none;
}
