﻿/**
COLOUR STYLES - YELLOW

**/
/*body {
	background: url(/img/background/industrial-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-industrial.jpg) center top fixed;}

@media (max-width: 920px){
	body{ 
		background: url(/img/background/industrial-bg.jpg) no-repeat center top fixed;
		background-size: cover;
		background-position: -1200px 0;
	}
	body.template-home{
		background: url(/img/background/bglarge-industrial.jpg) center top fixed;
		background-size: cover;
		background-position: -1200px 0;
	}	
}
*/
h2 {
    color: #688598;
}

a {
    color: #688598;
}

/*nav*/
#mainnav ul.L2>li.active>a,
#mainnav ul.L2>li:hover>a{
	background: #8facbf;
}

.nav.L2 .togglemenu span,
.togglemenu span, 
.closemenu span{
	background-color:#8facbf;
	display:none;
}

.front-message .heading{
	background: #8facbf;
}

/*Submit button*/
.form-newsletter .submit{
	background: #8facbf;
}

.c-w1 .checklist li.check:after{
	background: #8facbf;
}

/* CTA */
.ctas ul li:nth-child(1) a{
	background: url('/img/skin/buttons/blue_locate_btn.png') no-repeat;
}
.ctas ul li:nth-child(2) a{
	background: url('/img/skin/buttons/blue_contact_btn.png') no-repeat;
}
.ctas ul li:nth-child(1) a:hover{
	background: url('/img/skin/buttons/blue_locate_btn_hover.png') no-repeat;
}
.ctas ul li:nth-child(2) a:hover{
	background: url('/img/skin/buttons/blue_contact_btn_hover.png') no-repeat;
}

/* Return to Catalogue button */
a.rtc_btn{
	background:url('/img/skin/buttons/blue_rtc_btn.png') no-repeat left top;
}
a.rtc_btn:hover{
	background:url('/img/skin/buttons/blue_rtc_btn_hover.png') no-repeat left top;
}


/* Quick Search Button */
.product-search .quick-search{
	/*background: #aec4d2;*/
}


/* Product Detail, Product Catalogue */
.product-details ul li .title, .related-docs h2, .product-search label, .search-result ul li .title{
	color: #2d73a5;
}


.product-search .y-search-btn {  background: url("/img/skin/buttons/blue_search_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.product-search .y-search-btn:hover {background: url("/img/skin/buttons/blue_search_btn_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}


@media (max-width: 640px){
	/*body{ background: url(/img/skin/mobile/blue.jpg) #8facbf no-repeat right top fixed; }
	body{ background: url(/img/skin/mobile/blue.jpg) #8facbf no-repeat right top / 325px 325px  fixed; }*/

	body.template-home{background: #c2c0ba;}

	/*submit*/
	.submit{
		background: #8facbf;
	}
	#mainnav ul.L2 > li.active > a, #mainnav ul.L2 > li:hover > a{
		background:none;
	}
	.page-section #topbar{
		background: #99b5c8;
	}
}

/*.dealer-login { display: none;}*/