jQuery.noConflict();
var $j = jQuery;
var isIE 		 = false;
var isIE6 	 = false;
var isSafari = false;
$j(document).ready(function(){
	if ($j.browser.msie) { isIE = true; }
	if (typeof document.body.style.maxHeight == 'undefined') { isIE6 = true; try { document.execCommand('BackgroundImageCache', false, true); } catch(e) { } }
	if ($j.browser.safari) { isSafari = true; $j('div#Container').addClass('safari'); }
   Cufon.replace("H1", {
       fontSize: "31px",
       fontWeight: "bold"
   });
   Cufon.replace(".product-item .type .title", {
       fontSize: "19px",
       textShadow: '1px 1px 1px #333',
       fontWeight: "bold"
   });
   Cufon.replace(".four-up-c h3", {
       fontSize: "16px"
   });
   Cufon.now();

});
