/* CSS Document */
/* (*) Significa todos os elementos */
* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html { background:#006EA3 url(../imagens/fundo_pagina.jpg) repeat-y center }



body {
	font: 12px Arial, Verdana, Tahoma, sans;
	overflow-x: hidden;
	background: url(../imagens/bg.jpg) no-repeat center top;
}


/* (.) pode ser usado com qualquer tags */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#corpo {
	width: 800px;
	/* centraliza e coloca as margens automaticamente */
	margin: 0 auto;
	text-align: left;
}

/* MENU */
#esquerda {
	float: left;
	width: 190px;
	display:block;
	margin-top: -1px;
}


#menu li {
	display:block;
	text-indent:-9000px;
	overflow: hidden;
}
/* Aplica image replacement para não aparecer o texto no link */
#menu li a {
	display:block;
	text-indent:-9000px;
	overflow: hidden;
}


.empresa a {
	background:url(../imagens/logo.jpg) no-repeat;
	width: 190px;
	height: 108px;
}

.quemsomos a {
	background:url(../imagens/quemsomos.jpg) no-repeat;
	width: 190px;
	height: 69px;	
}

.politicas a {
	background:url(../imagens/politicas.jpg) no-repeat;
	width: 190px;
	height: 66px;	
}

.servicos a {
	background:url(../imagens/servicos.jpg) no-repeat;
	width: 190px;
	height: 65px;	
}

.credenciamento a {
	background:url(../imagens/credenciamento.jpg) no-repeat;
	width: 190px;
	height: 65px;	
}

.sistema a {
	background:url(../imagens/sistema.jpg) no-repeat;
	width: 190px;
	height: 65px;	
}

.contato a {
	background:url(../imagens/contato.jpg) no-repeat;
	width: 190px;
	height: 65px;	
}

.orcamento a {
	background:url(../imagens/orcamento.jpg) no-repeat;
	width: 190px;
	height: 91px;	
}


/* MEIO */
#conteudo {
	float: left;
	width: 410px;
	margin-left: 80px;
	/*height: 800px;*/
	margin-top: 67px;
}
/* RODAPE */
address {
	background: #B8DB7C;
	font-size: 11px;
	color: #4C5425;
	line-height: 27px;
	display: block;
	clear: both;
	text-align: center;
	font-style: normal;
	border-top:5px solid #838281;
	/* especifiquei a largura para não ficar largo demais */
	width: 787px;
	_width: 789px;
}

address .creditos {
	text-align:center;
	font-size: 11px;
	font-weight:bolder;	
	color: #4A5328;
}
address .creditos a { font-family: Tahoma, Arial; color: #4A5328; font-weight: bold; font-size: 11px; }
address .creditos a:hover { text-decoration: underline; }
