/* ==========================================================================
	#Fonts
========================================================================== */
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Helvetica Oblique';
    src: url('fonts/helveticaoblique-webfont.eot');
    src: url('fonts/helveticaoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaoblique-webfont.woff') format('woff'),
         url('fonts/helveticaoblique-webfont.ttf') format('truetype'),
         url('fonts/helveticaoblique-webfont.svg#helveticaoblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo 700';
    src: url('fonts/museo700regular-webfont.eot');
    src: url('fonts/museo700regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo700regular-webfont.woff') format('woff'),
         url('fonts/museo700regular-webfont.ttf') format('truetype'),
         url('fonts/museo700regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}