/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #2073ab url(/images/backgrounds/concrete_bg.jpg) top center;
}

#container {
	margin:0 auto;
	width: 952px;
	border: 4px solid #FFFFFF;
	background: #FFFFFF url(/images/backgrounds/false_column.gif) repeat-y left top;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: none;
}

/* Typography */


/* Header */

#header {
	margin: 0 auto;
	width: 960px;
	height: 114px;
	background: url(/images/backgrounds/header_bg.png) no-repeat top center;
}

#header h1 {
	margin: 0px;
}

#header .logo {
	float: left;
	padding: 18px 0px 0px 20px;
}

#header .logo img {
	display: block;
}

#header .callQuote {
    background: url(/images/banners/call_quote.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: right;
    font-size: 29px;
    font-weight: bold;
    margin: 32px 0 -46px;
    padding: 84px 0 16px 43px;
    position: relative;
    width: 205px;
    z-index: 20;
	text-shadow: #a66014 0px 1px 0px;
}

#header .callQuote a {
    color: #FFFFFF;
	text-decoration:none;	
}

.flex-viewport li img.slide {
	height: 461px;
}

.textImage img {
	bottom: 77px;
    margin-bottom: -83px;
    position: relative;
}

/* Main Navigation */

#mainNav {
	/*background-color: #bcbdc0;*/
	width: 234px;
	border-right: 4px solid #FFFFFF;
	float: left;
}

#mainNav li {
	list-style: none;
	display: block;
}

#mainNav li a {
	display: block;
	border-bottom: 4px solid #FFFFFF;
	width: 234px;
	min-height: 67px;
	background: #bcbdc0 url(/images/buttons/nav_off.png) no-repeat center center;
	color: #FFFFFF;
	font-size: 20px;
}

#mainNav li.last {
	margin-bottom: -4px;
}

#mainNav li.active a, #mainNav li a:hover {
	background: #737373 url(/images/buttons/nav_on.png) no-repeat center center;
}

#mainNav li a img{
	display: block;
	padding: 22px 20px 18px 20px;
}


/* Content */

#bannerContainer {
	width: 714px;
	float: right;
}

#bannerContainer .BannerContainer {
	/*width: 714px;
	height: 461px;
	position:relative;*/
	padding-bottom: 66px;
	background: url(/images/backgrounds/banner_bg.png) no-repeat center bottom;
}

/*#bannerContainer .BannerContainer a {
	position: absolute;
	top: 0px;
	left: 0px;
}*/

#content {
	width: 674px;
	padding: 20px 20px;
	float: right;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ol {
	margin-left:18px;
}

#content ul li {
	list-style: none;
	padding-left: 20px;
	background: url(/images/icons/bullet_arrow_orange.png) no-repeat left 4px;
}

#content li {
	margin: 8px 0px;
}

/* Footer */

#footer {
	clear: both;
	margin:0 auto;
	width:920px;
	padding: 15px 20px;
	
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .nbm {
	border-left: 1px solid #FFFFFF;
	margin-left: 2px;
	padding-left: 4px;
}

#footer .bsaLogo {
	float: right;
	display: block;
	border-left: 1px solid #FFFFFF;
	padding: 3px 0px 3px 20px;
	margin-left: 20px;
	max-width: 120px;
}

#footer .fairTradingLogo {
	float: right;
	display: block;
	padding-top: 3px;
	max-width: 210px;
}

#footer .bsaLogo img, #footer .fairTradingLogo img {
	vertical-align: text-bottom;
	float: left;
	margin: 3px 0 0;
}

#footer .bsaLogo span {
	min-width: 75px;
}

#footer .bsaLogo span, #footer .fairTradingLogo span {
	float: right;
	margin-left: 10px;
}

.footerLinks {
	display: block;
    margin: -5px 0 0;
}


/* Misc styles */

ul.pipeList {
	display: block;
	margin-bottom: 8px;
}

ul.pipeList li {
	list-style: none;
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0px 2px 0px 4px;
}

ul.pipeList li:first-child {
	border-left: none;
	padding-left: 0px;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:100%;
	max-width: 100%;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
	padding:8px;
	box-sizing: border-box;
}

input[type="submit"] {
	padding: 4px;
}

.textinput {
	border:1px solid #BABABA;
}

.textinputhover {
	border:1px solid #F78F1E; 
}

.onlineEnquiryTable .errorInput {
	background: url(/images/icons/error.gif) no-repeat right 5px #fff;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

input.hintText {
	color: #999999;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #f3d8d8;
	color:#CC0000;
}

.info_box {
	border-color: #7F8F13;
	background-color: #E0E6B6;
	color:#7F8F13;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}

#thumbs .thumbs li:first-of-type {
	padding-left: 0px;
}

#thumbs .thumbs li {
	background: none;
	padding-right: 11px;
	padding-left: 0px;
}

#thumbs .thumbs li a {
  padding: 2px;
  border: 1px solid #ECE9D8;
  float: left;
}

div.slideshow img {
	border-width: 0px !important;
}

.thumbs {
	  height: 115px;
	  overflow: hidden;
}

.removePaddingLeft {
	padding-left: 0px !important;
}

.photo-index {
	display: none;
}

.image-caption.previous {
	display: none !important;
}

.lastThumb {
	padding-right: 0px !important;
}

.pagination a {
	text-decoration: none;
}

.newPage {
	float: right !important;
}

.gallerySlider li {
	background: none !important;
	padding-left: 0px !important;
}

#carousel img {
 padding: 2px;
  border: 1px solid #ECE9D8;
}

.caption {
	margin-top: 12px;
}

#carousel img:hover {
	opacity: 1;
}

#carousel img {
  display: block;
  opacity: .5;
  cursor: pointer;
}

#carousel .flex-active-slide img {
	opacity: 1;
}

.flexslider {
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 30px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 40px;
  display: inline-block;
  content: '\f053';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f054';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

