<!--//--><![CDATA[//><!--
sfHover = function() {
var sfEls = document.getElementById("nav_443200").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);//--><!]]>

jQuery(document).ready(function() {


		   Cufon.replace('h1');  
	 
		   Cufon.replace('#middleButtonNavNew ul li a' , {fontFamily: 'Gotham-Book', hover: true});
	 	   Cufon.replace('#firstCol h2'); 
	       Cufon.replace('#secondColPackages ul li a' , {fontFamily: 'Gotham-Light', hover: true});
	       Cufon.replace('#secondColPackages h2' , { fontFamily: 'Gotham-Light' }); 
	 	   //Cufon.replace('#secondCol p' , { fontFamily: 'Gotham-Light' });
	       
	       Cufon.replace('a.packageDetails' , { fontFamily: 'Gotham-Light' }); 
           Cufon.replace('#secondCol h2' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('#thirdCol h2' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#spa_landingNew h1' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#spa_landingNew h2' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#spa_landingNew h3' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#spa_landingNew h4' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#spa_landingNew span.time' , { fontFamily: 'Gotham-Book' }); 
	 	   Cufon.replace('body#spa_landingNew span.price' , { fontFamily: 'Gotham-Book' }); 



	 	   Cufon.replace('body#WeddingPage h1' , { fontFamily: 'Gotham-Book' }); 
	 	   Cufon.replace('body#WeddingPage h2' , { fontFamily: 'Gotham-Book' }); 
	 	   Cufon.replace('body#WeddingPage h3' , { fontFamily: 'Gotham-Book' }); 
	 	   Cufon.replace('body#WeddingPage h4' , { fontFamily: 'Gotham-Light' }); 
	 	   Cufon.replace('body#WeddingPage h5' , { fontFamily: 'Gotham-Light' }); 
	 	   
	 	   Cufon.replace('ul.tabs li a' , { fontFamily: 'Gotham-Medium' }); 
	 	   	 	   
		   Cufon.replace('#weddingPhone' , { fontFamily: 'Gotham-Light' }); 
 
	/*

			jQuery(".packageDetails").fancybox({
				'height'			: '75%',
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
*/
	 
});

