function initCufon() {
	Cufon.replace('.quick-cuote span', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'20px', color:'#bd8c46'});
	Cufon.replace('.left-top-box h1', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'38px', color:'#bd8c46'});
	Cufon.replace('.left-top-box h2 ', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'25px', color:'#666666'});
	Cufon.replace('.tabs a', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'18px', color:'#ffffff'});
	Cufon.replace('.text-1 span', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'23px', color:'#ffffff'});
	Cufon.replace('.footer-container span.site', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'23px', color:'#bd8c46'})
	Cufon.replace('.middle span.title', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'23px', color:'#bd8c46'})
	Cufon.replace('.sections span', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'23px', color:'#57A077'})
	Cufon.replace('.details h2', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'30px', color:'#bd8c46'})
	Cufon.replace('#contact_form h2', { fontFamily: 'ITC Avant Garde Gothic Demi', fontSize:'30px', color:'#bd8c46'})
	
	
		 
}
$(document).ready(function(){
	initCufon();
});

