/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

body {
	background-color: #DCE7ED;
	overflow-x: hidden;
	overflow-y: auto;
}
#topo_alka {
	width: 790px;
	height: 97px;
	background:url(../imagens/alka_topo2.jpg);
	margin: 0 auto;
}
#menu_dir_topo {
	float:right;
}
#menu_dir_topo li {
	float:left;
	list-style: none;
	list-style-position: inside;
	padding: 5px 5px 0 5px;
	text-align: center;
}
#menu_dir_topo a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#menu_esq_bottom {
	margin: 0 0 0 15px;
}
#menu_esq_bottom li {
	float:left;
	list-style: none;
	list-style-position: inside;
	border-right: 1px #fff solid;
	margin: 70px 0 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
}
#menu_esq_bottom a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#busca {
	float:right;
	margin: 47px 5px 0 20px;
	color: #fff;
	font-weight: bold;
}	