﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		//Cufon.replace('.subnav-title', {textShadow: '1px 1px #5f5f5f', color: '-linear-gradient(#ececec, #ffffff)'});
		Cufon.replace('h1, .home-cta-title, #utilities li a, #utilities li span', {hover: 'true'});
		
		$('#subnav ul li:last-child').addClass('last-child');

//	Superfish drop-down menus
//		$('.main-nav ul.L1').superfish({
//			delay: 500, // one second delay on mouseout
//			animation: { opacity: 'show' }, // fade-in and slide-down animation
//			speed: 'fast', // faster animation speed
//			autoArrows: false,
//			dropShadows: false
//		}); 	

		$("ul.tabs").tabs("div.tc > .prod-tab");
	}); 
})(jQuery);
