/*********************************************  GERAL  */  
* {
	margin:0;
	padding:0;
	border:none;
}

html {
	background:url(../imgs/bg.jpg) top center repeat;
}
body {
	margin:32px 0 0;
	_margin:0;
}

#floatbanner {
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:270px;
	margin:-135px 0 0 -150px;
	z-index:1000;
	
}


/*********************************************  MENU  */
#menu {
	position:fixed;
	top:0px;
	width:100%;
	height:25px;
	background:url(../imgs/bg_menu.jpg) center top repeat-x;
	text-align:center;
	padding:7px 0 0;
	z-index:1;	
}
#menu li {
	display:inline;
	list-style:none;
}
#menu ul li a {
	font:15px "Trebuchet MS", Verdana, Helvetica, Arial;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	background-repeat:no-repeat;
	margin:0 6px;
}
#menu ul li a img {
	border:none;
}
/*********************************************  CENTRO  */
body#home #centro {
	width:100%;
	height:483px;
	background:url(../imgs/bg_centro.jpg) center top no-repeat;
}
body#interna #centro {
	width:100%;
	background:url(../imgs/bg_quadro.jpg) center top no-repeat;
}




body#home h1#logo_amazon, body#home h1#logo_amazon_en, body#interna h1#logo_amazon {
	text-indent:-9000px;
	overflow:hidden;
	width:130px;
	height:100px;
	margin:0 auto;
	padding:17px 0 0;
}
body#home h1#logo_amazon {
	background:url(../imgs/logo_amazonworld.gif) center center no-repeat;
}
body#home h1#logo_amazon_en {
	background:url(../imgs/logo_amazonworld_en.gif) center center no-repeat;
}
body#interna h1#logo_amazon {
	background:url(../imgs/logo_amazonworld_int.gif) center center no-repeat;
}
body#interna h1#logo_amazon a {
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:130px;
	height:100px;
}




body#home #bt_portugues {
	background:url(../imgs/bt_portugues.gif) center center no-repeat;
	margin:100px auto;
}
body#home #bt_english {
	background:url(../imgs/bt_english.gif) center center no-repeat;
	margin:100px auto;
}
body#home #bt_english a, body#home #bt_portugues a {
	display:block;
	width:42px;
	height:38px;
	margin:100px auto;
}





#topo {
	width:730px;
	height:13px;
	font:11px "Trebuchet MS", Verdana, Helvetica, Arial;
	font-weight:bold;
	color:#FFF;
	margin:-30px auto 0;
}
#topo #fone {
	float:left;
	text-indent:20px;
	background:url(../imgs/fone.gif) left top no-repeat;
}
#topo a {
	float:right;
	color:#FFF;
	text-decoration:none;
}
#topo a:hover {
	text-decoration:underline;
}



/*********************************************  QUADRO  */
#quadro {
	width:769px;
	height:394px;
	margin:0 auto;
}



#bread_crumb {
	float:left;
	clear:both;
}
#bread_crumb ul {
	width:472px;
	height:24px;
	background:url(../imgs/bg_bread_crumb.jpg) no-repeat;
	margin:12px 0 0 20px;
	padding:22px 0 0 25px;
}
#bread_crumb li {
	display:inline;
	list-style:none;
	font:12px "Trebuchet MS", Verdana, Helvetica, Arial;
}
#bread_crumb a {
	font:12px "Trebuchet MS", Verdana, Helvetica, Arial;
	color:#000;
	text-decoration:none;
}
#bread_crumb a:hover {
	text-decoration:underline;
}
#bread_crumb li.seta {
	width:20px;
	height:46px;
	letter-spacing:1px;
	color:#846942;
	background:url(../imgs/seta.gif) center center no-repeat;
	margin:0 5px;
}





/*********************************************  CONTEÚDO  */
p {
	font:12px "Trebuchet MS", Verdana, Helvetica, Arial;
	color:#404040;
	line-height:22px;
}


/*********************************************  SCROLL CONTEÚDO  */
#divContent{position:relative;}






/*********************************************  RODAPE  */
#slogan_pt, #slogan_en {
	width:100%;
	height:15px;
	margin:0 auto 35px;
	_margin:0 auto 14px;
}
#slogan_pt {
	background:url(../imgs/slogan_pt.gif) center center no-repeat;
}
#slogan_en {
	background:url(../imgs/slogan_en.gif) center center no-repeat;
}



#newsletter {
	position:fixed;
	bottom:0px;
	width:100%;
	height:32px;
	background:url(../imgs/bg_menu.jpg) center top repeat-x;
}
#newsletter ul{
	width:500px;
	margin:5px auto 0;
}
#newsletter li{
	float:left;
	display:inline;
	list-style:none;
	margin:0 4px;
}
#newsletter li.campo{
	width:120px;
	background:url(../imgs/bg_newsletter_campo.gif) no-repeat;
	padding:0 2px;
}
#newsletter input{
	width:110px;
	font:11px "Trebuchet MS", Verdana, Helvetica, Arial;
	color:#404040;
	border:0;
	margin:0 3px 0 0;
	background-color:transparent;
}
#newsletter li#bt_ok{
	width:24px;
	height:24px;
	background:url(../imgs/bt_ok.gif) no-repeat;
	margin:-1px 0 0;
}
#newsletter li#bt_ok a{
	display:block;
	width:24px;
	height:24px;
}

#news_obrigatorio {
	width:600px; 
	height:66px; 
	position:absolute; 
	left:50%; 
	margin: 0 0 0 -300px; 
	z-index:500; 
	bottom:32px;
	text-align:right;
}



#logo_bm {
	position:fixed;
	_position:absolute;
	bottom:0px;
	right:0px;
	background:url(../imgs/logo_bm.gif) center center no-repeat;
}
#logo_bm a {
	display:block;
	width:34px;
	height:32px;
	text-indent:-9000px;
	overflow:hidden;
}