var BookmanOldStyle = {
  src: '/assets/flash/BookmanOldStyle.swf'
};
var LucidaSansUnicode = {
  src: '/assets/flash/LucidaSansUnicode.swf'
};

sIFR.activate(BookmanOldStyle, LucidaSansUnicode);

sIFR.replace(BookmanOldStyle, {
	selector: '.header em',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #2b3d23; font-weight: bold; text-align: right;}',
		'strong {font-size: 220%; font-weight: bold; color: #04c4d9;}'
	]
});


sIFR.replace(LucidaSansUnicode, {
	selector: '.primaryContentPane h2',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#4c4c4c',
			'font-weight': 'bold'
		}
	}
});

sIFR.replace(LucidaSansUnicode, {
	selector: '.content-inner-bg h4',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#4c4c4c',
			'font-weight': 'bold'
		}
	}
});

/*
sIFR.replace(LucidaSansUnicode, {
	selector: '.top-line p',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#444184',
			'font-weight': 'bold',
			'text-align' : 'center'
		}
	}
});
*/

sIFR.replace(LucidaSansUnicode, {
	selector: '#search-box h3',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#ffffff',
			'font-weight': 'normal'
		}
	}
});


sIFR.replace(BookmanOldStyle, {
	selector: '.header #banner .banner-text',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #9c9c9c; leading:5px; }',
		'strong {font-weight: bold; }'
	]
});

sIFR.replace(LucidaSansUnicode, {
	selector: 'ul.navigationSecondary li.current',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #555859; font-weight: bold; }',
		'a {color: #555859; text-decoration: none; }',
		'a:hover {color: #555859; text-decoration: none; }'
	]
});

sIFR.replace(LucidaSansUnicode, {
	selector: 'ul.navigationSecondary li',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #ffffff; font-weight: bold; }',
		'a {color: #ffffff; text-decoration: none; }',
		'a:hover {color: #ffffff; text-decoration: none; }'
	]
});

/*sIFR.replace(LucidaSansUnicode, {
	selector: 'ul#specification li h3',
	wmode: 'transparent',
	css:
	[
		'.sIFR-root {color: #ffffff; font-weight: bold; cursor: pointer;}'
	]
});*/



sIFR.replace(LucidaSansUnicode, {
	selector: '.test h2',
	wmode: 'transparent',
	css:
	{
		'.sIFR-root':
		{
			'color': '#4c4c4c',
			'font-weight': 'bold'
		}
	}
});