	//Title:		Website Package - JS sIFR 3 Config
	//Author:		Warren Buckley
	//Website:	http://www.creativewebspecialist.co.uk
	//sIFR:		http://novemberborn.net/sifr3/beta1

  
  var GillSans= {
    src: '/media/95/sifr.swf'
  };


  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(GillSans);
  sIFR.activate();


  sIFR.replace(GillSans, {
    selector: 'h1#orderTitle'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#ffffff; font-weight:bold; font-size:20px; background-color:#d65821;}']
    ,selectable: false
  });

  sIFR.replace(GillSans, {
    selector: 'h1#orderTitle2'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#ffffff; font-weight:bold; font-size:14px; background-color:#d65821;}']
    ,selectable: false
  });

  sIFR.replace(GillSans, {
    selector: '#footerText'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#ffffff; font-weight:bold; font-size:12px;}']
    ,selectable: false
  });


  sIFR.replace(GillSans, {
    selector: '#joinWhiteText'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#ffffff; font-weight:bold; font-size:14px;}']
    ,selectable: false
  });

 sIFR.replace(GillSans, {
    selector: '#joinDarkText'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#264e58; font-weight:bold; font-size:14px;}']
    ,selectable: false
  });

 sIFR.replace(GillSans, {
    selector: '#contentPageTitle'
    ,wmode:'transparent'
    ,css: ['.sIFR-root {color:#007998; font-weight:bold; font-size:18px;}']
    ,selectable: false
  });


