/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;     
}
*{
	margin:0px;
	padding:0px;
}
body{
	background:url(../img/bg.jpg) repeat-x; 
	background-color:#3e2b10;
}
#topo{
	width:100%;
	height:86px;
	background:url(../img/bg_topo.jpg) repeat-x;
}
#menu{
	width:1004px;
	height:25px;
	padding-top:61px;
	margin:0px auto 0px auto;
	background:url(../img/bg_menu.jpg);
}
#menu_bots{
	width:774px;
	height:25px;
	margin-left:114px;
}

a, a:visited { text-decoration:none; color:#de7100; }

#popChamada{
	display:none;
	position:absolute;
	top:50px;
	left:180px;
	width:420px;
	padding-top:20px;
	cursor:pointer;
}

#popChamada span{
	position:absolute;
	top:0;
	right:0;
	padding:5px 10px;
	line-height:1;
	font-size:10px;
	font-weight:bold;
	color:black;
	background-color:white;
}


/*                  *** INÍCIO DOS BOXES (APOIO) ***                           */

#box_ap1{
	width:774px;
	margin:0px auto 10px auto;
	clear:both;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#785a3a;
	display:block;	
}
#box_ap2{
	width:773px;
	height:70px;
	margin:0px auto 0px auto;
	display:block;
}
#obrigado{
	width:315px;
	height:125px;
	padding:20px;
	background:#5a3f1f;
}
#obrigado strong{ font-size:14px; }

#bot_enviar { cursor:pointer; }

#infs_contato{
	width:774px;
	margin:20px auto;
	padding-bottom:50px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}