/* CSS Document */

/* Font Face
--------------------------------------------------------------- */

@font-face {
    font-family: 'AllerBold';
    src: url('aller_std_bd-webfont.eot');
    src: url('aller_std_bd-webfont.eot#iefix') format('eot'),
         url('aller_std_bd-webfont.woff') format('woff'),
         url('aller_std_bd-webfont.ttf') format('truetype'),
         url('aller_std_bd-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	#logo h2 a, #footer p.title {
		font-family: "AllerBold";
	}
	
@font-face {
    font-family: 'MuseoSlab500';
    src: url('Museo_Slab_500-webfont.eot');
    src: url('Museo_Slab_500-webfont.eot#iefix') format('eot'),
         url('Museo_Slab_500-webfont.woff') format('woff'),
         url('Museo_Slab_500-webfont.ttf') format('truetype'),
         url('Museo_Slab_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	h1, h2, h3, #cta-top-right p, #buckets .bucket a, #buckets .bucket p.heading, #callback-form .submit, #main p.other-page-link, #runner p, #contactForm .submit, #sidebar p.phone {
		font-family: "MuseoSlab500";
	}	

/* Global Styles
--------------------------------------------------------------- */

* {	margin: 0; padding: 0; }

body, html { min-height: 101%; }

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/body-bg.jpg) top left repeat-x #fff;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

	a:focus {
		outline: dotted 1px;
	}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	float: left;
	border: none;
}

/* For screen readers */		
#header a.skip-to-content {
	display: none;
}

/* H1/H2/H3 Styles
--------------------------------------------------------------- */

h1, h2, h3 {
	font-weight: normal;
}

	h1 {
		font-size: 2em;
		color: #017292;
		padding: 0px 0px 10px 0px;
	}
	
	h2 {
		font-size: 1.5em;
		color: #03b0e1;
	}
	
	h3 {
		font-size: 1.1em;
		color: #5dcae9;
	}
	
	h4 {
		font-size: 1.5em;
		color: #03b0e1;
	}

/* Container Styles
--------------------------------------------------------------- */

#outer-container {
	width: 100%;
	float: left;
}

	#container {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		font-size: 1.2em;
	}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	float: left;
	width: 960px;
	height: 130px;
}

	#logo {
		float: left;
		width: 360px;
		height: 130px;	
	}
	
		#logo h2 a {
			color: #017292;
			text-decoration: none;	
			font-size: 2.2em;
			line-height: 1.2em;	
			float: left;
		}
		
			#logo h2 a span {
				color: #02A8E4;
				font-size: 1.5em;
			}
	
	#cta-top-right {
		float: right;
		width: 500px;		
		padding: 5px 0 0 0;
		text-align: right;
		height: 125px;
		font-size: 1.6em;
		line-height: 1.6em;
		color: #02A8E4;
	}
	
		#cta-top-right p.phone {
			font-size: 1.6em;
			color: #017292;
			padding: 0px 4px 10px 0px;
		}
		
		#cta-top-right p.phone-collection {
			color: #DBAE3B;
			background: url(../images/collection-phone-bg.png) top left no-repeat;
			width: 380px;
			height: 36px;
			padding: 5px 4px 0px 0px;
			float: right;
			font-size: 1.6em;	
		}
	
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation-holder {
	float: left;
	width: 960px;	
}

ul#navigation {
	float: right;
}

	ul#navigation li {
		display: inline;
		list-style: none;
		float: left;
	}
		  
		ul#navigation li a {
			float: left;
			background: url(../images/nav-bg.jpg) top left repeat-x;
			color: #666;
			text-decoration: none;
			line-height: 1em;
			padding: 15px 25px 15px 25px;
			font-size: 1.1em;
		}

			ul#navigation li a:hover {
				color: #017292;
			}
		
/* Runner Styles
--------------------------------------------------------------- */

#runner {
	float: left;
	width: 920px;
	height: 260px;
	background: url(../images/runner-bg.jpg) top left no-repeat;
	padding: 20px;
	position: relative;
}

	#runner p {
		font-size: 2.4em;
		color: #6ed3f0;
		line-height: 1.2em;
	}
	
		#runner p.heading {
			font-size: 3.5em;
			color: #fff;
		}
		
		#runner p.phone {
			color: #6ed3f0;
		}
	
			#runner p.phone span {
				color: #fff;
				font-size: 1.3em;
			}
			
			#runner p.phone a {
				font-size: 0.7em;
				color: #fff;
			}
			
				#runner p.phone a:hover {
					color: #6ed3f0;
				}
			
		#runner p.contact-text {
			font-family: Arial, Helvetica, sans-serif;
			color: #6ED3F0;
			font-size: 1.3em;
			line-height: 1.5em;
			padding: 10px 0px 10px 0px;
			width: 450px;
		}	
			
		#runner ul {
			padding: 10px 0px 10px 0px;
		}
		
			#runner ul li {
				background: url(../images/runner-tick.png) left center no-repeat;
				list-style: none;
				padding: 6px 0px 6px 30px;
				font-size: 1.2em;
				color: #fff;
			}	
			
			#index #runner ul li {
				color: #000;
			}	

#index #runner {
	float: left;
	width: 960px;
	height: 360px;
	background: url(../images/runner-bg.jpg) top left no-repeat;
	padding: 0px;
}

	#imgmain {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
/* Bucket Styles
--------------------------------------------------------------- */

#buckets {
	float: left;
	width: 920px;
	height: 335px;
	padding: 20px;
}

#buckets .bucket {
	width: 420px;
	height: 300px;
	padding: 40px 10px 0px 20px;
	float: left;	
}

	#buckets .bucket p.heading {
		font-size: 2.7em;
		color: #017292;
		line-height: 1.1em;
	}
	
		#buckets .bucket p.heading span {
			display: block;
			font-size: 1.5em;
		}
		
	#buckets .bucket ul {
		padding: 20px 0px 10px 0px;
	}	
	
		#buckets .bucket ul li {
			background: url(../images/bucket-tick.png) left center no-repeat;
			list-style: none;
			padding: 6px 0px 6px 30px;
			font-size: 1.2em;
		}

	#buckets .bucket a {
		background: url(../images/bucket-button.jpg) top left no-repeat;
		width: 410px;
		height: 41px;
		padding: 15px 0px 0px 0px;
		float: left;
		color: #1e1e1e;
		text-decoration: none;
		font-size: 1.7em;
		text-align: center;	
	}
	
		#buckets .bucket a:hover {
			background: url(../images/bucket-button.jpg) 0px -56px no-repeat;
		}

	#buckets .bucket-domestic-skips {
		background: url(../images/bucket-domestic.png) top left no-repeat;
		margin-right: 20px;	
	}
	
	#buckets .bucket-commercial-skips {
		background: url(../images/bucket-commercial.png) top left no-repeat;	
	}	
			
/* Main Styles
--------------------------------------------------------------- */

#main {
	float: left;
	width: 530px;
	padding: 10px 0px 10px 10px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#index #main {
	width: 450px;
	padding: 10px 0px 10px 20px;
}

	#main p {
		margin: 10px 0px 10px 0px;	
		color: #343434;			
	}
	
		#main p.bold {
			font-weight: bold;				
		}
		
		#main p.other-page-link {
			color: #017292;
			font-size: 2.4em;
			line-height: 1em;
			background: url(../images/commercial-skip-link.jpg) right center no-repeat;
			float: left;
			width: 522px;
			height: 72px;
			margin-top: 15px;
			padding-top: 8px;							
		}
		
		#commercial-skip-hire #main p.other-page-link {
			background: url(../images/domestic-skip-link.jpg) right center no-repeat;						
		}
		
			#main p.other-page-link a {
				text-decoration: none;
				font-size: 0.6em;
				float: left;
				color: #03B0E1;							
			}
			
				#main p.other-page-link a:hover {
					color: #DBAE3B;							
				}
		
		#main a.right {
			color: #017292;
			font-weight: bold;
			float: right;			
		}
		
		#main a:hover {
			color: #DBAE3B;			
		}
	
	#main ul {
		margin: 0px;
	}
	
		#main ul li {
			padding: 2px 0 2px 15px;
			font-size: 0.9em;
			line-height: 1.3em;
			list-style: none;
			background: url(../images/tick.jpg) left center no-repeat;
		}
		
	#main .skip-type {
		width: 146px;
		height: 215px;
		padding: 120px 10px 10px 10px;
		float: left;
		margin: 10px 8px 0px 0px;
		position: relative;	
	}
	
	#commercial-skip-hire #main .skip-type {
		width: 233px;
		height: 205px;	
	}
	
	#main .skip-type p {
		margin: 5px 0px 5px 0px;			
	}
	
		#main .skip-type p.bold {
			font-weight: bold;			
		}
		
		#main .skip-type p.price {
			font-family: Impact;
			font-size: 2.8em;
			color: #fff;	
			background: url(../images/price-bg.jpg) top left no-repeat;
			width: 56px;
			height: 39px;
			padding: 15px 10px 0px 40px;
			position: absolute;	
			bottom: 0px;
			left: 30px;	
			text-align: right;
		}
		
		#main .skip-type p.smaller {
			font-size: 2.3em;
			left: 73px;
		}
	
	#main .mini {
		background: url(../images/mini-skips.jpg) top left no-repeat;
	}
	
	#main .midi {
		background: url(../images/midi-skips.jpg) top left no-repeat;
	}
	
	#main .maxi {
		background: url(../images/maxi-skips.jpg) top left no-repeat;
		margin-right: 0px;
	}
	
	#main .builders {
		background: url(../images/builders-skips.jpg) top left no-repeat;
	}
	
	#main .roro {
		background: url(../images/roro-skips.jpg) top left no-repeat;
		margin-right: 0px;
	}

/* Sidebar Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 400px;
			padding: 60px 0px 0px 10px;
		}
		
		#index #sidebar {
			width: 450px;
			padding: 0px 20px 60px 0px;
		}
		
			#sidebar p.phone {
				color: #03b0e1;
				font-size: 1.9em;
				padding: 10px 0px 0px 0px;
				float: left;
			}
			
				#sidebar p.phone span {
					color: #DBAE3B;
					font-size: 1.2em;
				}
		
		.other #sidebar {
			width: 400px;
			padding: 10px 0px 20px 10px;
		}
		
		.other #sidebar #callback-form {
			display: none;
		}
		
		#privacy-policy #sidebar #callback-form {
			display: block;
		}

/* Footer Styles
--------------------------------------------------------------- */

#outer-footer {
	float: left;
	width: 100%;
	background: url(../images/footer-bg.jpg) top left repeat-x #333;
}

	#footer {
		clear: both;
		width: 960px;
		color: #017292;
		margin: 0px auto;
		padding: 40px 0 20px 0;
		font-size: 1.2em;
	}

	#footer p.title a {
		color: #02A8E4;
		padding: 3px 0 10px 0px;
		font-size: 2.2em;
		text-decoration: none;
		float: left;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #017292;
		text-decoration: none;
	}
		 
		#footer a:hover {
			text-decoration: underline;
		}

/* Footer Column Styles
--------------------------------------------------------------- */

#footer .col {
	float: left;
}

#footer #footer-services {
	width: 400px;	
}

	#footer #footer-services ul {
		width: 200px;	
		float: left;
	}

#footer #footer-contact {
	width: 400px;
	padding: 0px 0px 0px 0px;	
}

#footer #footer-right {
	width: 230px;
	padding: 34px 0px 0px 0px;
	float: right;	
}

	#footer p {
		line-height: 1.75em;
	}
	
	#footer .col ul {
		float: left;
	}
	
		#footer .col ul li {
			display: block;
			padding: 3px 0;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		float: left;
		margin: 10px 0 0 0;
		text-align: center;
	}

/* Float Styles
--------------------------------------------------------------- */

.left, .img-left {
	float: left;
}

	.img-left {
		margin: 10px 10px 10px 0;
	}

.right, .img-right {
	float: right;
} 

	.img-right {
		margin: 10px 0 10px 10px;
	}

	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

/* Contact Form Styles
--------------------------------------------------------------- */
div#form {
	float: left;
	width: 960px;
	position: relative;
	height: 300px;
}
	
	#contactForm fieldset {
		border: none;
		clear: both;
	}
	
/* -- Contact Form Left */
	
	#contactForm #contactFormLeft {
		width: 400px;
		float: left;
		position: absolute;
		top: 10px;
		left: 0px;
	}
	
	/* -- Contact Details */
	
	#contactForm fieldset#contactDetails .contactDetailsWrap {
		width: 373px;
		padding: 5px 5px 5px 10px;
		height: 30px;
		margin: 0 0 15px 0;
		border-radius: 7px;
		border: 1px solid #ccc;
		background: #fff;
	}	
	
	/* -- IE6 Hack :( */
	
		*html #contactForm fieldset#contactDetails .contactDetailsWrap {padding-bottom: 0;}
	
		#contactForm fieldset#contactDetails label {
			width: 123px;
			float: left;
			padding: 8px 0 0 0;
			display: block;
			margin: 0;
			font-size: 1.1em;
		}
		
		#contactForm fieldset#contactDetails input {
			width: 240px;
			height: 30px;
			padding: 0px 5px;
			background: #eee;
			float: right;
			font-size: 1.1em;
			border-radius: 5px;
			border: none;
		}
	/* -- Enquiry */
	
	#contactForm #contactFormRight {
		width: 540px;
		position: absolute;
		top: 10px;
		right: 0px;
		float: right;
	}
	
		#contactForm #contactFormRight #enquiryDetailsWrap {
			width: 528px;
			border-radius: 7px;
			padding: 5px;
			height: 201px;
			border: 1px solid #ccc;
			background: #fff;
		}
	
		#contactForm #contactFormRight #enquiryDetailsWrap label {
			float: left;
			width: 113px;
			padding: 8px 0 0 5px;
			height: 193px;
		}
		
		#contactForm #contactFormRight #enquiryDetailsWrap textarea {
			padding: 10px;
			width: 380px;
			float: right;
			height: 181px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.1em;
			background: #eee;
			border: none;
			border-radius: 5px;
			overflow: hidden;
		}
		
			#contactForm #contactFormRight #enquiryDetailsWrap textarea:focus,
			#contactForm fieldset#contactDetails input:focus {
				background: #eee;
			}
			
	#contactForm #submitFormFieldset {
		margin: 0 0 10px 0;
		position: absolute;
		top: 240px;
		right: 0px;
	}
		
		#contactForm .submit {
			background: url(../images/callback-button.jpg) top left no-repeat;
			width: 117px;
			height: 30px;
			border: none;
			cursor: pointer;
			font-size: 1.4em;
			color: #1f1f1f;
			padding: 5px 0px 5px 0px;
			clear: both;
		}
	
		#contactForm .submit:hover {
			background: url(../images/callback-button.jpg) 0px -30px no-repeat;
		}

/* -------------- PHP Errors */

#contact #errors {
	font-size:1.0em;
	color: #FDAC08;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

	#contact #errors ul {
		padding:0px;
		margin:10px;
		width: 960px;
	}

	#contact #errors li {
		background: url(../images/form-error.jpg) left center no-repeat;
		list-style: none;
		margin:0px;
		padding: 8px 0px 8px 25px;
	}
	
/* -------------- Hide Bot Buster */

div#form fieldset.botBuster,
div#callback-form #callbackBotBuster {
	display: none;
}


/* -------------- jQuery Errors */

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				padding:4px 10px 4px 10px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;
				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					font-size:0px; height:1px; background:#ee0101;
					margin:0 auto;line-height:0px;
					font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}
				
				
/* Callback Form Styles
--------------------------------------------------------------- */	

#callback-form {
	margin-top: 20px;
	width: 220px;
	height: 165px;
	padding: 5px 160px 10px 10px;	
	float: left;
	background: url(../images/callback-form.jpg) top left no-repeat;
	position: relative;
}

#index #callback-form {
	margin-top: 20px;
	width: 220px;
	height: 163px;
	padding: 7px 220px 10px 10px;	
	float: left;
	background: url(../images/callback-form-index.jpg) top left no-repeat;
	position: relative;
}

	#callback-form h2 {
		font-size: 1.8em;
		padding: 0px 0px 5px 0px;
	}

	#callback-form fieldset {
		border: none;
	}
	
	#callback-form label {
		width: 75px;
		float: left;
		padding: 5px 0px 0px 0px;
		position: relative;
	}
	
	#callback-form select {
		width: 217px;
		float: left;
		padding: 2px;
		margin: 4px 0px 4px 0px;
		position: relative;
	}
	
	#callback-form input {
		padding: 2px;
		margin: 4px 0px 4px 0px;
		float: left;
		width: 135px;
		position: relative;
	}
	
	#callback-form .submit {
		position: absolute;
		bottom: 10px;
		right: 10px;
		background: url(../images/callback-button.jpg) top left no-repeat;
		width: 117px;
		height: 30px;
		border: none;
		cursor: pointer;
		font-size: 1.4em;
		color: #1f1f1f;
		padding: 5px 0px 5px 0px;
	}
	
		#callback-form .submit:hover {
			background: url(../images/callback-button.jpg) 0px -30px no-repeat;
		}
		
		#callback-form #errors {
			font-size:1.0em;
			color: #FDAC08;
			font-weight: bold;
			padding:0px;
			margin:0px;
		}
		
			#callback-form #errors ul {
				padding: 0px;
				margin: 25px 0px 0px 0px;
				width: 450px;
			}
		
			#callback-form #errors li {
				background: url(../images/form-error.jpg) left center no-repeat;
				list-style: none;
				margin:0px;
				padding: 5px 0px 5px 25px;
			}
			
			#index #callback-form #errors li {
				width: 200px;
				float: left;
			}