/* =global elements
-------------------------------------------------------*/
html { font-size: 62.5%; text-align: center; } 
body { font: normal 100% Arial, Helvetica, sans-serif; text-align: left; color: #231F20; } 
a { text-decoration: none; color: #FFF; } 
a:hover { color: #CCC; text-decoration: none; } 
body p { font-size: 1.4em; line-height: 1.5em; margin: 0 30px 20px; } 

em { font-style: normal; font-weight: bold; } 
address { font-style: normal; } 
strong { font-weight: bold; } 
ol, ul { list-style: none; } 
button { font-size: 1.2em; overflow: visible; cursor: pointer; } 
input, textarea { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; } 

hr { display: block; height: 0px; margin: 15px 20px; line-height: 0; background-color: #333; color: #333; border: 1px solid #333; border-bottom: 0; } 

/* =headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; } 
h1 { margin: 0.34em 0 0.2em; font-size: 4.8em; letter-spacing: -0.026em; } 
h2 { margin: 0.6em 0 1em; font-size: 1.9em; } 

/* =Fonts
-------------------------------------------------------*/
/* =Stainless */
@font-face {
    font-family: 'StainlessRegular';
    src: url('../../fonts/stainless-regular-webfont.eot');
    src: url('../../fonts/stainless-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/stainless-regular-webfont.woff') format('woff'),
         url('../../fonts/stainless-regular-webfont.ttf') format('truetype'),
         url('../../fonts/stainless-regular-webfont.svg#StainlessRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Stainless Ultra Thin */
@font-face {
    font-family: 'StainlessUltraThin';
    src: url('../../fonts/stainless-ultrathin-webfont.eot');
    src: url('../../fonts/stainless-ultrathin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/stainless-ultrathin-webfont.woff') format('woff'),
         url('../../fonts/stainless-ultrathin-webfont.ttf') format('truetype'),
         url('../../fonts/stainless-ultrathin-webfont.svg#StainlessUltraThin') format('svg');
    font-weight: normal;
    font-style: normal;

}