var helvNeueCond 			= { src: SIFR_ROOT_DIR+'HelveticaNeue-Cond.swf' };
var helvNeueMdCond 		= { src: SIFR_ROOT_DIR+'HelveticaNeue-67MdCn.swf' };
var arial			 		= { src: SIFR_ROOT_DIR+'Arial.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(arial,helvNeueCond,helvNeueMdCond);

sIFR.replace(helvNeueCond, {
  selector: 'h2.smallHeading',
  css: '.sIFR-root { color: #231f20; font-size: 14px; font-weight: bold; }',
  offsetTop : -1,
  transparent: true
});

sIFR.replace(helvNeueCond, {
  selector: 'h3.smallHeadingWhite',
  css: '.sIFR-root { color: #ffffff; font-size: 14px; font-weight: bold; }',
  offsetTop : -1,
  transparent: true
});

sIFR.replace(helvNeueMdCond, {
  selector: 'h2.sideHeading',
  css: '.sIFR-root { color: #231f20; font-size: 16px; }',
  offsetTop : -3,
  thickness: 20,
  transparent: true
});

sIFR.replace(helvNeueMdCond, {
  selector: 'h3.productName',
  css: ['.sIFR-root { color: #ec008c; font-size: 16px; }',
		'a:link { color: #ec008c; text-decoration:none; }',
		'a:hover { color: #231f20; }'
	],
  offsetTop : -3,
  transparent: true
});

sIFR.replace(helvNeueCond, {
  selector: 'h1.mainTitle',
  css: [ '.sIFR-root { color: #363233; font-size: 32px; }' ],
  thickness: 40,
  transparent: true
});
sIFR.replace(helvNeueCond, {
  selector: 'h2.mainTitle',
  css: [ '.sIFR-root { color: #363233; font-size: 32px; }' ],
  thickness: 40,
  transparent: true
});

sIFR.replace(helvNeueCond, {
  selector: 'h3.subTitle',
  css: [ '.sIFR-root { color: #363233; font-size: 20px; }' ],
  thickness: 60,
  transparent: true
});

sIFR.replace(arial, {
  selector: 'h4.productHeading',
  css: [ '.sIFR-root { color: #666666; font-size: 14px; font-weight: bold; }' ],
  transparent: true
});



