//sIFR.domains = ['www.nicholascreativemedia.com']; // Don't check for domains in this demo

	var neue = {
		src: '/default/scripts/helvetica_neue.swf'
	};
	
	sIFR.debugMode = false;
	sIFR.delayCSS  = false;
	sIFR.activate(neue);
 
/*
	sIFR.replace(neue,{
		selector:'.menu .selected',
		forceSingleLine: true,

		wmode: 'transparent',
		css:['.sIFR-root { color: #636669; font-size: 14px; width: 186px; }',
			 '.sIFR-root a { color: #636669; text-decoration: none; width:186px; }',
			 '.sIFR-root a:hover { color: #636669; }',
			 '.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
		tuneWidth: 100,
		tuneHeight: 10,
		offsetTop: 10,
		offsetLeft: 10
	});
   
   sIFR.replace(neue,{
		selector:'.menu li',
		forceSingleLine: true,

		wmode: 'transparent',
		css:['.sIFR-root { color: #ffffff; font-size: 14px; width: 186px; }',
			 '.sIFR-root a { color: #ffffff; text-decoration: none; width:186px; }',
			 '.sIFR-root a:hover { color: #ffffff; }',
			 '.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
		tuneWidth: 100,
		tuneHeight: 10,
		offsetTop: 10,
		offsetLeft: 10
	});
*/

   sIFR.replace(neue,{
		selector:'.helvetica',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root {color: #cc0033; font-size: 30px;}']
	});
	
    sIFR.replace(neue,{
		selector:'.helveticasmall',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root { float: left; color: #cc0033; font-size: 25px;}']
	});
	
	    sIFR.replace(neue,{
		selector:'.helveticaxsmall',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root { float: left; color: #cc0033; font-size: 20px;}']
	});
	
		sIFR.replace(neue,{
		selector:'.helveticaxxsmall',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root {color: #cc0033; font-size: 20px;}']
	});
	
		sIFR.replace(neue,{
		selector:'.helveticaxxxsmall',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root {color: #cc0033; font-size: 13px;}']
	});
   
   sIFR.replace(neue,{
		selector:'.helvetica-header',
		forceSingleLine: true,
		wmode: 'transparent',
		css:['.sIFR-root { color: #666666; font-size: 30px; text-align:right; }']
	});
   
   sIFR.replace(neue,{
		selector:'.left > ul .selected',
		forceSingleLine: true,

		wmode: 'transparent',
		css:['.sIFR-root { color: #FFFFFF; font-size: 10pt; width: 186px; }',
			 '.sIFR-root a { color: #FFFFFF; text-decoration: none; width:186px; }',
			 '.sIFR-root a:hover { color: #FFFFFF; }',
			 '.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
		tuneWidth: 100,
		tuneHeight: 10,
		offsetTop: 10,
		offsetLeft: 10
	});
	
		
	   sIFR.replace(neue,{
		selector:'.left > ul li',

		wmode: 'transparent',
		css:['.sIFR-root {color: #636669; font-size: 10pt; width: 186px; text-align: left; word-wrap: break-word;}',
			 '.sIFR-root a { color: #636669; text-decoration: none; word-wrap: break-word;}',
			 '.sIFR-root a:hover { color: #636669; width: 186px;}',
			 '.sIFR-root a:visited { color: #ffffff; text-decoration: none; width: 186px; }'],
		tuneWidth: 0,
		tuneHeight: 0,
		offsetTop: 0,
		offsetLeft: 0
	});

   


