/*-------------------------------------------------
  -------------------------------------------------
  -------------------------------------------------
	Responsável pelo código: John Éliton
	2011
  -------------------------------------------------
  -------------------------------------------------
  -------------------------------------------------*/


/*-------------------------------------------------

	Configurações gerais

--------------------------------------------------*/

* {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	outline:none;
}

body {
	width:100%;
	height:100%;
	background-image:url(../images/bkg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

html {
	width:100%;
	height:100%;
}


/*---------------------------------------------------

	Site

---------------------------------------------------*/

#Site {
	position: relative;
	margin: 0px auto 0;
	text-align: left;
	width: 900px;
	height:auto;
	z-index: 50;
	color: #7d7d7d;
	font-size:12px;
}

#Topo{
	float:left;
	position:relative;
	width:900px;
	height:406px;
	background-image:url(../images/bkg_topo.png);
	background-repeat:no-repeat;
	z-index:55;
}

#Logo {
	float:left;
	width:230px;
	height:102px;
	margin-left:183px;
	margin-top:15px;
}

/*---------------------------------------------------
	Menu
---------------------------------------------------*/

#Menu {
	float:left;
	width:976px;
	height:134px;
	margin-left:41px;
	margin-top:114px;
	text-align:center;
	color:#FFF;
}

#MenuHome {
	float:left;
	width:58px;
	height:76px;
	margin-top:49px;
}

#MenuHome a {
	display:block;
	width:58px;
	height:76px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuHome a:hover {
	color:#f4db33;
	background-image:url(../images/bt_home.png);
	background-repeat:no-repeat;
}

#MenuEmpresa {
	float:left;
	width:75px;
	height:65px;
	margin-top:19px;
	margin-left:27px;
}

#MenuEmpresa a {
	display:block;
	width:75px;
	height:65px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuEmpresa a:hover {
	color:#f4db33;
	background-image:url(../images/bt_empresa.png);
	background-repeat:no-repeat;
	background-position:top;
}

#MenuServicos {
	float:left;
	width:70px;
	height:49px;
	margin-left:46px;
}

#MenuServicos a {
	display:block;
	width:70px;
	height:49px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuServicos a:hover {
	color:#f4db33;
	background-image:url(../images/bt_servicos.png);
	background-repeat:no-repeat;
}

#MenuProdutos {
	float:left;
	width:75px;
	height:42px;
	margin-left:47px;
}

#MenuProdutos a {
	display:block;
	width:75px;
	height:42px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuProdutos a:hover {
	color:#f4db33;
	background-image:url(../images/bt_produtos.png);
	background-repeat:no-repeat;
}

#MenuTrabalhos {
	float:left;
	width:132px;
	height:67px;
	margin-left:43px;
}

#MenuTrabalhos a {
	display:block;
	width:132px;
	height:67px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuTrabalhos a:hover {
	color:#f4db33;
	background-image:url(../images/bt_ultimos_trabalhos.png);
	background-repeat:no-repeat;
}

#MenuContato {
	float:left;
	width:66px;
	height:68px;
	margin-left:41px;
	margin-top:26px;
}

#MenuContato a {
	display:block;
	width:66px;
	height:68px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuContato a:hover {
	color:#f4db33;
	background-image:url(../images/bt_contato.png);
	background-repeat:no-repeat;
}

#MenuLocalizacao {
	float:left;
	width:86px;
	height:78px;
	margin-left:31px;
	margin-top:56px;
}

#MenuLocalizacao a {
	display:block;
	width:86px;
	height:78px;
	padding-top:10px;
	text-decoration:none;
	color:#FFF;
}

#MenuLocalizacao a:hover {
	color:#f4db33;
	background-image:url(../images/bt_localizacao.png);
	background-repeat:no-repeat;
}

/*---------------------------------------------------
	Fim Menu
---------------------------------------------------*/

#ImgTopo {
	position:relative;
	width:628px;
	height:199px;
	top:245px;
	left:23px;
	z-index:50;
}

#PistaAero {
	position:relative;
	width:238px;
	height:201px;
	top:-100px;
	left:658px;
}

#Conteudo {
	float:left;
	width:638px;
	height:auto;
	margin-top:60px;
}

#Conteudo2 {
	float:left;
	width:890px;
	height:auto;
	margin-top:60px;
}

#PlacaEmpresa {
	float:left;
	width:158px;
	height:160px;
}

#TextoHome {
	float:left;
	width:460px;
	height:auto;
	margin-top:20px;
	margin-left:10px;
}

#PlacaHome {
	float:right;
	position:relative;
	width:191px;
	height:249px;
	margin-top:150px;
	margin-right:20px;
	z-index:52;
}

#ImgServicos {
	float:right;
	position:relative;
	width:240px;
	height:400px;
	margin-top:160px;
	z-index:52;
}

#SaibaMais {
	float:right;
	margin-top:15px;
}

#SaibaMais a {
	display:block;
	padding:8px;
	background-color:#838381;
	color:#ffe434;
}

#SaibaMais a:hover {
	display:block;
	padding:8px;
	background-color:#5b5b5b;
	color:#FFF;
}

#Caminhoes {
	float:left;
	position:relative;
	width:757px;
	height:236px;
	margin-left:52px;
	margin-top:-50px;
	z-index:50;
}

#TitPaginas {
	float:left;
	width:462px;
	height:79px;
}

#TextoPaginas {
	float:left;
	width:623px;
	height:auto;
	margin-left:15px;
	margin-top:20px;
}

#TextoPaginas a {
	color:#31798e;
	text-decoration:none;
}

#TextoPaginas a:hover {
	color:#31798e;
	text-decoration:underline;
}

#TextoPaginas2 {
	float:left;
	width:880px;
	height:auto;
	margin-left:15px;
	margin-top:20px;
}

#TextoPaginas2 a {
	color:#31798e;
	text-decoration:none;
}

#TextoPaginas2 a:hover {
	color:#31798e;
	text-decoration:underline;
}

#MapaGoogle {
	float:left;
	width:623px;
	height:350px;
	margin-top:20px;
}

#Spacer {
	float:left;
	width:100%;
	height:100px;
}

#Formulario {
	float:left;
	width:320px;
	margin-top:15px;
}

.CamposForm {
	width: 310px;
	font-size: 11px;
	color:#999999;
	border:solid 1px #999999;
	margin-bottom: 5px;
	margin-top:2px;
	padding:4px;
}

.BotaoEnviar {
	border:solid 1px #999999;
	font-size:11px;
	padding:4px;
}

.MargImg {
	margin-right:10px;
	margin-bottom:7px;
}

.MargImg2 {
	margin-right:5px;
}

#Clientes {
	float:left;
	width:880px;
	height:auto;
}

#Clientes li {
	float:left;
	width:150px;
	height:150px;
	margin-right:10px;
	margin-top:10px;
	border: 1px solid #666;
}

#Servicos {
	float:lef;
	width:600px;
	height:auto;
}

#Servicos li {
	display:block;
	margin-left:5px;
	margin-top:5px;
	
	
}

#BoxTrabalhos {
	float:left;
	width:880px;
	height:auto;
}

#BoxTrabalhos h1 {
	font-size:18px;
}

#FotosTrabalhos {
	float:left;
	width:880px;
	height:auto;
}

#FotosTrabalhos li {
	float:left;
	width:100px;
	height:75px;
	margin-top:10px;
	margin-right:10px;
	border: 1px solid #666;
}

#Line {
	float:left;
	display:block;
	width:880px;
	height:25px;
	border-top:1px dotted #999;
	margin-top:25px;
}


/*---------------------------------------------------

	Rodape

---------------------------------------------------*/

#Rodape {
	float:left;
	position:relative;
	width:100%;
	height:361px;
	background-image:url(../images/rodape.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:-219px;
}

#AreaRodape {
	position:relative;
	width:900px;
	height:auto;
	margin:238px auto 0px;
}

#Direitos {
	float:left;
	width:340px;
	height:40px;
	margin-top:49px;
	color:#FFF;
	font-size:11px;
	line-height:30px;
}

#TextoRodape {
	float:right;
	width:380px;
	height:auto;
	color:#FFF;
	font-size:12px;
	text-align:right;
}

#TextoRodape a {
	color:#FFF;
	text-decoration:none;
}

#TextoRodape a:hover {
	color:#FFF;
	text-decoration:underline;
}

#LogoJohn {
	float:right;
	width:75px;
	height:19px;
	margin-top:15px;
}