/* topo.css */

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

#topo .logo{
	float: left;
	display: inline;
	margin-left: 26px;
	margin-top: 3px;
}

#topo #menu{
	float: left;
	display: inline;
	width: 631px;
	height: 51px;
	margin-left: 35px;
}

#topo #menu .menu_botao{
	float: left;
	display: inline;
	height: 51px;
	margin-top: -12px;
	margin-right: 1px;
}

#topo #menu .menu_botao:hover{
	margin-top: 0px;
}

#topo #menu .menu_botao .lado_esq{
	float: left;
	display: inline;
	width: 10px;
	height: 51px;
	background: url(../images/commons/bot_menu_esq.png) no-repeat;
}

#topo #menu .menu_botao .meio{
	float: left;
	display: inline;
	background: url(../images/commons/bot_menu_meio.png) repeat-x;
	height: 51px;
	color: #546981;
	font-size: 14px;
}

#topo #menu .menu_botao .meio a{
	color: #546981;
	text-decoration: none;
}

#topo #menu .menu_botao .meio a:visited{
	color: #546981;
	text-decoration: none;
}

#topo #menu .menu_botao .meio a:hover{
	color: #546981;
	text-decoration: none;
}

#topo #menu .menu_botao .meio img{
	margin-left: 10px;
}

#topo #menu .menu_botao .meio p{
	margin-top: 25px;
	margin-left: 2px;
	margin-right: 2px;
}

#topo #menu .menu_botao .meio p a{
	color: #546981;
	text-decoration: none;	
}

#topo #menu .menu_botao .meio p a:visited{
	color: #546981;
	text-decoration: none;	
}

#topo #menu .menu_botao .meio p a:hover{
	color: #546981;
	text-decoration: none;	
}

#topo #menu .menu_botao .lado_dir{
	float: left;
	display: inline;
	width: 11px;
	height: 51px;
	background: url(../images/commons/bot_menu_dir.png) no-repeat;
}

#topo .ico_english{
	float: right;
	display: inline;
	margin-right: 12px;
	margin-top: 4px;
}

#topo .ico_portugues{
	float: right;
	display: inline;
	margin-right: 5px;
	margin-top: 4px;	
}

#topo .ico_indique{
	float: right;
	display: inline;
	margin-top: 27px;
	margin-right: 2px;
}

#topo #menu2{
	float: right;
	display: inline;
	width: 738px;
	height: 35px;
	margin-top: 11px;
}

#topo #menu2 ul{
	float: right;
	display: inline;
	width: 426px;
	height: 35px;
	list-style: none;
}

#topo #menu2 li{
	float: left;
	display: inline;
	height: 26px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 18px;
}

#topo #menu2 .lojas{
	background: #3461bc;
}

#topo #menu2 .novidades{
	background: #1b479f;
}

#topo #menu2 .comercializacao{
	background: #0f398d;
}

#topo #menu2 li a{
	color: #ffffff;
	text-decoration: none;
}

#topo #menu2 li a:visited{
	color: #ffffff;
	text-decoration: none;
}

#topo #menu2 li a:hover{
	color: #8ce9fd;
	text-decoration: none;
}

#topo #busca{
	float: left;
	display: inline;
	width: 273px;
	height: 51px;
	margin-top: 10px;
	margin-left: 50px;
}

#topo #busca input{
	float: left;
	display: inline;
	width: 220px;
	color: #999999;
	font-size: 14px;
	margin-left: 12px;
	margin-top: 14px;
}

#topo #busca .botao{
	width: 24px;
	height: 23px;
	background: url(../images/commons/lupa.gif) no-repeat;
	margin-left: 17px;
	margin-top: 10px;
}