/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fff;
}
h1{
	text-indent:-10000px;
	background:url(../imagens/01.gif) no-repeat;
	width:294px;
	height:84px;
	display:none;
}
#geral{	
	width:100%;
	display:table;
	margin:0 auto;
}
#topo{
	display:block;
	width:auto;
	height:84px;
	background:url(../imagens/02.gif) repeat;
}
#flash{
	width:auto;
	height:200px;
	display:block;
	background:url(../imagens/fundo.jpg) repeat;
}
#interna{
	width:auto;
	height:110px;
	display:block;
}
.internaCont{
	background:url(../imagens/fundo02.jpg) repeat;
}
.internaDev{
	background:url(../imagens/fundo04.jpg) repeat;
}
.internaPort{
	background:url(../imagens/fundo03.jpg) repeat;
}
#barra01{
	width:auto;
	height:34px;
	display:block;
	background:url(../imagens/07.gif) repeat;
}
#menu{
	width:auto;
	height:28px;
	display:block;
	background:url(../imagens/03.gif) repeat;
	text-align:center;
}
#blackbar{
	width:auto;
	height:22px;
	display:block;
	background:url(../imagens/04.gif) repeat;
}
h2{
	display:none;
}
#menu ul{
	display:table;
	width:auto;
}

#menu li{
	display:inline-block;
	margin:0 1px 0 0;
	float:left;
	width:155px;
	height:28px;
	text-align:center;
	padding:4px 0 0 0;
	}
#menu li:hover{
	background:url(../imagens/fundolink.gif) repeat-x;
}
#menu li a{
	text-decoration:none;
	color:#575757;
	font-family:Geneva, Arial, Helvetica, sans-serif, Verdana;
	font-weight:bold;
	font-size:9pt;
}
#menu li a:hover{
	color:#339967;
}	
#banners{
	display:block;
	width:auto;
	height:151px;
	background:url(../imagens/fundobanners.gif) repeat;
}
#banners ul{
	display:none;
}
h3{
	padding: 3px 0 6px 5px;
	font-family:Tahoma, Verdana, Arial;
	font-size:13pt;
	font-weight:bold;
	color:#339967;
}
#rodape{
	display:block;
	width:auto;
	background:#fff;
	height:37px;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:8pt;
	color:#000;
	padding:25px 0 0 0;
}
#rodapeInt{
	display:block;
	width:auto;
	background:url(../imagens/fim.gif) repeat-x;
	height:37px;
	text-align:center;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial;
	font-size:8pt;
	color:#000;
	padding:25px 0 0 0;
}
img{
	border:none;
}
#rodape a:hover, #rodapeInt a:hover{  
color: #FF6600; 
text-decoration:underline;
}
#rodape a, #rodapeInt a {  
color: #339967; 
text-decoration: none;
}
#conteudo{
width:auto;
display:table;
}
#conteudo p{
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#666;
margin: 5px 5px 5px 20px;
}
#direito{
display:table;
float:right;
}
#esquerdo{
display:table;
float:left;
}
.fundocontato{
background:url(../imagens/palavrasweb.gif) no-repeat;
background-position:bottom;
}
/*formulario*/
form{
	margin: 5px 5px 10px 20px;
}
input, textarea {
  border:1px solid #666666;
  margin:0 0 10px 5px;
  float:left;
}

label {
  display:inline;
  float:left;
  width:70px;
  text-align:left;
  font:11px Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight:bold;
  color:#666666;
}
