#mobile-menu {
  display: none;
}
.container {
  width: 960px;
}
#content #current-text {
  width: 20%;
}
#content #luxury-text {
  max-width: 167px;
}
header #strapline {
  max-width: 100%;
  position: absolute;
}
header #logo {
  position: relative;
  z-index: 1;
  background-color: #573872;
}
#search {
  float: left;
  width: 800px;
}
#search #search-text {
  width: 400px !important;
}
#my-account-btn {
  float: left;
  width: 100px;
  margin: 2em 0;
}
.home-tile {
  width: 300px;
  height: 380px;
  float: left;
}
#main {
  float: right;
}
.full-width {
  float: left;
  width: 100%;
}
#main {
  width: 75%;
}
#left-sidebar-area {
  float: left;
  width: 25%;
}
.ie7 #left-sidebar-area {
  width: 20%;
  padding: 0;
}
.ie7 #footer-links {
  clear: both;
  padding-top: 13px;
}
.ie8 footer nav ul {
  margin-left: -40px;
}
