@charset "utf-8";
/* CSS Document */

/* BEGIN STYLES FOR FOOTERSTICKALT */
html {
  height: 100%;
}
body { 
  font-family: "Arial", "Helvetica";
  margin-top: 10px;
  height: 100%;
}
#framework {
  position: relative;
  min-height: 100%;
}
* html #framework {
  height: 100%;
}
#footer {
  background: #112D5C url('/assets/templates/global/images/framework/footer.jpg') repeat-x;
  position: relative;
  margin: 50px -8px 0 -8px;
  min-height: 20px;
  padding: 20px 0 12px 0;
} 


/* BEGIN STYLES FOR HEADER LOGO */
#framework .header .left .logo a.image {
  background: url('/assets/templates/nettrekker/uk/images/framework/next_header_logo.png') no-repeat;
  display: block;
  margin: 25px 0 0 25px;
  width: 348px;
  height: 99px;
}

#framework .header .left #hz_menu a {
  padding: 8px 15px 0 15px;
  height: 23px;
}