
/* ------------------------------------------------------------ 

------------------------------------------------------------ */
.site-has-an-engineer {
display:none;
}

.site-doesnt-have-an-engineer {
display:none;
}

/* ------------------------------------------------------------ */




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

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: 1.6em;
	letter-spacing: -1px;
	color: #EA7600;
	text-transform:capitalize;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

/* 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;
		padding-top: 467px;	
	}
	
		* html #contentContainer{
			margin-bottom:-467px;
		}
/* Main Styles
--------------------------------------------------------------- */

	#main-list {
		float: right;
		width: 710px;
		background: #f4f4f4;
	}
	
		#index #main-list {
			float: left;
			width: 530px;
		}

		#main {
			float: left;
			width: 370px;
			padding: 20px 20px 10px 20px;
		}
		
			#index #main {
				float: right;
				width: 305px;
				padding: 10px 5px 10px 5px;
			}
		
			#main p {
				margin: 7px 0px 7px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
		#cta-bottom {
			width: 210px;
			height: 154px;
			background: url(../../images/misc/cta-bottom.jpg);
			color: #ea7600;
			font-size: 1.3em;
			padding: 20px 130px 0px 30px;
			font-weight: bold;
			
		}
		
			#cta-bottom .phone {
				color: #000;
				margin: 15px 0px 0px 0px;
				letter-spacing:0.02em;
			}
			
		#list {
			float: right;
			width: 271px;
			margin-top: 10px;
			padding: 0px 10px 10px 10px;
			color: #7e8186;
		}
		
			#index #list {
				float: left;
				width: 179px;
				border-right: 1px solid #ccc;
			}
		
			#index #list h2 {
				color: #ea7600;
				font-size: 1.7em;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#list h2 {
				color: #ea7600;
				font-size: 1.8em;
				font-weight: bold;
			}
		
			#index #list ul#listInside li {
				list-style: none;
				font-size: 1.6em;
				padding: 10px 0px 10px 39px;
				background: url(../../images/misc/list-bg.jpg) left center no-repeat;
			}
			
			#townname{
			margin-top: 10px;
				margin-bottom: 20px;
			}
			
			#list #townname li {
				list-style: none;
				padding: 5px 0px 5px 30px;
				background: url(../../images/misc/townnametick.gif) left center no-repeat;
			}
			
			#list-right {
				background: url(../../images/misc/list-right-bg.jpg);
				width: 241px;
				margin: 10px 0px 0px 0px;
				padding: 10px 20px 0px 10px;
				text-transform:capitalize;
				height: 429px;
			}
			
				#list-right li {
					list-style: none;
					font-size: 1.3em;
					padding: 5px 0px 5px 30px;
					background: url(../../images/misc/list-right-tick.png) left center no-repeat;
				}
				
			.phonetag {
				font-size: 1.7em;
				letter-spacing: -1px;
			}
			
				.phone {
					color: #333333;
					font-size: 2.3em;
					letter-spacing: -2px;
				}
				
		
		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 250px;
			background: #F4F4F4;
		}
		
			#locallyKnown {
				padding-left: 30px;
				font-size: 2em;
				color: #EB7D04;
				text-align: center;
				margin: 10px 0px;
				text-transform: uppercase;
				font-weight: bold;
				height: 80px;
				display: none;
				letter-spacing: -1px;
				background: url(../../images/misc/locallyKnown.jpg) 360px top no-repeat;
			}
		
			#cta-left1 {
				width: 215px;
				height: 129px;
				background: url(../../images/misc/cta-left1.jpg);
				font-size: 1.8em;
				padding: 170px 0px 0px 35px;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}
			
				#cta-left1 p.sameday {
					color: #FFE600;
				}
		
		#index #sidebar {
			float: right;
			width: 430px;
			background: url(../../images/misc/sidebar-bg-index.jpg) right;
		}
		
			#cta-right1 {
				background: url(../../images/misc/cta-right1.jpg);
				width: 220px;
				height: 127px;
				color: #ea7600;
				font-size: 2.2em;
				letter-spacing: -1px;
				font-weight: bold;
				padding: 0px 0px 0px 210px;
				text-transform: uppercase;
				color: #fff;
			}
			
				#cta-right1 p {
					line-height: 28px;
				}
				
				#cta-right1 p.sameday {
					color: #fbd53a;
				}
			
			#cta-right-smallPiece {
				z-index: 100;
				position: absolute;
				right: 410px;
				top: 454px;
			}
		
		#franchise #local-engineer {
			display: none;
		}
		
/* Header Styles
--------------------------------------------------------------- */

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

	#logo {
		width: 351px;
		height: 94px;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 10;
	}
	
	#toprighttag, #toprightphone {
		z-index: 1;
		font-size: 1.3em;
		color: #555;
		position: absolute;
		right: 30px;
		font-weight: bold;
		top: 25px;
		padding-right: 70px;
		letter-spacing: -1px;
	}
	
		#toprightphone {
			top: 45px;
			font-size: 2.4em;
			color: #FF9900;
		}
		
		#toprighttag strong {
			color: #FF9900;
		}
	
	#img-top-right {
		float: right;
		padding-right: 10px;
	}
	
	#cta-free-call-out {
		z-index: 1000;
		position: absolute;
		top: 168px;
		right: -24px;
	}

#topLogos {
	z-index: 10;
	position: absolute;
	left: 1px;
	top: 124px;
}

/* Middle Bar Styles
--------------------------------------------------------------- */

#mainImg, #cta-middle-bar {
	z-index: 10;
	position: absolute;
	top: 167px;
	left: 0px;
	text-align: left;
}

#mainImg, #cta-middle-bar p {
	padding-right: 20px;
	line-height:1.0em;
}



	#cta-middle-bar {
		left: 550px;
		width: 410px;
		padding: 5px 0px 0px 0px;
		height: 295px;
		background: url(../../images/misc/cta-middle-bar-bg.jpg) no-repeat top left;
	}
	
		#index #cta-middle-bar {
			background: url(../../images/misc/cta-middle-bar-bg-index.jpg);
		}
		
		#franchise #cta-middle-bar {
			background: url(../../images/misc/cta-middle-bar-bg-franchise.jpg);
		}
		
		#error #cta-middle-bar {
		background: url(../../images/misc/cta-middle-bar-bg-franchise.jpg);
		}
		
		#help #cta-middle-bar {
		background: url(../../images/misc/cta-middle-bar-bg-franchise.jpg);
		}
	
		#cta-middle-bar p {
			font-size: 2.2em;
			letter-spacing: -2px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
			#cta-middle-bar ul.sameday {
				color: #ea7600;
				font-size: 1.6em;
				letter-spacing: -1px;
				height: 115px;
				padding-top: 10px;
				font-weight: bold;
			}
			
			#cta-middle-bar ul.sameday li {
				list-style: none;
				padding: 5px 0px 5px 35px;
				background: url(../../images/misc/middleBarTick.gif) left center no-repeat;
			}

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

#navigation {
	width: 930px;
	height: 31px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 93px;
	padding: 0px 0px 0px 30px;
	background: url(../../images/misc/navBg.jpg);
	font-size:1.1em;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 8px 17px 8px 10px;
				font-weight: bold;
				background: url(../../images/misc/navBg-a.jpg) right no-repeat;
				text-transform: uppercase;
				color: #000;
			}

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

				#navigation ul li a:hover {
					text-decoration: underline;
				}
				
#index #navigation .index-a,
#washing-machines #navigation .washing-machines-a,
#tumble-dryers #navigation .tumble-dryers-a,
#dishwashers #navigation .dishwashers-a,
#cookers #navigation .cookers-a,
#ovens #navigation .ovens-a,
#microwaves #navigation .microwaves-a,
#fridge-freezers #navigation .fridge-freezers-a,
#contact #navigation .contact-a {
	text-decoration: underline;
}

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

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/misc/footerBg.jpg) top repeat-x;
}

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

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

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

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

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

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

	#footer #footer-help {
		float: left;
		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;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		#footer #footer-help .adtrak {
			display:none; 
		}

#footerLogo {
	float: right;
	padding: 10px 10px 0px 0px;
}	
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

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

/* 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;
}


/*404 Error Handling
----------------------------------------------------------------*/
ul.errorlist{
	margin-left: 40px;
	margin-bottom: 10px;
	list-style: none;
	font-size: 1.6em;
	color: #E97500;
}

ul.errorlist a{
	color: #E97500;
	text-decoration:none;
}
ul.errorlist a:hover{
	color: #E97500;
	text-decoration:underline;
}

.highlight{
	color: #CF710C;
	

}
