var helvetica = {
	src: '/design/flash/helvetica.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(helvetica);

sIFR.replace(helvetica,  {
	selector: '#content h1',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:24px; color:#2d4786; }'
    ]
});

sIFR.replace(helvetica,  {
	selector: '#content h2.subtitle',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#bcbcbc; }'
    ]
});

sIFR.replace(helvetica,  {
	selector: '#sidebar h3.hours',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:16px; color:#2d4786; }'
    ]
});

sIFR.replace(helvetica,  {
	selector: '#sidebar .box h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:20px; color:#FFFFFF; }'
    ]
});

sIFR.replace(helvetica,  {
	selector: '.box h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:20px; color:#FFFFFF; cursor:pointer;}',
	  '.sIFR-root em { font-size:75%;font-style:normal; cursor:pointer; text-decoration:underline;}',
	  'a{color:#FFFFFF; text-decoration:none; cursor:pointer; line-height:26px;}',
	  'a:hover{color:#FFFFFF; text-decoration:none;}'
    ]
});

sIFR.replace(helvetica,  {
	selector: 'div.products div.product_big h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:17px; color:#FFFFFF; text-align:center; cursor:pointer; line-height:26px;}',
	  'a{color:#FFFFFF; text-decoration:none; cursor:pointer; line-height:26px;}',
	  'a:hover{color:#FFFFFF; text-decoration:none;}'
    ]
});

/*sIFR.replace(helvetica,  {
	selector: 'div.products div.cat_big h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:16px;  color:#FFFFFF; text-align:center; cursor:pointer; line-height:12px;}',
	  'a{color:#FFFFFF; text-decoration:none; cursor:pointer; line-height:12px;}',
	  'a:hover{color:#FFFFFF; text-decoration:none;}'
    ]
});

sIFR.replace(helvetica,  {
	selector: 'div.product_detail h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:17px; color:#FFFFFF; text-align:center; cursor:pointer; line-height:26px;}',
    ]
});*/

