/* call it */

var eurostile = {
  src: '/includes/fonts/eurostile-extended-two2.swf'
};

sIFR.activate(eurostile);

sIFR.replace(eurostile, {selector: '#logo>h1'
			 ,css: [
					  '.sIFR-root {color: #999999; font-size: 20px; background-color: #333333}'
					]
			 
			 });

sIFR.replace(eurostile, {selector: '#telephone>h2'
			 ,css: [
					  '.sIFR-root {color: #999999; font-size: 16px; text-align: right; background-color: #333333}'
					]
	
			 });

sIFR.replace(eurostile, {selector: '#home-centre>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 16px; font-weight: bold;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#title>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold; background-color: transparent}'
					  ,'.sub-head {color: #999999;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#title>h2'
			 ,css: [
					  '.sIFR-root {color: #5BCAFF; font-size: 18px; font-weight: bold;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#freepostage>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold; background-color: transparent; text-align: right;}'
					  ,'.sub-head {color: #999999;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#xmas>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold; background-color: transparent; text-align: right;}'
					  ,'.sub-head {color: #999999;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#xmas2>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold; background-color: transparent; text-align: right;}'
					  ,'.sub-head {color: #999999;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: 'h3.recommended'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold;}'
					  ,'.sub-head {color: #999999;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#holdometer-box>h2'
			 ,css: [
					  '.sIFR-root {color: #FFFFFF; font-size: 14px; font-weight: bold;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '.lifestyle-text>h2'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold;}'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #000000; }'
					  ,'a:hover { color: #666666; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '.contact-box>h1'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 18px; font-weight: bold;}'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#press-pack>h2'
			 ,css: [
					  '.sIFR-root {color: #5BCAFF; font-size: 16px; font-weight: bold;}'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #5BCAFF; }'
					  ,'a:hover { color: #CDEFFF; }'
					]
			 ,wmode: 'transparent'
			 });

sIFR.replace(eurostile, {selector: '#grand-total>h3'
			 ,css: [
					  '.sIFR-root {color: #000000; font-size: 20px; font-weight: bold; width: 180px; text-align: right;}'
					]
			 ,wmode: 'transparent'
			 });
