@charset "utf-8";
/* CSS Document */

/* Desenvolvida por Luiz Fabiano da Silva Oliveira */
/* E-Mail: contato@luizfabiano.com.br              */
/* URL: http://www.luizfabianoo.com.br             */
/* Messenger: msn@lwe.com.br                       */
/* Tel: (83) 9134-0323                             */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; behavior: url(iepngfix.htc);}

body {
	text-align: center; /* IE */
	font-family: Trebuchet MS;
	font-size: 13px;
	background-image: url(../imagens/fundo.jpg);
}

#website {
	padding: 0px;
	margin: 0px auto;
	margin-bottom: 10px;
	width: 975px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	border: 5px solid #CCCCCC;
	
}
  #topo {
      width: 955px;
	  padding: 5px;
	  text-align: center;
	  margin-bottom: 10px;
  }
  
  #conteudo { 
      width: 965px;
	  padding: 5px;
	  margin-bottom: 20px;
  }
      #esquerdo {
          width: 200px;
		  float: left;
		  padding-top: 4px;
	  }
	      #fundoEsquerdo {
			  width: 194px;
			  padding: 3px;
			  background-image: url(../imagens/fundo_esquerdo.jpg);
		      background-repeat: repeat-y;
			  margin-bottom: 10px;
		  }
			  #menu {
				  width: 194px;
				  margin-bottom: 20px;
			  }
			  #fundoBotao {
				  width: 194px;
				  height: 40px;
				  background-image: url(../imagens/fundo_botao.jpg);
				  margin-bottom: 3px;
			  }
			  
			  #rastreamento {
				  width: 194px;
				  margin-bottom: 20px;
			  }
			  
			  #porqueTerceirizar {
				  width: 188px;
				  background-color: #FFF;
				  padding: 3px;
			  }
		  
		  #localizacao {
		      width: 194px;
			  padding: 3px;
			  color: #4C5152;
		  }
		  
        #direito {
		    width: 755px;
			float: right;
		}
		    #banner {
				width: 738px;
				padding-left: 17px;
				height: 440px;
				padding-top: 24px;
				margin-bottom: 30px;
				background-image: url(../imagens/fundo_banner.jpg);
			}
			
			#empresaOndeEstamos {
				width: 755px;
			}
			    
				#rondaveAtuacao {
				    width: 310px;
					float: left;
				}
				
				#ondeEstamos {
				    width: 399px;
					float: right;
					padding-right: 10px;
				}
				
    #rodape { 
        width: 945px;
	    padding: 10px;
		margin: 5px;
		background-color: #304390;
		color: #FFF;
		text-align: center;
    }
		
#assinatura {
	padding: 0px;
	margin: 0px auto;
	width: 975px;
	text-align: right;
	color: #FFF;
	
}

a{
    color: #304390;
	text-decoration: none;
}

a:link{
    color: #304390;
	text-decoration: none;
}

a:hover{
    color: #304390;
	text-decoration: underline;
}

h1 {
    font-size: 18px;	
	color: #304390;
}