var futura_book = {
  src: '/includes/sifr/font/futura-book.swf'
  ,ratios: [7, 1.58, 8, 1.48, 10, 1.5, 14, 1.45, 19, 1.43, 20, 1.4, 25, 1.41, 31, 1.4, 34, 1.39, 46, 1.38, 48, 1.37, 51, 1.38, 67, 1.37, 68, 1.36, 72, 1.37, 74, 1.36, 75, 1.37, 1.36]
};
var futura_heavy = {
  src: '/includes/sifr/font/futura-heavy.swf'
  ,ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 19, 1.38, 20, 1.35, 23, 1.36, 32, 1.35, 33, 1.33, 39, 1.34, 40, 1.32, 50, 1.33, 78, 1.32, 79, 1.31, 81, 1.32, 84, 1.31, 85, 1.32, 86, 1.31, 87, 1.32, 89, 1.31, 90, 1.32, 1.31]
};
var futura_light = {
  src: '/includes/sifr/font/futura-light.swf'
  ,ratios: [11, 1.49, 13, 1.4, 16, 1.39, 19, 1.38, 25, 1.37, 29, 1.34, 38, 1.35, 39, 1.33, 51, 1.34, 63, 1.33, 65, 1.32, 72, 1.33, 74, 1.32, 75, 1.33, 1.32]
};

sIFR.activate(futura_book, futura_heavy, futura_light);

/*sIFR.replace(futura_book, 	{selector: '.service>h2'
			,css: [
				   '.sIFR-root {color: #FFFFFF; background-color: #4B65B0;}'
				   ]
			,tuneHeight: '-7'
			});*/

sIFR.replace(futura_book, 	{selector: '#header>.text>h2'
			,css: [
				   '.sIFR-root {color: #4372E4; background-color: #ffffff; width: 180px;}'
				   ]
			,wmode: 'transparent'
			,tuneHeight: '-7'
			});
sIFR.replace(futura_book, 	{selector: '#header>.text>h3'
			,css: [
				    '.sIFR-root {color: #00086E; background-color: #ffffff; width: 180px;}'
				   ]
			,wmode: 'transparent'
			,tuneHeight: '-7'
			});
sIFR.replace(futura_heavy, 	{selector: '#right>h1'
			 ,css: [
				    '.sIFR-root {color: #00157B; background-color: #ffffff;}'
				   ]
			,wmode: 'transparent'
			,tuneHeight: '-3'
			});

			sIFR.replace(futura_heavy, 	{selector: '#left>h1.journey'
			 ,css: [
				    '.sIFR-root {color: #4372E4; background-color: #cccccc; text-align:center;}'
					,'a { text-decoration: none; }'
					,'a:link { color: #4372E4; }'
					,'a:hover { color: #4372E4; text-decoration: underline;}'
				   ]
			,wmode: 'transparent'
			
			});


			sIFR.replace(futura_heavy, 	{selector: 'h3.contact'
			 ,css: [
					'.sIFR-root {color: #00157B; background-color: #EDEFF7;}'
				   ]
			,wmode: 'transparent'
			//,tuneHeight: '-5'
			});
			/*sIFR.replace(futura_heavy, 	{selector: '.text-box>p.contact'
			 ,css: [
					'.sIFR-root {color: #4372E4; background-color: #EDEFF7;}'
					,'a { text-decoration: none; cursor:pointer;}'
					,'a:link { color: #4372E4; }'
					,'a:hover { color: #4372E4; text-decoration: underline;}'
				   ]
			,wmode: 'transparent'
			,tuneHeight: '-6'
			});*/
sIFR.replace(futura_heavy, 	{selector: '.text-box>span'
			 ,css: [
					'.sIFR-root {color: #4372E4; background-color: #EDEFF7; cursor:pointer; text-decoration:underline; width:250px; font-size:16px;}'
				   ]
			,wmode: 'transparent'
			,tuneHeight: '-6'
			});

/*sIFR.replace(futura_book, {selector: '#right>.services>h1'
			,css: 	[
				   		'.sIFR-root {color: #ffffff; background-color: #4b65b0; text-align:center;}'
					]
			,tuneHeight: '-9'
					});

sIFR.replace(futura_light,{selector: '#right>.services>ul>li'
			,css: 	[
				   		'.sIFR-root {color: #ffffff; background-color: #4b65b0;}'
					]
			,tuneHeight: '-5'
					});

sIFR.replace(futura_book, {selector: '#left>.cta>h3'
					,css: 	[  
							  '.sIFR-root {color: #000000; text-align: left; background-color: #ffffff}'
							  ,'a { text-decoration: none; }'
							  ,'a:link { color: #000000; }'
							  ,'a:hover { color: #CCCCCC; }'
							]  
					,tuneHeight: '-6'
					,wmode: 'transparent'	
							});

sIFR.replace(futura_heavy, {selector: '#left>.cta>h4'
					,css: 	[  
							  '.sIFR-root {color: #000000; text-align: left; font-weight: bold; background-color: #4b65b0;}'
							  ,'a { text-decoration: none; }'
							  ,'a:link { color: #000000; }'
							  ,'a:hover { color: #333333; text-decoration:underline }'
							]  
					,tuneHeight: '-6'
					,wmode: 'transparent'	
							});*/
	    
