/* Stylesheet to amend changing elements of the landing pages on the OffersClick website themes */

	/* Landing page formatting for "Sainsbury's" */

#LandingPage {
	background-image: url('/img/OffersClick-themes-sains.jpg'); /* change for landing page image */
	border: 1px solid #ffab2e;
}

#LandingPageCoreQuestions {
	border: 1px solid #ffab2e; /* styles the colour of the core questions */
	background-color: #ffdfc0;	
}

#LandingPageLeadgenQuestions div { /* styles the color theme two leadgen questions on the landing page */
	border: 1px solid #ffab2e;
	background-color: #ffdfc0;
}

div#Opt { 
	border: 1px solid #ffab2e;	/* formats colour scheme of the box after the next button which speaks about consent etc */
	background-color: #ffdfc0;
}

#ctl_Postcode_btn_Search { /* moves the submit button for the post code search tool */
	background-image: url('/img/Lookup-Sains.jpg');
}

div#LandingPageNextButton {
	border: 0; /* needed to keep the next button housed without a blue border */
}

div#LandingPageNextButton span input {
	background-image: url('/img/OffersClick-sains-next.jpg'); /* image for next button */
}

div#NextButton span input {
	background-image: url('/img/OffersClick-sains-next2.jpg');
}

#Header { 
	background-image: url('/img/sainsburys-header.gif'); /* header image used on the offer pages */
}

#Footer { /* houses the image for the page footer with the offerclick logo */
	background-image: url('/img/OffersClick-sains-footer.jpg');
}