/* 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/bg.jpg ) repeat-x #6ea4be;
	/*background: url(../../images/bg.gif) top repeat-x #6ea4be;*/
	margin-top: 0px;
}

#businesscard {
	background: #fff;
	margin: 10px;
	text-align:center;
}

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 {
	font-size: 2.0em;
	color:#6ea4be;
	text-transform: uppercase;
	padding: 10px 0px;
}
	h1.green{
		color:#5ab63b;
	}
h2 {
	font-size: 1.6em;
}

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

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

#header {
	width: 890px;
	height: 383px;
	background:#FFFFFF;
}
	body#commercial #header{
		background:url(../../images/misc/header-commercial.jpg);
	}
	body#domestic #header{
		background:url(../../images/misc/header-domestic.jpg);
	}
	body#repairs #header{
		background:url(../../images/misc/header-repairs.jpg);
	}	
	body#maintenance #header{
		background:url(../../images/misc/header-maintenance.jpg);
	}
	body#contact #header{
		background:url(../../images/misc/header-contact.jpg);
	}	
	body#faqs #header{
		background:url(../../images/misc/header-faq.jpg);
	}
	body#rentals #header{
		background:url(../../images/misc/header-rentals.jpg);
	}	
	body#tax #header{
		background:url(../../images/misc/header-tax.jpg);
	}
	body#fgas #header{
		background:url(../../images/misc/header-fgas.jpg);
	}
	body#installation #header{
		background:url(../../images/misc/header-installation.jpg);
	}	
	body#wall #header{
		background:url(../../images/misc/header-wall.jpg);
	}
	body#ducted #header{
		background:url(../../images/misc/header-ducted.jpg);
	}
	body#ceiling #header{
		background:url(../../images/misc/header-ceiling.jpg);
	}	
	body#vrv #header{
		background:url(../../images/misc/header-vrv.jpg);
	}													
	#logo {

		position:absolute;
		top:0px;
		left:0px;
	}
	#ppc{
		position:absolute;
		z-index:1000;
		top:135px;
		left:10px;
		font-size:1.5em;
		font-weight:bold;
		color:#272e44;
		font-style:italic;
	}
		#ppc p{
			margin:0px;
		}
		#ppc strong{
			font-size:1.2em;
		}	
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
	display:none;
}
	body#index #flashSlideshow {
		display:block;
	}
#contentContainer {
	width: 891px;
	background:#FFFFFF;
}

	#contentLeft {
		float: left;
		width: 530px;
		padding:0px 30px;
		margin-top:10px;

	}
	#contentLeft img{

		padding-left:10px;


	}	
		body#contact #contentLeft{
			width:400px;
		}
		#contentLeft-text {
			padding: 10px;
		}
	
	#contentRight {
		float: right;
		width: 300px;
		padding-top:27px;
	}
	
	#contentRightContact {
		float: right;
		width: 330px;
		
		padding:40px 10px 0px 10px;
		
		
	}
			#contentRight-text {
			padding: 10px;
		}
	
	#map {
		width: 450px;
		height: 300px;
		border:#000 solid
	}

	#tagline{
		font-size:22px;
		position:absolute;
		top:60px;
		left:300px;
		width:400px;
		font-weight:bold;
		padding-left:10px;
		border-left:5px solid #e60205;
	}
		#tagline p{
			margin:0px;
			color:#272e44;
		}
		#tagline p strong{
			font-size:2.0em;
		}
	#cta{
		position:absolute;
		top:30px;
		left:700px;
	}
	#cta2{
		margin-top:5px;
		width:300px;
		height:179px;
		background:url(../../images/cta3.jpg) no-repeat;
	}
		#cta3{
		margin-top:5px;
		width:300px;
		height:179px;
		background:url(../../images/cta2.gif) no-repeat;
	}	
	#cta3 p{
	padding:10px 0px 0px 0px ;
	margin:0px;
	}
	#liveass{
	position:relative;
	top:60px;
	left:30px;
	width:240px;
	font-size:14px;
	line-height:16px;
	
	}
	#liveass2{
		position:relative;
		top:65px;
		left:166px;
		color:#fff;
	}
	
	#liveass2 a{

	color:#fff;
	}	
	#liveass2 a:hover{

	color:#000;
	}	
	#gallery{
		position:relative;
		top:0px;
		left:0px;
		width:280px;
		height:58px;
		padding:10px 0px 0px 21px;
		color:#FFFFFF;
		background:url(../../images/gallerylink.gif) no-repeat;
	}
	#gallery a{

	color:#fff;
	}	
	#gallery a:hover{

	color:#000;
	}	
	#cta-fgas{
		background:url(../../images/fgas.gif) no-repeat;
		height:110px;
		margin-top:5px;
		width:285px;
		padding-top:10px;
	}
		#cta-fgas p{
			margin:0px; 
			text-align:center;
			color:#484848;
			padding-top:5px;
		}
		#cta-fgas p strong{
			font-size:2.0em;
		}
		#cta-fgas a:link, #cta-fgas a:visited{
			text-align:center;
			color:#fff;
			position:relative;top:15px;right:7px;
		}
		#cta-fgas a:hover{
			
			color:#2ac9e6;
			
		}	
	#taxcta{
		width:260px;
		position:absolute;
		top:230px;
		left:600px;
	}	
	#taxcta #hover{
		display:none;
		
	}
	#taxcta #normal{
		display:block;
	}	
			
#residential-button{
	background:url(../../images/residential-button.gif) no-repeat;
	width:210px;
	height:160px;
	float:left;
	margin:0px 10px 0px 10px;
	font-size:2.0em;
}

	#residential-button strong{
		color:#fff;
		
	}
	a#residential-button:link, a#residential-button:visited{
		color:#a3bbe1;
		padding:10px 0px 0px 10px;
	}
#commercial-button{
	background:url(../../images/commercial-button.gif) no-repeat;
	width:210px;
	height:160px;
	height:160px;
	float:left;
	margin:0px 10px 0px 10px;
	font-size:2.0em;
}
	#commercial-button strong{
		color:#fff;
		
	}
	a#commercial-button:link, a#commercial-button:visited{
		color:#a3bbe1;
		padding:10px 0px 0px 10px;
	}
.right{
	float:right;
}	

.type {
	width:100px;
	height:140px;
	text-align:center;
	float:left;
	margin-right:2px ;
	padding-top:80px;
	display:block;
	margin:0px 2px;
	background:url(../../images/type-arrow.gif) no-repeat;
	text-decoration:none !important;
}
	.type img{
		padding:0px !important;
	}
	a.type:hover{
			background:url(../../images/type-arrow-hover.gif) no-repeat;
	}
	
	
	#contentTestimonials {
		float: left;
		width:860px;
		padding:0px 30px;
		margin-top:10px;

	}
		#contentTestimonials h3 {
			text-align:center;
			padding:0 0 10px 0;
		}
	
	#testimonial {
		float:left;
		width:500px;
		margin:10px 200px 50px;
		font-size:1em;
		color:#000066;
	}
	
	#testimonial {
		padding:10px 0;
	}
	
	#testimonial p span {
		color:#000066;
		font-weight:bold;
	}
		
	#testimonial img {
		padding:0 10px;
	}
	
	.photo {
		margin:0 40px;
	}
	
	.companyDetails {
		float:right;
		margin:0 35px;
	}
	
.centre {
	text-align:center;
	}
	
		
	
	
			
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width:891px;
	background:#fff;
	position:relative;
	left:1px;
}

	#navigation ul {
		margin: 0px;
		display: inline;
		list-style: none;
		padding: 0px;
	}
	
	#navigation li {
		display: inline;
		margin: 0px;
	}
		  
	#navigation a {
		float:left;
		background: url(../../images/navbg.gif) right repeat-x #00216b;
		color: #fff;
		text-decoration:none;
		padding: 10px 24px 10px 23px;
		font-weight: bold;
		border-right: #fff solid 1px;
		font-size: 1.0em;
	}
	/* * html #navigation a {
		float:left;
		background: url(../../images/navbg.gif) right repeat-x #00216b;
		color: #fff;
		text-decoration:none;
		padding: 10px 9px 9px 8px;
		font-weight: bold;
		border-right: #fff solid thin;
		font-size: 1.0em;	
	}*/
	#navigation a:hover {
	background:#000 url(../../images/hoverbg.jpg) right repeat-x;
	
	}
	
	#navigation a.twoline{
		padding:1px 10px;
		text-align:center;
		width:110px;
		height:35px;
	}
	#navigation a.width{
		width:85px;
	}	
	#navigation a.contact{
	padding:10px 5px 10px 5px;
	text-align:center;
	width:82px;
	}
	
#dropdown{
	display:none;
	position:absolute;
	top:420px;
	left:92px;
}

	#dropdown ul{
		margin: 0px;
		padding: 0px;
	}
	
		#dropdown ul li{
			list-style:none;
			width:200px;
		}	
		
			#dropdown ul li a{
				background:#6D859E;
				width:200px;
				display:block;
				padding:10px;
				color:#fff;
			}
			#dropdown ul li a:hover{
				background:#CADEE7;
				color:#0C162F;
			}
/* Footer Styles
--------------------------------------------------------------- */

#footer {
	clear: both;
	width: 891px;
	padding-top:20px;
	color: #92bbcf;
	background: url(../../images/misc/footerBg.png) bottom #fff;
	font-size: 0.9em;
	text-align: center;
}
	#footer a {
		white-space: nowrap;
		color: #386d87;
		text-decoration: none;
	}
	#footer a:hover {
		color: #444;
		text-decoration:underline;
	}

ul#footerNav {
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 880px;
	text-align: center;
}
	ul#footerNav li {
		display: inline;
		margin: 0px 5px 0px 0px;
	}
	
ul#footerAreas {
	clear:left;
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
	width: 880px;
	text-align: center;
}
	ul#footerAreas li {
		display: inline;
	}
	ul#footerAreas a {
		color:#666666;
	}

ul#footerDetails  {
	clear:left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	width: 870px;

}
	ul#footerDetails li {
		display:block;
		list-style: none;
	}
	
ul#footerW3C {
	margin: 0px;
	text-align: center;
	padding: 0px 0px;
}
	ul#footerW3C li {
		display: inline;
	}

#adtrakDesign {
	text-align: center;
	width: 720px;
}

/* List Styles
--------------------------------------------------------------- */

ul li {
	line-height: 1.4em;
}
ul.numbered{
	list-style:decimal;
}
/* Image Styles
--------------------------------------------------------------- */

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

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

#contactTable input, #contactTable textarea, #contactTable select {
	border: 1px solid #ccc;
	background: #fff;
}

	#contactTable #botBuster {
		display: none;
	}

.clearfix {
	clear: both;
}

.portable{
	text-align:center;
	
}
.blue{
	background:#121212;
	color:#fff;
	
}
td.big{
	font-size:2.0em;
}
.portable td{
border:1px solid #cccccc;
}
.left{
	text-align:left;
}