@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; list-style:none; vertical-align:baseline;}

body{font-family:Arial, Helvetica, sans-serif; font-size:11px; background:#453B26;}

a{text-decoration:none;}
a:focus { outline:none; }
a:hover{text-decoration:underline;}

/* BANNER ENTRADA */
#ban, #bEntrada { position:absolute; z-index:99999991; top:0; right:0; }
#ban { width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); }
#bEntrada { top:50%; left:50%; margin:-215px 0 0 -389px; width:778px; height:429px; background:url(img/thomasi_abert.png) no-repeat top center; z-index:99999999 }
/**/


#menu{margin-bottom:30px;}

#topo, #meio, #base, #menu, #conteudo, #logo{width:auto; margin:0 auto;}

#topo{height:183px; background:#9D998E;}
	#logo{min-width:760px; max-width:990px; height:160px; margin-top:20px; background:url(img/bgTopo.jpg);}
	
#meio{height:260px; background:#CCCCCC;}

#base{background:#453b26; color:#999999; min-height:235px;}
	#conteudo{min-width:680px; max-width:770px; min-height:235px;}
	#texto-home{width:280px; margin:0;}
	#newsletter{background:url(img/news.jpg) bottom right no-repeat; float:right; width:280px; height:140px; text-align:right;}
		#newsletter input{position:relative; top:10px; left:-8px; width:242px; height:22px; border:none; background:#D0CEB7;}
		#newsletter img{width:80px; height:25px; position:relative;top:10px; border:none}

#rodape{margin-top:60px; display:block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:center }
	#rodape ul li{ display:inline; border-right:1px solid #999999; text-align:center}
	#rodape ul li a{ color:#999999; margin:0 5px; text-transform:lowercase; text-align:center }
