﻿var dinmedium = {
  src: 'flash/dinmedium.swf'
};

var dinlight = {
  src: 'flash/dinlight.swf'
};

var dinbold = {
  src: 'flash/dinbold.swf'
};

var gothamlight = {
  src: 'flash/gothamlight.swf'
};

sIFR.activate(dinmedium, dinlight, dinbold, gothamlight);

sIFR.replace(dinbold, {
  selector: '#wrapper #topsubmenu li',
  css: [
      '.sIFR-root {font-size: 12px; color: #566367;}',
	  'a{color: #566367; text-decoration: none;}',
	  'a:hover{color: #ffffff;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(gothamlight, {
  selector: '#wrapper #topheader p',
  css: [
      '.sIFR-root {font-size: 13px; color: #a1a9ac;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(dinmedium, {
  selector: '#wrapper #topheader h1',
  css: [
      '.sIFR-root {color: #00353b; font-size: 35px;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(dinlight, {
  selector: '#wrapper #topheader h2',
  css: [
      '.sIFR-root {color: #ffffff; font-size: 35px;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(dinmedium, {
  selector: '#wrapper #topmenu li',
  css: [
      '.sIFR-root {font-size: 12px; color: #c3c7c8; text-transform: uppercase;}',
	  'a{color: #c3c7c8; text-decoration: none;}',
	  'a:hover{color: #ffffff;}'],
  wmode: 'transparent',
  selectable: 'false',
  forceSingleLine: true
});

sIFR.replace(dinmedium, {
  selector: '#wrapper #contentcontainer .mediacateg',
  css: [
      '.sIFR-root {font-size: 14px; color: #566367; text-transform: uppercase;}'],
  wmode: 'transparent',
  forceSingleLine: true
});

sIFR.replace(dinmedium, {
  selector: '#wrapper #footer #contactheading',
  css: [
      '.sIFR-root {font-size: 14px; color: #566367; text-transform: uppercase;}'],
  wmode: 'transparent',
  forceSingleLine: true
});

