
/* ======== Master ============= */
#master { /*fixes the position of the master partial in the layout */
  position:relative;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}

/* ======== Master Header ======== */
#master-headercontainer {
  background-color: #fbfbfc;
}
#master-header {
  width: 100%;
  margin: auto;
  overflow: hidden;
}


#master-header #logo-valassis {
  margin: 10px 0 9px 15px;
  float: left;
}

#master-header #userdetails {
  display: inline-block;
  position: absolute;
  margin: 10px 0 0 0;
  color: #615c4f;
  top: 6px;
  right: 20px;
}
#master-header #userdetails a{
  color: #615c4f;
}

#master-header #logo-redplum {
  margin: 10px 0 9px 5px;
  position: absolute;
  display: block;
  top: 30px;
  right: 20px;
}


/* ======== Master Navigation ======== */
.siteHeader{
    color:#1F327F;
}
    .siteHeader .headerTitle{
        font-weight:700;
        font-size:1.2rem;
        
    }
    .siteHeader .login{
        font-weight:600;
        font-size:1.0rem;
        text-align:right;
    }
#master-navcontainer {
  background-color: #1F327F;
  height:1.8rem;
  line-height:1.8rem;
  font-weight:700;
}

#master-navigation {
  width: 100%;
  margin: auto;
  overflow: hidden;
}  
#master-navigation a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-weight: none;
  padding:0.5em;
}

#master-navigation a:hover {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

#master-navigation li {
  display: inline;
  margin: 0;
  color: white;
  font: 12px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 0 9px 0 0;
}

#master-navigation ul {
  padding: 0;
  margin: 1px 0 1px 20px;
}


/* ============ Less Than IE 8 ========*/
.lt-ie8 #container {
  margin: 0;
  padding: 0;
  font-size: 0; /* fixes added image space issues IE7 */
}

