/* CSS Topo */

#topo{
	width:100%;
	height:177px;
}

#topo-conteudo{
	width:1000px;
	height:177px;
	margin:auto;
	position:relative;
	z-index:10;
}

#topo-conteudo .logo{
	float:left;
	margin:30px 0 0 0;
}

#topo-conteudo .txt{
	float:left;
	margin:20px 0 0 45px;
}

#topo-conteudo .feature{
	width:232px;
	height:277px;
	position:absolute;
	z-index:15;
	top:0;
	right:0;
	background:url(../img/feature-topo/feature_topo.png) no-repeat top;
	padding:12px 29px 0 29px;
	color:#505050;
	font-size:12px;
}

#topo-conteudo .feature .versao{
	position:absolute;
	z-index:20;
	top:82px;
	left:150px;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#bd0e0a;
}

#topo-conteudo .feature .versaosombra{
	position:absolute;
	z-index:20;
	top:83px;
	left:151px;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#333333;
}

#topo-conteudo .feature ul{
	float:left;
	width:100px;
	height:60px;
	margin:7px 0 14px 0;
}

#topo-conteudo .feature img{
	float:left;
}

#topo-conteudo .feature ul li{
	font-size:12px;
	font-weight:bold;
	width:100%;
	color: #333333;
	padding:0 0 0 23px;
	background:url(../img/feature-topo/indic_plus.png) no-repeat left center;
	display:inline;
	float:left;
	margin:0 0 3px 0;
}

.btn-baixar{
	width:232px;
	height:75px;
	background:url(../img/feature-topo/btn_baixar_2.png) no-repeat top;
	cursor:pointer;
	border:0;
	float:right;
	margin:7px 0 0 0;
}

#topo-conteudo #menu{
	width:990px;
	height:41px;
	padding:0 0 0 10px;
	float:left;
	margin:15px 0 0 0;
}

#topo-conteudo #menu ul li{
	float:left;
	padding:13px 15px 12px 13px;
	background:url(../img/div_menu.png) no-repeat center right;
}

#topo-conteudo #menu ul li a{
	font-size:13px;
	color:#fff;
	float:left;
}

#topo-conteudo #menu ul li a:hover{
	border-bottom: 2px dotted #eee;
	text-decoration:none;
}
