$(document).ready(function(){$('#slider1').nivoSlider({effect:'fold',controlNav:true,directionNav:false,animSpeed:600,pauseTime:4000});$('ul.sf-menu').supersubs({minWidth:12,maxWidth:27,extraWidth:1}).superfish({animation:{opacity:'show',height:'show'},delay:0,autoArrows:false,dropShadows:false});height=$('#corpo').height();$('#rodape').css('top',height+490);$('#marca_dagua').css('top',height+285);aux_redimensiona=($("#imagem_fundo_wrapper").width()-$(document).width())/2;if(aux_redimensiona>0){$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");$("#conteudo_wrapper").css("width",$(document).width()+"px");}else{$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");}if($(window).width()<1024){$('#rodape').css('left',15);$('#rodape').css('marginLeft',0);}else{$('#rodape').css('left','50%');$('#rodape').css('marginLeft',-490);}$(window).resize(function(){aux_redimensiona=($("#imagem_fundo_wrapper").width()-$(document).width())/2;if(aux_redimensiona>0){$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");$("#conteudo_wrapper").css("width",$(document).width()+"px");}else{$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");}if($(window).width()<1024){$('#rodape').css('left',15);$('#rodape').css('marginLeft',0);}else{$('#rodape').css('left','50%');$('#rodape').css('marginLeft',-490);}}).trigger("resize");$('.cursor_padrao').bind('click',function(){return false;});$('#contato_mensagem_fechar').bind('click',function(){$('#contato_mensagem').slideUp(800);});$('#contato input').bind('click',function(){$(this).css('backgroundColor','#DDD');});$('#contato textarea').bind('click',function(){$(this).css('backgroundColor','#DDD');});mapa_aberto=0;$('#abrir_mapa').bind('click',function(){if(mapa_aberto==0){$('#mapa_container').animate({'height':'311px'},800);$('#abrir_mapa').text('- Esconder mapa');$('#abrir_mapa').attr('title','Clique aqui para fechar o mapa');aux_height=$('#corpo').height();$('#rodape').css('top',aux_height+801);$('#marca_dagua').css('top',aux_height+596);mapa_aberto=1;}else{$('#mapa_container').animate({'height':'0px'},800,function(){$('#rodape').css('top',aux_height+490);$('#marca_dagua').css('top',aux_height+285);});$('#abrir_mapa').text('+ Visualizar mapa');$('#abrir_mapa').attr('title','Clique aqui para abrir o mapa');mapa_aberto=0;}});});$(window).load(function(){aux_redimensiona=($("#imagem_fundo_wrapper").width()-$(document).width())/2;if(aux_redimensiona>0){$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");$("#conteudo_wrapper").css("width",$(document).width()+"px");}else{$("#banner_wrapper").css("margin-left","-"+aux_redimensiona+"px");}if($(window).width()<1024){$('#rodape').css('left',15);$('#rodape').css('marginLeft',0);}else{$('#rodape').css('left','50%');$('#rodape').css('marginLeft',-490);}height=$('#corpo').height();$('#rodape').css('top',height+490);$('#marca_dagua').css('top',height+285);});
