
var futura = {
	src: 'js/futura.swf'
};

var futuraBold = {
	src: 'js/futuraBold.swf'
};

var futuraExtraBold = {
	src: 'js/futuraExtraBold.swf'
};

sIFR.activate(futura, futuraBold, futuraExtraBold);
sIFR.replace(futuraBold, {
    selector: '#transform p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #F1E5C8; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #B3AA7E; }'
      ,'a:hover { color: #F1E5C8; }'
	 
    ]
	
  });
  
sIFR.replace(futuraBold, {
    selector: '#test p'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #5E3906; text-transform:uppercase; }'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #B3AA7E; }'
      ,'a:hover { color: #F1E5C8; }'
	 
    ]
  });
sIFR.replace(futura, {
	selector: 'li.current > span'
	,wmode: 'transparent'
	,fixFocus: true
	,css: [
      '.sIFR-root { color: #F1E5C8; font-weight:lighter; text-align:center; }'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #F1E5C8; font-weight:lighter; }'
      ,'a:hover { color: #F1E5C8; font-weight:lighter; }'
	 
    ]
});


sIFR.replace(futura, {
    selector: '#nav li span'
	,wmode: 'transparent'
	,forceSingleLine: true
	,fixFocus: true
    ,css: [
      '.sIFR-root { color: #B3AA73; font-weight:lighter; text-align:center;}'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #B3AA7E; }'
      ,'a:hover { color: #F1E5C8; font-weight:lighter;}'
	 
    ]
	
  });

 sIFR.replace(futura, {
    selector: 'li.currentSub > span'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #54301A; font-weight:lighter; text-align:center; letter-spacing:2;}'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #54301A; }'
      ,'a:hover { color: #80561B; font-weight:lighter;}'
	 
    ]
	
  });  

 sIFR.replace(futura, {
    selector: '#subNav li span'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #B3AA73; font-weight:lighter; text-align:center; letter-spacing: 2;}'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #B3AA7E; }'
      ,'a:hover { color: #F1E5C8; font-weight:lighter;}'
	 
    ]
	
  });
 
sIFR.replace(futura, {
	selector: '#homeCallouts h2'
	,wmode: 'transparent'
	,fixFocus: true
	,forceSingleLine: true
	,css: [
      '.sIFR-root { color: #54301A; font-weight:lighter; text-align:center; }'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #54301A; font-weight:lighter; }'
      ,'a:hover { color: #F1E5C8; font-weight:lighter; }'
	 
    ]
});



sIFR.replace(futuraExtraBold, {
    selector: 'p.slogan'
	,wmode: 'transparent'
	,forceSingleLine: true
    ,css: [
      '.sIFR-root { color: #C9C2A3; text-transform:uppercase; letter-spacing: 2;}'
      ,'a { text-decoration: none; }'
	  ,'a:link  { color: #C9C2A3; }'
      ,'a:hover { color: #C9C2A3; }'
	 
    ]
	
  });
sIFR.replace(futura, {
    selector: 'li.currentProj span'
	,wmode: 'transparent'
	,forceSingleLine: false
    ,css: [
      '.sIFR-root { color: #5d5802; text-transform:uppercase; letter-spacing: 2;font-size:9px; width:200px;}'
      ,'a { text-decoration: none; color: #5d5802;}'
	  ,'a:link  { color: #5d5802; }'
      ,'a:hover { color: #5d5802; }'
	 
    ]
	
  });
sIFR.replace(futura, {
    selector: '.projectList li span'
	,wmode: 'transparent'
	,forceSingleLine: false
    ,css: [
      '.sIFR-root { color: #591f00; text-transform:uppercase; letter-spacing: 2; font-size:9px; width:200px;}'
      ,'a { text-decoration: none; color: #591f00; }'
	  ,'a:link  { color: #591f00; }'
      ,'a:hover { color: #937037; }'
	 
    ]
	
  });
