/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #000;
  background:#b2b2b2 url('../images/i-bg.gif') repeat-y center top;
}

dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

/* Layout */

#constrain {
  width: 1010px;
  margin: 0 auto;
  position:relative;
  padding: 10px 0;
}
#constrain.no-constraint {
	width: 100%;
}
#constrain.no-constraint #hero-wrap {
	display: none;
}
.rounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
#header {
	background:#000;
	margin: 0 0 10px 0;
}
	#logo {
		margin: 15px 0 15px 15px;
	}
	#current-location {
		text-align:center;
		position:absolute;
		right: 28px;
		top: 20px;
		display:inline-block;
	}
	#current-location p {
		color:#fff;
		text-transform:uppercase;
		font-size:27px;
		margin: 8px 0;
	}
	.header-txt-sml {
		font-size:12px;
		display:block;
		line-height:16px;
	} 
	
#nav {
	background:#fff100;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position:relative;
	z-index:1001;
	padding: 0 10px;
}
	#nav ul {
		list-style-type:none;
	}
	#nav ul li {
		display:inline-block;
		position:relative;
	}
	#nav ul li a {
		font-size:12px;
		text-decoration:none;
		color:#000;
		padding: 16px 10px;
		display:block;
		text-transform:uppercase;
	}
	.cufon-ready #nav ul li a {
	 font-size:15px;
	 }
	#nav ul li.sfhover a, #nav ul li:hover a, #nav ul li:hover {
    background-color:#231f20;
		color:#fff;
	}
	#nav .nav-arrow {
		background: transparent url('../images/i-nav-arrow.gif') no-repeat left bottom;
		display:inline-block;
		width:7px;
		height:5px;
		vertical-align:middle;
		margin: 0 0 0 4px;
	}
	#nav ul li:hover .nav-arrow, #nav ul li.sfhover .nav-arrow {
		background-position: left top;
	}
	/* Second Level */
	#nav ul ul {
		position:absolute;
		background:#231f20;
		left: -900000px;
		top: 51px;
		width:175px;
		padding: 10px 0;
		display:block;
	}
	#nav ul li.products-section ul {
		width:587px;
	}
	#nav ul li.sfhover ul, #nav ul li:hover ul {
		left:0;
	}
	#nav ul ul li {
		width:170px;
	}
	#nav ul li.products-section ul li {
		width:190px;
	}
	#nav ul ul a, .cufon-ready #nav ul ul a {
		color:#fff;
		font-size:12px;
		padding: 3px 3px 3px 13px;
		text-transform:none;
		white-space:nowrap;
	}
	#nav ul ul a:hover {
		color:#fff100;
	}

#mid {
	background:#cfcfcf;
	padding: 10px;
}
#hero-wrap {
		background:#fff;
		padding:3px;
		-webkit-border-radius:8px;
		-moz-border-radius: 8px;
		border-radius:8px;
		margin: 0 0 10px 0;
}
	#hero {
		width:985px;
		height:226px;
		position:relative;
	    overflow:hidden;
	}
	.hero-single {
	 position:absolute;
	 left:3px;
	 top:3px;
	 width:985px;
	 height:226px;
	 overflow:hidden;
  }
  
	#hero.hero-short {
		height: 205px;
	}
	#hero.hero-short img.hero-img {
		width:985px;
		height:205px;
	}
	.hero-img {
		-webkit-border-radius:8px;
		-moz-border-radius: 8px;
		border-radius:8px;
	}
	.hero-caption {
		position:absolute;
		left:0px;
		bottom:0px;
		z-index:1000;
		background: transparent url('../images/i-hero-caption.png');
		color:#fff;
		font-size: 48px;
		text-transform:uppercase;
		padding: 15px 30px 15px 10px;
		-webkit-border-radius: 0 0 0 8px;
		-moz-border-radius: 0 0 0 8px;
		border-radius:0 0 0 8px;
	}
#content {
	background:#fff;
	padding: 15px 28px;
	margin: 10px 0 0 0;
	box-sizing: border-box;
}
	#content.home-new {
		width: 990px;
		margin-right: 12px;
		overflow-y: auto;
	}
	#content.home-new img {
		width: 50%;
		height: auto;
		float: left;
		margin: 0;
	}
	#content.content-short {
		width:482px;
		float:left;
	}
	#content.content-contact {
		width: 594px;
		float:left;
		margin-right:12px;
		margin-top:0;
	}
	#rhs {
	float:left;
	width: 185px;
	background:#fff;
	padding: 15px;
	margin: 10px 0 0 0;
	}
	#rhs.contact-form {
		width: 270px;
		margin-top:0;
	}

	#content table td {
		padding:10px;
	}

	#home-app-newsletter {
		/*width:495px;*/
		width:491px;
		/*min-height: 234px;*/
		margin-top: 10px;
		box-sizing:border-box;
		float: left;

		background:#fff;
		min-height: 205px;
		padding: 15px;
		box-sizing:border-box;
	}
	#home-app-newsletter h1 {
		font-size:17px;
		line-height: 20px;
		padding: 7px 6px 12px 6px;
		margin-bottom: 2.5em;
	}
	#home-app-newsletter img {
		display: inline-block;
		vertical-align: top;
	}
	#home-app-newsletter .button {
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
		height: 65px;
		border-radius: 8px;
		margin-top: 2px;
		margin-left: 10px;
		padding-top: 20px !important;
		font-size: 13px;
	}


	#home-latest-news {
		float:left;
		width: 491px;
		min-height: 205px;
		background:#fff;
		padding: 15px;
		box-sizing:border-box;
		margin: 10px 0 0 8px;
	}

	#home-featured-products {
		background: #fff;
		padding: 15px 28px;
		box-sizing:border-box;
		margin: 10px 0 0 0;
		width: 990px;
	}
	/* home-products-we-trust for more featured-product styles */

	#home-featured-products .featured-product {
		/*width: 100%;*/
	}

	#home-youtube {
		background: #fff;
		padding:15px 28px;
		width: 990px;
		margin-top: 10px;
		box-sizing:border-box;
		font-size:0;
	}
	#home-youtube h1 {
		position: relative;
	}
	#home-youtube h1 img {
		/*vertical-align: middle;*/
		position: absolute;
		right: 10px;
		top: 7px;
	}
	#home-youtube .feed-wrapper ul li:first-child img {
		display: none;
	}
	#home-youtube .youtube-list {
		text-align: left;
	}
	#home-youtube .news-post {
		width: 233px;
		min-height: 134px;
		display: inline-block;
		font-size: 14px;
		text-align: center;
		vertical-align: bottom;
	}
	#home-youtube .news-post a {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	#home-youtube .youtube-image-caption {
		right:32px;
	}
	#home-youtube a.button-yellow {
		display:inline-block !important;
	}

	#home-products-we-trust {
		background: #fff;
		width: 990px;
		padding: 15px 28px;
		box-sizing:border-box;
		margin-top:10px;
		/*overflow-x: hidden;*/
		overflow-y: visible;
		white-space: nowrap;
		font-size: 0;
	}
	#carousel-wrapper {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: inline-block;
		width: 774px;

		-ms-overflow-style: none;
	}
	#carousel-wrapper.activated {
		/* When JS is loaded the gloves come off */
		/*position: relative;*/
		overflow-x: hidden;
		white-space: normal;
	}
	#carousel-wrapper.activated ul {
		overflow: hidden;
		white-space: normal;
		position: relative;
		min-height: 172px;
		width: 774px;
	}
	#carousel-wrapper.activated ul li {
		position: absolute;
		width: 193px;
		display: block;
		margin-right: 10px;
	}
	#carousel-wrapper.activated .featured-product {
		width: auto;
		box-sizing:border-box;
		padding-right: 1em;
	}
	#carousel-wrapper.activated .featured-product .image-wrap {
		display: block;
		height: 140px;
		line-height: 140px;
	}
	#carousel-wrapper.activated .featured-product img {
		vertical-align: middle;
		width: 193px;
		height: auto;
		max-height: 100%;
		display:inline-block;
	}
	#carousel-wrapper.activated .featured-product .caption {
		margin-top:10px;
	}
	#carousel-wrapper::-webkit-scrollbar {
		display: none;
	}
	#home-products-we-trust .arrow {
		background-position: center;
		background-repeat: no-repeat;

		cursor: pointer;

		display: inline-block;
		vertical-align: top;
		width: 83px;
		height: 172px;
	}
	#home-products-we-trust .arrow-left {
		background-image: url('../images/g-arrow-left.png');
	}
	#home-products-we-trust .arrow-right {
		background-image: url('../images/g-arrow-right.png');
	}
	#home-products-we-trust ul,
	#home-featured-products ul {
		list-style: none;
		line-height: 0;
	}
	#home-products-we-trust li,
	#home-featured-products {
		display: inline-block;
	}
	.featured-product {
		width: 233px;
		display: inline-block;
		/*font-size: 14px;*/
		/*line-height: 1.6em;*/
		text-align: center;
		float: left;
	}
	#home-products-we-trust .featured-product {
		width: 193px;
		margin-right: 30px;
		padding-right: 1em;
	}
	.featured-product img {
		/*width: 233px;*/
		width: 225px;
		/*max-width: 233px;*/
		/*max-width: 100%;*/
		/*max-width: 100%;*/
		height: auto;
		/*max-height: 120px;*/
	}
	.featured-product span {
		display: block;
		font-size: 14px;
		line-height: 1.6em;
		width: 100%;
	}


	#mid-col {
		float:left;
		width:185px;
		background:#fff;
		padding:15px;
		margin: 10px 8px 0 8px;
	}
		#mid-col img {
			max-width:185px;
			height:auto;
		}
	#logo-rotation {
		background:#fff;
		position:relative;
		width:185px;
		height:150px;
	}
		#logo-rotation p {
			background:#fff;
			position:absolute;
			left:0;
			top:0;
			bottom:0;
			display:block;
			text-align:center;
			width:185px;
			line-height:150px;
		}
		#logo-rotation img {
		}
#footer {
	background:#000;
	padding: 25px 50px;
	margin: 10px 0;
}
	#footer ul {
		list-style-type:none;
	}
	#footer ul li {
		display:inline-block;
		width: 175px;
		vertical-align:top;
		font-size:12px;
		padding: 3px 0;
	}
	#footer ul li a {
		color:#fff;
		text-decoration:none;
	}
	#footer ul li a:hover {
		color:#fff100;
	}
#author {
	text-align:right;
	width:990px;
	margin: 5px auto 0 auto;
}
	#author a {
		color:#373737;
		font-size:11px;
		text-decoration:none;
	}
	#author a:hover {
		color:#000;
	}
#dealer {
	width:300px;
	position:absolute;
	right:40px;
	top:45px;
	text-align:right;
}
	#dealer a {
		background: transparent url('../images/i-footer-link-box.gif') no-repeat right center;
		padding: 0 12px 0 0 ;	
	}
#footer-links {
	position:relative;
	font-size:11px;
	background: #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:left;
	padding:5px 40px;
	min-height:120;
}
	#spinks {
		float:left;
		margin: 22px 50px 0 0;
	}
	#footer-links a {
		color:#000;
		font-size:11px;
		text-decoration:none;
	}
	#footer-links a:hover {
		color:#333;
	}
	#footer-links .stockists {
		padding-top:5px;
	}
#branches {
	padding: 20px 0 20px 0;
}
	#branches p.cufonme {
		font-size:14px;
		margin: 0 0 10px 0;
	}

#4x4-builder iframe {
	width:100%;
	height:1000px;
	overflow-y:visible;
}

/* CTA */
.cta-wrap {
	background:#fff;
	padding:3px;
	float:left;
	width:185px;
	height:185px;
	overflow:hidden;
	margin: 0 8px 0 0;
}
#mid .ctas {
	margin-right: -20px;
}
.cta {
	width:185px;
	height:185px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:relative;
}
	.cta-arrow {
		display:inline-block;
		position:absolute;
		right: 6px;
		bottom: 6px;
		width:32px;
		height:32px;
		background: transparent url('../images/i-2-cta-arrow.png') no-repeat;
	}
	.cta-text {
		position:absolute;
		left: 10px;
		top: 6px;
		right:10px;
		display:inline;
		text-align:left;
	}
	#mid .cta a {
		display:block;
		width:165px;
		height:165px;
		padding: 10px;
		text-decoration:none;
		color:#fff;
		text-align:left;
		vertical-align:bottom;
		font-size:16px;
		position:relative;
		z-index:2;
		font-weight:bold;
	}
	#mid .cta a:hover {
		color:#fff;
	}
	#mid .cta a:hover .cta-arrow {
		background-position:left bottom;	
	}
	
/* Facebook */
#facebook-wrapper {
	position:absolute;
	top:50px;
	left:830px;
	width:140px;
	height:46px;
	padding: 25px 0 0 15px;
	background: transparent url('../images/i-fb-bg.gif') no-repeat;
}
	#facebook-wrapper img {
		margin:-7px 12px 0 0;
		vertical-align:middle;
	}
	#facebook-wrapper a {
		opacity:0.9;
	}
	#facebook-wrapper a:hover {
		opacity: 1;
	}
	
/* Facebook */
#facebook-wrap {
	position:absolute;
	top:50px;
	left:480px;
	width:218px;
	height:46px;
	padding: 25px 0 0 15px;
	background: transparent url('../images/i-fb-bg.gif') no-repeat;
}
	#facebook-wrap img {
		margin:-7px 12px 0 0;
		vertical-align:middle;
	}
	#facebook-wrap a {
		opacity:0.9;
	}
	#facebook-wrap a:hover {
		opacity: 1;
	}
.social-wrap {
//	margin: -4px -4px 0 -4px;
}
.social-wrap .twtr-hd, .social-wrap .twtr-bd, .social-wrap .twtr-widget .twtr-tweet-wrap {
	padding-left:0;
	padding-right:0;
}
.social-wrap .twtr-hd {
	padding-top:0;
	padding-bottom:3px;
}
.twtr-widget .twtr-tweet {
	padding-bottom:5px;
	margin-bottom:5px;
}

.social-facebook {
	border-top:10px solid #CFCFCF;
	margin:15px -30px 0 -30px;
	padding:15px 30px 10px 30px;
}
.social-twitter h1, .social-facebook h1 {
	font-size: 17px;
    line-height: 20px;
    margin: 15px 0 15px;
    padding: 7px 6px 12px;
}
#social-icons {
	position:absolute;
	right:250px;
	top:65px;
}
	#social-icons.nolocation {
		right:10px;
		top: 20px;
	}
	#social-icons img {
		margin: 0 3px;
	}
.facebook-header-wrap {
	display:inline-block;
	vertical-align:top;
	padding-top:6px;
}
