/* 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/layout/bodyBg.png) top repeat-x #fff;
	margin: 0px;
}

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

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

a img {
	border: none;
}

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

h1 {
	font-size: 2.3em;
	font-weight: normal;
	color: #3a8699;
}

	h1 span {
		display: block;
		font-size: 0.7em;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #333;
	padding: 10px 0 0;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
}

/* 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;
		border-top: 195px solid #fff;
		background: url(../../images/layout/contentContainerBg.jpg) no-repeat;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 600px;
			padding: 260px 30px 10px 20px;
		}
		
			#index #main {
				padding-top: 380px;
			}
			
			#gallery #main {
				padding: 20px 0px 0px 0px;
				width: 960px;
			}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 22px;
			}
			
				#main p.firstPara {
					color: #29626F;
					font-weight: bold;
				}
				
				#main p.firstPara a {
					color:#29626F;
				}
			
			#main ul {
				font-size: 1.3em;
				padding: 0px 0px 15px 25px;
			}
			
				#main ul li {
					padding: 5px 30px 4px 0px;
					text-indent:25px;
					list-style: none;
					background: url(../../images/misc/tick.jpg) left center no-repeat;
				}
				
	#main #cta-bottom {
		background: url(../../images/layout/cta-bottom-bg.jpg) no-repeat;
		font-size: 1.2em;
		padding: 2px 10px;
		color: #6F6A5A;
	}
	
		#main #cta-bottom p {
			line-height: normal;
		}
		
			#main #cta-bottom p span.phone {
				font-size: 1.2em;
				color: #444;
			}

#gallery #galleryContainer {
}
			
	#gallery #galleryContainer img {
		padding: 6px; 
		background: #eee;
		margin: 4px;
	}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 240px;
			padding: 16px 0px 0px 0px;
		}
		
		#location #sidebar {
			top:250px;
			position:relative;
			
		}
		
		#sidebar-we-pay-you {
			display: none;
		}
		
		#we-pay-you #sidebar-we-pay-you {
			display: block;
		}
		
			#index #sidebar {
				padding-top: 380px;
			}
			
			#cta-we-want-your-old-bricks,
			#cta-we-want-your-old-bricks-index {
				position: relative;
			}
			
			
				#cta-we-want-your-old-bricks .phone,
				#cta-we-want-your-old-bricks-index .phone {
					position: absolute;
					z-index: 1;
					top: 515px;
					left: 0px;
					width: 230px;
					font-size: 1.9em;
					letter-spacing: -1px;
					text-align: center;
				}
				
					#cta-we-want-your-old-bricks .phone span,
					#cta-we-want-your-old-bricks-index .phone span {
						font-size: 1.3em;
					}
					
		#cta-we-want-your-old-bricks-index,
		#index #cta-we-want-your-old-bricks,
		#we-pay-you #cta-we-want-your-old-bricks {
			display: none;
		}
		
		#index #cta-we-want-your-old-bricks-index {
			display: block;
		}
		
		#index #sidebar #cta-we-love-old-buildings-lower {
			display: block;
		}
			
			#sidebar #cta-we-love-old-buildings-lower {
				display: none;
			}
			
		#index #sidebar #cta-we-love-old-buildings-upper {
			display: none;
		}
		
			#sidebar #cta-we-love-old-buildings-upper {
				display: block;
			}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 960px;
	height: 142px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 250px;
		height: 142px;
		float: left;
	}
	
	#cta-top-right {
		width: 710px;
		color: #c6f4ff;
		float: right;
		padding: 30px 0px 0px 0px;
		text-align: right;
		height: 112px;
		font-size: 1.8em;
		background: url(../../images/layout/headerBg.jpg);
	}
	
		#cta-top-right p span.keyword {
			color: #FFFF00;
		}
	
		#cta-top-right .phone {
			font-size: 1.2em;
			color: #fff;
		}

/* Main Image & Slideshow Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 100;
	position: absolute;
	top: 197px;
	left: 22px;
}

#slideshow {
	z-index: 100;
	position: absolute;
	width: 540px;
	height: 237px;
	top: 197px;
	left: 22px;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}

/* Index Runner Styles
--------------------------------------------------------------- */

#index-runner-holder {
	color: #087593;
	z-index: 10;
	position: absolute;
	top: 206px;
	font-size: 2.4em;
	width: 960px;
	height: 129px;
}

	#index-runner-holder #index-runner {
		position: relative;
		width: 960px;
	}
	
		#index-runner-holder #index-runner p#pay-you,
		#index-runner-holder #index-runner p#to-demolish,
		#index-runner-holder #index-runner #btn-learn-more,
		#index-runner-holder #index-runner .phone {
			position: absolute;
		}

		#index-runner-holder #index-runner p#pay-you {
			left: 70px;
			top: 0px;
			font-size: 1.6em;
		}
		
			#index-runner-holder #index-runner p#pay-you span {
				color: #0D5A6F;
			}
		
		#index-runner-holder #index-runner p#to-demolish {
			right: 70px;
			color: #555;
			top: 44px;
			font-size: 1.3em;
			text-align: right;
		}
		
		#index-runner-holder #index-runner #btn-learn-more {
			top: 90px;
			right: 70px;
		}
		
		#index-runner-holder #index-runner .phone {
			top: 90px;
			left: 70px;
			padding: 5px 0px 5px 35px;
			background: url(../../images/layout/index-runner-phone-bg.jpg) left center no-repeat;
		}
		
/* Index Buckets Styles
--------------------------------------------------------------- */
		
#location #index-buckets {
	top:210px !important;
}

#index-buckets {
	position: absolute;
	top: 324px;
	left: 24px;
	width: 950px;
}

	#index-buckets ul {
		list-style: none;
	}
	
		#index-buckets ul li {
			float: left;
			width: 300px;
			background: url(../../images/buckets-index/li-bg-sprite.jpg) bottom;
			display: inline;
			margin-right: 10px;
			height: 233px;
		}
	
		#index-buckets ul li a {
			float: left;
			width: 290px;
			font-size: 1.9em;
			color: #333;
			height: 58px;
			background: url(../../images/buckets-index/demolition-services.jpg) top no-repeat;
			display: block;
			padding: 175px 0px 0px 10px;
			text-decoration: none;
		}
		
			#index-buckets ul li:hover {
				background: url(../../images/buckets-index/li-bg-sprite.jpg) left -67px;
			}
						
				#index-buckets ul li a span {
					display: block;
				}
		
			#index-buckets ul li a.demolition-services {
				background-image: url(../../images/buckets-index/demolition-services.jpg);
			}
		
			#index-buckets ul li a.dismantling {
				background-image: url(../../images/buckets-index/dismantling.jpg);
			}
		
			#index-buckets ul li a.reclaims {
				background-image: url(../../images/buckets-index/reclaims.jpg);
			}
			
				#index-buckets ul li.rightLink {
					margin-right: 0px;
				}

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

#navigation {
	width: 960px;
	height: 52px;
	z-index: 1;
	position: absolute;
	background: url(../../images/layout/bodyBg.png) left -144px repeat-x;
	left: 0px;
	top: 144px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 1px solid #cecece;
				border-left: 1px solid #f3f3f3;
				color: #11455b;
				text-decoration: none;
				padding: 16px 13px 17px 12px !important;
				font-size: 1.4em !important;
			}

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a.index-a {
					border-left: none;
				}

				#navigation ul li a:hover {
					background: url(../../images/layout/navBg-a-hover.png);
				}

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

#outerFooter {
	float: left;
	width: 100%;
	margin-top: 20px;
	background: url(../../images/layout/outer-footer-bg.jpg) center top;
}

#footer {
	clear: both;
	width: 960px;
	color: #47535F;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}

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

	#footer h2 {
		font-weight: bold;
		color: #20272F;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer a {
		white-space: nowrap;
		color: #47535F;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #333;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 300px;
	}
	
		#footer #footer-areas ul {
			float: left;
			width: 150px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 130px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

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

	#footer #footer-help {
		float: right;
		width: 165px;
	}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 155px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#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;
		float: left;
		margin:10px 0px 0px 0px;
		text-align: center;
	}

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

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

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

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

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

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

.clearfix {
	clear: both;
}
