var franklingothicstd = {
	src: 'sifr/flash/franklingothicstd.swf'
};

sIFR.activate( franklingothicstd );

var sIFR_replace = function() {
	
	sIFR.replace( franklingothicstd, {
		selector: '.thumbnail .name',
		css: [
			'.sIFR-root { color: #A49F05; text-transform: uppercase; font-size: 16px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '#image-title',
		css: [
			'.sIFR-root { color: #404644; text-transform: uppercase; font-size: 40px; line-height: 1em; text-align: center; background-color: #e7e7e7; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '#shopping-cart .price .product-name',
		css: [
			'.sIFR-root { color: #262626; text-transform: uppercase; font-size: 30px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '#product-name',
		css: [
			'.sIFR-root { color: #262626; text-transform: uppercase; font-size: 64px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.content-column h2.light',
		css: [
			'.sIFR-root { color: #b1ab2f; text-transform: uppercase; font-size: 32px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.content-column h3.light',
		css: [
			'.sIFR-root { color: #b1ab2f; text-transform: uppercase; font-size: 24px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.content-column h2.dark',
		css: [
			'.sIFR-root { color: #5e5e5e; text-transform: uppercase; font-size: 32px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.content-column h3.dark',
		css: [
			'.sIFR-root { color: #5e5e5e; text-transform: uppercase; font-size: 24px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
		sIFR.replace( franklingothicstd, {
		selector: '.rhcontent-column h2.light',
		css: [
			'.sIFR-root { color: #b1ab2f; text-transform: uppercase; font-size: 32px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.rhcontent-column h3.light',
		css: [
			'.sIFR-root { color: #b1ab2f; text-transform: uppercase; font-size: 24px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.rhcontent-column h2.brown',
		css: [
			'.sIFR-root { color: #71511b; text-transform: uppercase; font-size: 32px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '.rhcontent-column h3.white',
		css: [
			'.sIFR-root { color: #ffffff; text-transform: uppercase; font-size: 24px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
	
	sIFR.replace( franklingothicstd, {
		selector: '#home-left h2',
		css: [
			'.sIFR-root { color: #262626; text-transform: uppercase; font-size: 64px; line-height: 1em; }'
		],
		wmode: 'transparent',
		forceSingleLine: true
	});
}

sIFR_replace();