body {
	background: #DDDAD3 url(imagens/body_fundo.png) repeat-y center;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


/* CORES DE LINKS */

a:link {
	color: #0055ee;
}

a:visited {
	color: #774455;
}

/* ESTRUTURA */

#container {	
	position: relative;
	left: 50%;
	margin-left: -388px;
	width: 776px;
	padding: 0;

}

#cabecalho {
	height: 156px;
	background: #FFFFFF url(imagens/cabecalho_fundo.png) no-repeat top;
	text-align: center;
	
}

#cabecalho img {
	margin-top: 32px;
}

#barra_navegacao ul {
	background: url(imagens/barra_navegacao_fundo.png) repeat-x top;
	height: 35px;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;	
	width: 100%;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 0.9em;
	letter-spacing: 1px;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#barra_navegacao ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#barra_navegacao ul li a {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 9px;
	padding-top: 7px;
	color: #333B44;
	text-decoration: none;
}

#barra_navegacao ul li a:hover {
	background: url(imagens/barra_navegacao_fundo_hover.png) repeat-x top;
}

#barra_navegacao #inativo {
	color: #758a9e;
}


/* CONTEÚDO */

#conteudo {
	margin-bottom: 20px;
	padding: 0px 110px 0px 110px;

}

#conteudo h1 {
	font-family: Times New Roman, serif;
	font-weight: normal;
	text-align: center;
	font-size: 3.2em; 
	margin-bottom: 12px;
}

h2 {
	font-family: Lucida Grande, Verdana, sans-serif ;	
	font-size: 1em;
	color: #282;
	margin-top: 40px;
	margin-bottom: -8px;
	text-align: left;
}

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

h2 a:visited {
	text-decoration: none;
	color: #282;
} 

#conteudo .olho {
	text-align: center;
	font-family: Georgia, serif;
	font-weight: normal;	
	font-size: 1.3em;
	line-height: 26px;
	color: #395f76;
	margin-top: 0;
	margin-bottom: 30px;
}

.normal {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 19px;
}

.link_direito {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 0.7em;
	margin-top: -5px;
	text-align: right;
}

.imagem_principal {
	margin: 10px 0px 40px 0px;
	padding: 0;
}

/* CASES */

#case_materia {
	/* substitui a ID "conteudo" somente na página de matéria */
	margin-bottom: 20px;
	padding: 0px 110px 0px 110px;

}

#case_materia h1 {
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	font-size: 2.0em; 
	margin-bottom: 12px;
	color: #282;
	line-height: 39px;
}

#case_materia .olho {
	font-family: Tahoma, sans-serif;
	font-weight: normal;	
	font-size: 1.2em;
	line-height: 26px;
	color: #000;
	margin-top: 0;
	margin-bottom: 30px;
}

#case_materia .link_esquerdo {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 0.7em;
	margin-top: -5px;
}

#case_materia .cartola_cliente {
	margin-top: 30px;
	margin-bottom: -15px;
	color: #666;
	
}

#case_materia .citacao {
	font-family: Georgia, serif;
	font-style: italic;	
	font-size: 1.1em;
	line-height: 25px;
	margin: 0 20px 20px 0;
	width: 180px;
	float: left;
}

#case_materia q {
	font-family: Georgia, serif;
	font-style: italic;	
	font-size: 1.1em;
	line-height: 25px;
	margin: 0 20px 20px 0;
	width: 180px;
	float: left;
}

#case_materia h3 {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 19px;
	color: #777;
	margin-bottom: -10px;
}

.case_novo {
	margin-top: 40px;
	border: 1px solid #888;
	padding: 0px 30px 12px 30px;

}

.case_novo h2 {
	margin-top: 10px;
}

.foto_case_novo {
	float: left;
	margin-right: 20px;
	margin-top: 12px;

}

.icone_case_novo {
	position: relative;
	top: -9px;
}



/* RODAPÉ */

#rodape {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #777;
	margin: 80px 0 20px 0;
	text-align: center;
}

/* PÁGINA DE CONTATO */

.formulario {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}

.linha {
	width: 454px;
	padding-top: 20px;
	clear: both;
	}
	
.linha span.label {
	float: left;
	width: 80px;
	text-align: right;
	margin-top: 3px;
  }

.linha span.formw {
	float: right;
	width: 360px;
	text-align: left;
	
  } 
  
 #box_foto_contato {
 	background-color: #fff;
 	border: 1px solid #888;
 	padding: 20px;
	height: 150px;
	margin: 30px 50px 20px 50px;

 }
  
.imagem_contato {
	float: left;
	margin-right: 40px;
	
}

.vcard {
	font-family: Lucida Grande, Verdana, sans-serif;	
	color: #555;
	font-size: 0.7em;
	line-height: 18px;
	
}

.vcard .org {
	font-size: 14px;
	font-weight: bold;
}

.vcard a {
	color: #555;
}