var geosanslight = {
  src: 'http://www.eccobistro.com/flash/geosanslight.swf'
  ,ratios: [8, 1.3, 10, 1.27, 15, 1.22, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 38, 1.15, 43, 1.14, 44, 1.15, 63, 1.14, 69, 1.13, 70, 1.14, 103, 1.13, 104, 1.12, 111, 1.13, 113, 1.12, 116, 1.13, 117, 1.12, 118, 1.13, 121, 1.12, 124, 1.13, 1.12]
};

var manksans = {
  src: 'http://www.eccobistro.com/flash/manksans.swf'
  ,ratios: [8, 1.43, 11, 1.38, 13, 1.33, 20, 1.32, 22, 1.28, 29, 1.29, 30, 1.28, 33, 1.27, 34, 1.28, 43, 1.27, 46, 1.26, 47, 1.27, 72, 1.26, 1.25]
};

sIFR.activate(geosanslight);
sIFR.activate(manksans);

/*sIFR.debug.ratios({ src: 'http://www.phase.com.au/ecco/flash/geosanslight.swf', selector: 'h1' });
sIFR.debug.ratios({ src: 'http://www.phase.com.au/ecco/flash/manksans.swf', selector: 'p' });*/


sIFR.replace(geosanslight, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { color: #A1A1A1; background-color: #151515; font-size: 18px; text-align: left; text-transform:uppercase; font-weight:bold; letter-spacing: 2;}'
	  ]
	});

/*sIFR.replace(manksans, {
  selector: 'p'
  	   ,css: [
      '.sIFR-root { color: #A1A1A1;  background-color: #151515; font-size: 12px; leading: 10;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #808080; }'
	   ,'a:visited { color: #808080;  }'
       ,'a:hover { color:#B70402; }'
	   ,'a:active { color:#B70402;}'
	   ]
	});*/

/*sIFR.replace(geosanslight, {
  selector: '.transparent p'
  	   ,css: [
      '.sIFR-root { color: #808080; font-size: 15px; text-transform:uppercase; font-weight:bold;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #808080; }'
	   ,'a:visited { color: #808080;  }'
       ,'a:hover { color:#B70402; }'
	   ,'a:active { color:#B70402;}'
	   ]
	   ,transparent: true
	});
sIFR.replace(geosanslight, {
  selector: '.transparent ul'
  	   ,css: [
      '.sIFR-root { display: block; list-style:none; padding: 0; margin: 0px;}'
	   ]
	   ,transparent: true
	});
sIFR.replace(geosanslight, {
  selector: '.transparent li'
  	   ,css: [
      '.sIFR-root { display: block; list-style-type:none; }'
	   ]
	   ,transparent: true
	});

sIFR.replace(geosanslight, {
  selector: '.footer-left'
  	   ,css: [
      '.sIFR-root { color: #808080; background-color: #000000; font-size: 10px; text-transform:uppercase; }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #808080; }'
	   ,'a:visited { color: #808080;  }'
       ,'a:hover { color:#B70402; text-decoration: underline;}'
	   ,'a:active { color:#B70402; text-decoration: underline;}'
	   ]
	});
sIFR.replace(geosanslight, {
  selector: '.footer-right'
  	   ,css: [
      '.sIFR-root { color: #808080; background-color: #000000; font-size: 10px; text-transform:uppercase; text-align:right;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #808080; }'
	   ,'a:visited { color: #808080;  }'
       ,'a:hover { color:#B70402; text-decoration: underline;}'
	   ,'a:active { color:#B70402; text-decoration: underline;}'
	   ]
	});

sIFR.replace(geosanslight, {
  selector: 'h3'
  	   ,css: [
      '.sIFR-root { color: #FF9933; background-color: #F2F0EE; font-size: 14px; text-transform:uppercase; }'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #527A7A; }'
	   ,'a:visited { color: #527A7A; }'
       ,'a:hover { color: #CCCCCC; }'
	  ]
	});



sIFR.replace(geosanslight, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { color: #40372F; background-color: #F2F0EE; font-size: 15px; text-align: left; text-transform:uppercase;}'
	  ]
	});
sIFR.replace(geosanslight, {
  selector: 'h5'
    ,css: [
      '.sIFR-root { color: #ffffff; background-color: #A2BACA; font-size: 15px; text-align: left; }'
	  ]
	});

sIFR.replace(geosanslight, {
  selector: 'h4'
    ,css: [
      '.sIFR-root { color: #7A695A; background-color: #F2F0EE; font-size: 15px; text-transform:uppercase;}'
       ,'a { text-decoration: none; }'
       ,'a:link { color: #999999; }'
	   ,'a:visited { color: #527A7A; }'
       ,'a:hover { color: #CCCCCC; }'
	  ]
	});*/