/* CSS Document */

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

p {
	line-height: 1.4em;
}

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/bg.jpg) top repeat-x #fff;
	margin: 0px;
}
body#girls{
	background: url(../../images/misc/bg-pink.jpg) top repeat-x #fff;
}
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;
}
#h1background{
	position:absolute;
	z-index:10;
	top:439px;
	height:120px;
	width:96px;
	left:-50px;
	background:url(../../images/misc/h1.png);
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	z-index:500;
	background:#fff ;
	padding:30px 10px 0px 30px;
	height: 51px;
	position:relative;
	margin:0px 0px;
	color:#1B9A5D;
	letter-spacing: -1px;
}
body#girls h1{
	background:none;
	padding:36px 10px 0px 0px;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
}

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

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

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

	#contentContainer {
		width: 960px;
		position: absolute;
		z-index: 1;
		top: 448px;
	}
	body#girls #contentContainer{
		top:180px;
	}
		#bottom-cta-background {
			background: url(../../images/misc/bottom-cta.png);
			width:85px;
			height:140px;
			position:absolute;
			left:430px;
			top:-47px;
			
		}
		#bottom-cta {
			font-size: 1.5em;
			font-weight: normal;
			z-index:500;
			background:#163024 ;
			padding:15px 10px 0px 20px;
			height:42px;
			position:relative;
			margin:10px 0px;
			color:#fff;
		}
		
		#home-improvements #bottom-cta {
			font-size: 1.3em;
		}	
		
		#boiler #bottom-cta {
			font-size: 1.3em;
		}	
			#bottom-cta strong {
				color:#1B9A5D;
			}
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 440px;
			padding: 10px 20px;
			font-size: 1.1em;
		}
			#main ul {
				line-height:1.4em;
				font-size:1.1em;
			}
			#main ul ul {
				font-size:1em;
				line-height:1.2em;
				list-style-type:square;
			}
		
		#map {
			width: 620px;
			height: 200px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 440px;
		}
			#sidebar #ctas{
				margin-top:30px;
				background:url(../../images/misc/ctas-bg.jpg) no-repeat;
				height:596px;
			}
				
				#ctaPlumber{
					position:absolute;
					top:440px;
					margin-left: 120px;
					font-size:2.2em;
					font-family:arial black;
					width:200px;
					color:#1B9A5D;
					text-transform:uppercase;
				}
				#ctaPlumber strong{
					color:#105936;
				}
				#ctaBoilers {
					position:absolute;
					top:110px;
					margin-left:82px;
				}
					#flashlink {
						position:absolute;
						top:80px;
						left:0px;
						width:330px;
						height:120px;
						
					}
					
		#bosch{
			float:right;
			position:relative;
			
			right:140px;
			
		}			
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 400px;
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 0px;
}

	#logo {
		position:relative;
		top:2px;
	}
	
	#cta-top-right {
		width: 360px;
		position:absolute;
		top:20px;
		right:10px;
		text-align: right;
		height: 200px;
		font-size: 1.8em;
		color:#0E4D2F;
		z-index:100;
	}
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			line-height:1.3em;
		}
			#cta-top-right strong{
				color:#1B9A5D;
				font-size: 1.0em;
			}
			
			#home-improvements #cta-top-right strong,
			#bathroom #cta-top-right strong {
				color:#1B9A5D;
				font-size: 0.8em;
			}
			
	.top-pic{
		position:absolute;
		top:25px;
		display:none;
		left:280px;
	}	
		
		body#index #index-tp,
		body#plumbing #plumbing-tp,
		body#central-heating #heating-tp,
		body#wetroom #wetroom-tp,
		body#bathroom #bathroom-tp,
		body#boiler #boiler-tp,
		body#contact #contact-tp,
		body#solar-hot-water #solar-tp,
		body#pv-systems #pv-systems-tp,
		body#home-improvements #home-improvements-tp
		{
			display:block;
		}
		
	#headerCta{
		margin-top: 20px;
		width:960px;
		height:280px;
		background:url(../../images/misc/header.jpg);
		position:relative;
	}
		#plumbing #headerCta{
			background:url(../../images/misc/header-plumbing.jpg)
		}
		#bathroom #headerCta{
			background:url(../../images/misc/bathroom-header.jpg)
		}
		#wetroom #headerCta{
			background:url(../../images/misc/header-wetrooms.jpg)
		}	
		#boiler #headerCta{
			background:url(../../images/misc/header-boiler.jpg)
		}	
		#central-heating #headerCta{
			background:url(../../images/misc/header-heating.jpg)
		}
		#solar-hot-water #headerCta{
			background: url(../../images/misc/solar-heating-header.jpg);	
		}
		#pv-systems #headerCta{
			background: url(../../images/misc/pv-systems-header.jpg);
		}
		#home-improvements #headerCta{
			background: url(../../images/misc/home-improvements-header.jpg);
		}
	 #headerCta p{
	 	margin:0px;
		font-size:2.2em;
		color:#1B9A5D;
		
	 }
	 	#headerCta p.one{
			position:absolute;
			top:30px;
			left:50px;
		}
		#headerCta #callback{
			display:block;
			background:url(../../images/misc/callback.png) no-repeat;
			height:60px;
			width:370px;
			position:absolute;
			top:75px;
			left:50px;
			color:#fff;
			padding:13px 0px 0px 15px;
			font-size:2.0em;
			text-decoration:none;
		}
			#headerCta #callback:hover{
				background:url(../../images/misc/callback-hover.png) no-repeat;
			}
		#headerCta p.two{
			position:absolute;
			top:140px;
			left:50px;
		}
			#headerCta p.two strong{
				font-size:1.6em;
			}
	#bluebar{
		position:absolute;
		left:-90px;
		top:105px;
		z-index:100;
	}
#flashSlideshow {
	margin-top: 100px;
	margin-left: -5px;
	display: block;
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

#gas-safe{
	position:absolute;
	top:380px;
	left:697px;
	z-index:100;
}

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

#navigation {
	width: 940px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 2px;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
		
			#navigation ul li a {
				float:left;
				color: #fff;
				text-decoration:none;
				padding: 18px 35px 20px 35px;
				font-weight: bold;
				font-size: 1.0em;
				text-transform:uppercase;
				text-align:center;
				border-right: solid 1px #145e3a;
			}
			
				#navigation ul li a span {
				display: block;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}
				#navigation ul li a.twoline{	
					padding-top:9px;	
					padding-bottom:13px;	
				}																				
				#navigation ul li a:hover {
					
					color: #ffae00;
				}
				
#index #navigation .index-a,
#contact #navigation .contact-a,
#plumbing #navigation .plumbing-a,
#central-heating #navigation .heating-a,
#boiler #navigation .boiler-a,
#bathroom #navigation .bathroom-a,
#solar-hot-water #navigation .solar-hot-water-a,
#wetroom #navigation .wetroom-a,
#pv-systems #navigation .pv-systems-a,
#home-improvements #navigation .home-improvements-a,
#girls #navigation .girls-a {
	background:#fff;
	color:#0E4D2F;
	border:#157547 solid 1px;
	border-bottom:none;
	padding-left:5px;
	padding-right:5px;
}
#index #navigation .index-a{
	background: #fff;
}
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 940px;
	color:#666666 ;
	padding: 10px 10px;
	font-size: 0.9em;
	position:relative;
	padding-top:60px;
	
}
#bluebarFooter{
		position:absolute;
		left:-90px;
		top:15px;
		z-index:100;
}
	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		margin: 0px;
		color: #1B9A5D;
		padding: 3px 5px;
		font-size: 2.0em;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #333;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #00beeb;
		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.navspacer {
			display:none;
		}
	
			#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: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

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

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

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

.img-centre {
	margin: 10px 0px 10px 20px;
}

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

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

#googleMap{
	height:300px;
	width:520px;
}


.boilerTable{
	background:#fff;
	padding:0px;
	margin:0px;
	border:1px solid #cccccc;
	width:330px;
}

	.boilerTable td{
		padding:5px 1px;
	}
		.boilerTable .label{
			background:#333333;
			color:#fff;
		}	
		.boilerTable span.green{
			background:#21A187;
			padding:5px;
			color:#fff;
		}
		.boilerTable img{
			position:relative;
			top:5px;
			padding:0px 5px;
		}
		.boilerTable td.width{
			
		}
		
		
.boilerTable2{
	background:#fff;
	padding:0px;
	margin:0px;
	border:1px solid #cccccc;
}
	.boilerTable2 td{
		padding:5px 5px;
		border:1px solid #cccccc;
		border-collapse:collapse;
	}
	.boilerTable2 th{
		background:#333333;
		color:#fff;
		padding:5px 1px;
	}	
