@import url("formularios.css");


/*******************************
	Classes Genéricas
*******************************/

.left { float: left; }

.right { float: right; }

.clear { clear: both; }

.hidden { display: none; }

a:focus, object { outline: none; }

a, a:hover {
	color: #c60a13;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

.destaque {
	color: #c60a13;
}


/*******************************
	Estrutura
*******************************/

body {
	background: #a08d8d;
	color: #fff;
	font: 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#cabecalho {
	background: #d0e1f0 url(../imgs/fundo_cabecalho.png) no-repeat 50% 0;
	height: 340px;
}

#corpo {
	background: url(../imgs/fundo_corpo.png) repeat-x 0 0;
	padding-bottom: 55px;
}
	#corpo .wrapper {
		/*height: 100%;
		overflow: hidden;
		padding-bottom: 50px;*/
	}

#conteudo, #contato #google-maps, #trabalhe-conosco #google-maps {
	clear: both;
	display: inline;
	float: left;
	margin-right: 20px;
	width: 700px;
}

	#contato #conteudo, #trabalhe-conosco #conteudo {
		display: block;
		float: none;
		margin-right: 0;
		position: relative;
		width: 100%;
	}

#sidebar {
	background: #c6bbbb;
	float: left;
	width: 240px;
	padding: 25px 20px;
}
	#contato #sidebar, #trabalhe-conosco #sidebar {
		margin-top: 45px;
	}

#rodape {
	background: #7e0309;
	position: relative;
}
	.copy {
		padding: 10px 0;
	}
	.mapa-do-site, .acompanhe, .copyright {
		display: inline;
		float: left;
		height: 235px;
		padding-top: 20px;
	}
	.mapa-do-site {
		width: 340px;
	}
	.acompanhe {
		background: #4c0205;
		margin-right: 20px;
		padding-left: 20px;
		width: 360px;
	}
	.copyright {
		width: 220px;
	}


/*******************************
	Menu Principal
*******************************/
#mn-principal {
	margin: 0 0 35px;
	height: 20px;
	padding: 19px 0 0;
}
	#mn-principal li {
		display: inline;
		float: left;
		height: 20px;
		line-height: 20px;
		margin-right: 39px;
		list-style: none;
		padding-top: 3px;
	}
		#mn-principal li a {
			color: #664f50;
			text-decoration: none;
			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
		}
	
	#mn-principal #mn-home {
		padding-top: 0;
	}
		#mn-principal #mn-home a {
			background: url(../imgs/ico_home.png) no-repeat 0 0;
			display: block;
			height: 20px;
			text-indent: -9999px;
			width: 20px;
		}
		
	#mn-principal li a:hover, 
	body#empresa #mn-principal #mn-empresa a, 
	body#servicos #mn-principal #mn-servicos a, 
	body#solucoes #mn-principal #mn-solucoes a, 
	body#clientes #mn-principal #mn-clientes a, 
	body#contato #mn-principal #mn-contato a, 
	body#trabalhe-conosco #mn-principal #mn-trabalhe-conosco a {
		/*color: #c60a13;*/
		color: #968585;
	}

/*******************************
	Títulos
*******************************/
#logo, #logo a {
	display: block;
	height: 157px;
	width: 143px;
}
#logo {
	left: 0;
	margin: 0;
	position: absolute;
	top: 10px;
}
	#logo a {
		background: url(../imgs/logo_uai_courier.png) no-repeat 0 0;
		text-indent: -9999px;
	}

body#home .titulos {
	background: url(../imgs/pontilhado_tit.png) repeat-x 0 28px;
}
.sIFR-active .titulos span {
  visibility: hidden;
  display: block;
  /*line-height: 26px;*/
}

.alternativo span {
	border-right: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

#sidebar h4 {
	color: #664f50;
	font-size: 18px;
	margin: 0 0 18px 14px;
	text-transform: uppercase;
}

#compromisso {
	margin-top: 40px;
}

.destaque-lateral h5 {
	font-size: 22px;
}

.telefone {
	font-size: 30px;
}

.tabela {
	background: #fff;
	border: 1px solid #fe0612;
	display: block;
	font-size: 18px;
	padding: 5px 0 0 10px;
	width: 505px;
}

h4.subtitulos {
	margin-top: 25px;
}


/*******************************
	Listas
*******************************/
.mapa-do-site h4, .acompanhe h4, .copyright h4 {
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.mapa-do-site ul, .acompanhe ul, .copyright ul {
	margin: 0;
	padding: 0;
}
	.mapa-do-site ul li {
		list-style: none;
		margin-bottom: 10px;
	}
		.mapa-do-site ul li a {
			color: #cea2a4;
		}
	.mapa-do-site ul .alt {
		padding-left: 10px;
	}
		.mapa-do-site ul .alt a {
			color: #a9676a;
		}

.acompanhe ul li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
	width: 45%;
}
	.acompanhe ul li a {
		background: url(../imgs/ico_redes_sociais.png) no-repeat;
		color: #a9676a;
		display: block;
		height: 23px;
		line-height: 23px;
		padding-left: 30px;
		width: auto;
	}
	
	#mn-favoritar a {
		background-position: 0 0;
	}
	#mn-rss a {
		background-position: 0 -24px;
		
	}
	#mn-flickr a {
		background-position: 0 -48px;
	}
	#mn-google-maps a {
		background-position: 0 -72px;
	}
	#mn-twitter a {
		background-position: 0 -96px;
	}
	#mn-youtube a {
		background-position: 0 -120px;
	}

.copyright p {
	color: #a9676a;
}

#clientes-e-parceiros {
	margin: 0;
	padding: 0;
}
	#clientes-e-parceiros li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0 20px 20px 0;
	}
	#clientes-e-parceiros .last {
		margin-right: 0 !important;
	}
		#clientes-e-parceiros li a {
			border: 7px solid #c6bbbb;
			display: block;
		}
		#clientes-e-parceiros li a img {
			display: block;
		}

.lista-fotos {
	margin: 0;
	padding: 0;
}
	.lista-fotos li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0 0 20px 20px;
	}
		.lista-fotos li a {
			border: 5px solid #c6bbbb;
		}
		.lista-fotos li a, .lista-fotos li a img {
			display: block;
		}
	.lista-fotos .first {
		margin: 0 0 20px 0;
	}

.outros-contatos {
	float: left;
	margin: 0 0 11px;
	padding: 0;
	width: 255px;
}
	.outros-contatos li {
		list-style: none;
		line-height: 13px;
	}

.ico-contatos {
	float: left;
	margin: 0;
	padding: 0;
	width: 285px;
}
	.ico-contatos li {
		display: inline;
		float: left;
		list-style: none;
		margin-right: 5px;
	}
	.ico-contatos li a {
		background: url(../imgs/ico_contatos.png) no-repeat;
		display: block;
		height: 42px;
		text-indent: -9999px;
	}
	.ico-contatos #ico-gtalk a {
		background-position: 0 0;
		width: 42px;
	}
	.ico-contatos #ico-skype a {
		background-position: -50px 0;
		width: 65px;
	}
	.ico-contatos #ico-msn a {
		background-position: -119px 0;
		width: 61px;
	}
	.ico-contatos #ico-twitter a {
		background-position: -186px 0;
		width: 79px;
	}



/*******************************
	Misc
*******************************/

.img-cliente {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 194px;
}

#balao {
	background: url(../imgs/balao_motoboy-trans.png) no-repeat 0 0;
	display: block;
	height: 122px;
	left: 360px;
	padding: 20px 0 0 70px;
	position: absolute;
	top: 150px;
	width: 450px;
}
	#balao span { display: block; }
	#balao .fala { height: 28px;}
	#balao .telefone { height: 42px;}
	/*#balao .fala {
		color: #404040;
		display: block;
		font-size: 18px;
	}
	#balao .telefone {
		color: #fe0612;
		font-size: 30px;
	}*/

#coluna-principal {
	display: inline;
	float: left;
	margin-right: 15px;
	width: 520px;
}

#coluna-secundaria {
	float: left;
	width: 460px;
}

#box-clientes {
	background: #c6bbbb;
	margin: 0 auto 84px;
	position: relative;
	width: 425px;
}
	.descricao-cliente {
		color: #664f50;
		height: 190px;
		overflow: hidden;
		padding: 9px;
	}
	.descricao-cliente img {
		float: left;
		margin-right: 15px;
		border: 3px solid #89696a;
	}
	.descricao-cliente h4 {
		font-size: 18px;
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
.box-clientes {
	display: block;
	float: left;
	width: 390px;
	padding-right: 30px;
}

#prev, #next {
	background: url(../imgs/navegacao_clientes.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 42px;
	position: absolute;
	top: 78px;
	z-index: 90;
	width: 42px;
}
	#prev { background-position: 0 0; left: -21px; }
	#next { background-position: 0 -43px; right: -19px; }

#o-que-fazemos {
	margin-bottom: 50px;
}
	#o-que-fazemos .subtitulos { text-align: center;}

#google-maps .dados {
	background: #c6bbbb;
	color: #a9676a;
	padding: 9px 9px 35px;
}

#google-maps img, #google-maps iframe, #google-maps #map {
	border: 5px solid #89696a;
}

.destaque-lateral {
	margin-bottom: 20px;
	padding: 15px 10px;
}
	.destaque-lateral p {
		margin: 0;
	}
	
	.destaque-lateral a {
		color: #a08d8d;
	}
	
#dest-empresa {
	background: #fff url(../imgs/fundo_quem_somos.png) no-repeat 95% 5px;
}

#dest-clientes {
	background: #fff url(../imgs/fundo_com_quem_fazemos.png) no-repeat 98% 5px;
}

#dest-contato {
	background: #fff url(../imgs/fundo_fale_conosco.png) no-repeat 95% 5px;
}

#dest-trabalhe {
	background: #fff url(../imgs/fundo_trabalhe_conosco.png) no-repeat 98% 5px;
}

#dest-como-fazemos {
	background: #fff url(../imgs/fundo_como_fazemos.png) no-repeat 96% 5px;
}

.contatos {
	background: url(../imgs/ico_contato.png) no-repeat 0 50%;
	padding-left: 55px;
}

.logo {
	border: 8px solid #c6bbbb;
	display: inline;
	float: right;
	margin-left: 25px;
}

.logo img {
	border: 3px solid #89696a;
	display: block;
}

.como-fazemos {
	margin-top: 30px;
	/*min-height: 100px;
	padding-right: 360px;*/
	position: relative;
}
	.como-fazemos ul {
		position: absolute;
		right: 0;
		top: 35px;
	}

.mapa .dados {
	padding-left: 480px !important;
	position: relative;
}

.mapa img {
	/*position: absolute;
	left: 9px;
	top: 9px;
	margin-left: -473px;
	float: left;
	position: relative;
	z-index: 90;*/
}

.end-uai {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#directions table td {
	border: 0 none;
	padding: 0;
}

#directions table td img {
	border: 0 none !important;
}

.mapa address {
	margin: 20px 0 0;
}

.mapa fieldset ul {
	margin: 0;
	padding: 0;
}
	.mapa fieldset ul li {
		list-style: none;
	}
		.mapa fieldset ul select {
			width: 195px;
			padding: 0;
		}
		.mapa fieldset ul input {
			width: 175px;
			padding: 2px;
		}
		.mapa fieldset #submit {
			background: #fff;
			border: 1px solid #BA6767;
			color: #C60A13;
			cursor: pointer;
			display: block;
			font: 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
			height: 20px;
			width: 130px;
			text-transform: uppercase;
		}

#map {
	margin-left: -473px;
	display: block !important;
	float: left;
	position: relative;
	/*z-index: 90;
	height: 261px !important;
	width: 450px !important;*/
}

.vagas {
	background: #a08d8d;
	padding: 20px 15px 15px;
}

.vagas h5 {
	/*margin-top: 25px;*/
	margin-bottom: 0;
}

