var avantgarde = {
	src: webroot+'/flash/avantgarde.swf'
	,ratios: [8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
	,wmode: 'transparent'
};


sIFR.fromLocal = true; 
//sIFR.fixHover = true;
//sIFR.debug.ratios({ src: './flash/avantgarde.swf', selector: 'h2.gray1' });

sIFR.activate(avantgarde);


// HEADERS

/* H1 */
sIFR.replace(avantgarde, {
    selector: 'h1.gray1'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #020000; }'
      ,'a { text-decoration: none; color: #020000; }'
      ,'a:hover { text-decoration: none; color: #020000; }'
	]
});

/* H2 */
sIFR.replace(avantgarde, {
    selector: 'h2.gray1'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #020000; }'
      ,'a { text-decoration: none; color: #020000; }'
      ,'a:hover { text-decoration: none; color: #020000; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h2.gray2'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #776d60; }'
      ,'a { text-decoration: none; color: #776d60; }'
      ,'a:hover { text-decoration: none; color: #776d60; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h2.gray3'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #dedbd7; }'
      ,'a { text-decoration: none; color: #dedbd7; }'
      ,'a:hover { text-decoration: none; color: #dedbd7; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h2.white'
    ,css: [
      '.sIFR-root { font-size: 22px; leading: -2; color: #ffffff; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});
/* H3 */
sIFR.replace(avantgarde, {
    selector: 'h3.gray1'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #020000; }'
      ,'a { text-decoration: none; color: #020000; }'
      ,'a:hover { text-decoration: none; color: #020000; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h3.gray2'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #776d60; }'
      ,'a { text-decoration: none; color: #776d60; }'
      ,'a:hover { text-decoration: none; color: #776d60; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h3.gray3'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #dedbd7; }'
      ,'a { text-decoration: none; color: #dedbd7; }'
      ,'a:hover { text-decoration: none; color: #dedbd7; }'
	]
});
sIFR.replace(avantgarde, {
    selector: 'h3.white'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #ffffff; font-weight: bold; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
	]
});

sIFR.replace(avantgarde, {
    selector: 'h3.blue'
    ,css: [
      '.sIFR-root { font-size: 16px; leading: -2; color: #68CEF4; }'
      ,'a { text-decoration: none; color: #68CEF4; }'
      ,'a:hover { text-decoration: none; color: #68CEF4; }'
	]
});


/* shopMenu */
sIFR.replace(avantgarde, {
    selector: '#shopMenu p'
    ,css: [
      '.sIFR-root { font-size: 19px; leading: -2; color: #FFFFFF; }'
      ,'a { text-decoration: none; color: #FFFFFF; }'
      ,'a:hover { text-decoration: none; color: #FFFFFF; }'
	]
});
/* styleMenu */
sIFR.replace(avantgarde, {
    selector: '#styleMenu p'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 19px; leading: -2; color: #FFFFFF; }'
      ,'a { text-decoration: none; color: #FFFFFF; }'
      ,'a:hover { text-decoration: none; color: #FFFFFF; }'
	]
});
/* woonstijl */
sIFR.replace(avantgarde, {
    selector: '.woonstijl h2'
    ,css: [
      '.sIFR-root { text-align: center; font-size: 14px; leading: -1; color: #776d60; }'
      ,'a { text-decoration: none; color: #776d60; }'
      ,'a:hover { text-decoration: none; color: #776d60; }'
	]
});
sIFR.replace(avantgarde, {
    selector: '.woonstijl p'
    ,css: [
      '.sIFR-root { text-align: center; font-size: 11px; leading: -1; color: #020000; }'
      ,'a { text-decoration: none; color: #020000; }'
      ,'a:hover { text-decoration: none; color: #020000; }'
	]
});
sIFR.replace(avantgarde, {
    selector: '#findPage p'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 19px; leading: -1; color: #000000; }'
      ,'a { text-decoration: none; color: #000000; }'
      ,'a:hover { text-decoration: none; color: #000000; }'
	]
});