$(document).ready(function() {

//	Cufon.replace('h1', { fontFamily: 'Dakota', textShadow: '1px 1px 1px #fff' });
	
	Cufon.replace('#make-order h4, #phone-label h2', { fontFamily: 'Myriad Pro', textShadow: '1px 1px 1px #AF1523', hover: true });
	
	Cufon.replace('#side-nav ul#menu-side-navigation li a, #primary, .key-content h2', { fontFamily: 'Myriad Pro', textShadow: '1px 1px 1px #fff', hover: true });
	
	Cufon.replace('div#delivery h2', { fontFamily: 'Myriad Pro', textShadow: '1px 1px 1px #fff', hover: true });
	
	$("a.inline").fancybox({
			'transitionIn'	: 'fade',
			'transitionOut'	: 'fade',
			'speedIn'		    : 600, 
			'speedOut'		  : 200, 
			'overlayShow'	  : true,
			'overlayOpacity': 0.5,
			'overlayColor'  : '#000',
			'centerOnScroll': true,
			'width'         : 560,
			'height'        : 340
	});
	
});
