// JavaScript Document


$(document).ready(function () {
	$('#header-right a').addClass('cuf-cg');
	$('#content h2').addClass('cuf-cg');
	$('#content h3').addClass('cuf-cg');
	$('.frame h3').addClass('cuf-cg');
	$('#nav a').addClass('cuf-cg');
	$('.pcMainTable h1').addClass('cuf-a');
	Cufon.replace('.cuf-cg' ,{hover: true, fontFamily: 'Century Gothic'});
	Cufon.replace('.cuf-cgi' ,{hover: true, fontFamily: 'Century Gothic Italic'});
	Cufon.replace('.cuf-a' ,{hover: true, fontFamily: 'Amelie'});
	
/*Cufon.replace('.header-right ul li a' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.custmer span' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.custmer small' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.play-right h3' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.quantity label' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.price span' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.bottons ul li a' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.frame-2-center span' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.cupbord ul li a' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.footer-left span' ,{hover: true, fontFamily: 'Century Gothic'});
Cufon.replace('.custmer a' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.play-left h2' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.comunication ul li.telephone a small' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.comunication ul li.cart a small' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.frame-2-center ul li a' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.whats-new span a' ,{hover: true, fontFamily: 'Amelie'});
Cufon.replace('.play-left span' ,{hover: true, fontFamily: 'Century Gothic Italic'});
Cufon.replace('.comunication ul li.telephone a span' ,{hover: true, fontFamily: 'Century Gothic Italic'});
Cufon.replace('.comunication ul li.cart a span' ,{hover: true, fontFamily: 'Century Gothic Italic'});
Cufon.replace('.frame-1 p' ,{hover: true, fontFamily: 'Century Gothic Italic'});
*/
});


