/* CSS Document */

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

* {
	margin: 0px;
	padding: 0px;
}

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

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*background: url(../../images/misc/body-bg.jpg) top repeat-x #1e5416; */
	margin: 0px;
	background-color: #3a7b2f;
}

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

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

a img {
	border: none;
}

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

h1{
	padding-left: 25px;
	padding-top: 8px;
	font-weight: bold;	
}

h1 span{
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	font-weight:bold;
	color: #006633;
}

h3 {
	font-size: 1.3em;
}

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

#outerContainer {
	width: 100%;
	float: left;
}

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

	#contentContainer {
		width: 960px;
		background: #fff;
		border-top: 167px solid #fff;
	}
	
/* Runner Styles
--------------------------------------------------------------- */

	#runner{
		width: 960px;
		height: 137px;
		background: url(../../images/misc/runner.jpg);
		border-bottom: 1px solid;
	}
	
	#drainage #runner{
		background: url(../../images/misc/runner-4.jpg);
	}	
	
	#hazardous-waste #runner{
		background: url(../../images/misc/runner-6.jpg);
	}	
	
	#tanker-hire #runner{
		background: url(../../images/misc/runner-2.jpg);
	}	
	
	#dry-waste #runner{
		background: url(../../images/misc/runner-7.jpg);
	}	
	
	#skip-hire #runner{
		background: url(../../images/misc/runner-3.jpg);
	}	
	
	#contact #runner{
		background: url(../../images/misc/runner-8.jpg);
	}		
						
	
	#runner p{
		font-size: 1.1em;
		padding-left: 25px;
		padding-top: 5px;
		width: 425px;
	}
	
/* Buckets Styles
--------------------------------------------------------------- */	
	
	#buckets-container{
		width: 956px;
		height: 243px;
		padding-left: 4px;
		float: left;
	}
	
	#bucket-box-1, #bucket-box-2, #bucket-box-3, #bucket-box-4{
		width: 222px;
		height: 229px;
		float: left;
		margin: 14px 7px 0px 7px;		
		position: relative;
	}

	#buckets-container a{
		text-decoration: none;
		color:#FFFFFF;		
	}
	
		#buckets-container a.stretched-a{
			display: block;
			position: absolute;
			float: left;
			width: 222px;
			height: 214px;		
			font-size: 1.5em;
			text-align: left;
			text-transform: uppercase;
			font-weight: bold;				
			padding-top: 16px;
			padding-left: 11px;
			color:#FFFF00;	
		

			}
			
		#stretched-a-1, #stretched-a-2, #stretched-a-3, #stretched-a-4{
			position: relative;
		}				
			
/* Bucket Backgrounds
------------------ */				
	

		#bucket-box-1 #stretched-a-1{
			background:url(../../images/misc/bucket-1.jpg) no-repeat;
			}
		
		#bucket-box-2 #stretched-a-2{
			background:url(../../images/misc/bucket-2.jpg) no-repeat;
			}
			
		#bucket-box-3 #stretched-a-3{
			background:url(../../images/misc/bucket-3.jpg) no-repeat;
			}
			
		#bucket-box-4 #stretched-a-4{
			background:url(../../images/misc/bucket-4.jpg) no-repeat;
			}

				
/* Bucket Lists
------------------ */		
			
	
		#buckets-container ul{
			width: 182px;
			margin-left: 11px;
			list-style:  none;
			color:#FFFFFF;
			font-size: 1.2em;
			text-align: left;
			top: 127px;
		}
	
		#buckets-container ul li a{
			display: block;
			width: 188px;
		}				
		
		#bucket-1-list{
			position:absolute;
		}
		
		#bucket-2-list{	
			position:absolute;
		}
		
		#bucket-3-list{	
			position:absolute;	
		}
		
		#bucket-4-list{		
			position:absolute;
		}								
			
			
		
									
	
/* Main Styles
--------------------------------------------------------------- */

		#test{
			position: absolute;
		}
		
		#main {
			float: left;
			width: 470px;
			padding: 20px 20px 20px 30px;
		}		
		
		#index #main {
			float: right;
			padding: 20px 10px 10px 10px;
		}
		
		#thankyou #main, #help-advice #main{
			height: 600px;
		}		
		
			#main p {
				margin: 7px 0px 7px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}
		
		.indented-list{
			padding-left: 30px;
			list-style: none;
		}
		
		.indented-list li{
			padding: 10px;
			font-size: 1.2em;
			background: url(../../images/misc/tick.jpg) no-repeat;
			padding-left: 40px;
		}		

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#index #sidebar {
			float: left;
			width: 450px;
			height: 652px;
			background: url(../../images/misc/main-image.jpg) bottom center;
		}
		
		#cta-column{
			float: right;
			width: 430px;
			height: 500px;
		}
		
		#cta-3-box{
			position:relative;
		}
		
		p#cta-phone-number{
			position:absolute;
			left: 190px;
			top: 90px;
			font-size: 2.6em;
			color: #330099;
			font-weight: bold;
			text-transform: uppercase;
		}	
		
		.cta{
			margin-top: 5px;
			margin-left: 15px;
		}
		
		
		#sidebarcta-waste, #sidebarcta-tanker, #sidebarcta-skip, #sidebarcta-drainage, #sidebarcta-drywaste{
			display:none;
			margin-top: 15px;
		}
		
		
		#hazardous-waste #sidebarcta-waste,
		#dry-waste #sidebarcta-drywaste,
		#skip-hire #sidebarcta-skip,
		#drainage #sidebarcta-drainage,
		#tanker-hire #sidebarcta-tanker{
			display:block;
		}
		
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 129px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background: url(../../images/misc/header-bg.jpg) no-repeat;
}

	#logo {
		width: 310px;
		height: 129px;
		float: left;
		background: #666;
	}
	
	#cta-top-right {
		width: 470px;
		float: right;
		padding: 15px 0px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 2.3em;
		margin-right: 130px;
		color: #3ba828;
		font-family: "Century Gothic", Verdana, Arial;
	}
	
	#call-us{
		color: #2e4481;
	}
	
	#call-us span{
		font-weight: bold;
		font-size: 1.2em;
	}	
	
	

/* Image Slideshow Styles
--------------------------------------------------------------- */

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}


/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 36px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 130px;
	border-bottom: 1px #fff solid;
	background: #3ba828;	
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 1px solid #fff;
				background: #3ba828;
				color: #fff;
				text-decoration: none;
				padding: 9px 23px 9px 23px;
				font-size: 1.2em;
				text-transform: uppercase;
				font-weight: bold
			}

				#navigation ul li a.contact-a {
					border-right: none;
					padding-right: 10px;
				}
				
				#contact #navigation{
					background:#006633
				}

				#navigation ul li a:hover {
					color: #FFFF00;
				}
				
#index #navigation .index-a,
#drainage #navigation .drainage-a,
#hazardous-waste #navigation .hazardous-waste-a,
#tanker-hire #navigation .tanker-hire-a,
#dry-waste #navigation .dry-waste-a,
#skip-hire #navigation .skip-hire-a,
#contact #navigation .contact-a {
	color: #fff;
	background: #006633;
}

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

#green-logo-box{
	width: 174px;
	height: 132px;
	margin-right: 10px;
	float:left;
}

#outerFooter {
	float: left;
	width: 100%;
	background: #45ac33;
	border-top: 1px solid #fff;
}

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	background:url(../../images/misc/green-logo.jpg) no-repeat;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 210px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 210px;
				padding: 3px 5px;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 160px;
	}
	
		#footer #footer-areas h2 {
			width: 160px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 160px;
	}
	
		#footer #footer-address h2 {
			width: 150px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
		
	}
	
	#credit-cards{
		position:absolute;
		left: 180px;
		bottom: 10px;

	}

/* Image Styles
--------------------------------------------------------------- */

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

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.anchor {
	margin-top:35px;
}


