﻿var stagbold = { src: './filestore/dev/JS/fonts/stagbold.swf' };
var stagmedium = { src: './filestore/dev/JS/fonts/stagmedium.swf' };

sIFR.activate(stagbold, stagmedium);

sIFR.replace(stagbold, {
	selector: '#carousel h1, #intro h1, #intro h2'
    	,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'
});
