/* CSS Document */

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

p {
	line-height: 1.4em;
}

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

	ul li {
		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/layout/bodyBg2.jpg) center repeat-y #e7ebed;
	margin: 0px;
}

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

a:link, a:visited, a:focus {

	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	color: #2582e2;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 1.6em;
	color: #9ba90e;
	padding: 0px;
	margin: 0px;
}

.link {
	color: #0000FF;
	text-decoration: underline;
}

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

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

	#contentContainer {
		width: 980px;
		position: absolute;
		z-index: 1;
		top: 325px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 665px;
			padding: 15px 0px 0px 25px;
		}
		
			#index #main,
			#npl #main,
			#commercial #main {
				float: left;
				width: 375px;
				padding: 15px 0px 0px 25px;
			}
			
					#main ul {
						padding: 5px 0px 5px 20px;
					}
					
					#contact-us-form {
						height: 250px;
						float: right;
						border: 1px solid #666;
						background: #ccc;
					}
					
					#map {
						width: 238px;
						height: 250px;
						margin: 29px 0px 10px 0px;
						border: 1px solid #666;
					}
					
		#main ul.ticks li {
			list-style: none;
			background: url(../../images/misc/tick.jpg) left center no-repeat;
			padding: 4px 0px 4px 30px;
		}

/* Sidebar Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 240px;
			padding: 15px 25px 0px 25px;
		}
			
			#index #sidebar,
			#npl #sidebar,
			#commercial #sidebar {
				float: right;
				width: 580px;
				padding: 15px 0px 0px 0px;
			}

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

			.content-cta {
				width: 230px;
				height: 105px;
				padding: 15px 10px 0px 0px;
				margin: 0px 0px 5px 0px;
			}
			
				.content-cta p {
					padding: 0px;
					margin: 0px;
					font-size: 1.6em;
					font-weight: normal;
					text-align: right;
					text-transform: uppercase;
					line-height: 0.9em;
					color: #fff;
				}
				
					.content-cta a {
						color: #fff;
						text-decoration: none;
						font-weight: bold;
						float: right;
						padding: 5px 0px 0px 0px;
					}
					
						.content-cta a:hover {
							text-decoration: underline;
						}
			
							.cta1 {
								background: url(../../images/layout/cta1-bg.jpg) no-repeat;
							}
							
								.cta1 span {
									color: #a58a1e;
								}
								
									.cta1 span.cta1Tel {
										color: #1284d8;
										font-size: 1.3em;
										line-height: 1.0em;
									}
							
							.cta2 {
								background: url(../../images/layout/cta2-bg.jpg) no-repeat;
							}
							
								.cta2 p {
									color: #744a10;
								}
									
									.cta2 p.light {
										color: #dbb57d;
									}
									
										.cta2 span {
											color: #fff;
										}
							
							.cta3 {
								background: url(../../images/layout/cta3-bg.jpg) no-repeat;
							}
							
								.cta3 p {
									color: #d0e02a;
								}
								
									.cta3 p.blue {
										color: #1b4464;
									}
								
										.cta3 span {
											color: #fff;
										}
										
											.cta3 a {
												color: #d0e02a;
											}
	
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 955px;
	height: 100px;
	padding: 0px 0px 0px 20px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 430px;
		height: 100px;
		float: left;
	}
	
	#cta-top-right {
		width: 515px;
		height: 85px;
		float: right;
		margin-top: 5px;
		padding: 10px 10px 0px 0px;
		background: url(../../images/layout/cta-top-right-bg.jpg) right;
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			color: #fff;
			text-align: right;
			font-size: 1.7em;
			font-weight: bold;
			line-height: 1.0em;
		}
		
			#cta-top-right span {
				color: #FFFF00;
			}
			
			#cta-top-right span.location {
				color: #333333;
			}
			
			#cta-top-right span.telNo {
				font-size: 2em;
				line-height: 0.9em;
				letter-spacing: -3px;
			}

/* Header Bar CTA Styles
--------------------------------------------------------------- */

#headerBar {
	width: 960px;
	height: 155px;
	padding: 5px 10px 5px 10px;
	position: absolute;
	z-index: 1;
	top: 160px;
	left: 0px;
	background: url(../../images/layout/headerBarBg.jpg) repeat-x;
}

	.headerBarElement {
		width: 320px;
		height: 155px;
		float: left;
	}
	
		.headerBarElement p.barHeading {
			color: #2582e2;
			font-size: 2.2em;
			text-transform: uppercase;
			line-height: 1.0em;
			padding: 22px 0px 5px 0px;
			margin: 0px;
		}
		
			.headerBarElement a {
				color: #fff;
				font-size: 1.1em;
				text-decoration: none;
			}
			
				.headerBarElement a:hover {
					text-decoration: underline;
				}
	
		.headerBarImg {
			float: left;
			margin: 0px 10px 0px 0px;
		}

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

#navigation {
	width: 955px;
	height: 45px;
	padding: 0px 0px 0px 25px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 100px;
	background: url(../../images/layout/navBg.jpg) repeat-x;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				height: 31px;
				padding: 14px 15px 0px 15px;
				float: left;
				color: #fff;
				text-decoration:none;
				font-weight: bold;
				font-size: 1.2em;
				background: url(../../images/layout/navBorder.jpg) no-repeat right;
			}

				#navigation ul li a:hover {
					color: #d3e42d;
				}
				
					#index #navigation .index-a,
					#domestic #navigation .domestic-a,
					#commercial #navigation .commercial-a,
					#joinery #navigation .joinery-a,
					#npl #navigation .npl-a,
					#contact #navigation .contact-a {
						color: #2582e2;
						background: url(../../images/layout/activeNavBg.jpg) repeat-x;
					}

/* Sub Nav
--------------------------------------------------------------- */

#subnav-commercial {
	width: 157px;
	padding: 2px 10px 2px 10px;
	z-index: 100;
	position: absolute;
	left: 94px;
	top: 141px;
	visibility: hidden;
	border-bottom: 1px solid #a9c9e8;
	border-left: 1px solid #a9c9e8;
	border-right: 1px solid #a9c9e8;
	background: #fff;
}
	
	#subnav-commercial ul {
		text-align: center;
	}
	
		#subnav-commercial li {
			list-style: none;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #ccc;
		}
		
			#subnav-commercial li.subnavEnd {
				border: none;
			}
		
				#subnav-commercial a {
					color: #2582e2;
					font-weight: bold;
					font-size: 1.2em;
					line-height: 0.8em;
					text-decoration: none;
				}
				
					#subnav-commercial a:hover {
						color: #333;
					}

/* Commercial Page Nav Styles
--------------------------------------------------------------- */

#commercial-nav {
	width: 220px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #2582e2;
	margin: 0px 0px 10px 0px;
	background: #fff;
}
	
	#commercial-nav ul {
		text-align: left;
		padding: 0px;
		margin: 0px;
	}
	
		#commercial-nav li {
			list-style: none;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #ccc;
		}
		
			#commercial-nav li.comnavEnd {
				border: none;
			}
		
				#commercial-nav a {
					color: #2582e2;
					font-size: 1.0em;
					line-height: 0.8em;
					text-decoration: none;
				}
				
					#commercial-nav a:hover {
						color: #333;
					}

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

#footer {
	clear: both;
	width: 930px;
	padding: 15px 25px 5px 25px;
	margin: 10px 0px 0px 0px;
	color: #333;
	font-size: 1.0em;
	background: url(../../images/layout/footerBg.jpg) top repeat-x #e1e1e1;
}
	
	#footer ul {
		padding: 5px 0px 5px 5px;
	}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
	}
	
		#footer p.footerHeading {
			color: #2582e2;
			font-size: 1.4em;
			font-weight: bold;
		}

	#footer a {
		white-space: nowrap;
		color: #333;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #111;
		text-decoration:underline;
	}

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

	.footerDetails {
		width: 220px;
		float: left;
	}
	
	#footerValidate {
		width: 270px;
		float: right;
	}
		
		#footerLogo {
			padding: 39px 0px 5px 0px;
		}
		
		.validLink {
			float: right;
			padding: 0px 0px 2px 5px;
		}
		
		#adtrakDesign {
			float: right;
		}

/* Footer Links
--------------------------------------------------------------- */

	#footerLinks {
		width: 930px;
		padding: 5px 0px 5px 0px;
		margin: 5px 0px 0px 0px;
		float: left;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
	
		#footerLinks li {
			display: inline;
			padding: 0px 5px 0px 5px;
		}
		
		#footerLinks a {
			font-size: 0.9em;
			color: #2582e2;
		}

/* Footer Reg Details
--------------------------------------------------------------- */

	#footerReg {
		width: 930px;
		padding: 5px 0px 0px 0px;
		float: left;
		text-align: center; 
	}

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

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

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

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

.clearfix {
	clear: both;
}

.barHeading a{
	color: #2582e2;
}

	.barHeading a:hover{
		color:white;
		text-decoration:none;
	}
