jQuery(document).ready(function(){
								
	
	jQuery('#Body').fadeIn(1000);
	
	jQuery('#bg-menu-marcas a,#bg-busca .botao').mouseenter(function(){
		jQuery(this).animate({opacity: "0.5"}, 300); 											
	});								
	jQuery('#bg-menu-marcas a,#bg-busca .botao').mouseleave(function(){
		jQuery(this).animate({opacity: "1"}, 300); 											
	});		
	
	jQuery('#bg-top10 a').mouseenter(function(){
		jQuery(this).animate({backgroundColor:'#ccc',color:'#000'}, 250); 											
	});

	jQuery('#bg-top10 a').mouseleave(function(){
		jQuery(this).animate({backgroundColor:'#333',color:'#fff'}, 250); 											
	});

	
	jQuery('#bt-departamentos').toggle(
		function(){
			jQuery('#bg-esquerdo-menu  > ul').slideUp('slow',function(){
				jQuery('#NavLateralEsquerda').animate({height: jQuery('#bg-esquerdo').outerHeight()+122});													  
			});
			jQuery(this).attr('src','arquivos/87815/images/tit_departamentos_hover.png');
		},
		function(){
			jQuery('#bg-esquerdo-menu  > ul').slideDown('slow', function(){
				jQuery('#NavLateralEsquerda').animate({height: jQuery('#bg-esquerdo').outerHeight()+122});													 
			});
			jQuery(this).attr('src','arquivos/87815/images/tit_departamentos.png');
		}
	);
	
	jQuery('#bg-esquerdo-menu  > ul > li').mouseenter(function(){
		jQuery('a:first',this).css({backgroundColor:'#f04814'});
		jQuery('> ul',this).stop(true,true).delay(1000).slideDown(1000,function(){
			jQuery('#NavLateralEsquerda').animate({height: jQuery('#bg-esquerdo').outerHeight()+122});																
		});
	});
	jQuery('#bg-esquerdo-menu  > ul > li').mouseleave(function(){
		jQuery('a:first',this).css({background:'none'});
		jQuery('> ul:first',this).stop(true,true).delay(1000).slideUp(3000,function(){
			jQuery('#NavLateralEsquerda').animate({height: jQuery('#bg-esquerdo').outerHeight()+122});																
		});
	});
	
	jQuery('#bg-news .campo_nome, #bg-news .campo_email').focusin(function(){
		jQuery(this).css({'border':'solid 0px #fff',opacity: "0"}).animate({left:'-=5',top:'-=5'},0,function(){ jQuery(this).animate({borderWidth:'5px',opacity: "1"},500); });
	});

	jQuery('#bg-news .campo_nome, #bg-news .campo_email').focusout(function(){
		jQuery(this).animate({left:'+=5',top:'+=5',borderWidth:'0px'},0);																  
	});

	jQuery('#slide-show').slideShow();
	
	jQuery('#bg-carrossel').jcarrossel();
	
	jQuery('#NavLateralEsquerda').css({height: jQuery('#bg-esquerdo').outerHeight()+122 });
});
