@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@luizfabiano.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; }
body {
    background:#FFFFFF;
    text-align: center; /* IE */
	font-family: tahoma;
	font-size: 12px;
	background-image: url(../imagens/background_.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
}
#website {
	padding: 0px;
	margin: 0px auto;
	width: 777px;
	text-align: left;
	color: #000000;
}
    #topo{
	    width: 777px; 
		height:333px; 
		text-align:center;
		margin-bottom: 20px;
	}
	
	#conteudo {
	    width: 757px;
		padding: 10px;
		margin-bottom: 10px;
	}
	    #aEmpresa {
		    width: 367px;
			float: left;
		}
	
		#servicos {
			width: 334px;
			float:right;
		}
		
	#rodape {
	    width: 757px;
		padding: 10px;
	}
	#menuRodape {
	    width: 519px;
		float: left;
		text-align:right;
	}
	
	#assinatura {
	    width: 155px;
		float:right;
		text-align: right;
		font-size: 10px;
	}








.flecha {
   background-image: url(../imagens/flecha_azul.gif);
   background-repeat: no-repeat;
   background-position: 0px 3px;
   padding-left: 16px;
   margin-bottom: 6px;
}
	
.azul {
    color: #0089E1;
}    

.linkAzul {
    font-family: tahoma;
	color:#0089E1;
	text-decoration:none;
}

.linkAzul:link {
    font-family: tahoma;
	color:#0089E1;
	text-decoration: none;
}

.linkAzul:hover {
    font-family: tahoma;
	color:#0089E1;
	text-decoration: underline;
}

.linkPreto {
    font-family: tahoma;
	color: #000000;
	text-decoration:none;
}

.linkPreto:link {
    font-family: tahoma;
	color:#000000;
	text-decoration: none;
}

.linkPreto:hover {
    font-family: tahoma;
	color:#0089E1;
	text-decoration:none;
}