body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(/imagens/bg-topo-geral1.jpg) repeat-x top;
	color:#333;
}

#conteiner-topo {
	margin:0;
	padding:0;
	width:100%;
	height:180px;
	background: url(/imagens/bg-topo-esquerdo1.jpg) no-repeat left;
}

#subconteiner-topo {
	margin:0;
	padding:0;
	width:100%;
	height:180px;
	background: url(/imagens/bg-topo-horizonte2.jpg) no-repeat center top;
}

.slogan {
	width:450px;
	height:150px;
	margin:0;
	padding:0;
	float:right;
}

#topo {
	margin:0 auto;
	padding:0;
	width:980px;
	height:180px;
}

.menu-topo {
	width:100%;
	height:30px;
	clear:both;
}

.menu-topo .bandeiras {
	width:50px;
	height:24px;
	float:right;
	padding:6px 0 0 0;
	text-align:right;
}

.menu-topo ul {
	background:url(/imagens/bg-menu.jpg) repeat-x;
	display:block;
	height:30px;
	width:750px;
	float:left;
}

.menu-topo ul li {
	padding: 6px 20px 0 20px;
	float:left;
	margin:0 1px 0 0;
	background:url(/imagens/bg-menu-link.jpg) repeat-x;
	height: 24px;
}

.menu-topo ul li.selecionado {
	background: #fff;
}

.menu-topo ul li.selecionado a {
	color:#1f174a;
}

.menu-topo ul li a {
	font-size:11px;
	color:#e9928d;
	font-weight:bold;
}

.menu-topo ul li a:hover {
	color:#fff;
}

.menu-topo ul li.selecionado a:hover {
	color:#a4201a;
}



<!-- teste !-->

		.slideShow {
			width:600px;
			height:300px;
		}
		
		.navigation {
			text-align:center;
			width:600px;
		}
		
		.navigation li {
			display:inline;
		}