/* CSS Document */


BODY {
	padding:0; margin:0;
	font-family:Arial, Verdana, Tahoma;
	font-size:12px;
	color:#000000;
	background-color:#0e62a2;
}

img {border:0;}

a:link, a:visited {color:#000000;}

a:hover {background-color:#fdce26;}

#header {
	width:860px; height:360px; margin:auto;
}

#boxLinks {
	width:840px; height:780px; margin:auto; padding:10px;
	background-color:#e6eaed;
}

#boxWhatsIncluded {
	width:840px; margin:auto; padding:10px;
	background-color:#e6eaed;
}

#boxFurtherDetails {
	width:840px; margin:auto; padding:10px;
	background-color:#e6eaed;
	background-image:url('../imgs/save.jpg'); background-repeat:no-repeat; background-position:top right;
}

#boxCopyright {
	width:840px; margin:auto; padding:10px;
	background-image:url('../imgs/bg_copyright.jpg'); background-repeat:no-repeat;
}

#whyBook {
	margin-top:220px;
}
#whyBook ul {
	padding:0 0 0 14px;
}

/* What's Included Columns */

#columnOne, #columnTwo, #columnThree, #columnFour {margin-right:10px;}

.column {width:160px; float:left;}

.signHover {width:300px; height:150px; display:block; float:right; margin:5px 5px 0px 0px;}
.signHover:hover {background-image:url('../imgs/sign_hover.jpg'); background-repeat:no-repeat;}
.signHover:hover img {display:none;}

.quoteArrow {margin-top:30px; margin-bottom:40px;}

.privateHireImg {margin-top:10px;}

/* Further Info Boxes */

#contact {width:280px; float:left;}

#contact p {font-size:30px; letter-spacing:-1px; margin:0px; font-weight:bold;}

#contact p strong {font-size:14px; letter-spacing:-1px; font-weight:bold;}

#payment {width:280px; float:left}

/* headers and fonts */

h1.wi {display:block; width:860px; height:120px; margin:auto;
	background-image:url('../imgs/title_whatsincluded.jpg'); background-repeat:no-repeat;}
h1.wi span {display:none;}

h1.fd {display:block; width:860px; height:120px; margin:auto;
	background-image:url('../imgs/title_furtherdetails.jpg'); background-repeat:no-repeat;}
h1.fd span {display:none;}

h2.cu {display:block; width:160px; height:30px;
	background-image:url('../imgs/title_contactus.jpg'); background-repeat:no-repeat;}
h2.cu span {display:none;}

h2.wtp {display:block; width:160px; height:30px;
	background-image:url('../imgs/title_waystopay.jpg'); background-repeat:no-repeat;}
h2.wtp span {display:none;}

#boxCopyright p, #boxCopyright a:link, #boxCopyright a:visited {font-size:10px; color:#ffffff; text-decoration:none;}
#boxCopyright a:hover {color:#000000; background-color:#c6d92d;}

#header p {font-size:16px; color:#fdce26; letter-spacing:-1px; margin:0px;}
	
/* reusables */
.cB {clear:both;}
.cL {clear:left;}
.cR {clear:right;}
.fR {float:right;}
.fL {float:left;}
	

