var dax = {
  src: 'http://www.solid-creative.com/sifr/flash/dax.swf'
};

sIFR.activate(dax);

sIFR.replace(dax, {
  selector: 'h1',
  css: ['.sIFR-root { font-size:20px; color:#FFFFFF; background-color:#000000; padding-top: 0; padding-right: 0px; padding-bottom: 10px; padding-left: 0px;	line-height:1.5em; }',
		'a { color:#999999; background-color: #000000; text-decoration:none;}',
		'a:hover {color:#CCCCCC;}'
		],
  wmode: 'transparent',
  transparent: 'true',
  fitExactly: true
});

sIFR.replace(dax, {
  selector: 'h2',
  css: ['.sIFR-root { font-size:20px; color:#666666; background-color:#000000; }'],
  wmode: 'transparent',
  transparent: 'true',
  fitExactly: true
});

sIFR.replace(dax, {
  selector: 'h3',
  css: ['.sIFR-root { font-size:15px; color:#666666; background-color:#000000; padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0;	line-height:1.5em; }',
  		'a { color:#666666; background-color: #000000; }',
  		'a:hover {color:#CCCCCC;}'
  		],
  wmode: 'transparent',
  transparent: 'true',
  fitExactly: true
});

sIFR.replace(dax, {
  selector: '.nav li',
  css: ['.sIFR-root { font-size:10px; color:#999999; letter-spacing: 0; font-weight: bold; outline: 0; }',
		'a { color:#999999; background-color: #000000; }',
		'a:hover {color:#CCCCCC;}'
		],
  wmode: 'transparent',
  transparent: 'true',
  fitExactly: true,
  tuneWidth: 10
});

sIFR.replace(dax, {
  selector: '.contact',
  css: ['.sIFR-root { text-align:right; font-size:10px; color:#999999; font-weight: bold; letter-spacing: 0; leading: 5;}',
		'a {color:#999999;}',
		'a:hover {color:#CCCCCC;}'
		],
  wmode: 'transparent',
  transparent: 'true'
});


