/* call it */

var avant = {
  src: '/includes/fonts/avant-garde.swf'
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 36, 1.21, 40, 1.2, 41, 1.21, 53, 1.2, 79, 1.19, 81, 1.18, 85, 1.19, 87, 1.18, 88, 1.19, 93, 1.18, 94, 1.19, 1.18]
};

sIFR.useStyleCheck = true;
sIFR.activate(avant);


sIFR.replace(avant, {selector: '#right-title>h1'
			 ,css: [
					  '.sIFR-root {color:#4E9E1B;}'
					  ,'.highlight {color:#FF6633;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(avant, {selector: 'h2.find-out'
			 ,css: [
					  '.sIFR-root {color: #FFFFFF; text-align:center;}'
					  ,'a { text-decoration: underline; }'
					  ,'a:link { color: #FFFFFF; }'
					  ,'a:hover { color: #FFFFFF; text-decoration:none; }'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(avant, {selector: 'h2.delivery-pricing'
			 ,css: [
					  '.sIFR-root {color: #000000;}'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #000000; }'
					  ,'a:hover { color: #FF6633; text-decoration:none; }'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(avant, {selector: 'h2.sample'
			 ,css: [
					  '.sIFR-root {color: #4E9E1B;}'
					  ,'a { text-decoration: none; }'
					  ,'a:link { color: #4E9E1B; }'
					  ,'a:hover { color: #000000; text-decoration:none; }'
					]
			 ,wmode: "transparent"
			 });