//=========================================================
// CUFON STYLES
Cufon.replace('h1',{
	fontFamily: 'TheSerif'				// TheSerif
});

Cufon.replace('h2',{
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBoldCondensedNo20
});

Cufon.replace('h3',{
	fontFamily: 'TheSerif'				// TheSerifB6SemiBold
});

Cufon.replace('h5',{
	fontFamily: 'TheSerif'				// TheSerif
});

Cufon.replace('h6',{
	fontFamily: 'TheSerif'				// TheSerif
});


Cufon.replace('div#exclusively',{
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBold
});

Cufon.replace('div#copyright',{
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBold
});

Cufon.replace('div#privacy',{
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBold
});

Cufon.replace('div#terms',{
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBold
});

Cufon.replace('div#startpage_top_head', {
	fontFamily: 'TheSerif'				// TheSerif
});

Cufon.replace('div#startpage_featured_product_head', {
	fontFamily: 'TheSerif'
});

Cufon.replace('.startpage_section_box_title', {
	fontFamily: 'Trade Gothic LT Std'	// TradeGothicBoldCondensedNo20
});

/*Cufon.replace('div#startpage_featured_product_copy', {
	fontFamily: 'Trade Gothic LT Std'
});*/