@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
body {
	background: url('../img/bgBody.png') repeat-x #f4811f;
	*background-color: #f37718; /* estranha diferença de cores */
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
a {
	color: #005370;
}
a:hover {
	color: #f5821f;
	text-decoration: underline;
}
.plat {
	clear: both;
}
#tudo {
	width: 815px;
	margin: 0 auto;
	position: relative;
}
#topo img {
	float: left;
}
#topo {
	height: 159px;
	position: relative;
}
#topo #logo {
	float: left;
	margin-top: 15px;
}
#topo #ligue {
	float: float;
	margin: 30px 0 0 20px;
}

#nav {
	margin-left: 25px;
	float: left;
	display: inline; /* bug ie6 */
	width: 140px;
	padding: 5px 0 0 0px;
	background: url('../img/bgNav.png') center 0px transparent no-repeat;
}
#nav h1 {
	font-size: 22px;
}

#conteudo {
	position: relative;
	top: -1px;
	padding: 0 40px 40px 35px;
	float: right;
	display: inline;
	width: 570px;
	min-height: 500px;
	background: url('../img/bgConteudo.png') repeat-y;
} 
/* hack para IE6 que trata height como min-height */
* html #conteudo  { height: 500px; }
#conteudo #topoConteudo {
	position: relative;
}
#conteudo #miolo,
#conteudo #miolo2 {
	position: relative;
	top: -25px;
}
#conteudo #miolo2 {
	top: -10px;
	*top: -25px;
}
#conteudo #topoConteudo div {
	position: absolute;
	top: 5px;
	width: 270px;
	right: 25px;
	_right: 45px;
}
#servicos {
	color: #fff;
	list-style: none;
}
#rodape {
	border-top: 1px solid #fff;
	clear: both;
	width: 100%;
	height: 195px;
	background: url('../img/bgRodape.png') repeat-x;
}
#rodape #conteudoFoot {
	width: 811px;
	margin: 0 auto;
	height: 108px;
	position: relative;
}
#caminhao {
	position: absolute;
	top: -177px;
	left: -45px;
	z-index: 5;
}
#rodape #conteudoFoot #copy {
	color: #505050;
	background: url('../img/bgCopy.png') no-repeat;
	height: 44px;
	width: 601px;
	position: absolute;
	top: -2px;
	left: 185px;
	z-index: 2;
}
#rodape #conteudoFoot  #unidades{
	color: #fff;
	height: 80px;
	top: 75px;
	right: 45px;
	width: 560px;
	position: absolute;
}
#rodape #conteudoFoot #logotrans {
	position: absolute;
	top: 55px;
	left: 30px;
}
#ad {
	position: absolute;
	top: 65px;
	right: 25px;
	color: #fff;
	width: 550px;
}
address {
	font-size: 12px;
	font-style: normal;
}
#ad address {
	font-size: 13px;
	font-style: normal;
}
#ad address span {
	font-weight: bold;
	font-size: 16px;
}