/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
 *****************************************************************************/

var frutiger = {
	src :'http://www.nomad-store.com/frutiger.swf',
	ratios : [ 8, 2.41, 11, 2.31, 15, 2.29, 21, 2.25, 22, 2.22, 27, 2.24, 28, 2.23, 34, 2.22, 46, 2.21, 50, 2.2, 51, 2.21, 70, 2.2, 72, 2.19, 74,	2.2, 78, 2.19, 79, 2.2, 83, 2.19, 84, 2.2, 2.19 ]
};

var felttip = {
		src :'http://www.nomad-store.com/felttip.swf',
		ratios : [ 8, 2.41, 11, 2.31, 15, 2.29, 21, 2.25, 22, 2.22, 27, 2.24, 28, 2.23, 34, 2.22, 46, 2.21, 50, 2.2, 51, 2.21, 70, 2.2, 72, 2.19, 74,	2.2, 78, 2.19, 79, 2.2, 83, 2.19, 84, 2.2, 2.19 ]
	};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.

sIFR.activate(frutiger);

sIFR.replace( frutiger, {
	selector: 'span.MainNormal'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 12px; text-align: left; font-weight: bold; color: #663300; text-transform: uppercase; }'
	,'a:link { text-decoration: none; color: #663300; }'
	,'a:hover { text-decoration: none; color: #102e50; }'
	,'a:active { text-decoration: none; color: #663300; }'
	,'a:visited { text-decoration: none; color: #663300; }'
    ]
    ,transparent: true
    ,forceSingleLine: true
    ,fitExactly: true
});

sIFR.replace( frutiger, {
	selector: 'div.FooterTitle',
	css: [ '.sIFR-root { text-transform: uppercase; font-size:18px; line-height:30px; text-align: left; font-weight: bold; color: #102E50; }' ],
	transparent: true
});

sIFR.replace( frutiger, {
	selector: 'span.MainActive'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 12px; text-align: left; font-weight: bold; color: #102e50; text-transform: uppercase; }'
	,'a:link { text-decoration: none; color: #102e50; }'
	,'a:hover { text-decoration: none; color: #102e50; }'
	,'a:active { text-decoration: none; color: #102e50; }'
	,'a:visited { text-decoration: none; color: #102e50; }'
	]
	,transparent: true
	,forceSingleLine: true
	,fitExactly: true
});

sIFR.replace( frutiger, {
	selector: 'span.SubNormal'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 9px; text-align: left; font-weight: bold; color: #996633; text-transform: uppercase; }'
	,'a { text-decoration: none; color: #996633; }'
	,'a:link { text-decoration: none; color: #996633; }'
	,'a:hover { text-decoration: none; color: #102e50; }'
	,'a:active { text-decoration: none; color: #996633; }'
	,'a:visited { text-decoration: none; color: #996633; }'
	]
	,transparent: true
	,fitExactly: true
	,forceSingleLine: true
});

sIFR.replace( frutiger, {
	selector: 'span.SubActive'
	,css: [
	'.sIFR-root { text-decoration: none; font-size: 9px; text-align: left; font-weight: bold; color: #102e50; text-transform: uppercase; }'
	,'a { text-decoration: none; color: #102e50; }'
	,'a:link { text-decoration: none; color: #102e50; }'
	,'a:hover { text-decoration: none; color: #102e50; }'
	,'a:active { text-decoration: none; color: #102e50; }'
	,'a:visited { text-decoration: none; color: #102e50; }'
	]
	,transparent: true
	,fitExactly: true
	,forceSingleLine: true
});

sIFR.replace( frutiger, {
	selector: 'div.ContentBody>h1',
	css: [ '.sIFR-root { text-align: left; font-weight: normal; color: #102e50; }' ],
	transparent: true
}); 

sIFR.replace( frutiger, {
	selector: 'h3.Title',
	css: [ '.sIFR-root { text-transform: uppercase; text-align: center; font-weight: bold; color: #FFFFFF; }' ],
	transparent: true
});

sIFR.replace( felttip, {
	selector: 'div.Aanbieding>p',
	css: [ '.sIFR-root { text-align: center; font-size: 18px; font-weight: normal; color: #FFF6DD; }' ],
	transparent: true
}); 
sIFR.replace( frutiger, {
	selector: 'div.Aanbieding>h1',
	css: [ '.sIFR-root { text-align: center; font-size: 24px; font-weight: bold; color: #FFFFFF; text-transform: uppercase; }' ],
	transparent: true
}); 

