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 **********/
html,
body {
  height: 100%;
}
.footerBackground {
  background: #d5d4d4;
}
/* Use the class "emptyAnchor" to remove the default empty anchor link styling when not required */
body:not([id='admin']) a.emptyAnchor[href$="#"] {
  border: inherit;
  font-weight: inherit;
}
/********** HEADER STYLES **********/
#header {
  padding: 1% 0;
  -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);
}
.headerLogo {
  text-align: center;
  margin-top: 1%;
}
.headerInfo > div {
  float: right;
  clear: right;
}
.headerDescription {
  float: left;
  width: 100%;
}
.headerInfo .userStatus a {
  color: #fff;
}
.headerNavigation ul {
  margin-left: 0;
  padding: 0;
}
.headerNavigation li {
  margin-bottom: 5px;
  background: none;
  display: inline;
}
.headerNavigation a {
  margin-left: 5px;
  padding-left: 5px;
  border-left: #fff solid 1px;
  display: inline;
}
.headerNavigation li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.headerInfo input[type="text"],
.headerInfo input[type="password"],
.headerInfo input[type="email"],
input[type="submit"] {
  width: auto;
  box-shadow: none;
  display: inline;
  float: none;
}
.headerInfo input[type="text"],
.headerInfo input[type="password"],
.headerInfo input[type="email"] {
  padding-left: 0;
  padding-right: 0;
}
.headerInfo .cartStatus a {
  color: #fff;
  font-weight: 500;
  font-size: 14.31px;
}
.headerInfo .headerContact {
  margin: 10px 0;
}
.headerInfo .headerContact a {
  float: right;
  font-size: 21.31px;
  line-height: 31px;
  color: #fff;
  font-weight: 500;
  background: url('../grfx/header-phone.png') no-repeat left;
  padding-left: 25px;
}
#headerContainer,
#header,
#navigationWrapper {
  z-index: 105;
  position: relative;
}
.googlePlus {
  clear: none !important;
}
/********** NAVIGATION STYLES **********/
.searchWidget {
  margin-top: 1% !important;
}
.searchWidget .keywords {
  width: 70%;
  border: 1px solid #bebebe;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 1% 3px 1%;
}
.searchWidget input[type="submit"] {
  padding: 4px 0;
  margin-left: 5px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  font-weight: 700;
  width: 25%;
  max-width: 55px;
  max-height: 28px;
}
/********** BODY STYLES **********/
#bodyContainer {
  position: relative;
}
/********** BANNER STYLES **********/
/********** SLIDESHOW STYLES **********/
.theme-default .nivo-controlNav {
  display: none !important;
}
/********** PAGE HEADER STYLES **********/
#pageHeader {
  width: 100%;
  height: auto;
  display: inline-block;
  float: none;
  vertical-align: middle;
  overflow: hidden;
}
#pageHeaderTitle {
  width: 55%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pageHeaderImage {
  width: 44%;
  height: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pageHeaderImage img {
  display: block;
  float: right;
}
#pageHeaderTitle,
#pageHeaderImage {
  display: inline-block !important;
  float: none !important;
  vertical-align: middle;
}
/********** CTA STYLES **********/
/********** FEATURED PRODUCTS STYLES **********/
/********** CONTENT STYLES **********/
#bodyWrapper {
  padding-top: 5px;
  border-bottom: 2px solid #ff6d00;
  z-index: 105;
}
.topBanner {
  width: 100%;
  margin-bottom: 7px;
}
.module_shop .topBanner {
  display: none;
}
/********** Column Styles **********/
#column .title {
  background: #ff6400;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  padding: 3% 0 3% 8%;
}
#column ul li {
  list-style: none;
  padding-bottom: 9px;
}
#column ul li a {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
#column ul li a:hover {
  color: #0084ff;
}
#column ul li ul {
  margin-left: 0;
}
#column ul li ul li {
  background: url('../grfx/left-col-list-item.png') no-repeat left 7px;
  padding-left: 13px;
  padding-bottom: 2px;
}
#column ul li ul li a {
  font-size: 12px;
  color: #7e7e7e;
  text-decoration: underline;
}
#column ul li ul li a:hover {
  text-decoration: none;
}
#column .ui-icon {
  float: right;
  margin-right: 5%;
}
/********** Table Styles **********/
.module_content #content td,
.moduleDescription td {
  border-bottom: #ffffff solid 1px;
}
.stacktable {
  border-bottom: #ffffff solid 1px;
}
.stacktable th {
  text-align: center;
}
.stacktable .st-head-row {
  border-top: #ffffff solid 1px;
  background: #ffffff;
  color: #ff6400;
}
.stacktable .st-head-row.st-head-row-main {
  border-top: none;
  background: #ff6400;
  color: #ffffff;
}
.st-key {
  color: #ff6400;
}
/********** Form Styles **********/
form p {
  overflow: hidden;
}
label {
  width: 20%;
  display: block;
  float: left;
}
table label {
  width: 100%;
}
#content .contactForm img {
  padding: 0;
  border: none;
  background: none;
}
.contactForm textarea {
  height: 150px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="attachment"],
textarea,
select {
  width: 80%;
  padding: 5px 1%;
  display: block;
  float: left;
}
td > input[type="text"],
td > input[type="password"],
td > input[type="email"],
td > input[type="attachment"],
td > textarea,
td > select {
  width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  margin-left: 20%;
  float: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  width: auto;
  padding-right: 0;
  margin-left: 5px;
  text-align: left;
  display: inline;
  float: none;
}
/***** Contact Form Styles *****/
.antiSpam {
  padding: 10px 0;
}
.antiSpam p {
  margin-left: 20%;
}
.contactForm .antiSpam p label {
  width: 100%;
  text-align: left;
}
.contactForm .antiSpam p input {
  width: 33%;
}
.contactForm input[type="submit"] {
  margin-left: 20%;
}
/********** MODULE STYLES **********/
.moduleTitle {
  padding: 10px !important;
  background: #ff6400;
  color: #ffffff !important;
  font-weight: bold;
  display: block;
  clear: both;
}
.moduleButton {
  margin-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  float: right;
}
.moduleButton + * {
  clear: both;
}
.tabbedForm > p {
  margin-top: 15px;
  padding: 5px 15px;
  background: #ffffff;
  font-weight: bold;
  display: inline-block;
}
.tabbedForm > table {
  border-top: #ffffff solid 2px;
}
.labelCell {
  width: 20%;
}
.text_note {
  font-size: 0.9em;
}
.requiredField {
  color: #ff6400;
}
.oddRow,
.oddRow > td {
  background-color: #ffffff !important;
}
#delivery .oddRow,
#delivery .oddRow > td {
  background: #e1e1e1 !important;
}
#delivery td {
  padding: 3px 1%;
}
/********** Downloads Styling **********/
.related.downloads {
  border: #ff6400 solid 1px;
}
.related.downloads .downloadsTitle {
  padding: 10px !important;
  background: #ff6400;
  color: #ffffff;
}
.related.downloads ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.related.downloads li {
  padding: 5px 5px 5px 25px;
  background: url('../grfx/iconDownload.png') no-repeat 5px 5px;
}
.related.downloads li + li {
  margin-top: 5px;
}
/********** Breadcrumbs Styling **********/
.breadcrumb {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li:before {
  content: "\00BB";
  margin: 0 5px;
}
.breadcrumb li:first-child:before {
  content: normal;
}
/********** Pagination Styling **********/
.paginationContainer {
  padding: 10px 0;
  overflow: hidden;
  clear: both;
}
.itemDisplay,
.pagination {
  font-size: 14px;
  float: right;
  clear: right;
}
.itemDisplay {
  margin-right: 2px;
  white-space: nowrap;
}
.itemDisplay select {
  width: auto;
  display: inline;
  float: none;
}
.pagination {
  padding-top: 8px;
}
.pagination > span,
.pagination > a {
  margin: 0 2px 5px 2px;
}
.pagination > span,
.pagination a {
  display: inline-block;
}
.pagination .current,
.pagination .disabled,
.pagination a {
  padding: 3px 8px;
  border: #ffffff solid 1px;
}
.pagination a:link,
.pagination a:visited {
  color: #000000;
  background: #ffffff;
}
.pagination a:hover,
.pagination a:active {
  color: #fff;
  background: #ff6400;
}
.pagination .disabled,
.pagination .disabled:hover {
  border: #d4d4d4 solid 1px;
  background: #fcfcfc;
  color: #c6c6c6;
}
.pagination .current,
.pagination .current:hover {
  border: #ffffff solid 1px;
  background: #ff6400;
  color: #ffffff;
}
/********** Feed Styles **********/
/**
  * This is for the common widget, listing & detail page styling for the Articles, News & Events modules
  * Note: Events listing & detail pages don't use these styles
  */
.widgetFeed div {
  overflow: hidden;
}
.feedItem {
  margin: 10px 0;
  padding: 10px;
  border: #ffffff solid 1px;
  background: #ffffff;
  clear: both;
}
.widgetFeed .feedThumbnail {
  margin-bottom: 5px;
}
.feedDate {
  color: #ff6400;
  font-weight: bold;
  text-transform: uppercase;
}
.feedTitle {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.feedDescription p {
  color: #000000;
}
#content .feedItem .feedThumbnail img {
  max-width: 100%;
}
/***** Listing Styles *****/
.article.index .feedThumbnail {
  width: 100px;
  padding-right: 10px;
  display: inline;
  float: left;
}
.article.index .feedThumbnail a {
  text-align: center;
  display: inline-block;
}
/***** Detail Styles *****/
.article.view .adminThumb {
  display: inline;
}
.article.view img {
  margin: 15px 0 15px 20px;
  float: right;
  clear: left;
}
/********** Category Menu Styles **********/
.moduleMenuContainer {
  margin-bottom: 10px;
  padding: 10px;
  border: #ffffff solid 1px;
  background-color: #ffffff;
}
.moduleMenuContainer .menuLabel {
  padding: 0 0 5px 0;
}
#moduleMenu {
  margin-left: 0;
  padding: 0;
  overflow: hidden;
}
#moduleMenu li {
  margin: 0 -1px 5px 0;
  padding: 0 10px;
  border-left: #ffffff solid 1px;
  border-right: #ffffff solid 1px;
  display: block;
  float: left;
}
#moduleMenu li:first-child {
  border-left: #ffffff solid 1px;
}
#moduleMenu a {
  display: inline;
}
/********** FOOTER STYLES **********/
#facebookFooter {
  z-index: 105;
  padding: 1% 0;
  overflow: hidden;
  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);
}
#footer {
  z-index: 106;
}
.footerInfo {
  padding-top: 2%;
}
.footerInfo p,
.footerInfo ul {
  padding-top: 0;
}
.footerInfo p {
  margin-left: 10px;
}
.footerInfo ul {
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
}
.footerInfo li {
  position: relative;
  margin-bottom: 5px;
  display: inline;
  float: left;
  white-space: nowrap;
}
.footerInfo li a {
  margin: 3px 10px;
  display: block;
  float: left;
}
.footerlinks {
  float: left;
  width: 75%;
  overflow: hidden;
}
.footerInfo li {
  width: 33%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.footerInfo li ul {
  margin-top: 3%;
}
.footerInfo li ul li {
  float: none;
  display: block;
  width: 100%;
  clear: both;
  font-size: 12px;
  text-transform: none;
}
.footerInfo li ul li a {
  margin-left: 0;
  color: #000000;
}
.footerInfo li ul li a:hover {
  color: #fe7201;
}
.socialMedia {
  float: right;
}
.socialMedia p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.paymentMethods {
  clear: both;
  margin: 2% 0 5% 0;
  float: left;
}
.paymentMethods a {
  float: left;
}
.paymentMethods a img {
  margin-top: 0;
  margin-right: 15px;
}
.paymentMethods img {
  margin-top: 10px;
}
.copyrightRow {
  margin: 0;
  padding: 0 1.01832994%;
}
.copyright p {
  font-size: 12px;
  font-weight: 500;
}
.copyright a {
  color: #000000;
}
.copyright a:hover {
  color: #0084ff;
}
.copyright .perthweb {
  float: right;
}
