/* 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: #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 Styles
--------------------------------------------------------------- */

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #034195;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #034195;
}

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

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

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

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

	#contentContainer {
		width: 940px;
		background: #fff;
		border-top: 320px solid #fff;
		padding: 0px 10px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

#main {
	float: right;
	width: 690px;
	padding: 15px;
}

	#main p {
		margin: 10px 0px 10px 0px;
		font-size: 1.2em;
		line-height: 20px;
	}
	
	#main ul {
		font-size: 1.2em;
		padding: 3px 0px;
	}
	
		#main ul li {
			padding: 4px 0px 4px 30px;
			list-style: none;
			background: url(../../images/misc/tick.jpg) left center no-repeat;
		}
		
		#main ul.bullet li {
			padding: 4px 0px 4px 0px;
			list-style: disc inside;
			background: url(none);
		}		
		
	#main .col-large {
	  width: 465px;
	  float: left;	
	}
	
	#main .col-small {
	  width: 225px;
	  float: left;	
	}
	
	#index #main {
		padding-top: 145px;
	}
	
		#main ul li.hide-nav{
			display: none;
		}
		
	#map {
		width:270px;
		height:230px;
		float:right;
		border:1px solid #ccc;
	}
			
/* Main CTA Styles
--------------------------------------------------------------- */
			
	#sidebar .niceic-logo,
	#sidebar img.cta-logos,	
	#sidebar .video-button {
		float: left;
		padding: 12px 0px;
	}
	
	#video .video-button {
		display: none;	
	}
	
	#main #cta-guarantee {
		float: left;
		width: 207px;
		margin: 5px 0px;
		border: 1px solid #CCC;
	}
		
		#main #cta-guarantee ul {
			font-size: 1.2em;
			padding: 5px 0px 10px 20px;
		}
		
			#main #cta-guarantee ul li {
				padding: 10px 0px 4px 30px;
				list-style: none;
				background: url(../../images/misc/tick.jpg) left center no-repeat;
				font-style: italic;
				color: #666;
			}
			
	#main .cta-inspection {
		background: url(../../images/misc/free-inspection-bg.gif) no-repeat;
		height: 110px;
		width: 209px;
		float: right;
		text-decoration: none;
		position: relative;
		margin: 5px 0px;
	}
	
		#main .cta-inspection span {
			float: left;
			position: absolute;
			left: 15px;
			bottom: 5px;
			font-size: 1.5em;
			color: #FFF;
			font-weight: bold;
		}
		
	#main a.cta-fast-response {
		float: right;
		padding: 5px 0px;
	}
	
/* Services Styles
--------------------------------------------------------------- */
	
	#main .services-container {
		width: 460px;
		border: 1px solid #CCC;
		float: left;
		position: relative;
		margin-top: 10px;
	}
	
	#main .services-container .col {
		float: left;
		width: 200px;
	}
	
		#main .services-container .title {
			background: url(../../images/layout/title-bg.gif) top;
			height: 31px;
			width: auto;
		}
	
	#main .services-container p {
		font-weight: bold;
		color: #FFF;
		padding: 5px 0px 0px 10px;
		margin: 0px;
	}	
	
		#main .services-container ul {
			padding: 10px 10px 10px 20px;			
		}
		
			#main .services-container ul li {
				padding: 8px 0px 8px 30px;
			}

	#commercial-services, #domestic-services {
		display: none;
	}
	
		#commercial-electrician #main #commercial-services,
		#domestic-electrician #main #domestic-services {
			display: block;
		}
								
/* Phone CTA Styles
--------------------------------------------------------------- */

#main #phone-cta {
	background: url(../../images/layout/phone-cta-bg.gif) no-repeat;
	float: left;
	height: 64px;
	width: 688px;
	position: relative;
	margin: 10px 0px 0px;
}

	#main #phone-cta p {
		font-size: 1.5em;
		position: absolute;
		left: 80px;
		top: 12px;
		color: #666;
		font-weight: bold;
	}
	
		#main #phone-cta p span {
			font-size: 1.2em;
			color: #034195;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 220px;
	padding-top: 125px;
}

/* Video Styles
--------------------------------------------------------------- */

#flashSlideshow {
	padding: 10px 0px;	
}

/* Header Styles
--------------------------------------------------------------- */

#header {
	clear: both;
	width: 940px;
	height: 129px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 10px;
	background: url(../../images/layout/header-bg.gif);
}

	#logo {
		padding: 28px 0px 0px 28px;
		float: left;
	}
	
	#cta-top-right {
		float: right;
		padding: 15px 10px 0px 0px;
		text-align: right;
		font-size: 1.8em;
		color: #FFF;
		font-style: italic;
		font-weight: bold;
	}

		#cta-top-right .keyword {
			padding-bottom: 10px;
		}
			
			#cta-top-right .keyword span {
				color: #99ccff;
			}
				
		#cta-top-right .phone {
			font-size: 1.4em;
			text-transform: uppercase;
			float: right;
		}
		
			#cta-top-right .phone span {
				display: block;
				color: #99ccff;
			}
		
/* Main Image Styles
--------------------------------------------------------------- */

#imgmain {
	z-index: 50;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Top Section Styles
--------------------------------------------------------------- */

#top-section {
	background: url(../../images/layout/top-section-bg.gif) no-repeat;
	height: 191px;
	width: 720px;
	position: absolute;
	top: 129px;
	right: 10px;
}

	#top-section p {
		font-weight: bold;
		color: #FFF;
		position: absolute;
		left: 20px;
		top: 65px;
		z-index: 100;
		font-size: 2.4em;
		font-style: italic;
	}
	
		#top-section p span {
			display: block;
			font-size: 1.6em;
		}
	
/* Bucket Styles
--------------------------------------------------------------- */

#buckets {
	height: 129px;
	width: 720px;
	position: absolute;
	top: 320px;
	right: 10px;
}

	#buckets .bucket-container {
		float: left;
		height: 129px;
		width: 240px;
		position: relative;
		background: url(../../images/layout/bucket-bg.gif) no-repeat;
	}
	
		#buckets .bucket-container img {
			position: absolute;
			top: 0px;
			right: 0px;		
		}
		
		#buckets .bucket-container p {
			color: #034195;
			font-size: 1.7em;
			position: absolute;
			left: 15px;
			top: 15px;
			font-style: italic;
			font-weight: bold;
		}
		
			#buckets .bucket-container p span {
				display: block;
			}

			#buckets .bucket-container a.read-more {
				background: url(../../images/layout/read-more-bg.gif) no-repeat left bottom;
				height: 129px;
				width: 240px;
				position: absolute;
				left: 0px;
				bottom: 0px;
				text-decoration: none;
				color: #FFF;
				font-size: 1.3em;
				padding-top: 8px;
				padding-left: 15px;
			}
			
			#buckets .bucket-container a.read-more:hover {
				background: url(../../images/layout/read-more-bg-hover.gif) no-repeat left bottom;
			}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 220px;
	z-index: 1;
	background: url(../../images/layout/nav-bg.gif) no-repeat #333;
	padding-top: 40px;
	float: left;
	position: absolute;
	left: 10px;
	top: 129px;
	height: 280px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			list-style: none;
		}
			  
			#navigation ul li a {
				width: 200px;
				height: 22px;
				color: #fff;
				text-decoration: none;
				padding: 8px 20px 0px 0px;
				font-size: 1.1em;
				text-align: right;
				border-bottom: 1px solid #333;
				display: block;
			}
			
			#navigation ul li a.last {
				border-bottom: none;
			}
			
				#navigation ul li a:hover {
					background: #333;
				}

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

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

#footer {
	clear: both;
	width: 940px;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 1.2em;
	background: #2c2c2c url(../../images/layout/footer-bg.gif) repeat-x top;
	color: #FFF;
}

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

	#footer h2 {
		font-weight: bold;
		color: #99ccff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#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: 250px;
		padding-left: 15px;
	}
	
		#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: 190px;
	}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
		padding-right: 15px;
	}
		
			#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;
}
