sIFR.activate(helvetica);

sIFR.replace(helvetica, {
  selector: 'h1, h2'
  ,css: [
	'.sIFR-root { color: #000000; font-size:25px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #000000; }'
	,'a:hover { color: #000000; }'
  ],
  wmode: 'transparent'
});


sIFR.replace(helvetica, {
  selector: '#checkoutSteps h3'
  ,css: [
	'.sIFR-root { color: #000000; font-size:20px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #000000; }'
	,'a:hover { color: #000000; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: '.col-main h3'
  ,css: [
	'.sIFR-root { color: #000000; font-size:25px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #000000; }'
	,'a:hover { color: #000000; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(helvetica, {
  selector: 'h3'
  ,css: [
	'.sIFR-root { color: #ffffff; font-size:20px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #ffffff; }'
	,'a:hover { color: #ffffff; }'
  ],
  wmode: 'transparent'
});


sIFR.replace(helvetica, {
  selector: '.menu h4.active'
  ,css: [
	'.sIFR-root { color: #a77109; font-size:18px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #a77109; }'
	,'a:hover { color: #9a9a9a; }'
  ],
  wmode: 'transparent'
});
sIFR.replace(helvetica, {
  selector: '.menu h4'
  ,css: [
	'.sIFR-root { color: #ffffff; font-size:18px; text-align:left; font-weight:normal; white-space:nowrap; }'
	,'a { text-decoration: none; color: #ffffff; }'
	,'a:hover { color: #9a9a9a; }'
  ],
  wmode: 'transparent'
});