
/*************************** MAIN CONTAINER **************/
#main_container {
	width:760px;
	height: 156px;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	/*border: 1px #F00 solid;*/
	color: #fff;
}
/*************************** FIM MAIN CONTAINER **************/

/*************************** MAIN MENU **************/

#menu {
	top:0px;	
	position:absolute;
	z-index: 3;
	cursor:pointer;
	height: 30px;
	margin:0px;
	padding: 0px;
	
	/*margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:10000;
	overflow:hidden;
    margin-top:4px;*/

}

/***************************FIM MAIN MENU **************/

/*************************** OPÇÔES DE MENU **************/
#menu_opcoes {
/*	left: 20px;
	top: -36px;
	position:relative;*/

	font-size:11px;
	/*z-index:1001;*/
	left: 15px; /*margem à esquer do menu*/
	position:relative;
	top: -47px;
	color:#606060;
	font-weight:bold;
	height:35px;
	

}



#menu_opcoes_td {
	padding-left:8px;
}

#menu_opcoes td {
	padding-left:8px;
	background-image:url(../imagens/separador_s.png); 
	background-repeat: no-repeat;
	background-position:right;
}



#menu_opcoes a {
	font-size:8pt;
/*	color:#606060;*/
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#menu_opcoes a:hover {
	color:#F90;
	
}



/*************************** FIM OPÇÔES DE MENU **************/

/*************************** OPÇÔES DE SUB-MENU **************/


.submenu { 
	background-image:url(../imagens/menus_aberto_header.png); 
	background-repeat: no-repeat; 
	width:760px;
	height:157px;
}

#submenu_opcoes {
    display:block;	
	top: 0px;
	font-size:9px;
	margin-left:15px;
}




#submenu_opcoes a {
	font-size:8pt;
	/*color:#606060;*/
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
		line-height:1.12;
}
#submenu_opcoes a:hover {
	color:#F90;
}


#submenu_opcoes td
{
	color:#606060;
/*	background-image:url(../imagens/separador_s.png); 
	background-repeat: no-repeat;
	background-position:right;
	padding-left:8px;
*/}
#submenu_opcoes td:hover
{
	color:#FFF;
}




#submenu_opcoes_table {
	padding-top: 40px;
	padding-left: 3px;
}


/*************************** FIM OPÇÔES DE SUB-MENU **************/




#footer {

/*	background-image:url(../imagens/menus_fechado_footer.png); 
	background-repeat: no-repeat;
	background-position:bottom;
*/	width:760px;
		cursor:pointer;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

#footer_container {
		position:absolute;
		overflow:hidden;
	bottom: 0px;
	width:760px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	/*border: 1px #F00 solid;*/
	color: #fff;
	border-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:-10px;

}



#footerActive_container {
	position:absolute;
	z-index: 200000;
	bottom:-132px;

}

#footerActive_submenu { 
	background-image:url(../imagens/menus_aberto_footer.png); 
	background-repeat: no-repeat; 
	width:760px;
	overflow:hidden;
	/*z-index:2002;*/
}

#footer_submenu_tit {
	margin-top:18px;
	margin-left:44px;
}

#footer_destaques {
	margin-top:5px;
	margin-left:47px;
	width:476px;
	height:127px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}



