/* CSS Criado por KZCG Desenvolvimento de soluções WEB - www.kzcg.com.br - 2009 */
/* Camilo Saraiva - 02/2009 */
/* camilo.saraiva@kzcg.com.br */
/* versão 01.00 */

/* base geral */

body {
	background:#497135 url(../img/bck_navarra.gif) center top repeat-y;
	margin:0 auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

.conteudo {
	width:980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

.rodape {
	height:50px;
	width:980px;
	text-align:center;
	margin:0 auto;
	background: #FFF url(../img/topo_rodape.jpg) center top no-repeat;
}

.copy {
	padding-top:7px;
	margin:0 auto;
	font-size:0.8em;
	color:#6f7871;
}

#topo {
	height:200px;
	width:980px;
	background: url(../img/topo_navarra_fixo2.jpg) center 0px;
}

h1.logo {
	display:none;
}

h2.logo {
	display:none;
}


#topo_flash {
	height:200px;
	width:980px;
	background: url(../img/topo_navarra_fixo2.jpg) center -200px;
}

#menu {
	height:60px;
	width:980px;
}

ul.botoes_menu { 
	padding:0;
	font-size:11px;
}
	
ul.botoes_menu li {
	list-style:none;	
	display:inline;
	line-height:11px;
}

/* personalização dos botoes */

li.bot_apresentacao a {
	float:left;
	width:196px;
	height:60px;
	background: url(../img/botoes/apresentacao.jpg) center 0px;
	text-align:center;
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:-5000px;
}

li.bot_apresentacao a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	background: url(../img/botoes/apresentacao.jpg) center -60px;
}

li.bot_atuacao a {
	float:left;
	width:196px;
	height:60px;
	background: url(../img/botoes/atuacao.jpg) center 0px;
	text-align:center;
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:-5000px;
}

li.bot_atuacao a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	background: url(../img/botoes/atuacao.jpg) center -60px;
}

li.bot_advogados a {
	float:left;
	width:196px;
	height:60px;
	background: url(../img/botoes/advogados.jpg) center 0px;
	text-align:center;
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:-5000px;
}

li.bot_advogados a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	background: url(../img/botoes/advogados.jpg) center -60px;
}

li.bot_contato a {
	float:left;
	width:196px;
	height:60px;
	background: url(../img/botoes/contato.jpg) center 0px;
	text-align:center;
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:-5000px;
}

li.bot_contato a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	background: url(../img/botoes/contato.jpg) center -60px;
}

li.bot_links a {
	float:left;
	width:196px;
	height:60px;
	background: url(../img/botoes/links.jpg) center 0px;
	text-align:center;
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:-5000px;
}

li.bot_links a:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	background: url(../img/botoes/links.jpg) center -60px;
}

/* fim personalização dos botoes */

#conteudo_base {
	min-height:315px;
	height: auto !important;
	height: 350px;
	background:#dde7d4 url(../img/fundo_conteudo.gif) bottom center no-repeat;
	padding:30px 45px;
}

#menu_atuacao {
	width:200px;
	height:300px;
	float:left;
	text-align:left;
	padding-top:10px;
}

#menu_atuacao ul {
	list-style-position:inside;
	list-style-type:disc;
}

#menu_atuacao li a {
	list-style-position:inside;
	list-style-type:disc;
	font-size:1em;
	line-height:1.2em;
	text-decoration:none;
	color:#000;
	}
	
#menu_atuacao li a:hover {
	list-style-position:inside;
	list-style-type:disc;
	line-height:1.2em;
	text-decoration:underline;
	color:#333;
	}
	
#conteudo_atuacao {
	width:660px;
	height:300px;
	margin-left:0px;
	padding-left:20px;
	float:left;
	background: url(../img/chave.gif) top left no-repeat;	
}

#contato {
	width:280px;
	height:300px;
	float:left;
	text-align:left;
	margin-top:-10px;
}


#conteudo_form {
	width:500px;
	height:300px;
	margin-left:30px;
	float:left;
	text-align:left;
	background:none;
}

.texto_padrao {
	font-size:1em;
	margin:4px 0;
}

.texto_padrao a {
	font-size:1em;
	text-decoration:none;
	color:#000;
}

.texto_padrao a:hover {
	font-size:1em;
	text-decoration:underline;
	color:#000;
}

.campos_form {
	background:#f0f9e8;
	border:#CCCCCC solid 1px;
	color:#666666;
	font-size:12px;
	font-family: Arial, Helvetica;
	font-weight:normal;
	padding-left:3px;
}

.botao_form {
	color:#4a594e;
	background: #FFF;
	font-size:12px;
	padding:0px 5px 2px 5px;
	*padding:2px 5px 1px 5px;
	margin: 5px 20px 0 0;
	border:none;
}

h2.links {
	padding:10px 0;
	color:#4a594e;
}