@import url(reset.css);
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px; }

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

h1 {
  display: block;
  text-indent: -999em;
  width: 124px;
  height: 72px;
  background: no-repeat url(../../data/html/media/images/logo-bg.png) top left;
  position: absolute;
  top: 75px;
  right: 0; }
  h1 a {
    display: block;
    width: 100%;
    height: 100%; }

h2 {
  display: none; }

h3 {
  text-transform: uppercase;
  color: #b11a15;
  margin-bottom: 16px; }

a {
  color: #b11a15; }
  a:hover {
    color: #000; }

#Bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1; }

#All {
  position: absolute;
  top: 30%;
  left: 160px; }
  #All p {
    margin-bottom: 16px; }
    #All p.address {
      margin-top: 32px; }
    #All p.contact-info {
      margin-bottom: 32px; }
