/* CSS Document */

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

body {
	text-align: left;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	background: #fff url(../../images/mainBg.gif) top repeat-x;
}

p {
	padding:0px 0px 5px 0px;
}

a { 
color:#0000FF;
}

a:hover {
color:#CCCCCC;
}




h1 {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding:5px 0px 10px 0px;
	border-bottom: 1px dashed #333;
}

h2 {
	font-size: 18px;
	color: #333;
	text-align: left;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

h3 {
	font-size: 15px;
	color: #333;
	text-align: left;
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}

/* Layout Styles
--------------------------------------------------------------- */

#firefoxWidthFix {
	
	position:absolute;
	
	top:0;
	
	height:100%;
	
	padding:0 0 1px;

}

#container {

	width: 840px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

}

#header {

	height: 201px;

	width: 840px;

}

	#logo {
		float: right;
	}
	
	#cta-top-right {
		float: right;
		text-align: right;
		width: 593px;
		color: #fff;
		height: 52px;
		font-size: 20px;
		padding: 6px 5px 0px 0px;
		background: url(../../images/cta-top-right.jpg);
	}
	
		#cta-top-right p {
			margin: 0px;
			letter-spacing: -1px;
			padding: 0px;
		}
		
		#cta-top-right p strong {
			color: #FFFF00;
			font-size: 25px;
		}


#flashTopLeft {
	
	position: absolute;
	
	z-index: 1;
	
	left: 0px;
	
	top: 0px;
	
	width: 242px;
	
	height: 201px;

}


#contentContainer {
	
	width: 840px;
	
	float:left;
	
	background: url(../../images/contentContainerBg.gif) repeat-y;
	
	overflow: hidden;

}


* html #contentContainer {

	overflow: visible;

}


#contentLeft {
	width: 260px;
	float: left;
	font-size:1px;
}
	#cta{
		font-size:14px;
		width: 190px;
		padding: 0px 15px 0px 25px;
		margin:10px;
		height: 170px;
		background:url(../../images/cta-bg.jpg);
	}
		#cta p{
			margin: 0px;
			padding: 0px 0px 5px 0px;
			color:#FFFFFF;
		}
		
		#cta h2 {
			color: #FFFF00;
			margin: 0px;
			padding: 10px 0px 0px 0px;
			text-align: center;
		}
		
		#cta p strong.number{
			font-size:18px;
			color:#ffe400;
		}
#flashNumber {

	padding:10px 10px 0px 0px;

	text-align: center;

}


#contentRight {
	width: 470px;
	float: left;

}

#flashLogos {
	height:50px;
}


#contentRight_text {
	padding: 10px 15px 20px 15px;
	margin:0px;

}

#contentRight_text p{

	margin:0px;
}

#contentRight_text img {
	margin: 0px 20px 10px 0px
}

.products {

	border: 1px solid #ccc;

	padding: 10px 10px 0px 10px;

	margin-bottom: 10px;

}


.products h2 {

	margin-top: 0px;

}

.products img {

	float: left;

}


#footer {
	
	clear: both;
	
	width: 800px;
	
	background: #fff url(../../images/footerBg.jpg);
	
	padding: 10px 20px 10px 20px;
	
	color: #000;
	
	font-size: 0.9em;
	
	border-bottom: 10px #e5e5e5 solid;

}


#footer a {
	color: #000;
	text-decoration: underline;
}


#footer p {

	margin: 0px;

}

#footer a:hover {

	color: #717100;

	text-decoration: underline;

}

/* Cerfificates
--------------------------------------------------------------- */

#certificates {
	float:right;
	width:89px;
	padding:0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	background:;
	font-size:0.8em;
	text-align:right;
	border-left: solid 1px #CCCCCC;
}

	#certificates img {
		border:solid 1px #666666;
		margin-top: 12px;
	}
	
	#certificates img#gas-safe {
		border: none;
	}
	

/* Product Table Info
--------------------------------------------------------------- */

table.productInfo {
	text-align: center;
	background: #bbc2d4;
}

	tr.headings {
		font-weight: bold;
		background: #ccc;
	}

/* Navigation Styles
--------------------------------------------------------------- */
#navHolder {
	float: left;
	width: 260px;

}

#navigation {
	width: 233px;
	background: url(../../images/navBg.jpg) repeat-y;
	padding:15px 0px 15px 0px;
	margin:0px 0px 0px 9px;
}


 #navigation ul {
	  display: inline;
	  list-style: none;
}


#navigation li {
	  display: inline;
}

	  
#navigation a {
	display: block;
	color: #fff;
    width: 223px;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding:5px 10px 5px 0px;
}


#navigation a:hover {
	color: #000;
	border-right: 18px solid #555;
	background: #DAC849;
}


	#subnav1 {
		z-index: 1;
		position: absolute;
		left: 242px;
		top: 530px;
		visibility: hidden;
	}
	
	#subnav1 ul {
		list-style: none;
		padding:0px;
		margin:0px;

	}
	
	#subnav1 li  {
		padding:0px;
		margin:0px;
	}
		
	#subnav1 a {
		width:100px;
		background: #ccc;
		padding:3px 10px 3px 15px;
		margin:0px;
		color: #000;		
		border-left: 18px #333 solid;
		display:block;
	}
	
	
	#subnav1 a:hover {
		background: #DAC849;
		color: #000;
		text-decoration: none;
	}
	
	#subnav2 {
		z-index: 1;
		position: absolute;
		left: 242px;
		top: 585px;
		visibility: hidden;
	}
	
	#subnav2 ul {
		list-style: none;
		padding:0px;
		margin:0px;

	}
	
	#subnav2 li  {
		padding:0px;
		margin:0px;
	}
		
	#subnav2 a {
		width:100px;
		background: #ccc;
		padding:3px 10px 3px 15px;
		margin:0px;
		color: #000;		
		border-left: 18px #333 solid;
		display:block;
	}
	
	
	#subnav2 a:hover {
		background: #DAC849;
		color: #000;
		text-decoration: none;
	}
	
	#subnav3 {
		z-index: 1;
		position: absolute;
		left: 242px;
		top: 370px;
		visibility: hidden;
	}
	
	#subnav3 ul {
		list-style: none;
		padding:0px;
		margin:0px;

	}
	
	#subnav3 li  {
		padding:0px;
		margin:0px;
	}
		
	#subnav3 a {
		width:100px;
		background: #ccc;
		padding:3px 10px 3px 15px;
		margin:0px;
		color: #000;		
		border-left: 18px #333 solid;
		display:block;
	}
	
	
	#subnav3 a:hover {
		background: #DAC849;
		color: #000;
		text-decoration: none;
	}



#listCenter {
	text-align: center;
	padding: 0px;
	margin: 0px;
}


#list, #list ul, #list li {

	padding: 0px;

	margin: 0px;

	list-style: none;

}


#list a {

	text-align: center;

	margin-bottom: 2px;

	border: 1px solid #000;

	display: block;

	text-decoration: none;
	
	background: #ccc;

	color: #000;

	padding: 5px 10px;

	letter-spacing: 1px;

}


#list a:hover {

	background: #333;

	color: #fff;

}


#listGoto {

	padding: 5px 10px;
	
	background: #ccc;

}

#bottom-keywords{
	font-size: 10px;
	color:#999;
	width: 800px;
	margin:50px auto 0 auto;
	padding:10px 20px 10px 20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align:justify;
}

	#bottom-keywords p{
		padding:0px;
		margin:0px;
	}

#bottomlayout{
	text-align:center;
}


/* Class Styles
--------------------------------------------------------------- */

.bold {
	font-weight: bold;
}

.light{
	color: #ccc;
	margin-top: 50px;
}

.clearfix {
	clear:both;
}

.img-left {
	float:left;
}

.pdfLinks {
	font-size:1.2em;
	color:#000000;
	text-decoration:underline;
}

.red-text {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}

.controlImages {
	float:left;
	border-top: solid 7px #FFF;
	border-right: solid 7px #FFF;
	border-bottom: solid 7px #FFF;
}

.killsbills img{
	border:1px solid #999999;
}

.thirtyFivePercent {
	border: none;
	padding-left: 10px;
}
.numbers {
	background:url(../../images/NumberBg.gif) no-repeat;
	width:242px;
	color:#FFFF00;
	padding:8px 0px 10px 5px;
	margin:0px;
	text-align:center;
}

.numbers strong {
font-size:30.00em;
}

.numbers p {
	padding:0px;
	margin:0px;
	line-height: 25px;
}

.numbers span {
font-size:20.00em;
}
#locations  {
padding-top:10px;
text-align:center;
}

#locations ul {
margin:0px;
padding:0px;
}

#locations li {
padding-right:20px;
display:inline;
}

.gassafe {
	float:right;
	margin:10px;
}

.testimonial {
	font-style: italic;
}

.testimonialName {
	padding: 0px 0px 0px 40px;
	font-weight: bold;
}

/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}