#wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: auto;
  padding: 0;
  width: 1000px;
}
#header {
  height: 92px;
  padding: 0;
  position: relative;
  width: 1000px;
}
#headerDiv {
    color: #FFFFFF;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 14px;
    left: 51px;
    line-height: 28px;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 100;
}
#headerDiv .welcome-msg {
    display: inline;
    float: left;
    font-weight: bold;
    line-height: 28px;
    margin-right: 5px;
}
#headerDiv .location {
    background-position: 0 4px;
    background-repeat: no-repeat;
    border-right: 1px solid #FFFFFF;
    float: left;
    font: bold 12px/26px arial,sans-serif;
    height: 30px;
    min-width: 83px;
    padding: 4px 15px 0 50px;
    text-align: left;
}
#headerDiv .change-location {
    float: left;
    height: 34px;
    overflow: hidden;
    width: 106px;
}
#headerDiv .change-location.toggled, #headerDiv .change-location:hover {
    overflow: visible;
}
#headerDiv .change-location .trigger {
    background: url("../../images/sprite_main.png") no-repeat scroll 18px -1586px rgba(0, 0, 0, 0);
    border-right: 1px solid #FFFFFF;
    height: 34px;
    width: 45px;
}
#headerDiv .change-location .dropdown {
    background: url("../../images/sprite_main.png") no-repeat scroll 0 -2450px #676767;
    margin: 0;
    overflow: auto;
    text-align: left;
    width: 460px;
    z-index: 100;
}
#headerDiv .change-location .dropdown ul {
    float: left;
    list-style: none outside none;
    padding-left: 13px;
    width: 132px;
}
#headerDiv .change-location li {
    font-size: 13px;
    line-height: 24px;
    padding: 0 5px;
    text-transform: uppercase;
    width: 140px;
}
#headerDiv .change-location li:last-child {
    border-bottom: medium none;
}
#headerDiv .change-location a {
    color: #FFFFFF;
    text-decoration: none;
}
#headerDiv .change-location a:hover {
    text-decoration: underline;
}
#headerDiv .links {
    float: right;
    line-height: 28px;
    white-space: nowrap;
}
#headerDiv .links li {
    display: block;
    float: right;
    height: 34px;
    list-style: none outside none;
}
#headerDiv .links li a {
    color: #FFFFFF;
    text-decoration: none;
}
#headerDiv .links li a:hover {
    text-decoration: underline;
}
#headerDiv .links li.log-in a {
    display: block;
    font: bold 12px/34px arial,sans-serif;
    width: 104px;
}
#headerDiv .links li.log-in {
    border-left: 1px solid #FFFFFF;
}
#headerDiv .links li.mini-cart {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.header-container #headerDiv-wrapper {
    background-color: #61868F;
    width: 100%;
}
#headerDiv li a.top-link-contact-us {
    background: url("../../images/sprite_main.png") no-repeat scroll 0 -309px rgba(0, 0, 0, 0);
    padding-bottom: 2px;
    padding-left: 20px;
}
#headerDiv li a.top-link-create-quote {
    background: url("../../images/sprite_main.png") no-repeat scroll 0 -387px rgba(0, 0, 0, 0);
    padding-bottom: 2px;
    padding-left: 20px;
}
#headerDiv .change-location li {
  font-size: 11px;
  line-height: 24px;
  padding: 0 5px;
  text-transform: uppercase;
  width: 140px;
}