// Fonts

var trade_gothic = {
  src: "/wp-content/themes/luxecos/swfs/trade-gothic-bold.swf"
  ,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
};

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

sIFR.replace(trade_gothic, {
  selector: "#menu li.current_page_item"
  ,css: [".sIFR-root {color: #ffffff; text-align: center; text-transform: uppercase;}","a:link {color: #ffffff; text-decoration: underline;}","a:hover {color: #ffffff; text-decoration: underline;}"]
  ,wmode: "transparent"
});

sIFR.replace(trade_gothic, {
  selector: "#menu li"
  ,css: [".sIFR-root {color: #ffffff; text-align: center; text-transform: uppercase;}","a:link {color: #ffffff; text-decoration: none;}","a:hover {color: #ffffff; text-decoration: underline;}"]
  ,wmode: "transparent"
});


