/*  DEFAULTS  */

.validation{
	background-color:#f7eaea !important;
	border:solid 1px #efc9c9 !important;
}

body{
	font-family:"futura-pt-n4", "futura-pt", sans-serif;
	font-weight:400;
	color:#231f20;
}
a{
	color: #8dc63f;
	text-decoration: none;
}
a h4, a h3 {
	color: #fff;
	text-decoration: none;
}
hr{
	background: url(/images/ruler.png) repeat-x right bottom;
	border:none;
	height: 15px;
}

.btnArea{
	float:right;
	padding: 6px 0;
}
.button{
	background: #61911f;
	border:none;
	font-size:14px;
	color:white;
	padding:5px 15px;

	font-family:"futura-pt-n4", "futura-pt", sans-serif;
	font-weight:400;

	text-transform: uppercase;

	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;

	-moz-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;

}
.btnArea .button{
	margin-left:20px;
}
.button:hover{
	background: #6cae12;
}
.btnArea .button.pdf{
	background: #7cb330;
}
.btnArea .button.email{
	background: #78a934;
	font-size: 14px;
}
#paymentInstructions{
	float: left;
	padding-top: 20px;
	color:#494d43;
}
.expiry{
	width: 48%;
	float:left;
}
#paymentMethod{
	overflow:hidden;
	padding:10px 3px;
}
#paymentMethod div{
	float:left;
	width:100px;
}
#paymentMethod label{
	padding: 10px;
}
.warning{
	color:#ec4343;
}

/*  CONTAINERS  */

/*  HEADERS  */

header{
	background-color:#231f20;
	overflow:hidden;
	padding:8px;
	text-align:14px;
	font-size:14px;
}
header a{
	color:white;
	text-decoration: none;
}
header a span{
	color:#8dc63f;
}
header a.menuactive{
	color:#8dc63f;
}
header a:hover{
	color:#ccef9c;
}
header #logo{
	float:left;
}
header ul{
	float:right;
	overflow:hidden;
	padding: 20px 0px;
}
header li{
	float:left;
	padding: 10px 15px;
	list-style:none;
}
.container{
	overflow:hidden;
}

#find {position: fixed; bottom: 0px; right: 0px;}
/* SEARCH */

aside#search{
	position:absolute;
	right:0px;
	top:50px;
	overflow:hidden;

}
aside#search span{
	background:url(/images/searchico.png);
	width:63px;
	height:63px;
	display:block;
	cursor:pointer;
	float:left;
}
aside#search div{
	float:left;
	margin: 10px;
	margin-left:-10px;
	margin-top: 6px;
	width:0px;
	opacity:0;
	padding:3px;
	-moz-transition: all 0.6s;
	transition: all 0.6s; 
	-webkit-transition: all 0.6s;

	overflow:hidden;
	height: 39px;


}
aside#search.active div{
	width:235px;
	opacity:1;
}
aside#search input{
	padding:10px;
	border:none;
	outline: none;
	font-size:16px;
	margin-top: -7px;
	width:150px;
	margin-bottom:10px;

	margin-top: 3px;
}
aside#search input:focus{
	outline:none;
}
aside#search button{
	font-family:"futura-pt-n4", "futura-pt", sans-serif;
	font-weight:400;
	background:white;
	border:none;
	font-size:14px;
	text-transform: uppercase;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0 -3px 0 -3px;
	padding: 0px;
	height:40px;
	width:0px;
	-moz-transition: all 1.2s;
	transition: all 1.2s; 
	-webkit-transition: all 1.2s;
}

aside#search.active button{
	
	width:65px;

}

aside#search button:hover{
	color: #231f20;
}

/*  MAIN WINDOW  */

section#window{
	min-height:300px;
	background:url(/images/bgd.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;

	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	position:fixed;
	z-index: -1;
}

/* SPLASH */

section#splash{
	overflow: hidden;
}


section#splash h1, section#splash h2{
	font-family:"swingdancer-n5", "swingdancer";
	font-weight:500;
	text-align:center;
	
}
section#splash h1{
	font-size:40px;
	background:url("/images/h1-bg.png") no-repeat;
	background-position:top center;
	text-shadow:1px 2px #ffffff;
}
section#splash h2{
	font-size:20px;
	text-shadow:1px 0px #ffffff;
}
section#splash h3{
	font-size:23px;
	border-bottom:solid 1px #cecece;
	padding-bottom:10px;
}
section#splash h4{
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:13px;
	text-align:center;
	margin:14px 0;
}
section#splash h5{
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:19px;
}
section#splash hgroup{
	padding:48px;
}


/* SPLASH SLIDESHOW */
section#splash #slideshow{
	float:left;
	width:40%;
	background:#dedad0;
	border-radius: 10px;
	border-top-right-radius: 0px;
	padding:15px;
	position:relative;
	margin-top: 18px;
}
section#splash #controls{
	position:absolute;
	background-color:#dedad0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width:60px;
	height:18px;
	top:-18px;
	right:0px;
	padding:7px 10px;

}
section#splash #controls a{
	background:url(/images/controls.png);
	background-repeat:no-repeat;
	width:9px;
	height:15px;
	display:block;
	float:left;
	margin:3px 10px;
}
section#splash #controls a.next{
	background-position:-41px 0;
}
section#splash #controls a.next:hover{
	background-position:-31px 0;
}

section#splash #controls a.prev:hover{
	background-position:-10px 0;
}
section#splash #slideshow ul{
	overflow: hidden;
	margin:0px;
}
section#splash #slideshow li{
	float:left;
	border-radius: 5px;
	background-color:#8dc63f;
	list-style:none;
	width: 48%;
	margin-right:15px;
	height:230px;
}
section#splash #slideshow li:hover{
	background-color:#78b12a
}
section#splash #slideshow li:last-child{
	margin-right:0;
}
section#splash #slideshow img{
	height:188px;
	background:#f2f2f2;
}
section#splash #slideshow img{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

section#splash #mainContent{
	background:url(/images/transparent.png);
	border-radius: 10px;
	padding:15px;
	width:53%;
	float:right;
	font-size: 13px;
}
section#splash #mainContent p{
	margin:10px 0;
}
section#splash #mainContent article{
	background:white;
	border-radius: 5px;
	padding:35px;
	min-height: 177px;
}
section#splash #splashFooter{
	margin:50px 0;
}
section#splash .slot{
	float:right;
	padding:10px;
}
section#splash .slot a{
	text-decoration: underline;
}
section#splash .slot:first-child{
	padding-right:0;
}
section#splash .slot#featureArticles{
	border-radius: 5px;
	width:315px;
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:12px;
}
section#splash .slot#featureArticles article a {
	color: #fff;
}
section#splash .slot article {
	padding:25px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:55px;
	background:#8dc63f url(/images/spanner.png) no-repeat;
	background-position-x: 245px;
	background-position-y: 73px;
}
section#splash .slot article + article{
	background-color:#78b12a;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-position-y: -32px;
}

section#splash #badges figure + figure{
	padding:7px 0;
}
section#splash #badges figure:last-child{
	padding:0;
}
 img{
	border-radius: 5px;
}
section#splash #eyeCandy{
	border-radius: 5px;
	width:380px;
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:12px;
	color: #fff;
}
section#splash #eyeCandy article p {
	margin-bottom: 10px;
	font-size: 11px;
	font-family: "futura-pt-n4", "futura-pt", sans-serif;
font-weight: 400;
}
section#splash #eyeCandy article a {
	color: #fff;
}
section#splash #eyeCandy article a img {
	float: left;
	margin: 0 10px 0 0;
}
section#splash #eyeCandy article {
	padding:25px 20px;
	border-radius: 5px;
	height:160px;
	background: #231f20;
}


/* CART */

section#cartContainer hgroup{
	padding:48px;
}
section#cartContainer h1, section#cartContainer h2{
	font-family:"swingdancer-n5", "swingdancer";
	font-weight:500;
	text-align:center;
}
section#cartContainer h1{
	font-size:40px;
	background:url("/images/h1-bg.png") no-repeat;
	background-position:top center;
	text-shadow:1px 2px #ffffff;
}
section#cartContainer h2{
	font-size:20px;
	text-shadow:1px 0px #ffffff;
}
section#cartContainer h3{
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:13px;
	padding:10px 0;
	text-align:center;
}
section#cartContainer h4{
	font-weight:700;
	font-family:"futura-pt-n7", "futura-pt", sans-serif;
	font-size:16px;
	padding:10px 0;
	text-align:left;
}
section#cartContainer #sidebar{
	float:left;
	background:url(/images/vruler.png) no-repeat right;
	padding:0 0 100px 0;
	width:16%;
	border-radius:5%;
}
section#cartContainer ul#accordion{
	padding:5px ;
	padding-left:0px;
	margin-left:0px;
}

section#cartContainer h4{
	font-family:"futura-pt-n4", "futura-pt", sans-serif;
	font-weight:400;
	font-size:24px;
	text-align:left;
	padding-left:0;
}
section#cartContainer ul#accordion li{
	list-style:none;
	padding:5px 5px;
	font-size:16px;
}
section#cartContainer ul#accordion li .menuactive{
	color:#8dc63f;
}
section#cartContainer ul#accordion + ul#grid{
	width:80%;
	float:right;
}
section#cartContainer #gridContainer{
	overflow:hidden;
}
section#cartContainer #frame{
	background:url(/images/transparent.png);
	border-radius: 10px;
	padding:15px;
	font-size: 13px;
	margin-bottom:50px;
}
section#cartContainer #content{
	background:white;
	border-radius: 5px;
	padding:35px;
	min-height: 177px;
}
section#cartContainer #content{
	background:white;
	border-radius: 5px;
	padding:35px;
	padding-top:70px;
	min-height: 177px;
}
section#cartContainer ul#grid{
	overflow:hidden;
}
section#cartContainer ul#grid li{
	border-radius: 5px;
	width:20%;
	float:left;
	list-style:none;
	background-color:#8dc63f;
	margin: 0 2.5% 50px 2.5%;
	height:200px;

	-moz-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;

	position:relative;
}
section#cartContainer ul#grid figure{
	height:160px;
	overflow:hidden;
	background-color:white;
	width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background:#f2f2f2;
}
section#cartContainer ul#grid a{
	
}

section#cartContainer ul#grid li:hover{
	background-color:#ccef9c
}

aside#filter{
	position: absolute;
	right: 60px;
	top: 30px;
}
aside#filter li{
	list-style:none;
	margin-left:15px;
	float:left;
}
aside#filter li{
	text-decoration: underline;
}
aside#filter img{
	display:inline;
	margin-bottom: -4px;
	margin-right:5px;
}
aside#filter a{
	color:#a0a0a0;
}
aside#filter a:hover, aside#filter a.selected{
	color:#2c2c2c;
}


section#cartContainer #productTitle{
	margin-bottom:30px;
}
section#cartContainer #product div{
	overflow:hidden;
}
section#cartContainer #product h4{
	font-family: "swingdancer-n5", "swingdancer";
	font-weight: 500;
	font-size:24px;
	text-align:left;
	padding-left:5px;
	padding-bottom:5px;
	background:url(/images/ruler.png) no-repeat right bottom;
	margin-bottom:20px;
}
section#cartContainer #details{
	float:right;
	width:55%;
}
section#cartContainer #details #price{
	float:right;
	font-family: "swingdancer-n5", "swingdancer";
	font-weight: 500;
	font-size: 24px;
}
section#cartContainer #details article ul{
	margin:10px;
}
section#cartContainer #details article p{
	margin:10px 0;
}
section#cartContainer #media{
	float:left;
	width:40%;
	position:relative;
}
section#cartContainer #media p{
	margin: 8px 0;
	font-size: 12px;
}
/* SHOW PAGE SLIDESHOW */
.slidesjs-control{
	background:#f2f2f2;
}
.slidesjs-pagination{
	position:absolute;
	margin:10px 0;
	right:0px;
}
.slidesjs-pagination li{
	list-style:none;
	float:left;
}
.slidesjs-pagination a{
	display: block;
	width: 13px;
	height: 0;
	margin-right:2px;
	padding-top: 13px;
	background-image: url(/images/slider.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.slidesjs-pagination a:hover{
	background-position: 0 -26px;
}
.slidesjs-pagination a.active{
	background-position: 0 -13px;
}

section#cartContainer #cart{
	background-color:#8dc63f;
	padding:10px 15px;
	margin:30px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}
section#cartContainer #cart label{
	font-size:16px;
	padding-right:10px;
}
section#cartContainer #cart input{
	font-size:16px;
	padding:3px 7px;
	width:25px;
	text-align:center;
}

section #cartContainer #paginate{
	overflow:hidden;
	padding-top:25px;
	background:url(/images/ruler.png) no-repeat top;
}
section #cartContainer #paginate li{
	float:left;
	list-style:none;
	padding:5px;
}
section #cartContainer #paginate a{
	background-color:#8dc63f;
	color:white;
	display:block;
	padding:5px 10px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;

	-moz-transition: all 0.3s;
	transition: all 0.3s; 
	-webkit-transition: all 0.3s;
}
section #cartContainer #paginate a:hover{
	background-color:#ccef9c;
}
section #cartContainer #paginate a.selected{
	background-color:#78b12a;
}


table.cartTable{
	border-collapse: collapse;
	margin-bottom:25px;
}
table.cartTable thead{
	font-size:12px;
	font-weight: 700;
}
table.cartTable thead tr{
	
}
table.cartTable td{
	padding:10px;
	border-bottom:solid 1px #aad86a;
	font-size:14px;
		vertical-align: middle;

}
table.cartTable td:last-child{
	text-align:right;
}
table.cartTable tr:nth-child(even){
	background:#eef5e4;
}
table.cartTable td.delete a{
	display:block;
	padding:5px 10px;
	background:#8dc63f;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color:white;
	width:6px;
	float:right;
}
table.cartTable td.delete a:hover{
	background:#ccef9c;
}
table.cartTable input{
	padding:5px 10px;
	width:40px;
}
#content{
	position:relative;
}
#content .sub{
	text-align:right;
	padding:5px;
	font-size:13px;
	font-weight:bold;
	color:#494d43;
}
#content .total{
	text-align:right;
	padding:5px;
	font-size:32px;
	font-family: "futura-pt-n3", "futura-pt";
	font-weight:300;
	color:#494d43;
}
#content .shippingOption{
	text-align:right;
	margin:25px 0;
	font-size:15px;
}
#content .cartCheckout{
	margin:10px;
	overflow:hidden;
}
#content .checkoutDetails{
	overflow:hidden;
	margin-bottom:50px;
}
#content .checkoutDetails .detailCol{
	float:left;
	width:45%;
	background:#eef5e4;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding:10px 20px;
	min-height:120px;
}
#content .checkoutDetails .detailCol + .detailCol{
	float:right;
}
#content .checkoutDetails h2{
	text-align:left;
}
#content p {
	margin: 0 0 10px 0;
}

#emailpop{
	width:500px;
	padding:15px;
}
#emailpop h1{
	font-family: "swingdancer-n5", "swingdancer";
	font-weight: 500;
	font-size: 24px;
}
#sold{
	width:85px;
	height:85px;
	background:url(/images/sold.png);
	display:block;

	position: absolute;
	right: 0px;

	z-index: 100;
}

/*  FOOTER  */

footer{
	background-color:#231f20;
	overflow:hidden;
	font-size:11px;

	right: 0px;
	bottom: 0px;
	left: 0px;
}
footer ul{
	float:left;
	padding:10px 0;
	font-size:13px;
}
footer .wrapper{
	overflow:hidden;
}
footer #copyright{
	float:right;
	color:#403d3e;
}
footer #copyright li{
	color:none;
}
footer #copyright li + li{
	border-left:1px solid #000000;
}
footer #copyright a{
	color:inherit;
}
footer #copyright a:hover{
	color:#ccef9c;
}
footer a{
	color:white;
	text-decoration: underfline;
}
footer a.selected{
	color:#8dc63f;
}
footer a:hover{
	color:#ccef9c;
}
footer li{
	float:left;
	padding:5px 10px;
	list-style:none;
}


/* PDF SPECIFC CONTENT */

#pdfContainer{

}
#pdfContainer #productName{
	padding:10px 15px;
	background:#61911f;
	font-size:24px;
	color:white;
}
#pdfContainer img{
	max-width:200px;
	max-height:200px;
}
#pdfContainer #product div{
	overflow:hidden;
	padding:100px 25px;

}
#pdfContainer #mainPhoto{
	max-width:400px;
	max-height:400px;
}
#pdfContainer #mainPhoto img{
	max-width:400px;
	max-height:400px;
}
#pdfContainer #product #media{
	float:left;
	width:45%;
}
#pdfContainer #product #media a{
	display:block;
	float:left;
	width:200px;
	overflow:hidden;
	height:200px;
	margin:5px;
}
#pdfContainer #product #details{
	float:right;
	width:55%;
} 
#pdfContainer #contactDetails{
	padding:25px 25px;
	background-color:#eef5e4;
	border:solid 1px #aad86a;
	margin:50px 0;
}
.overflow{
	overflow:hidden;
}
.leftCol{
	
	float:left;
	width:70%;
}
.rightCol{
	float:right;
	width:25%;
}
#flash{
	padding:10px;
	background-color:#deefd8;
	border:solid 1px #9bc48d;
	font-size:14px;
	border-radius: 5px;
	margin-bottom: 30px;
}

#address{
	font-size:14px;
	padding-top: 20px;
}

#campercare {
	width: 100%;
}
#guard {
	width: 100%;
}
#guard img {
	width: 70%; margin: 0 auto;
}
#trucks {
	width: 100%;
}
#trucks td {
	width: 50%;
	text-align: center;
	padding: 10px 15px;
	vertical-align: top;
}
#trucks td img {
	margin: 10px auto;
}
#trucks td p, #guard td p {
	font-size: 14px;
	margin: 0 0 15px 0;
}
#guard td h2 {
	font-size: 20px;
	margin: 0 0 15px 0;
	text-align: left;
}

#crc { width: 40%; padding: 25px;}

#crc img { width: 90%;}

#crc p { font-size: 14px;
	margin: 0 0 15px 0;}

.cclogo { padding: 15px; }

.redbg { background: #df3128; }

a.slidesjs-slide img {width: auto; margin: 0 auto;}