body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/********** STRUCTURE VARIABLES **********/
/********** Responsive Styles **********/
/********** Unresponsive Styles **********/
.rowConfig {
  width: 980px !important;
  margin: 0 !important;
}
/********** THEME VARIABLES **********/
/********** Colour Styles **********/
/********** General Styles **********/
.headerSpacer {
  margin-left: 5px;
  padding-left: 5px;
  border-left: #fff solid 1px;
}
.pieHTC {
  position: relative;
  behavior: url('/site/project/templates/js/PIE.htc');
}
/********** Font Styles **********/
.roboto {
  font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
}
/********** Image Styles **********/
.imageLeft {
  margin: 15px 20px 15px 0;
  float: left;
  clear: right;
}
.imageRight {
  margin: 15px 0 15px 20px;
  float: right;
  clear: left;
}
.imageCentre {
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
.moduleImage {
  width: 100%;
  margin: 15px auto;
  display: block;
  text-align: center;
  float: none;
  clear: none;
}
/********** Navigation Styles **********/
.navigationItem {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: inherit;
  text-transform: uppercase;
}
.navigationDropdownItem {
  line-height: 26px;
  text-transform: none;
}
/********** Table Styles **********/
/* Table <table> Properties */
.responsiveTable {
  width: 100%;
  padding: 0;
  display: block;
}
/* Table Head <thead> Properties */
.responsiveThead {
  display: block;
}
/* Table Head Row <thead tr> Properties */
.responsiveTheadRow {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Table Body <tbody> Properties */
.responsiveTbody {
  display: block;
}
/* Table Row <tr> Properties */
.responsiveTr {
  display: block;
}
/* Table Cell Header <th> Properties */
.responsiveTh {
  width: 100%;
  display: block;
  float: left;
  clear: left;
}
/* Table Cell <td> Properties */
.responsiveTd {
  width: 100% !important;
  position: relative;
  border: none;
  display: block;
  float: left;
  clear: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Table Cell <td> Properties (:before) */
.responsiveTdBefore {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 5px;
  left: 5px;
  width: 100% !important;
  white-space: nowrap;
}
/********** Form Styles **********/
.formLabel {
  width: 20%;
}
.formMargin {
  margin-left: 20%;
}
.formInput {
  width: 80%;
  padding: 5px 1%;
}
/********** MODULE VARIABLES **********/
.tabHeading {
  margin-top: 15px;
  padding: 5px 15px;
  background: #ffffff;
  font-weight: bold;
  display: inline-block;
}
.tabHeadingBorder {
  border-top: #ffffff solid 2px;
}
.moduleHeading {
  padding: 10px !important;
  background: #ff6400;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  clear: both;
}
.moduleButtonLarge {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  float: none;
}
/********** GLOBAL STYLES **********/
#container {
  background: url('../grfx/site-bg.jpg') #ffffff repeat-x top left;
}
#backgroundImage {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1050px;
  background-color: transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: top center;
  z-index: 103;
}
/********** HEADER STYLES **********/
#header {
  background: #ff6c00;
}
/********** NAVIGATION STYLES **********/
#navigationWrapper {
  background: #e1e1e1;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
}
#navigationBlock {
  background: #5e5e5e;
}
/********** BODY STYLES **********/
#bodyWrapper {
  background: #fff;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
}
#bodyContent {
  background: #fff;
}
#bodyColumn {
  background: #fff;
}
/********** BANNER STYLES **********/
/********** SLIDESHOW STYLES **********/
#slideshowContainer {
  background: #ababab;
}
/********** PAGE HEADER STYLES **********/
#pageHeaderContainer {
  background: #ababab;
}
/********** CTA STYLES **********/
#ctaContainer {
  background: #ababab;
}
.cta {
  background: #919191;
}
/********** FEATURED PRODUCTS STYLES **********/
/********** CONTENT STYLES **********/
#contentContainer {
  background: #fff;
}
#content {
  background: #fff;
}
#column {
  background: #fff;
}
/********** FOOTER STYLES **********/
#footer {
  background: #d5d4d4;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.55);
}
.copyrightRow {
  background: #9f9f9f;
}
