﻿
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #000000; }
a:hover { color: #036; }

/*

10 	77
11 	85
12 	93 (was 93)
13 	100
14 	108 (was 107)
15 	116 (was 114)
16 	123.1 (was 122)
17 	131 (was 129)
18 	138.5 (was 136)
19 	146.5 (was 144)
20 	153.9 (was 152)
21 	161.6 (was 159)
22 	167
23 	174
24 	182
25 	189
26 	197

Dark Blue = #002846

Medium Blue = #003F5F

White = #FFFFFF

*/

html {
    background-color: #51001B;
    background-image: url("../../../img/modules/default/bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #51001B;
    background-image: url("../../../img/modules/default/bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:hover, a:active, a:focus, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

#ee-container {
    height: auto;
    margin: 0 auto;
    width: 960px;
}

#ee-header {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: 100%;
}

#ee-header-left {
    float: left;
    height: auto;
    margin: 10px 0 0;
    width: 265px;
}

#ee-header-left a {
    display: block;
    float: left;
    height: 120px;
    width: 265px;
}

#ee-header-left img {
    height: 120px;
    width: 265px;
}

#ee-header-right {
    float: left;
    height: auto;
    margin: 30px 0 0;
    width: 695px;
}

#ee-header-right-top {
    float: left;
    height: auto;
    margin: 0 0 25px;
    width: 100%;
}

#ee-header-right-top-email {
    float: right;
    height: auto;
    width: auto;
}

#ee-header-right-top-email a {
    font-size: 140%;
    text-decoration: none;
}

#ee-header-right-top-phone {
    float: right;
    height: auto;
    margin: 0 20px 0 0;
    width: auto;
}

#ee-header-right-top-phone span {
    font-size: 140%;
}

#ee-header-right-bottom {
    float: left;
    height: auto;
    width: 100%;
}

#ee-main-nav {
    float: left;
    width: auto;
    height: auto;
}

#ee-main-nav ul {
    display: block;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0 0 0 70px;
    width: auto;
}

#ee-main-nav ul li {
    display: block;
    float: left;
    height: 30px;
    margin: 0 45px 0 0;
    width: auto;
}

#ee-main-nav ul li a {
    background-image: url("../../../img/modules/default/nav-item-bg-off.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #51001B;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 116%;
    font-weight: bold;
    height: 30px;
    letter-spacing: -1px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

#ee-main-nav ul li a:hover {
    background-image: url(../../../img/modules/default/nav-item-bg-on.png);
    background-color: #FFFFFF;
    color: #000000;
}

#ee-body {
    float: left;
    height: auto;
    width: 100%;
}

#ee-body-left {
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    width: 265px;
}

#ee-body-right {
    float: left;
    height: auto;
    width: 675px;
}

.ee-block {
    background-color: #FFFFFF;
    color: #333333;
    float: left;
    height: auto;
    margin: 0 0 20px;
}

.ee-block-strip {
    background-color: #000000;
    float: left;
    height: 5px;
    margin: 10px;
}

.ee-block-no-strip {
    background-color: inherit;
    float: left;
    height: 10px;
    margin: 0 10px;
}

.ee-block-content {
    float: left;
    height: auto;
    margin: 0 10px 10px;
}

#layout-homepage .ee-block-content {
    margin: 0 10px !important;
}

.ee-block-content-heading {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: 100%;
}
.ee-block-content-sidebar {
    float: left;
    height: 390px;
    margin: 0 0 10px;
    width: 100%;
}

.ee-block-content-heading h1 {
    color: #000000;
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
}
.ee-block-content-sidebar h1 {
    color: #000000;
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
}

.ee-block-content-heading h2 {
    color: #000000;
    font-size: 153.9%;
    font-weight: bold;
}

.ee-block-content-heading h3 {
    color: #000000;
    font-size: 138.5%;
    font-weight: normal;
}

.ee-block-content-heading-homepage h3 {
    color: #000000;
    font-size: 138.1%;
}

.ee-block-content-image {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: auto;
}

.ee-block-content-content {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: auto;
}

#ee-body-left .ee-block {
    width: 265px;
}

#ee-body-left .ee-block-strip {
    width: 245px;
}

#ee-body-left .ee-block-content {
    width: 245px;
}

#ee-body-left .ee-block-content-image img {

}

#ee-body-right .ee-block-content-content h1,
#ee-body-right .ee-block-content-content h2,
#ee-body-right .ee-block-content-content h3,
#ee-body-right .ee-block-content-content h4,
#ee-body-right .ee-block-content-content h5,
#ee-body-right .ee-block-content-content h6 {
    margin: 0 0 10px;
}

#ee-body-left .ee-block-content-content p {
    font-size: 93%;
    margin: 0 0 10px;
}

#ee-body-left .ee-block-content-content ul {
    list-style-type: none;
    margin: 0;
}

#ee-body-left .ee-block-content-content li {
    margin: 0 0 3px;
}

#ee-body-left .ee-block-content-content li a {
    color: #333333;
    font-size: 93%;
}

.ee-block-body-right {
    min-height: 393px;
    width: 675px;
}

.ee-block-body-right .ee-block-strip {
    width: 655px;
}

.ee-block-body-right .ee-block-content {
    width: 655px;
}

.ee-block-body-right .ee-block-content-image img {

}

.ee-block-body-right .ee-block-content-content p {
    font-size: 100%;
    margin: 0 0 10px;
}

.ee-block-body-right .ee-block-content-content a, .ee-block-body-right .ee-block-content-content a:hover {
    color: #333333;
}

.ee-block-homepage-feature {
    min-height: 50px;
    width: 327px;
}

.ee-block-homepage-feature h2 {
    font-size: 138.5%;
    font-weight: normal;
    text-transform: uppercase;
}

.ee-block-homepage-feature h1 a {
    color: #000000;
    text-decoration: none;
}

.ee-block-homepage-feature .ee-block-strip {
    width: 307px;
}

.ee-block-homepage-feature .ee-block-content {
    width: 307px;
}

.ee-block-homepage-feature .ee-block-content-image {
    float: left;
    height: auto;
    width: 90px;
    margin: 0 10px 0 0;
}

.ee-block-homepage-feature .ee-block-content-image img {
    height: 90px;
    width: 90px;
}

.ee-block-homepage-feature .ee-block-content-content {
    width: 207px;
}

.ee-block-homepage-feature .ee-block-content-content p {
    font-size: 100%;
    margin: 0 0 10px;
}

.ee-block-homepage-feature .ee-block-content-content ul {
    margin: 0;
}

.ee-block-homepage-feature .ee-block-content-content ul li {
    list-style-position: inside;
    list-style-type: none;
    margin: 0 0 5px;
}

.ee-block-homepage-feature .ee-block-content-content ul li a {
    color: #333333;
}

#ee-footer {
    float: left;
    height: auto;
    margin: 10px 0;
    width: 100%;
}

#ee-footer-left {
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    width: 810px;
}

#ee-footer-row-1 {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: 100%;
}

#ee-footer-row-1 p {
    font-size: 93%;
}

#ee-footer-row-1 a {
    font-size: 100%;
}

#ee-footer-row-2 {
    float: left;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

#ee-footer-row-2 ul {
    list-style-type: none;
    margin: 0;
}

#ee-footer-row-2 li {
    display: block;
    float: left;
    height: auto;
    margin: 0 20px 0 0;
    width: auto;
}

#ee-footer-row-2 a {
    font-size: 93%;
}

#ee-footer-row-3 {
    float: left;
    height: auto;
    width: 100%;
}

#ee-footer-row-3 p {
    font-size: 85%;
}

#ee-footer-row-3 a {
    font-size: 100%;
}

#ee-footer-right {
    float: right;
    height: auto;
    width: 130px;
}

#ee-footer-right a {
    display: block;
    width: 130px;
    height: 52px;
}

#ee-footer-right img {
    width: 130px;
    height: 52px;
}

#ee-quick-enquiry-form {
    float: left;
    height: auto;
    width: 100%;
}

#ee-quick-enquiry-form .form-row {
    float: left;
    height: auto;
    margin: 0 0 10px;
    width: auto;
}

#ee-quick-enquiry-form .form-row-both {
    float: left;
    height: auto;
    width: 500px;
}

#ee-quick-enquiry-form .form-row .text-box {
    font-size: 85%;
    padding: 2px;
    width: 230px;
}

#ee-quick-enquiry-form .form-row .textarea {
    font-size: 85%;
    height: 100px;
    padding: 2px;
    width: 230px;
}

#ee-quick-enquiry-form #btnSubmitQuickEnquiry {
    background-color: #51001B;
    border: 1px solid #000000;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 85%;
    height: auto;
    padding: 2px 5px;
    text-transform: uppercase;
    width: auto;
}

#ee-feature-boxes {
    float: left;
    height: auto;
    width: 675px;
}

.ee-feature-boxes-row {
    float: left;
    height: auto;
    width: 675px;
}

.ee-feature-boxes-column-left {
    float: left;
    height: auto;
    margin: 0 21px 0 0;
    width: 327px;
}

.ee-feature-boxes-column-right {
    float: right;
    height: auto;
    width: 327px;
}

#main-nav-products ul {
    margin: 0;
}

#main-nav-products-container {
    background-color: #FFFFFF;
    color: #333333;
    float: left;
    height: auto;
    left: -174px;
    padding: 0 10px 10px;
    position: absolute;
    top: 10px;
    width: 655px;
    box-shadow: 2px 2px 2px #333333;
    -moz-box-shadow: 2px 2px 2px #333333;
    -webkit-box-shadow: 2px 2px 2px #333333;
}

.main-nav-products-category {
    border-top: 7px solid #000000;
    float: left;
    height: auto;
    margin: 10px 10px 0 0;
    padding: 10px 0 0;
    width: 200px;
}

.main-nav-products-category-title {
    color: #000000;
    float: left;
    font-size: 116%;
    font-weight: bold;
    height: auto;
    margin: 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}

.main-nav-products-product {
    float: left;
    height: auto;
    width: 100%;
}

.main-nav-products-product-title {
    float: left;
    height: auto;
    margin: 0 0 5px;
    width: 100%;
}

.main-nav-products-product-title a {
    background: none repeat scroll 0 0 transparent !important;
    color: #333333 !important;
    float: none !important;
    font-size: 93% !important;
    font-weight: normal !important;
    height: auto !important;
    letter-spacing: 0 !important;
    padding: 0 !important;
    text-decoration: underline !important;
    text-transform: inherit !important;
    width: 100% !important;
}

.sfHover > a {
    background-image: url(../../../img/modules/default/nav-item-bg-on.png) !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.image-align-left {
    float:left;
    width:auto;
    height:auto;
    margin:0px 10px 10px 0px;
}

.image-align-right {
    float:right;
    width:auto;
    height:auto;
    margin:0px 0px 10px 10px;
}

.ee-case-study .ee-block-content-content {
    margin: 0 20px 0 0;
    width: 455px;
}

.ee-case-study .ee-block-content-gallery {
    float: right;
    height: auto;
    width: 180px;
}

.ee-case-study .ee-block-content-gallery-image {
    float: right;
    height: auto;
    margin: 0 0 10px;
    width: auto;
}

.ee-case-study .ee-block-content-gallery-image img {

}

.ee-block-content-image-image {
    display: none;
}

.ee-block-content-image-image-first {
    display: block;
}

.form-fields-error-messages ul {
    margin: 0;
}

.form-fields-error-messages li {
    color: #FF0000;
    font-size: 85%;
    font-weight: bold;
    list-style-type: none;
    padding: 1px 0 0 2px;
}

.cox-water-heater-spec-table {
    border: solid 1px #CCC;
    border-collapse: collapse;
    width: 100%;
}

.cox-water-heater-spec-table td {
    border: solid 1px #CCC;
    border-collapse: collapse;
    padding: 5px;
}

.ee-quick-enquiry-form {
    height: 364px;
}

#prodline {
	width: 100%;
}

.prodline-table img {
	padding-right: 20px;
}
	
/*

10 	77
11 	85
12 	93 (was 93)
13 	100
14 	108 (was 107)
15 	116 (was 114)
16 	123.1 (was 122)
17 	131 (was 129)
18 	138.5 (was 136)
19 	146.5 (was 144)
20 	153.9 (was 152)
21 	161.6 (was 159)
22 	167
23 	174
24 	182
25 	189
26 	197

Dark Blue = #002846

Medium Blue = #003F5F

White = #FFFFFF

*/

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}