/*/////////////////////////////////////////////////////////////////
//
//	file: main.css
//	info: Standard styles for all website template elements
//	site: Northern Structures
//	code: Peter Franckiewicz
// 	date: May 10, 2013
//
/////////////////////////////////////////////////////////////////*/

 


/* Global CSS */
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body { font-family: hcregular; font-size: 14px; background: url('../images/site_bg.gif') no-repeat; background-position: center; background-size: 100% 100%;  }

* { margin: 0; padding: 0; position: relative; }
a { font-family: hcbregular; text-decoration: none; cursor: pointer; outline: none; color: #0067b2; }
img { border: none; }
h3 { font-size: 18px; color: #0067b2; }






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

}




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

}





