/* topo.css */

#topo{
	width: 1000px;
	height: 209px;
	background: url(../images/commons/topo.jpg) no-repeat;
}

#topo .topo_logo{
	float: left;
	display: inline;
	margin-left: 24px;
	margin-top: 9px;
}

#topo #acesso{
	float: right;
	display: inline;
	width: 650px;
	height: 40px;
	margin-right: 26px;
	color: #ffd31c;
	font-size: 10px;
	font-weight: bold;
}

#topo #acesso a{
	color: #ffd31c;
}

#topo #acesso .acesso{
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 9px;
    width: 121px;
}

#topo #acesso .acesso img{
	vertical-align: text-bottom;
	margin-right: 9px;
	
}

#topo #acesso .language{
	float: left;
	display: inline;
	margin-left: 23px;
	margin-top: 8px;
}

#topo #acesso .language img{
	margin-left: 7px;
	vertical-align: text-bottom;
}

#topo #acesso input{
	float: left;
	display: inline;
	border: none;
        margin-top: 6px;
}

#topo #acesso .input{
	width: 126px;
	background: url(../images/commons/input_topo.jpg) no-repeat;
	margin-left: 15px;
	color: #b2b2b2;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
}

#topo #acesso .botao{
	width: 27px;
	height: 27px;
	background: url(../images/commons/buscar.gif) no-repeat;
	margin-top: 9px;
	margin-left: 6px;
}

#topo #topo_menu{
	float: right;
	display: inline;
	width: 781px;
	height: 44px;
	margin-top: 30px;
}

#topo #topo_menu li{
	float: left;
	display: inline;
	width: 100px;
	height: 44px;
	margin-right: 10px;
	color: #062f69;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

#topo #topo_menu li a,
#topo #topo_menu li a:hover{
	color: #062f69;
	text-decoration: none;
	display: block;
	width: 100px;
	height: 32px;
	padding-top: 12px;
}

#topo #topo_menu li a:hover,
#topo #topo_menu li a.on {
	background: url(../images/commons/fundo_menu.png) no-repeat;
}

#menuProdutos {
	position: absolute;
	width: 211px;
	height: 222px;
	top: 115px;
	left: 558px;
	z-index: 99;
	display: none;
	background: url(../images/commons/fundoMenuProdutos.png) no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#menuProdutos p.titulo {
	font-family: Tahoma;
	font-size: 11px;
	color: #576c75;
}

#menuProdutos div.categorias {
	float: left;
	display: inline;
	width: 200px;
        margin-right: 15px;
}

#menuProdutos div.categorias ul {
	margin-top: 30px;
}

#menuProdutos div.categorias ul li a {
	display: block;
	width: 178px;
	font-family: Tahoma;
	font-size: 13px;
	color: #062f69;
	margin-bottom: 10px;
}

#menuProdutos div.categorias ul li a:hover,
#menuProdutos div.categorias ul li a.on {
	text-decoration: underline;
}

#menuProdutos div.categorias ul li a.subCategoria:hover,
#menuProdutos div.categorias ul li a.on {
}
