

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'arimoregular';
    src: url('../../themes/mez_template/css/fonts/arimo-regular-webfont.eot');
    src: url('../../themes/mez_template/css/fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../themes/mez_template/css/fonts/arimo-regular-webfont.woff') format('woff'),
         url('../../themes/mez_template/css/fonts/arimo-regular-webfont.ttf') format('truetype'),
         url('../../themes/mez_template/css/fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'arimoitalic';
    src: url('../../themes/mez_template/css/fonts/arimo-italic-webfont.eot');
    src: url('../../themes/mez_template/css/fonts/arimo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../themes/mez_template/css/fonts/arimo-italic-webfont.woff') format('woff'),
         url('../../themes/mez_template/css/fonts/arimo-italic-webfont.ttf') format('truetype'),
         url('../../themes/mez_template/css/fonts/arimo-italic-webfont.svg#arimoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimobold';
    src: url('../../themes/mez_template/css/fonts/arimo-bold-webfont.eot');
    src: url('../../themes/mez_template/css/fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../themes/mez_template/css/fonts/arimo-bold-webfont.woff') format('woff'),
         url('../../themes/mez_template/css/fonts/arimo-bold-webfont.ttf') format('truetype'),
         url('../../themes/mez_template/css/fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvoregular';
    src: url('../../themes/mez_template/css/fonts/arvo-regular-webfont.eot');
    src: url('../../themes/mez_template/css/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../themes/mez_template/css/fonts/arvo-regular-webfont.woff') format('woff'),
         url('../../themes/mez_template/css/fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('../../themes/mez_template/css/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {background:url(../images/grey.jpg) left top repeat-x; font-family: 'arimoregular',Verdana, Geneva, sans-serif ; font-size:13px;line-height:21px;color:#231f20;}

h1 { font-family: 'arimobold';font-size:90px;text-transform:uppercase;line-height:90px;margin:0;}
h2 {font-family: 'arimoregular';margin:0 0 10px 0;}
h3 {font-family: 'arimoregular';color:#bbbdc0;font-size:60px;}
h4 {font-family: 'arimoregular';}
h5 {font-family: 'arimoregular';}

.breakout,  .breakout p{font-family: 'arimoregular';font-size:30px;color:#26b790;line-height:28px;text-transform:uppercase;}



span.green {font-family: 'arvoregular';color:#26b790;font-size:13px;}
p span.name {font-family: 'arimobold';color:#231f20;font-size:13px;margin: 20px 0 3px 0;width: 100%;float: left;}
p span.title {font-family: 'arimoregular';color:#a7a9ab;font-size:10px;text-transform:uppercase;width:100%;float:left;clear:left;margin:0 0 40px 0;}

