  var clarendon = {
    src: '/extension/nvkekkila/design/nvkekkila/flash/clarendon.swf'
    ,ratios : [7, 0.95, 8, 0.91, 9, 1.04, 11, 1.06, 12, 1.03, 17, 1.04, 22, 1.09, 23, 1.11, 31, 1.09, 37, 1.11, 42, 1.12, 46, 1.13, 50, 1.14, 59, 1.15, 61, 1.16, 62, 1.15, 73, 1.16, 95, 1.17, 1.18]
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  sIFR.useStyleCheck = true;
  sIFR.activate(clarendon);

	  sIFR.replace(clarendon, {
	      selector: '.smallHeader'
	      ,css: [
	          '.sIFR-root { text-align: left; font-size: 14px; color: #6fad00; margin-left: 0; margin-right: 0; padding: 0; margin-top: 0; leading: -4;}'
	      ]
	      ,wmode: 'transparent'
			,offsetTop: -2
	  });

    sIFR.replace(clarendon, {
        selector: '.professionalHeader'
        ,css: [
            '.sIFR-root { text-align: left; font-size: 19px; color: #ffffff; margin-left: 0; margin-right: 0; padding: 0; margin-top: 0; leading: -4;}'
        ]
        ,wmode: 'transparent'
		,offsetTop: -2
    });

    sIFR.replace(clarendon, {
        selector: '.productHeader'
        ,css: [
            '.sIFR-root { text-align: left; font-size: 22px; color: #000000; margin-left: 0; margin-right: 0; padding: 0; margin-top: 0; leading: -4;}'
        ]
        ,wmode: 'transparent'

    });
    sIFR.replace(clarendon, {
        selector: '.mainHeader'
        ,css: [
            '.sIFR-root { text-align: left; font-size: 22px; color: #6fad00; margin-left: 0; margin-right: 0; padding: 0; margin-top: 0; }'
        ]
        ,wmode: 'transparent'
    });


    sIFR.replace(clarendon, {
        selector: '.productSearchHeader'
        ,css: [
            '.sIFR-root { text-align: left; font-size: 18px; color: #6fad00; margin-left: 0; margin-right: 0; padding: 0; margin-top: 0; margin-bottom: 0;}'
        ]
        ,wmode: 'transparent'
    });

    sIFR.replace(clarendon, {
        selector: '.teaserHeader, .teaserHeaderClearBoth'
        ,css: [ '.sIFR-root { text-align: left; font-size: 18px; color: #6fad00; margin: 0; padding: 0; leading: -4;  }',
                'a { color: #6fad00; text-decoration: none }',
                'a:hover { color: #6fad00; text-decoration: none }'
        ]
        ,wmode: 'transparent'
    });
    sIFR.replace(clarendon, {
        selector: '#sidebarTeasers .imageTeaserVertical h3'
        ,css: [ '.sIFR-root { text-align: left; font-size: 18px; color: #6fad00; margin: 0; padding: 0; leading: -4;  }'
        ]
        ,wmode: 'transparent'
    });
    sIFR.replace(clarendon, {
        selector: '.plantLibraryHeader'
        ,css: [ '.sIFR-root { text-align: left; font-size: 18px; color: #000000; margin: 0; padding: 0; leading: -4;  }'
        ]
        ,wmode: 'transparent'
    });    

