﻿Cufon.replace('.merk', {
    fontFamily: 'helvromanreg',
    fontSize: '20px',
    color: '#a70000'
});

Cufon.replace('#slideshow1text .product', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#312f2f'
});

Cufon.replace('#slideshow2text .product', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#312f2f'
});

Cufon.replace('#slideshow3text .product', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#312f2f'
});

Cufon.replace('#slideshow4text .product', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#312f2f'
});

Cufon.replace('#slideshow5text .product', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#312f2f'
});

Cufon.replace('.eyecatchertitle', {
    fontFamily: 'helvromanreg',
    fontSize: '15px',
    color: '#ffffff'
});

Cufon.replace('#submenu a', {
    fontFamily: 'helvromanreg',
    fontSize: '12px',
    hover: {
        color: '#c9c8c7'
    }
});

Cufon.replace('.maintitle', {
    fontFamily: 'helvromanreg',
    fontSize: '26px',
    color: '#ffffff',
    textTransform: 'uppercase'
});

Cufon.replace('.maintitle.other', {
    fontFamily: 'helvromanreg',
    fontSize: '17px',
    color: '#efecea'
});

Cufon.replace('.producttitle', {
    fontFamily: 'helvromanreg',
    fontSize: '14px',
    color: '#ffffff',
    textTransform: 'uppercase'
});

Cufon.replace('.productsubtitle', {
    fontFamily: 'helvromanreg',
    fontSize: '12px',
    color: '#ffffff'
});

Cufon.replace('.footertitle', {
    fontFamily: 'helvromanreg',
    fontSize: '14px',
    color: '#9a2828'
});
