/*
sIFR.domains = ['t-boy'];
sIFR.fromLocal = true;
*/
var helvetica = { src: './swf/helvetica.swf' };
var myriad = { src: './swf/myriad.swf' };


sIFR.activate(helvetica, myriad);


// H1 - all
sIFR.replace(helvetica, {
    selector: 'h1',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: normal; color: #ed1d24; font-size: 34px; background-color: transparent; text-align: left; }'
    ],
	forceSingleLine: true,
	fitExactly: true
	
});

// H1 - reservation step number
sIFR.replace(helvetica, {
    selector: '#reservation-step',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: normal; color: #919191; font-size: 90px; background-color: transparent; text-align: left; }'
    ],
	forceSingleLine: true,
	fitExactly: true
	
});

// H2 - black bar title
sIFR.replace(myriad, {
    selector: '.title h2, .title h2 a',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: normal; color: #FFFFFF; font-size: 16px; background-color: transparent; text-align: left; }'
    ],
	forceSingleLine: true,
	fitExactly: true
	
});

// H2 - red
sIFR.replace(myriad, {
    selector: 'h2.red, h3.red',
	wmode: 'transparent',
    selectable : false,
	css: [
      '.sIFR-root { font-weight: normal; color: #e30404; font-size: 16px; background-color: transparent; text-align: left; }'
    ],
	forceSingleLine: true,
	fitExactly: true
	
});

