$(function(){
	// top menu hover system
	$('.top-nav li').hover(function(){
		$(this).addClass('hover');
		}, function(){
		$(this).removeClass('hover');
	});
	// font replacement
	Cufon.replace('.top-nav a,.action a,.terms a',{fontFamily:'Universal',textShadow:'#005a85 2px 1px'});
	Cufon.replace('.action p,.teaser p',{fontFamily:'Helv',fontWeight:'normal'});
	Cufon.replace('p.copyright,.enter-form p,.terms-container',{fontFamily:'Helv',fontWeight:'normal'});
	Cufon.replace('span.blue,.enter-form p span,.detail p label,.purchase-detail h3,.purchase-detail p label,.address p,.message label',{fontFamily:'Helv',fontWeight:'bold'});
});
$(function()
{
	$('.terms-container').jScrollPane({showArrows: true});
});
