var stagbold = { src: './filestore/dev/JS/fonts/stagbold.swf' };
var stagmedium = { src: './filestore/dev/JS/fonts/stagmedium.swf' };

sIFR.activate(stagbold, stagmedium);

sIFR.replace(stagmedium, {
	selector: '#intro #functions h2, #intro #functions h2 a, #intro #functions h3 , #intro #functions h3 a' 
    	,css: [
    		'.sIFR-root { font-size:22px; text-decoration:none; color:#000000;}'
			,'a { color: #000000; text-decoration: none; }'
			,'a:link { color: #000000; }'
			,'a:hover { color: #000000; }'
		]
		, forceSingleLine: true	
		, tuneHeight: -5	
		, wmode: 'transparent'
		,filters: {
			DropShadow: {
				distance: 1
				,color: '#000000'
				,strength: 0.5
			}
		}			
}); 

sIFR.replace(stagbold, {
	selector: '#intro #functions h4'
    	,css: [
    		'.sIFR-root { color: #E1007A; font-size:14px; text-transform: uppercase; }'
		]
		, forceSingleLine: true
		, tuneHeight: -5
		, wmode: 'transparent'
}); 

sIFR.replace(stagbold, {
	selector: 'x#intro .news_ticker h3'
    	,css: [
    		'.sIFR-root { color: #000000; font-size:14px; text-transform: uppercase; text-align: left;}'
		]
		, forceSingleLine: true	
		, tuneHeight: -5
		, wmode: 'transparent'
}); 



sIFR.replace(stagbold, {
	selector: '#carousel h1, #intro h1, #intro h2, #intro .news_ticker h3'
    	,css: [
    		'.sIFR-root { font-size:17px; text-transform: uppercase; }'
		]
		, tuneHeight: -5	
		, wmode: 'transparent'
}); 

sIFR.replace(stagmedium, {
	selector: '#nav li.active'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:15px; text-align: center; }'
			,'a { color: #FFFFFF; text-decoration: none; }'
			,'a:link { color: #FFFFFF; }'
			,'a:hover { color: #FFFFFF; }'
		]
		, tuneHeight: -5
		, wmode: 'transparent'
});  

sIFR.replace(stagmedium, {
	selector: '#nav li'
		,css: [
			'.sIFR-root { color: #000000; cursor: pointer; font-size:15px; text-align: center; }'
			,'a { color: #000000; text-decoration: none; }'
			,'a:link { color: #000000; }'
			,'a:hover { color: #000000; }'
		]
		, tuneHeight: -5
		, wmode: 'transparent'
});

sIFR.replace(stagmedium, {
	selector: '#carousel ul.tabs li'
		,css: [
			'.sIFR-root { cursor: pointer; font-size:15px; }'
			,'a { text-decoration: none; }'
			,'a:link { color: #0092DC; }'
			,'a:hover { color: #0092DC; }'					
		]
		, wmode: 'transparent'
});  

sIFR.replace(stagbold, {
	selector: '#list h2, #subcontent h2'
    	,css: [
    		'.sIFR-root { color: #E1007A; font-size:15px; text-transform: uppercase; text-align: left;}'
		]
		, tuneHeight: -5
		, wmode: 'transparent'
}); 

sIFR.replace(stagmedium, {
	selector: 'h1.title'
    	,css: [
    		'.sIFR-root { color: #000000; font-size:21px; }'
		]
		, tuneHeight: -5	
		, wmode: 'transparent'
});
