sIFR.fixWrap = true;
sIFR.fixHover  = true;

var rotiSans = {
	src: strThemeDir + 'swf/rotiSansSerif55.swf'
	,ratios:[10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};
var rotiSansLight = {
	src: strThemeDir + 'swf/rotiSansSerif45.swf'
	//,ratios:[10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 62, 1.19, 66, 1.18, 67, 1.19, 113, 1.18, 114, 1.17, 119, 1.18, 120, 1.17, 1.18]
};

sIFR.activate(rotiSans, rotiSansLight);

sIFR.replace(rotiSans, {
  	selector: '#home #features-wrap a strong',
 	css: [
		'.sIFR-root { background-color:#ffffff; color: #cc2c1e; display:inline; text-transform:uppercase; letter-spacing: .2; cursor:pointer }',
		':hover 	{ color:#ff4200; text-decoration:none; }',		
		],
 	tuneHeight: -5,
	wmode:'transparent',
	forceClear:true,
	fitExactly:true
});

sIFR.replace(rotiSans, {
	selector: '#footer h1',
	css: 
		  '.sIFR-root { background-color:#444; color: #787878; text-transform:uppercase; letter-spacing: .1; }',
		  
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(rotiSans, {
	selector: 'div.scrollable div.items a strong',	
	css: [
			'.sIFR-root { background-color:transparent; color: #ffffff; text-transform:uppercase; letter-spacing: .1; cursor:pointer; }',
		  	'a			{ color:#ffffff; text-decoration:none; }',
			'a:hover 	{ color:#ffffff; text-decoration:underline; }',
		  ],
	tuneHeight: -5,
	wmode:'transparent',
	forceClear:true,
	fitExactly:true
});

sIFR.replace(rotiSans, {
	selector: '#summary .section a strong',
	css: [
			'.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; cursor:pointer; }',
			'a:hover 	{ color:#FF4200; text-decoration:none; }',
		  ],
	offsetTop : 2,
	tuneHeight: -5,
	wmode:'transparent',
	forceClear:true,
	fitExactly:true
});

sIFR.replace(rotiSans, {
	selector: '#detail .more h1',
	css: 
	 	'.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; }',
		
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(rotiSans, {
	selector: '.sidebar h2',
	css: '.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; }',
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(rotiSans, {
	selector: '.sidebar h3',
	css: '.sIFR-root { background-color:transparent; color: #000000; text-transform:uppercase; letter-spacing: .1; }',
	tuneHeight: -5,
	wmode:'transparent',
	forceClear:true,
	fitExactly:true
});

sIFR.replace(rotiSansLight, {
	selector: '#subheading h1',
	css: '.sIFR-root { background-color:transparent; color: #ffffff; letter-spacing: .1; }',
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent',
	forceClear:true,
	fitExactly:true
});

sIFR.replace(rotiSans, {
	selector: '.main h1',
	css: [
			'.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; cursor:pointer; }',
		  	'a			{ color:#CC2C1E; text-decoration:underline; }',
			'a:hover 	{ color:#CC2C1E; text-decoration:none; }',
		  ],
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(rotiSans, {
	selector: '.content .main h2',
	css: [
			'.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; cursor:pointer; }',
		  	'a			{ color:#CC2C1E; text-decoration:underline; }',
			'a:hover 	{ color:#CC2C1E; text-decoration:none; }',
		  ],
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(rotiSans, {
	selector: '#faq .main h2',
	css: [
			'.sIFR-root { background-color:transparent; color: #CC2C1E; cursor:pointer;}',
		  	'a			{ color:#CC2C1E; text-decoration:underline; }',
			'a:hover 	{ color:#CC2C1E; text-decoration:none; }',
		  ],
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent'
});


sIFR.replace(rotiSans, {
	selector: '.main h3',
	css: [
			'.sIFR-root { background-color:transparent; color: #CC2C1E; text-transform:uppercase; letter-spacing: .1; cursor:pointer;}',
		  	'a			{ color:#CC2C1E; text-decoration:underline; }',
			'a:hover 	{ color:#CC2C1E; text-decoration:none; }',
		  ],
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent'
});


sIFR.replace(rotiSans, {
	selector: '#summary .section h1',
	css: [
			'.sIFR-root { background-color:transparent; color: #e94c03; cursor:pointer;}',
		  	'a			{ color:#e94c03; text-decoration:underline; }',
			'a:hover 	{ color:#e94c03; text-decoration:none; }',
		  ],
	offsetTop : -3,
	tuneHeight: -5,
	wmode:'transparent'
});
