// cufon replacements
Cufon.replace(' h1, h2, h3', { hover: true, fontFamily: 'Zurich' });
Cufon.replace(' .applyfont', { textShadow: '1px 1px #ffffff', hover: true, fontFamily: 'Zurich' });
Cufon.replace(' .footer-big h3', { textShadow: '1px 1px #424242', fontFamily: 'Zurich' });
Cufon.replace(' .btn-big-action, .btn-small-action, .btn-big-action-fixed, .form-button', { textShadow: '1px 1px #5d5d5d', hover: true , fontFamily: 'Arials' });

