var helvetica = { src: 'fonts/helnmdc.swf' };
var hlight = { src: 'fonts/hthin.swf' };

sIFR.activate(helvetica, hlight);


sIFR.replace(helvetica, {
      selector: '#menu li'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: normal; font-size: 14px; text-transform: uppercase; letter-spacing: 0.25; }'
        ,'a { text-decoration: none; color: #feb913; font-size: 14px; font-weight: normal; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #feb913; }'
		,'a.current { color: #feb913; }'
      ] 
	  ,wmode: 'transparent',
	  forceSingleLine: true
    });




sIFR.replace(hlight, {
      selector: '.replace_font'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff', 'font-size': '30px' }
      },
	  wmode: 'transparent',
	  forceSingleLine: true
    });
sIFR.replace(hlight, {
      selector: '.pTitle h1'
      ,css: {
        '.sIFR-root': { 'color': '#feb913', 'font-size': '30px' }
      },
	  wmode: 'transparent',
	  forceSingleLine: true
    });
sIFR.replace(helvetica, {
      selector: '.bottom h2'
      ,css: {
        '.sIFR-root': { 'color': '#feb913', 'font-size': '16px', 'font-weight': 'normal', 'letter-spacing':'0.25', 'text-transform': 'uppercase' }
      },
	  wmode: 'transparent',
	  forceSingleLine: true
    });

sIFR.replace(helvetica, {
      selector: '.right h2'
      ,css: {
        '.sIFR-root': { 'color': '#feb913', 'font-size': '16px', 'font-weight': 'normal', 'letter-spacing':'0.25', 'text-transform': 'uppercase' }
      },
	  wmode: 'transparent',
	  forceSingleLine: true
    });