/* Stylesheet to amend changing elements of the landing pages on the OffersClick website themes */

	/* Landing page formatting for "Arcadia" */

#LandingPage {
	background-image: url('/img/OffersClick-themes-arcadia.jpg'); /* change for landing page image */
	border: 1px solid #000000;
}

#LandingPageCoreQuestions {
	border: 1px solid #000000; /* styles the colour of the core questions */
	background-color: #fdf4ed;	
}

#LandingPageLeadgenQuestions div { /* styles the color theme two leadgen questions on the landing page */
	border: 1px solid #000000;
	background-color: #fdf4ed;
}

div#Opt { 
	border: 1px solid #000000;	/* formats colour scheme of the box after the next button which speaks about consent etc */
	background-color: #fdf4ed;
}

#ctl_Postcode_btn_Search { /* moves the submit button for the post code search tool */
	background-image: url('/img/Lookup-Arcadia.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-arcadia-next.jpg'); /* image for next button */
}

div#NextButton span input {
	background-image: url('/img/OffersClick-arcadia-next2.jpg');
}

#Header {
	background-image: url('http://www.navreg.com/img/arcadia-header.gif');
}

#Footer { /* houses the image for the page footer with the offerclick logo */
	background-image: url('/img/OffersClick-arcadia-footer.jpg');
}