/* call it */

var eurostile = {
  src: 'http://www.rwaonline.co.uk/includes/fonts/eurostile-extended-two2.swf'
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {selector: '#right>h1'
			 ,css: [
					  '.sIFR-root {color: #152E75; background-color: #ffffff}'
					]
			 });

sIFR.replace(eurostile, {selector: '#right>h2'
			 ,css: [
					  '.sIFR-root {color: #152e75; background-color: #ffffff; margin:0px; padding:10px 0px 0px 0px; font-size: 13px;}'
					 ,'.center {width:200px; color: #152E75; text-align:center; font-weight:bold; margin:0px auto;}'
					]
			 ,tuneHeight: '-3'
			 });

sIFR.replace(eurostile, {selector: '.inner-button>h2'
			 ,css: [
					  '.sIFR-root {color: #999999; font-size: 13px; font-weight: bold;background-color: #ffffff; text-align:center;}'
					]
			 
			 });

sIFR.replace(eurostile, {selector: '#how>.inner-button>h2'
			 ,css: [
					  '.sIFR-root {color: #999999; font-size: 13px; font-weight: bold;background-color: #ffffff; text-align:center;}'
					]
			 
			 });

sIFR.replace(eurostile, {selector: '.side-menu-inner>h3'
			 ,css: [
					  '.sIFR-root {color: #DDE0EA;  font-weight: bold; font-size: 12px;}'
					]
			 ,wmode: 'transparent'
			,tuneHeight: '-3'
			 });

sIFR.replace(eurostile, {selector: '.side-menu>h3'
			 ,css: [
					  '.sIFR-root {color: #DDE0EA; font-weight: bold; font-size: 12px;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '.home-text>h3'
			 ,css: [
					  '.sIFR-root {color: #333333; font-weight: normal; font-size: 18px;}'
					  ,'.blue {color: #152E75; }'
					  ,'.black {color: #000000; }'
					]
			 ,wmode: 'transparent'
			 });

/*sIFR.replace(eurostile, {selector: '#nav>ul>li'
			 ,css: [
					  '.sIFR-root {color: #333333; font-size: 10px; font-weight: bold; text-align:right; margin: 0px 0px 0px 10px;}'
					,'.selected {color: #767BAB;}'
					  ,'a { text-decoration: none;}'
					  ,'a:link.selected { color: #767BAB; }'
					  ,'a:hover.selected { color: #333333; }'
					  ,'a:link { color: #333333; }'
					  ,'a:hover { color: #767BAB; }'
					  ,'#business { width:100px; }'
					  ,'#help { width:auto; }'
					  ,'#why-us { width:auto; }'
					  ,'#testimonials { width:auto; }'
					]
			 ,wmode: 'transparent'
						 
			 });*/
/*sIFR.replace(eurostile, {selector: '#nav>ul>li.selected'
			 ,css: [
					'.sIFR-root {color: #767BAB; font-size: 14px; font-weight: bold; margin: 0px 0px 0px 10px;}'
					  ,'a { text-decoration: none;}'
					  ,'a:link { color: #767BAB; }'
					  ,'a:hover { color: #767BAB; }'
					]
			 ,wmode: 'transparent'
					 });

sIFR.replace(eurostile, {selector: '#nav>ul>li'
			 ,css: [
					'.sIFR-root {color: #bbbbbb; font-size: 14px; font-weight: bold; margin: 0px 0px 0px 10px;}'
					  ,'a { text-decoration: none;}'
					  ,'a:link { color: #333333; }'
					  ,'a:hover { color: #767BAB; }'
					]
			 ,wmode: 'transparent'
					 });*/


