var intellivision = {
    src: '/sifr/intellivision.swf',
	wmode:'transparent'
};

var gill = {
    src: '/sifr/gill.swf',
	wmode:'transparent'
};

var gillH2 = {
    src: '/sifr/gill.swf',
	wmode:'transparent',
    css: {
        '.sIFR-root': {
			'font-size' : '27px',
			'font-style' : 'italic',
			'font-weight' : 'bold'
        },
		'a' :{
			'text-decoration': 'none'
		},
		'a:hover' :{
			'text-decoration': 'underline'
		}
    },
    filters: {
        DropShadow: {
            knockout: false,
            distance: 2,
            color: '#dedede',
            strength: 3
        }
    }
};

var gillThemes = {
    src: '/sifr/gill.swf',
	wmode:'transparent',
    css: {
        '.sIFR-root': {
			'font-size' : '18px',
			'font-weight': 'bold',
			'font-style': 'italic',
			'letter-spacing': '-.2'
        },
        'strong': {
			'font-size' : '24px',
			'font-weight' : 'bold'
        },
		'a' :{
			'text-decoration': 'none'
		},
		'a:hover' :{
			'text-decoration': 'underline'
		}
    },
    filters: {
        DropShadow: {
            knockout: false,
            distance: 2,
            color: '#dedede',
            strength: 3
        }
    }
};

// sIFR.useStyleCheck = true;
sIFR.fixHover = true;
sIFR.activate(gill, gillH2, gillThemes, intellivision);

sIFR.replace(gillH2, {
    selector: '#leftSide dt#dtBoutique',
    css: {
        '.sIFR-root': {
            'text-transform': 'uppercase',
            'font-style': 'italic',
            'font-size': '20',
            'color': '#ffffff'
        }
    },
    filters: {
        DropShadow: {
            knockout: false,
            distance: 1,
            color: '#1a171b',
            strength: .5
        }
    }
});

sIFR.replace(gillH2, {
    selector: '#middle .mainRight h2',
    css: {
        '.sIFR-root': {
            'text-transform': 'uppercase',
            'font-size': '20',
            'color': '#EA663B'
        },
        'a': {
			'text-decoration': 'none',
            'color': '#EA663B'
        },
        'a:hover': {
            'color': '#EA663B'
        }
    }
});

sIFR.replace(intellivision, {
    selector: '#leftSide dt, #doSendForm strong',
    css: {
        '.sIFR-root': {
			'padding-top': '0',
            'color': '#ffffff',
            'font-size': '18px',
			'font-style': 'italic'
        }
    }
});

sIFR.replace(gill, {
    selector: '.practical .practicalTitle',
    css: {
        '.sIFR-root': {
            'color': '#982168',
			'font-style': 'italic',
			'letter-spacing': '0.5'
        },
        'strong': {
			'font-weight' : 'bold'
        },
		'a' :{
            'color': '#982168',
			'text-decoration': 'none'
		},
		'a:hover' :{
            'color': '#982168',
			'text-decoration': 'underline'
		}
    },
    filters: {
        DropShadow: {
            knockout: false,
            distance: 2,
            color: '#1a171b',
            strength: .5
        }
    }
});

sIFR.replace(gillH2, {
    selector: 'h2.violet',
    css: {
        '.sIFR-root': {
            'color': '#982168'
        },
		'a' :{
            'color': '#982168'
		},
		'a:hover' :{
            'color': '#982168'
		}
    }
});

sIFR.replace(gillH2, {
    selector: 'h2.orange',
    css: {
        '.sIFR-root': {
            'color': '#ff9900'
        },
		'a' :{
            'color': '#ff9900'
		},
		'a:hover' :{
            'color': '#ff9900'
		}
    }
});

sIFR.replace(gillH2, {
    selector: 'h2.red2',
    css: {
        '.sIFR-root': {
			'letter-spacing': '-2.5',
            'color': '#ea661e'
        },
		'a' :{
            'color': '#ea661e'
		},
		'a:hover' :{
            'color': '#ea661e'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#red h2, #red .prodList dt',
    css: {
        '.sIFR-root': {
            'color': '#cc0000'
        },
		'a' :{
            'color': '#cc0000'
		},
		'a:hover' :{
            'color': '#cc0000'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#shop-blue .mainRight h2',
    css: {
        '.sIFR-root': {
			'letter-spacing': '-2.5',
            'color': '#0066cc'
        },
		'a' :{
            'color': '#0066cc'
		},
		'a:hover' :{
            'color': '#0066cc'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#shop-green .mainRight h2',
    css: {
        '.sIFR-root': {
			'letter-spacing': '-2.5',
            'color': '#669900'
        },
		'a' :{
            'color': '#669900'
		},
		'a:hover' :{
            'color': '#669900'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#shop-violet2 .mainRight h2',
    css: {
        '.sIFR-root': {
			'letter-spacing': '-2.5',
            'color': '#993399'
        },
		'a' :{
            'color': '#993399'
		},
		'a:hover' :{
            'color': '#993399'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#shop-yellow .mainRight h2',
    css: {
        '.sIFR-root': {
			'letter-spacing': '-2.5',
            'color': '#ff9900'
        },
		'a' :{
            'color': '#ff9900'
		},
		'a:hover' :{
            'color': '#ff9900'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#blue h2, #blue .prodList dt, #shop-blue h2',
    css: {
        '.sIFR-root': {
            'color': '#0066cc'
        },
		'a' :{
            'color': '#0066cc'
		},
		'a:hover' :{
            'color': '#0066cc'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#green h2, #green .prodList dt, #shop-green h2',
    css: {
        '.sIFR-root': {
            'color': '#669900'
        },
		'a' :{
            'color': '#669900'
		},
		'a:hover' :{
            'color': '#669900'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#violet2 h2, #violet2 .prodList dt, #shop-violet2 h2, #home h2',
    css: {
        '.sIFR-root': {
            'color': '#993399'
        },
		'a' :{
            'color': '#993399'
		},
		'a:hover' :{
            'color': '#993399'
		}
    }
});

sIFR.replace(gillH2, {
    selector: '#yellow h2, #yellow2 h2, #yellow .prodList dt, #shop-yellow h2, #shop .intro h2',
    css: {
        '.sIFR-root': {
            'color': '#ff9900'
        },
		'a' :{
            'color': '#ff9900'
		},
		'a:hover' :{
            'color': '#ff9900'
		}
    }
});

sIFR.replace(gillThemes, {
    selector: '#red .themes',
    css: {
        '.sIFR-root': {
            'color': '#cc0000'
        },
		'a' :{
            'color': '#cc0000'
		},
		'a:hover' :{
            'color': '#cc0000'
		}
    }
});

sIFR.replace(gillThemes, {
    selector: '#blue .themes',
    css: {
        '.sIFR-root': {
            'color': '#0066cc'
        },
		'a' :{
            'color': '#0066cc'
		},
		'a:hover' :{
            'color': '#0066cc'
		}
    }
});

sIFR.replace(gillThemes, {
    selector: '#green .themes',
    css: {
        '.sIFR-root': {
            'color': '#669900'
        },
		'a' :{
            'color': '#669900'
		},
		'a:hover' :{
            'color': '#669900'
		}
    }
});

sIFR.replace(gillThemes, {
    selector: '#yellow .themes',
    css: {
        '.sIFR-root': {
            'color': '#f9ac06'
        },
		'a' :{
            'color': '#f9ac06'
		},
		'a:hover' :{
            'color': '#f9ac06'
		}
    }
});

sIFR.replace(gillThemes, {
    selector: '#violet2 .themes',
    css: {
        '.sIFR-root': {
            'color': '#993399'
        },
		'a' :{
            'color': '#993399'
		},
		'a:hover' :{
            'color': '#993399'
		}
    }
});
