var helveticaThin = {
  src: '/flash/helvetica.swf'
};

sIFR.useDomContentLoaded = false;
sIFR.activate(helveticaThin);
sIFR.hideElements = true;

sIFR.replace({
	selector: 'h1'
	,src: '/flash/sIFR/helvetica.swf'
	,css: {
	'.sIFR-root': 	{ 'color': 	'#efefef'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: 0
});

sIFR.replace({
	selector: 'li h2, h2'
	,src: '/flash/sIFR/hLight.swf'
	,css: {
	'.sIFR-root': 	{ 'color': 	'#111b2d'
					},
	'a'			:	{ 'color':	'#494949',
					  'text-decoration' : 'none'
					},
	'a:hover'	:	{ 'color' : '#4096ee'
					},
	'.active'	:	{ 'color':	'#4096ee',
					  'text-decoration' : 'none'
					},
	'.cart':		{ 'text-align': 'right'
					},
	'.home':		{ 'color': '#f1ff00',
					  'letter-spacing' : '1'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: -4
});
					
sIFR.replace({
	selector: 'li h3'
	,src: '/flash/sIFR/hLight.swf'
	,css: {
	'.sIFR-root': 	{ 'color': 	'#494949'
					},
	'a'			:	{ 'color':	'#494949',
					  'text-decoration' : 'none'
					},
	'.active'	:	{ 'color':	'#4096ee',
					  'text-decoration' : 'none'
					},
	'a:hover'	:	{ 'color' : '#4096ee'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: -4
});

sIFR.replace({
	selector: 'h4'
	,src: '/flash/sIFR/strada.swf'
	,css: {
	'.sIFR-root': 	{ 'color': 	'#BABABA'
					},
	'.discount':	{ 'color':	'#4096ee'
					},
	'.cart':		{ 'text-align': 'right'
					},
	'a'	:			{ 'color': '#BABABA'
					},
	'a:hover':		{ 'color': '#4096ee'
					}
	}
	,wmode: 'transparent'
	,tuneHeight: -4
});

sIFR.replace({
	selector: 'h5'
	,src: '/flash/sIFR/strada.swf'
	,css: {
	'.sIFR-root': 	{ 'color': 	'#494949',
					  'text-align': 'right'
					},
	'.sub':			{ 'color':	'#BABABA'
					}
	}
	,wmode: 'transparent'
});
