/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:url(../imagens/body.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Tahoma, sans-serif;
}
#geral{	
	width:1024px;
	display:table;
	margin:0 auto;
}
#topo{
	display:block;
	width:1024px;
	height:149px;
	background:url(../imagens/topo.png) no-repeat;
}
#conteudo{
	display:block;
	width:1024px;
	height:551px;
}
#menu{
	display:block;
	width:211px;
	height:421px;
	padding:130px 0px 0px 40px;
	background:url(../imagens/conteudo1.png) no-repeat;
	float:left;
}
#esquerdo{
	display:block;
	width:173px;
	height:531px;
	padding:20px 0px 0px 10px;
	background:url(../imagens/conteudo2.png) no-repeat;
	float:left;
	font-size:12px;
}
#esquerdo a{
	color:#fff;
}
#direito{
	display:block;
	width:500px;
	height:531px;
	padding:20px 60px 0px 30px;
	background:url(../imagens/conteudo3.png) no-repeat;
	float:right;
	text-align:justify;
	font-size:12px;
	color:#666;
	line-height:16px;
}
#direito h2{
	font-style:italic;
}
#direito ul{
	margin-top:5px;
}
#direito ul li{
	list-style:circle;
	margin-left:30px;
	padding-top:2px;
	color:#7a7979;
	font-size:11px;
}
#direito ul li ul li{
	list-style:disc;
}
#direito ul li ul li ul li{
	list-style:square;
}
#direito2{
	display:block;
	width:465px;
	height:325px;
	padding-right:12px;
	overflow-x:hidden;
	overflow-y:auto;
}
#direito3{
	display:block;
	width:465px;
	height:450px;
	padding-right:12px;
	overflow-x:hidden;
	overflow-y:auto;
}
#direito h2{
	font-size:18px;
}
ul#nav-aba{
	height:17px;
	list-style:none;
	padding-top:5px;
	margin:15px 0 0 0;
	background:url(../imagens/nav-aba.png) no-repeat;
}
ul#nav-aba li{
	display:inline-block;
	width:70px;
	text-align:left;
	float:left;
	list-style:none;
}
ul#nav-aba li a{
	text-decoration:none;
	color:#333;
}
ul#nav-aba li a:hover{
	font-weight:bold;
}
#pagina, #documento, #produto{
	width:469px;
	height:451px;
	padding:20px 20px 23px 15px;
	float:left;
}
#rodape{
	display:block;
	width:1024px;
	height:49px;
	background:url(../imagens/rodape.png) no-repeat;
	padding-top:20px;
	text-align:center;
	color:#8b8b8b;
	font-size:11px;
	font-weight:bold;
}
#rodape a{
	color:#8b8b8b;
}
/*--tags--*/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
address{
	font-style:normal;
	line-height:18px;
	font-size:11px;
	margin-bottom:10px;
}
img{
	border:none;
}
h2{
	font-size:20px;
	margin-bottom:10px;
	color:#000;
}
h3{
	color:#000;
}
table{
	width:450px;
	font-size:10px;
	margin:10px auto;
}
td{
	padding:3px;
	text-align:center;
}
/*--classes--*/
.pgciv{
	background:url(../imagens/pagina-civil.jpg) no-repeat;
}
.docciv{
	background:	url(../imagens/documento-civil.jpg) no-repeat;
}
.prodciv{
	background:url(../imagens/produto-civil.jpg) no-repeat;
}
.pgexerc{
	background:url(../imagens/pagina-exercito.jpg) no-repeat;
}
.docexerc{
	background:	url(../imagens/documento-exercito.jpg) no-repeat;
}
.prodexerc{
	background:url(../imagens/produto-exercito.jpg) no-repeat;
}
.pgfed{
	background:url(../imagens/pagina-federal.jpg) no-repeat;
}
.docfed{
	background:	url(../imagens/documento-federal.jpg) no-repeat;
}
.prodfed{
	background:url(../imagens/produto-federal.jpg) no-repeat;
}
.pgiba{
	background:url(../imagens/pagina-ibama.jpg) no-repeat;
}
.dociba{
	background:	url(../imagens/documento-ibama.jpg) no-repeat;
}
.aba{
	display:none;
}
.tel{
	height:40px;
	padding-top:5px;
	padding-left:32px;
	font-size:17px;
	font-weight:bold;
	background:url(../imagens/tel.png) no-repeat;
}
.email{
	height:30px;
	padding:3px 0 0 35px;
	font-size:18px;
	background:url(../imagens/email.png) no-repeat;
}
.parag{
	margin-bottom:10px;
}
.normal{
	font-weight:normal;
}
.lista{
	list-style:circle;
}
/*formulário*/
input, textarea {
  border:1px solid #000;
  margin:0 0 6px 0px;
  display:inline;
  
}

label {
  display:block;
  width:162px;
  float:left;
  font:11px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#666;
}
form{
	margin-top:20px;
}