/* CSS Document */
body {
	margin:auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: top right;
	background-attachment: fixed;
    background: url(html/img/banner_f.gif);
    background-repeat: repeat-x;
}

.menu_top {
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	margin-left: 0px;
	background: url(html/img/lateral_d.gif);
}

.barra {
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	margin-left: 0px;
	background-image: url();
}

.novidades {
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	margin-left: 0px;
	background-image: url();
}

.conteudo {
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	margin-left: 0px;
	background-image: url();
}

.rodape {
	MARGIN: 0px;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	margin-left: 0px;
	background-image: url("html/img/rodape.gif");
}

.txtlittle {
	FONT-WEIGHT: normal;
	/*margin: 0 0 0 0; */
	FONT-SIZE: 8pt; 
	COLOR: #333333; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; 
	TEXT-DECORATION: none
}

/*Menu*/
#empresa { 
	display: block; 
	width: 108px; 
	height: 43px; 
	background: url(html/img/empresa.gif); 
	text-indent: -1000px; 
	text-decoration: none; 
}

#empresa:hover { 
	background-position: 0px 219px; 
}

#clientes { 
	display: block; 
	width: 108px; 
	height: 43px; 
	background: url(html/img/clientes.gif); 
	text-indent: -1000px; 
	text-decoration: none; 
}

#clientes:hover { 
	background-position: 0px 219px; 
}

#produtos { 
	display: block; 
	width: 108px; 
	height: 43px; 
	background: url(html/img/produtos.gif); 
	text-indent: -1000px; 
	text-decoration: none; 
}

#produtos:hover { 
	background-position: 0px 219px; 
}

#downloads { 
	display: block; 
	width: 108px; 
	height: 43px; 
	background: url(html/img/downloads.gif); 
	text-indent: -1000px; 
	text-decoration: none; 
}

#downloads:hover { 
	background-position: 0px 219px; 
}

#novidades { 
	display: block; 
	width: 108px; 
	height: 43px; 
	background: url(html/img/novidades.gif); 
	text-indent: -1000px; 
	text-decoration: none; 	
}

#novidades:hover{ 
	background-position: 0px 219px; 
}

/* menu horizontal-vertical by micox */
.menu-hv * { margin: 0; padding: 0;}
.menu-hv a { display: block; } 												/* quebra para baixo*/
.menu-hv li { list-style: none; float: left; height: 10%; }
.menu-hv li ul { position: absolute; visibility: hidden;}
.menu-hv li ul li { float: none; white-space: nowrap; display: inline; /* o inline é pro IE */}
.menu-hv li ul li ul { position: absolute; left: 85%; top: 10px; }
.menu-hv li:hover ul, .menu-hv li.over ul { visibility: visible;}
.menu-hv li:hover ul ul, .menu-hv li.over ul ul { visibility: hidden;}
.menu-hv ul ul li:hover ul, .menu-hv ul ul li.over ul { visibility: visible;}
/* visual */ 

.menu-hv li ul li a { padding: 2px 20px; }
.menu-hv { width: 540px;  margin: 0 0 0 0px; height: 43px;}
.menu-hv a { font: normal 62.5% verdana;  color: #777; padding: 0 0px;  line-height: 23px;}
.menu-hv a:hover { text-decoration:  underline; background-color: #000; color: #E2144A;  } /*fundo do submenu*/
.menu-hv ul li ul { background-color: #e2e2e2; border: 1px solid #5f5f5f; }
.menu-hv a.seta { background: url(html/img/seta.gif) center right no-repeat; }

.rodape {
	font-size: 7.5pt;
	font-family: Arial, Helvetica, sans-serif;
}
-->
</style>