var myriad = { src: 'fx/Helvetica37ThinCondensed.swf' };

sIFR.activate(myriad);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.preserveSingleWhitespace = true;

sIFR.replace(myriad, {

  selector: '.greenTitle, h1',

  css: ['.sIFR-root { background-color: #ffffff; color: #c5d34d; font-size: 32px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 32px;}',
        'a:link { color: #c5d34d; }',
        'a:hover { color: #c5d34d; }'],
        
  tuneHeight: '-13',
  
  offsetTop: '-6'/*,
  
  wmode: 'transparent'*/

});

sIFR.replace(myriad, {

  selector: '.grayTitle',

  css: ['.sIFR-root { background-color: #ffffff; color: #848484; font-size: 18px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 18px;}',
        'a:link { color: #848484; }',
        'a:hover { color: #848484; }'],
        
  tuneHeight: '-10',
  
  offsetTop: '-3',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.msHeader',

  css: ['.sIFR-root { background-color: #ffffff; color: #848484; font-size: 20px; line-height: 1em; } em { color: #ffffff; }',
  		'a { text-decoration: none; font-size: 20px;}',
        'a:link { color: #848484; }',
        'a:hover { color: #848484; }'],
        
  tuneHeight: '-10',
  
  offsetTop: '-3',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '#submenu',

  css: ['.sIFR-root { background-color: #b4c803; color: #ffffff; font-size: 18px; line-height: 1em; text-align: center; text-transform: uppercase; } em { color: #a8bb01; }',
  		'a { text-decoration: none; font-size: 18px;}',
        'a:link { color: #ffffff; }',
        'a:hover { color: #ffffff; }'],
        
  tuneHeight: '-10',
  
  offsetTop: '-3',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.products-header-sifr',

  css: ['.sIFR-root { background-color: #b4c803; color: #ffffff; font-size: 18px; line-height: 1em; text-transform: uppercase; } em { color: #a8bb01; }',
  		'a { text-decoration: none; font-size: 18px;}',
        'a:link { color: #ffffff; }',
        'a:hover { color: #ffffff; }'],
        
  tuneHeight: '-10',
  
  offsetTop: '-3',
  
  wmode: 'transparent'

});

sIFR.replace(myriad, {

  selector: '.newsTitle, .galleryTitle',

  css: ['.sIFR-root { background-color: #ffffff; color: #c5d34d; font-size: 18px; line-height: 1em; }',
  		'a { text-decoration: none; font-size: 18px; color:#c5d34d; }',
        'a:hover { color: #c5d34d; }'],
        
  tuneHeight: '-10',
  
  offsetTop: '-3'
});

