var stratumReg = {
	src: '/swf/stratum1-regular.swf'
};

var stratumBold = {
	src: '/swf/stratum1-bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(stratumReg);

/* ------- Page Title */
sIFR.replace(stratumReg, {
	selector: '#sitecontainer h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #c3a555; font-size: 25px; text-transform: uppercase;  }'
	]
});

/* ------- Address info */
sIFR.replace(stratumReg, {
	selector: 'h3.info'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #c4c3c3; font-size: 14px; text-transform: uppercase;  }'
	]
});







//var tradeCondensed = {
//	src: '/swf/tradegothic-condensed.swf'
//};
//
//var tradeCondensedBold = {
//	src: '/swf/tradegothic-condensed.swf'
//};
//
//sIFR.activate(tradeCondensed, tradeCondensedBold);
//
//sIFR.replace(tradeCondensed, {
//	selector: 'h1.sectiontitle'
//	,css: [
//		'.sIFR-root { text-transform: lowercase; font-size: 48px; color: #ffffff; }'
//		,'a { text-decoration: none; }'
//		,'a:link { color: #ffffff; }'
//		,'a:hover { color: #0269a9; }'
//	]
//	,wmode: "transparent"
//});
//sIFR.replace(tradeCondensedBold, {
//	selector: 'h1.pagetitle'
//	,css: [
//		'.sIFR-root { text-transform: lowercase; font-size: 24px; color: #0076bf; font-weight: bold; }'
//		,'a { text-decoration: none; }'
//		,'a:link { color: #0076bf; }'
//		,'a:hover { color: #0269a9; }'
//	]
//	,wmode: "transparent"
//});
//sIFR.replace(tradeCondensedBold, {
//	selector: 'h2.bannerslogan'
//	,css: [
//		'.sIFR-root { text-transform: lowercase; font-size: 14px; color: #bfd0df; font-weight: bold; text-align: right; }'
//		,'a { text-decoration: none; }'
//		,'a:link { color: #bfd0df; }'
//		,'a:hover { color: #0269a9; }'
//	]
//	,wmode: "transparent"
//});