function initCufon() {

	Cufon.replace('.visual h1', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('.visual .sub-title', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('.visual .btn-browse span', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('.gallery h2', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('.gallery .sub-title', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('.gallery .info .name', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Georgia'});

	Cufon.replace('.product-box .heading', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('#footer .title', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});

	Cufon.replace('#sidebar h2', { textShadow: "3px 3px rgba(0, 0, 0, 0.1)", fontFamily: 'Arial'});



}



initCufon();
