/* 
 * Definições gerais 
 * */

* {

	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: baseline;
	border: 0;	
	font-weight: normal;
	text-decoration: none;
	color: #000;
	font: 14px/1.5 "Georgia", "Bitstream Vera Serif", serif;	
}

body
{
	
	height: 100%;
	background: #FFEC00;
	background: #e4e4e0;
	word-spacing: 0.05em;
	text-align: center;
}

hr
{
	border-bottom: 4px solid #ed1c24;
	width: 780px;
	margin: 24px 0 24px 90px;
}

/* para ser usado principalmente em brs, 
 * mas também em qualquer elemento que venha 
 * depois de elementos flutuantes e que precise
 * clearar (por um bug no IE, tive que usar um div
 * com essa classe na página de portfólio)
 */
.limpa_trilhos
{
	clear: both;
}
.escondido
{
	display: none;
}

/* 
 * Layout 
 * */
 
.borda_simples
{
	border: 1px solid #CCC;
}
.uma_coluna
{
	width: 140px;
	margin-right: 20px;
}

.quatro_colunas /* e três intercolúnios! */
{
	width: 620px;
	margin-right: 20px;
}


#home
{
	height: 140px !important;
}

#navegacao ul
{
	position: absolute;
	top: 45px;
	width: 700px;
	margin-left: 150px;
}

#colunona
{
	
	/* 
	position: absolute;
	left: 50%;
	margin-left: -480px;
	*/
	
	width: 960px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	
}

#navegacao
{
	margin-top: 20px;
	height: 140px;
	clear: none;
}

#conteudo
{
	margin-top: 20px;
	clear: both;
	background: #FFF;
	border: 1px solid #ccc;
}



.div_conteudao
{
	width: 960px;
}

.div_conteudo
{
	padding-bottom: 48px;
	width: 540px;
	margin-left: 250px;

}

.h2_conteudo
{
	width: 230px !important;
	float: left;
	text-align: right;
	height: 24px;

}

.primeiro_div_conteudo
{
	padding-top: 59px;
}


.h2_conteudo span 
{ 
	position: absolute;
	margin-left: -9999px;
}

/* 
 * Navegação
 */

.li_navegacao
{
	margin-top: 64px;
	height: 50px;
	float: left;
	margin-right: 6px;
	background-position: 0 -50px;
}


#navegacao a
{
	overflow: hidden;
}

.selecionado
{
	background-position: 0 -50px !important;
}

#navegacao span
{
	margin-left: -9999px;
}

#home
{
	width: 140px;
	height: 140px;
	display: block;

	background: url(img/preface.gif) no-repeat;
}

#quem_somos
{
	width: 165px;
	background: url(img/quem-somos.gif) 0 0 no-repeat;
}

#o_que_fazemos
{
	width: 177px;
	background: url(img/o-que-fazemos.gif) no-repeat;
}

#portfolio
{
	width: 117px;
	background: url(img/portfolio.gif) no-repeat;
}

#contratacao
{
	width: 152px;
	background: url(img/contratacao.gif) no-repeat;
}


/* 
 * Tipografia
 */

.primeiro_paragrafo
{
	text-indent: 0 !important;  
}

.div_conteudo p
{
	text-indent: 1.5em;
}

.texto_pequeno
{
	font-size: 11px !important;
}

.texto_minusculo
{
	font-size: 8px !important;
	font-family: verdana, sans-serif;
}

/* 
 * Links 
 * */

.link_texto
{
	padding:  0 1px;
	margin: 0 -1px;
	border-bottom: 2px solid;
}

.interno { border-bottom-color: #ffec00; 	font-weight: bold; }
.interno:hover {  background: #ffec00; }

.externo 
{ 
	background: url(img/externo.gif) 99% 60% no-repeat;
	padding-right: 16px;
	font-weight: bold;
	margin-right: 1px;
	border-bottom-color: #024fb7;
}
.externo:hover { background: #024fb7 url(img/externo_hover.gif) 99% 60% no-repeat; color: #fff;}

.contato { border-bottom-color: #000; }
.contato:hover { background: #000; color: #fff; }

.link_h2
{
	float: right;
	height: 22px;
	display: block;
}

.link_navegacao
{
	display: block;
	height: 50px;
}

.link_navegacao:hover { background-position: 0 -50px !important;}


/* 
 * Seções específicas
 * */
 
#contato
{
	width: 390px;
	padding-top: 20px;
	margin-left: 570px;
}

#informacoes_contato div
{
	width: 210px;
	padding-bottom: 20px;
}

#informacoes_contato
{
	width: 210px;
	margin-left: 80px;
}



#contato h2
{
	width: 60px;
	float: left;
	background: url(img/h2_contato.gif) right 4px no-repeat;
}

#contato h2 span
{
	margin-left: -9999px;
}

#contato h3
{
	font-weight: bold;
}


#grid
{
	position: absolute;
	top: 20px;
	height: 200%;
	width: 971px;
	left: 50%;
	margin-left: -485px;
	background-image: url(img/grade.png);
	display: none;
	z-index:100;
}


/* uma hora valerá a pena adotarmos o novo esquema de CSS.... eis um começo */
.mais_forte { font-weight: bold }
.italico { font-style: italic; }
.texto_pequeno { font-size: 11px; }
.texto_pequeno * { font-size: 11px !important; }



