﻿/**
COLOUR STYLES - GREEEN

**/
/*body {
	background: url(/img/background/yourhome-bg.jpg) no-repeat center top fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
body.template-home{background: url(/img/background/bglarge-foryourhome.jpg) center top fixed;}
@media (max-width: 920px){
	body{ 
		background: url(/img/background/yourhome-bg.jpg) no-repeat center top fixed; 
		background-size: cover;
		background-position: -1200px 0;
	}
	body.template-home{
		background: url(/img/background/bglarge-foryourhome.jpg) center top fixed;
		background-size: cover;
		background-position: -1200px 0;
	}
}
*/

h2 {
    color: #9ea374;
}

a {
    color: #9ea374;
}
/*nav*/
#mainnav ul.L2>li.active>a,
#mainnav ul.L2>li:hover>a{
	background: #9ea374;
}

.nav.L2 .togglemenu span,
.togglemenu span, 
.closemenu span{
	background-color:#9ea374;
	display:none;
}

.front-message .heading{
	background: #9ea374;
}

/*Submit button*/
.form-newsletter .submit{
	background: #9ea374;
}

.c-w1 .checklist li.check:after{
	background: #9ea374;
}



/* CTA */
.ctas ul li:nth-child(1) a{
	background: url('/img/skin/buttons/green_locate_btn.png') no-repeat;
}
.ctas ul li:nth-child(2) a{
	background: url('/img/skin/buttons/green_contact_btn.png') no-repeat;
}
.ctas ul li:nth-child(1) a:hover{
	background: url('/img/skin/buttons/green_locate_btn_hover.png') no-repeat;
}
.ctas ul li:nth-child(2) a:hover{
	background: url('/img/skin/buttons/green_contact_btn_hover.png') no-repeat;
}

/* Return to Catalogue button */
 a.rtc_btn{
	background:url('/img/skin/buttons/green_rtc_btn.png') no-repeat left top;
}
 a.rtc_btn:hover{
	background:url('/img/skin/buttons/green_rtc_btn_hover.png') no-repeat left top;
}


/* Quick Search Button */
.product-search .quick-search{
	/*background: #afb28a;*/
}

/* Product Detail, Product Catalogue */
.product-details ul li .title, .related-docs h2, .product-search label, .search-result ul li .title{
	color: #737d46;
}
.product-search .y-search-btn {  background: url("/img/skin/buttons/green_search_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.product-search .y-search-btn:hover {background: url("/img/skin/buttons/green_search_btn_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}


@media (max-width: 640px){
	/*body{ background: url(/img/skin/mobile/green.jpg) #9ea374 no-repeat right top fixed; }
	body{ background: url(/img/skin/mobile/green.jpg) #9ea374 no-repeat right top / 325px 325px  fixed; }*/

	body.template-home{background: #c2c0ba;}

	/*submit*/
	.submit{
		background: #9ea374;
	}
	.contact-form .submit {
		background: #c2c0ba;
	}

	#mainnav ul.L2 > li.active > a, #mainnav ul.L2 > li:hover > a{
		background:none;
	}

	.page-section #topbar{
		background: #a8ad7c;
	}
}

