@charset "UTF-8";
/* Reset --------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

/* HTML5 Reset --------------------------------------------------------------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

/* Typography -------------------------------------------------------------- */
/* The following classes are for use with @extend. */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.serif {
  font-family: Cambria, Georgia, serif;
}

.sans, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mono, pre, code, tt {
  font-family: "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, Courier, monospace, sans-serif;
}

.caps, .allcaps, h1, h2, caption, .smallcaps, h4 {
  letter-spacing: 0.1em;
}

.allcaps, h1, h2, caption {
  text-transform: uppercase;
}

.smallcaps, h4 {
  font-variant: small-caps;
}

/* Body -------------------------------------------------------------- */
body {
  color: #4c4c4c;
}

/* Selected Text -------------------------------------------------------------- */
/* -moz- must be declared separately */
::-moz-selection {
  color: white;
  background: #005498;
  text-shadow: none;
}

::selection {
  color: white;
  background: #005498;
  text-shadow: none;
}

/* Links -------------------------------------------------------------- */
a:link, a:visited {
  color: #005498;
}
a:link, a:visited, a:hover, a:active {
  outline: none;
}
a:focus, a:hover, a:active {
  color: #984400;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}

/* Headings -------------------------------------------------------------- */
h2, h3, h4, h5, h6 {
  margin-bottom: 1.5em;
}

h1 {
  font-size: 1.313em;
  line-height: 1.143em;
  margin-bottom: 1.143em;
}

h3 {
  font-weight: bold;
}

h4 {
  text-transform: lowercase;
}

h5, h6 {
  font-style: italic;
}

/* Inline -------------------------------------------------------------- */
cite, em, dfn, address, i {
  font-style: italic;
}

strong, dfn, b {
  font-weight: bold;
}

sup, sub {
  font-size: smaller;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ffff99;
  background-color: rgba(255, 255, 0, 0.5);
  text-shadow: none;
}

small {
  font-size: 0.75em;
  line-height: 2em;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* Block -------------------------------------------------------------- */
p {
  margin-bottom: 1.5em;
}

pre {
  margin: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote {
  margin: 1.5em;
  font-style: italic;
}

/* Replaced -------------------------------------------------------------- */
img {
  vertical-align: text-bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* Lists -------------------------------------------------------------- */
ol, ul, dl {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}
li ul {
  list-style-type: circle;
}

dt {
  margin-top: 1.5em;
  font-style: italic;
}

dd {
  padding-left: 1.5em;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

th, thead th {
  font-weight: bold;
}

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

table, th {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}

tfoot {
  font-size: 0.875em;
  line-height: 1.714em;
}

/* Forms -------------------------------------------------------------- */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em;
}

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

label {
  font-weight: bold;
  font-size: 0.75em;
  line-height: 2em;
}

.textinput, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=time], input[type=number], input[type=range], input[type=search], input[type=color] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 2em;
  border-style: solid;
  border-width: 0.083em;
  padding: 0.417em;
  margin-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 0;
  border-color: #4c4c4c;
  height: 2.571em;
}

textarea {
  height: 11.143em;
  vertical-align: text-bottom;
}

input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

button {
  width: auto;
  overflow: visible;
}

body {
  font-size: 100%;
  line-height: 1.5em;
}

html > body {
  font-size: 16px;
}

body {
  padding-top: 25px;
}

.main_container {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 61em;
  max-width: 100%;
  -moz-box-shadow: #333333 1px 1px 5px 0;
  -webkit-box-shadow: #333333 1px 1px 5px 0;
  -o-box-shadow: #333333 1px 1px 5px 0;
  box-shadow: #333333 1px 1px 5px 0;
  min-width: 976px;
}
.main_container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

header {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 61em;
  overflow: hidden;
  -moz-box-shadow: #333333 1px 1px 5px 0;
  -webkit-box-shadow: #333333 1px 1px 5px 0;
  -o-box-shadow: #333333 1px 1px 5px 0;
  box-shadow: #333333 1px 1px 5px 0;
  min-width: 976px;
}
header img {
  display: block;
}

nav {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  height: 24px;
  padding: 0.357em 0;
  border-bottom: 1px solid;
  margin-bottom: 12px;
}
nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  *zoom: 1;
}
nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}
nav ul li:first-child, nav ul li.first {
  padding-left: 0;
}
nav ul li:last-child, nav ul li.last {
  padding-right: 0;
}
nav ul a, nav ul span {
  padding: 0 8px;
  border-width: 0 1px 0 1px;
  border-style: solid;
}
nav ul li:first-child a, nav ul li:first-child span {
  border-width: 0 1px 0 0;
}
nav ul li:last-child a, nav ul li:last-child span {
  border-width: 0 0 0 1px;
}
nav ul.left {
  display: inline;
  float: left;
  overflow: visible;
}
nav ul.right {
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
}
nav ul li {
  position: relative;
}
nav ul li:hover > ul {
  visibility: visible;
}
nav ul li ul {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  left: 0;
  background-color: white;
  -moz-box-shadow: rgba(102, 102, 102, 0.4) 2px 2px 3px 0;
  -webkit-box-shadow: rgba(102, 102, 102, 0.4) 2px 2px 3px 0;
  -o-box-shadow: rgba(102, 102, 102, 0.4) 2px 2px 3px 0;
  box-shadow: rgba(102, 102, 102, 0.4) 2px 2px 3px 0;
}
nav ul li ul li a {
  border: none;
}

#content {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
}

.print-view .main_container {
  padding: 10px;
}
.print-view #content {
  margin: 0px;
  padding: 10px;
  border: 2px solid #cccccc;
}

footer {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
  overflow: hidden;
}
footer #copyright {
  display: inline;
  float: left;
  width: 57.627%;
  margin-right: 1.695%;
}
footer ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  *zoom: 1;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  margin-bottom: 12px;
}
footer ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
}
footer ul li:first-child, footer ul li.first {
  padding-left: 0;
}
footer ul li:last-child, footer ul li.last {
  padding-right: 0;
}
footer ul li a {
  border-right: 1px solid;
  padding: 0 5px;
}
footer ul li:last-child a {
  border: none;
}

.placeholder {
  text-align: center;
}

body {
  background-color: #b0b0b0;
}

.main_container {
  background-color: white;
}

.placeholder {
  background-color: #b3b3b3;
  border-color: #999999;
}
.cssgradients .placeholder {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, rgba(230, 230, 230, 0.5)), color-stop(100%, rgba(102, 102, 102, 0.5)));
  background-image: -moz-linear-gradient(top, rgba(230, 230, 230, 0.5) 0%, rgba(102, 102, 102, 0.5) 100%);
  background-image: linear-gradient(top, rgba(230, 230, 230, 0.5) 0%, rgba(102, 102, 102, 0.5) 100%);
}

nav {
  border-color: #cccccc;
}
nav li a, nav li span {
  border-color: transparent #666666 transparent #b2b2b2;
  border-color: transparent rgba(102, 102, 102, 0.8) transparent rgba(204, 204, 204, 0.8);
}

.button a {
  background-color: #1a1a1a;
  border-color: #999999;
  color: white !important;
}
.cssgradients .button a {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, rgba(153, 153, 153, 0.4)), color-stop(100%, rgba(51, 51, 51, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(153, 153, 153, 0.4) 0%, rgba(51, 51, 51, 0.2) 50%);
  background-image: linear-gradient(top, rgba(153, 153, 153, 0.4) 0%, rgba(51, 51, 51, 0.2) 50%);
}

.image-container {
  background-color: white;
  border-color: #b3b3b3;
}

footer li a {
  border-color: #4c4c4c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0em;
  letter-spacing: 0;
  margin-bottom: 10px;
}

h2 {
  font-size: 0.875em;
  line-height: 1.714em;
  margin-bottom: 0em;
  margin-bottom: 14px;
}

h3 {
  font-size: 0.875em;
  line-height: 1.714em;
  margin-bottom: 0em;
  font-weight: bold;
}

p, table {
  line-height: 1.2em;
  margin-bottom: 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

nav {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.714em;
}

footer {
  font-size: 0.688em;
  line-height: 2.182em;
  margin-top: 1.091em;
  margin-bottom: 1.091em;
}

.button a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 2em;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.personalisation {
  line-height: 1.2em;
}
.personalisation p {
  display: inline;
}
.personalisation ul {
  margin: 0;
  list-style: none;
}
.personalisation ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
.personalisation ul li {
  clear: both;
}
.personalisation ul li span {
  display: inline;
  float: left;
  width: 80px;
}
.personalisation ul li span.underline {
  width: 100%;
  border-bottom: solid #4c4c4c 1px;
  line-height: 2em;
}
.personalisation ul li span.half {
  width: 385px;
}
.personalisation ul li span.postcode {
  line-height: 2.4em;
}

#home-offers {
  overflow: hidden;
  margin-bottom: 12px;
}
#home-offers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#home-offers ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#home-offers ul li {
  display: inline;
  float: left;
  text-align: center;
}
#home-offers ul .featured-offer {
  width: 49.8%;
  margin-right: 0.2%;
  height: 557px;
}
#home-offers ul .offer {
  width: 24.8%;
  height: 185px;
  margin: 0 0.2% 1px 0;
}
#home-offers li:nth-child(2n+3) {
  margin-right: 0;
}

#offers {
  overflow: hidden;
  margin-bottom: 12px;
}
#offers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#offers ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#offers ul li {
  display: inline;
  float: left;
  text-align: center;
}
#offers ul .featured-offer {
  width: 49.8%;
  margin-right: 0.2%;
  height: 557px;
}
#offers ul .offer {
  width: 24.8%;
  height: 185px;
  margin: 0 0.2% 1px 0;
}
#offers ul li:nth-child(4n+4) {
  margin-right: 0;
}

#offer {
  overflow: hidden;
  margin-bottom: 12px;
}
#offer .image-container {
  display: inline;
  float: left;
  width: 49.8%;
}
#offer p {
  margin-bottom: 0;
}
#offer #description {
  padding-top: 20px;
  clear: both;
}
#offer .third-party-terms {
  clear: both;
  padding-top: 10px;
}
#offer #terms {
  margin-top: 5px;
  font-size: 0.7em;
}
#offer #terms h3 {
  font-size: 1em;
}
#offer article {
  display: inline;
  float: left;
  width: 49.153%;
  margin-right: 1.695%;
  display: inline;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
}
#offer article #entry {
  overflow: hidden;
  line-height: 1.2em;
}
#offer article #offer_categories ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  font-size: 0.75em;
  line-height: 2em;
  margin-bottom: 2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#offer article #offer_categories ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
#offer article .instruction {
  margin-bottom: 14px;
}

