﻿/**
COLOUR STYLES - YELLOW

**/
/*
body {
	background: url(/img/background/professionals-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-professionals.jpg) center top fixed;}

@media (max-width: 920px){
	body{ 
		background: url(/img/background/professionals-bg.jpg) no-repeat center top fixed;
		background-size: cover;
		background-position: -1200px 0;
	}
	body.template-home{
		background: url(/img/background/bglarge-professionals.jpg) center top fixed;
		background-size: cover;
		background-position: -1200px 0;
	}
}*/

h2 {
    color: #b99100;
}

a {
    color: #b99100;
}
/*nav*/
#mainnav ul.L2>li.active>a,
#mainnav ul.L2>li:hover>a{
	background: #ffd200;
}

.nav .L2 .togglemenu span,
.togglemenu span, 
.closemenu span,
.nav.L3 .togglemenu span,
.nav.L2 .togglemenu span{
	background-color:#ffd200;
	display: none;
}

.front-message .heading{
	background: #ffd200;
}

/*Submit button*/
.form-newsletter .submit{
	background: #ffd200;
}

.c-w1 .checklist li.check:after{
	background: #ffd200;
}


/* CTA */
.ctas ul li:nth-child(1) a{
	background: url('/img/skin/buttons/yellow_locate_btn.png') no-repeat;
}
.ctas ul li:nth-child(2) a{
	background: url('/img/skin/buttons/yellow_contact_btn.png') no-repeat;
}
.ctas ul li:nth-child(1) a:hover{
	background: url('/img/skin/buttons/yellow_locate_btn_hover.png') no-repeat;
}
.ctas ul li:nth-child(2) a:hover{
	background: url('/img/skin/buttons/yellow_contact_btn_hover.png') no-repeat;
}

/* Return to Catalogue button */
.prod-details-left-col a.rtc_btn, a.rtc_btn{
	background:url('/img/skin/buttons/yellow_rtc_btn.png') no-repeat left top;
}
a.rtc_btn:hover ,.prod-details-left-col a.rtc_btn:hover{
	background:url('/img/skin/buttons/yellow_rtc_btn_hover.png') no-repeat left top;
}

.product-search .y-search-btn {  background: url("/img/skin/buttons/yellow_search_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }
.product-search .y-search-btn:hover {background: url("/img/skin/buttons/yellow_search_btn_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}


/* Quick Search Button */
.product-search .quick-search{
	/*background: #ffd200;*/
}


/* Product Detail, Product Catalogue */
.product-details ul li .title, .related-docs h2, .product-search label, .search-result ul li .title{
	color: #b99100;
}



@media (max-width: 640px){
	/*body{ background: url(/img/skin/mobile/yellow.jpg) #ffd200 no-repeat right top fixed; }
	body{ background: url(/img/skin/mobile/yellow.jpg) #ffd200 no-repeat right top / 325px 325px  fixed; }*/

	body.template-home{background: #c2c0ba;}

	/*submit*/
	.submit{
		background: #ffd200;
	}
	#mainnav ul.L2 > li.active > a, #mainnav ul.L2 > li:hover > a{
		background:none;
	}
	.page-section #topbar{
		background: #ffda00;
	}
}
