/* Stylesheet to amend changing elements of the landing pages on the OffersClick website themes */

	/* Landing page formatting for "Thomas Cook" */

#LandingPage {
	background-image: url('../img/asda.gif'); /* change for landing page image */
	border-top: 1px solid #a1b3c9; border-left: 1px solid #a1b3c9; border-right: 1px solid #a1b3c9;
}

#LandingPageIntro {
	border: 1px solid #a1b3c9; 
	background-color: #ffffff;
	}

#LandingPageCoreQuestions {
	border: 1px solid #a1b3c9; /* styles the colour of the core questions */
	background-color: #ffffff;	
}

#LandingPageLeadgenQuestions div { /* styles the color theme two leadgen questions on the landing page */
	border: 1px solid #a1b3c9;
	background-color: #ffffff;
}

div#Opt { 
	border: 1px solid #a1b3c9;	/* formats colour scheme of the box after the next button which speaks about consent etc */
	background-color: #ffffff;
}



#ctl_Postcode_btn_Search { /* moves the submit button for the post code search tool */
	background-image: url('../img/Lookup-asda.jpg');
}

#ctl_Postcode_txt_PostcodeSearchResult { /* address results box */
	background-color: #ffffff;
}

div#LandingPageNextButton {
	border: 0; /* needed to keep the next button housed without a blue border */
}

div#LandingPageNextButton span input {
	background-image: url('../img/OffersClick-TC-next.jpg'); /* image for next button */
}

div#NextButton span input {
	background-image: url('../img/OffersClick-asda-next.jpg');
}

#Header { 
	background-image: url('../img/asda-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-asda-footer.jpg');
}
