/* call it */

var univers = {
  src: '/includes/fonts/univers-extrablackext.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(univers);


sIFR.replace(univers, {selector: '#right-title.shopping-title>h1'
			 ,css: [
					  '.sIFR-root {color: #FFFFFF;}'
					]
			 ,wmode: "transparent"
			 });
sIFR.replace(univers, {selector: '#right-title>h1'
			 ,css: [
					  '.sIFR-root {color: #1E5999;}'
					]
			 ,wmode: "transparent"
			 });



sIFR.replace(univers, {selector: '#contact-box>h4'
			 ,css: [
					  '.sIFR-root {color: #1E5999;text-align:center;background-color:#E4EEFA}'
					]
			 });

sIFR.replace(univers, {selector: '.contact-block>h3'
			 ,css: [
					  '.sIFR-root {color: #1E5999;}'
					  ,'a { text-decoration: underline; }'
					  ,'a:link { color: #1E5999; }'
					  ,'a:hover { color: #2979D1;text-decoration:none; }'
					]
			 ,wmode: "transparent"
			 });
