*{
	margin:0;
	border:0;
	padding:0;
}

body{
	background:#F3F2E9;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#bgGeral{
	width:100%;
	margin:auto;
	
}
#geral{
	background: url(img/index/bgGeral.jpg) transparent repeat-y top;
	width:754px;
	margin:auto;
}

#cabecalho{
	background: url(img/index/topo.jpg) no-repeat top center;
	height:172px;
	_width:740px;
	_margin-left:14px;
}

#logo{
	float:left;
	height:81px;
	width:287px;
	margin-top:25px;
	margin-left:25px;
}
#slogan{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	margin-left:40px;
	_margin-left:-275px;
	margin-top:115px;
	color:#234F23;
	text-shadow:1px 1px 0 #779649, -1px -1px 0 #779649, 1px -1px 0 #779649, -1px 1px 0 #779649 ;
}
#clones{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	margin-left:610px;
	_margin-left:285px;
	margin-top:35px;
	color:#367A36;
	text-shadow:1px 1px 0 #B9D491, -1px -1px 0 #B9D491, 1px -1px 0 #B9D491, -1px 1px 0 #B9D491 ;
}
#menu{
	background:#012E03;
	height:32px;
	width:740px;
	margin-left:7px;
	_margin-left:14px;
}

#menu #faxaMenu{
	background:#ECCF4B;
	height:5px;
	width:740px;
	margin:auto;
	float:left;
}

#menu ul#nav{
	list-style:none;
	margin: 0 auto;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:50px;
}
#menu ul.sub{
	list-style:none;
	margin: 0 auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#menu ul li{
	position:relative;
	float:left;
	border-left:1px solid #012E03;
}

#menu ul li a{
	display:block;
	float:left;
	padding: 0 10px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	color:#F3F2E9;
}

#menu ul li ul{
	display:none;
	position:absolute;
	top:25px;
	z-index:999;
}
#menu ul li ul *{
	clear:both;
}
#menu ul li ul a{
	background:#ECCF4B;
	color:#000;
	width:150px;
	margin-left:-2px;
	border-left:1px solid #012303;
	
}

#menu ul li:hover ul, #menu ul li.hover ul{
	display:block;
	clear:both;
}


#menu ul li a.atual{
	background:url(img/index/navHover.jpg) repeat-x top;
	color:#000;
}

#menu ul li a:hover{
	background:url(img/index/navHover.jpg) repeat-x top;
	color:#000;
}
#menu ul li ul li a:hover{
	background:#CAAD29;
}
#rodape{
	background: url(img/index/rodapeF.jpg) no-repeat bottom;
	height:126px;
	width:100%;
	margin:auto;
}

#rodape #contRodape{
	width:754px;
	margin:auto;
}

#rodape #logoB{
	float:left;
	margin-top:25px;
	margin-left:70px;
}
#rodape #logoG{
	float:right;
	margin-top:30px;
	margin-right:70px;
}
#rodape p{
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:280px;
	_margin-left:100px;
	margin-top:30px;
	position:absolute;
	text-shadow:1px 1px 0 #FFF;

}
#clear{
	clear:both;
}

/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
   who.MXPC = '1';
   if(who.nodeName != 'A'){
      who.onmouseenter=function(){ who.className += ' hover'};
      who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
   (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }