$(document).ready(function(){
	
	//Cufon.replace('h1', { fontFamily: 'Vegur' });
	Cufon.replace('.hero_fader_txt h1', { fontFamily: 'Bodoni' });
	Cufon.replace('.own_the_dream', { fontFamily: 'Bodoni' });
	
	Cufon.replace('.hero_fader_txt span.hero_fader_txtblock', { fontFamily: 'GothamBook' });
	Cufon.replace('.hero_fader_txt h2', { fontFamily: 'Gotham' });
	
	Cufon.replace('#footer_contact h2', { fontFamily: 'Gotham' });
	Cufon.replace('#footer_contact h3', { fontFamily: 'GothamBook' });
	Cufon.replace('#footer_contact h4 a', { fontFamily: 'GothamBook', hover: true });
	Cufon.replace('#breadcrumbs a', { fontFamily: 'GothamBook', hover: true  });
	Cufon.replace('.blue_heading p', { fontFamily: 'GothamBook', zIndex: 1 });
	
	if ( !($.browser.msie && $.browser.version.substr(0,1)<7) )
	{
		Cufon.replace('.footer_nav h2', { fontFamily: 'Gotham' });
	}
	
	Cufon.replace('.slider_txt h2', { fontFamily: 'Gotham' });
	Cufon.replace('.slider_txt p.slider_txt_line', { fontFamily: 'Gotham' });
	
	
	Cufon.replace('.gallery_subtitle', { fontFamily: 'GothamBook' });
	Cufon.replace('.blue_heading_small', { fontFamily: 'Gotham', zIndex: 1 });
	
	
	Cufon.replace('#page_header h1', { fontFamily: 'GothamBook' });
	
	
});
