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

}

@font-face {
    font-family: 'LocatorRegular';
    src: url('_fonts/locator-regular-webfont.eot');
    src: url('_fonts/locator-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/locator-regular-webfont.woff') format('woff'),
         url('_fonts/locator-regular-webfont.ttf') format('truetype'),
         url('_fonts/locator-regular-webfont.svg#LocatorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LocatorMediumItalic';
    src: url('_fonts/locator-mediumitalic-webfont.eot');
    src: url('_fonts/locator-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/locator-mediumitalic-webfont.woff') format('woff'),
         url('_fonts/locator-mediumitalic-webfont.ttf') format('truetype'),
         url('_fonts/locator-mediumitalic-webfont.svg#LocatorMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************** Fonts ****************/

html, body { height: 100%; }
body { margin: 0px; padding: 0px; background: url("../images/background.jpg") repeat 0 0; }
a img { border: none; }
a { color: #fff; text-decoration: none; }
h6 { font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #4c4946; margin: 5px 0px; }

#bg { width: 100%; height: 100%; background: url("../images/bg-content.jpg") no-repeat center 0px; }

.container { width: 925px; margin: 0 auto; }
.line { border-top: 1px solid #4c4946;  }

#head { clear: both; width: 100%; height: 225px; }
#head h1 { background: url("../images/logo.png") no-repeat 0 0; width: 246px; height: 180px; float: left; }
#head h1 span { display: none; }

#head .menu { float: right; margin-top: 60px }
#head .menu li { float: left; list-style: none; font-size: 34px; height: 60px; font-family: 'BirchStdRegular', Georgia, "Times New Roman", Times, serif; line-height: 50px; }
#head .menu li.middle { border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0px 20px; padding: 0px 20px; }
#head .menu li.mm { border-left: 1px solid #ccc; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 20px; }

#head .menu li a.h { background: url("../images/bg-home.png") no-repeat 0 37px; height: 50px; float: left; }
#head .menu li a.q { background: url("../images/bg-quemsomos.png") no-repeat 0 37px; height: 50px; float: left; }
#head .menu li a.p { background: url("../images/bg-produtos.png") no-repeat 0 37px; height: 50px; float: left; }
#head .menu li a.c { background: url("../images/bg-contato.png") no-repeat 0 37px; height: 50px; float: left; }

#head .menu li a:hover { color: #ccc; }

#body { clear: both; width: 100%; text-align: center; }
#footer { clear: both; width: 100%; margin-top: 30px; text-align: center; }
