
#main{
	background-color:#FFF;
	margin:auto;
	width:1000px;
	background-image: url(../shared/bglogo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ----------CONTAINER----------- */
#container{
	margin:55px 20px 0 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#container_homeleft{
	width:540px;
	float:left;
}
#container_homeleft h2{
	color: #E0AD12;
	font-size: 20px;
	margin:0 0 15px 0;
	}
#container_homeright{
	width:410px;
	height:359px;
	/*background-image: url(../shared/pt_localizacao.gif);*/
	float:right;
	padding-bottom:20px;
	background-repeat: no-repeat;
}
#container_en_homeright{
	width:410px;
	height:359px;
	background-image: url(../shared/en_localizacao.gif);
	float:right;
	padding-bottom:20px;
	background-repeat: no-repeat;
}
#vazio{
	clear: both;
}
/* ----------LOGO----------- */
#logo{
	padding:20px 0 20px 20px;
	float:left;
}
#navidioma{
	padding:90px 18px 5px 0;
	float:right;
}
/* ----------BANNER HOME----------- */
#bannerHome{
	padding-left:7px;
	z-index: 0;
}
/* ----------MENU----------- */
#menu{
	margin:-8px 0 20px 65px;
	padding:0;
	width:747px;
	height:31px;
	background-image: url(../shared/bg_menu.jpg);
	z-index: 1;
	position:absolute;
}
#menu ul{
	margin: 8px 0 0 25px;
	white-space: nowrap;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	letter-spacing: 0em;
}
#menu ul li {
	display: inline;
	list-style-type: none;
	}
#menu ul li a {
	padding: 1px 35px 1px 6px;
	color: #000;
	}
/* ----------RODAPÉ----------- */
#rodape{
	margin:auto;
	width:1000px;
	color: #FFF;
	font-size: 10px;
}
#rodape #copyright{
	float:left;
	padding:5px 0 0 20px;
}
#rodape #tau{
	float:right;
	padding:5px 20px 0 0;
}
