/* 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 {
	font-size: 2.3em;
	font-weight: normal;
}

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

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


/* 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;
		padding-top: 450px;
	}
	
#contentContainer li {
margin: 0px 0px 0px 12px;
}	
	
	#index #contentContainer {
		padding-top: 580px;
	}	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 540px;
			padding: 10px 10px;
			margin-bottom:40px;
		}
		
			#main p {
				margin: 7px 0px 7px 0px;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 310px;
		}
			#cta1{
				float:right;
				right:10px;
				position:relative;
			}
				#cta1 p{
					position:absolute;
					top:234px;
					color:#fbc509;
					font-size:2.4em;
					font-weight:bold;
					left:10px;
				}	
		
/* Header Styles
--------------------------------------------------------------- */

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

	#logo {
		width: 420px;
		height: 81px;
		float: left;
		padding: 0px 0px 0px 0px;
		text-transform: uppercase;
		text-align: center;
		position: relative;
		font-style: italic;
		font-size: 2.7em;
	}
	
		#logo p#logo-aircon, #logo p#logo-town {
			position: absolute;
			top: 5px;
			left: 0px;
		}
		
			#logo p#logo-town {
				top: 30px;
				font-size: 1.4em;
			}
	
		#logo a {
			color: #fff;
			letter-spacing: -2px;
			text-decoration: none;
		}
	
		#logo span {
			font-size: 1.4em;
		}
	
	#cta-top-right {
		width: 530px;
		color: #0e3d66;
		float: right;
		padding: 15px 0px 0px 0px;
		text-align: right;
		font-style: italic;
		height: 76px;
		font-size: 1.6em;
		letter-spacing: -1px;
		line-height: 24px;
	}
	
		#cta-top-right .phonenumber {
			font-size: 2.6em;
		}
	#headerimg{
		position:absolute;
		top:150px;
		left:0px;
	}
	#headerText{
		position:absolute;
		top:150px;
		left:370px;
		color:#0e3d66;
	}
		#largeHeaderText{
			font-size:3.0em;
			text-transform:uppercase;
			font-style:italic;
		}	
		#smallHeaderText{
			font-weight:bold;
		}
	#delivery-cta{
		position:absolute;
		top:310px;
		left:510px;
	}
	
	#headerLinks{
		position:absolute;
		top:410px;	
		left:0px;
	}
		#headerLinks ul{
			margin:0px;
			padding:0px;
		}
			#headerLinks ul li{
				float:left;
				list-style:none;
				display:inline;
			}	
			#headerLinks ul li a{
				display:inline;
				float:left;
				width:220px; 
				height:125px;
				margin:10px;
				font-style:italic;
				text-align:center;			
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				font-size:1.8em;
				text-align:center;
			}							
			#headerLinks ul li a.installation{
				background:url(../../images/misc/headerlink1.jpg);
			}
			#headerLinks ul li a.repairs{
				background:url(../../images/misc/headerlink2.jpg);
			}
			#headerLinks ul li a.maintenance{
				background:url(../../images/misc/headerlink3.jpg);
			}
			#headerLinks ul li a.commercial{
				background:url(../../images/misc/headerlink4.jpg);
			}									
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

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

#navigation {
	width: 960px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 81px;
	background: #296495;
	padding: 0px 0px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 1px solid #fff;
				color: #c7f5ff;
				text-decoration: none;
				padding: 5px 14px 5px 14px;
				font-weight: bold;
				text-transform: uppercase;
				text-align: center; 
			}
			
				#navigation ul li a span {
					display: block;
				}
				
				#navigation ul li a.singleLine {
					padding-top: 13px;
					padding-bottom: 12px;
				}					
			
				#navigation ul li a.contact-a {
					border: none;
						}

				#navigation ul li a:hover {
					background: #10436d;
					color: #fff;
				}
				


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

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

#footer {
	clear: both;
	width: 940px;
	color: #fff;
	background:url(../../images/misc/footer.gif);
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
}

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

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

	#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;
		margin: 0px;
	}
	
		#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: 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: right;
		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-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
--------------------------------------------------------------- */

#contactLeft {
	float:left;
	width:300px;
	padding:10px 0px 0px 0px;
}

#contactRight {
	float:right;
	width:300px;
	padding:10px 0px 0px 0px;
}

.errors {
	font-size:1.3em;
	padding:0px 0px 0px 20px;
	color:#FF0000;
	font-weight:bold;
}

#contact h2 {
	border:none;
}

#contactTable {
	float:left;
}
	
#contactTable #botBuster {
	display: none;
}
	
#form {
	float:left;
	width:630px;
}

form.formular {
	font-size: 12px;
	width:630px;
}

.formular fieldset {
	margin:0px 0px 5px 0px;
	padding : 0px 15px 15px 15px;
	border: 1px solid #104068;	
}

.formular fieldset.botBuster {
	display:none;
}

.formular legend {
	font-size: 1.4em;
	color: #104068;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 10px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #104068;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #104068;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #104068;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #AAA;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #99C8DF;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}


#manufacturers-logos{
	clear:both;
}
