/* 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/body-bg.jpg) repeat-x #e4efff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #ab1f27;
	text-decoration: none;
}

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

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	color: #143d77;
	padding: 0px;
	margin: 0px 0px 5px ;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #ab1f27;
	padding: 0px;
	margin: 0px;
}

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

/* 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: 165px;
		background: url(../../images/layout/test-bg.jpg) repeat-y;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 750px;
			padding: 20px 0px 0px 0px;
			background: url(../../images/layout/main-bg.jpg) top no-repeat #cccdce;
		}
		
			#main-container {
				width: 730px;
				float: left;
				padding: 0px 10px 0px 10px;
				background: url(../../images/layout/main-container-bg.jpg) repeat-y;
			}
		
				#content-cta {
					width: 700px;
					height: 210px;
					float: left;
					padding: 10px 10px 0px 20px;
					margin-bottom: 10px;
					background: url(../../images/layout/content-cta-bg.jpg) no-repeat;
				}
					
					#content-cta p {
						width: 320px;
						color: #d0cfcf;
						padding: 0px;
						margin: 0px;
						font-size: 1.4em;
						line-height: 1.2em;
						font-weight: bold;
					}
					
						#content-cta p.cta-heading {
							width: 380px;
							color: #fff;
							font-size: 2.4em;
							font-weight: normal;
							text-transform: uppercase;
						}
						
							#content-cta p.cta-tag {
								color: #399cd5;
								font-size: 2.4em;
								font-weight: normal;
								text-transform: uppercase;
							}
							
								#content-cta p.cta-tel {
									color: #fff600;
									font-size: 2.4em;
									font-weight: normal;
								}
				
				#content-area {
					width: 700px;
					float: left;
					padding: 10px 15px 10px 15px;
					background: url(../../images/layout/content-area-bg.jpg) top no-repeat #fff;
				}
				
					#content-area ul {
						padding: 5px 0px 5px 20px;
					}
					
						#content-area td {
							padding: 2px 15px 2px 0px;
						}
						
							#content-area th {
								padding: 2px 15px 2px 0px;
							}
				
				#map {
					width: 600px;
					height: 400px;
					margin: 20px 0px 10px 50px;					
					border: 3px solid #cdcdcf;
				}
				
/* Product Grid Styles
--------------------------------------------------------------- */			

		.productGrid {
			width: 133px;
			height: 160px;
			float: left;
			margin: 5px 0px 0px 2px;
			border: 1px solid #143d77;
		}
		
			.productGridImage {
				width: 95px;
				height: 95px;
				float: left;
				padding: 5px 19px 5px 19px;
			}
			
				.productGridLink {
					width: 133px;
					height: 43px;
					float: left;
					padding: 12px 0px 0px 0px;
					text-align: center;
					background: #cdcdcf;
				}
				
					.productGridLink a {
						color: #000;
						font-weight: bold;
						text-decoration: none;
					}
					
						.productGridLink a:hover {
							text-decoration: underline;
						}
						
/* Product Listing Styles
--------------------------------------------------------------- */

		.productListing {
			width: 700px;
			height: 103px;
			border-bottom: 2px solid #cdcdcf;
		}
		
			.productListingImage {
				width: 95px;
				height: 95px;
				padding: 4px 10px 4px 0px;
				float: left;
			}
			
				.productListing h2 {
					padding: 5px 0px 5px 0px;
				}
				
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 230px;
			padding: 20px 0px 0px 0px;
			background: url(../../images/layout/sidebar-bg.jpg) top no-repeat;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 980px;
	height: 120px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: url(../../images/layout/header-bg.jpg) no-repeat;
}

	#logo {
		width: 420px;
		height: 90px;
		float: left;
	}
	
	#cta-top-right {
		width: 543px;
		height: 100px;
		float: right;
		padding: 27px 10px 0px 0px;
		text-align: right;
		font-size: 1.5em;
	}
	
		#cta-top-right p {
			margin: 0px;
			padding: 0px;
			line-height: 1.1em;
			color: #399cd5;
		}
		
			#cta-top-right span.location {
				color: #fff600;
			}
			
			#cta-top-right span.tel {
				color: #fff;
			}
			
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 936px;
	height: 33px;
	padding: 0px 22px 2px 22px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 120px;
	background: url(../../images/layout/horizontal-nav-bg.jpg) no-repeat;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul {
			float: right;
			margin: 0px;
		}	
			
			#navigation li {
				display: inline;
			}
			  
			#navigation ul li a {
				height: 25px;
				float: left;
				color: #174a8e;
				text-decoration: none;
				font-weight: bold;
				font-size: 1.1em;
				border-left: 1px solid #686868;
				padding: 8px 15px 0px 15px;
			}

				#navigation ul li a:hover {
					color: #fff;
				}
				
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#vertical-nav {
	float: left;
	width: 228px;
	padding: 0px 0px 0px 2px;
	background: url(../../images/layout/sidebar-nav-bg.jpg) repeat-y #a81f27;
}

	#vertical-nav ul {
		display: inline;
		list-style: none;
	}
	
		#vertical-nav ul li {
			display: inline;
			margin: 0px;
		}
			  
			#vertical-nav ul li a {
				width: 215px;
				float: left;
				padding: 5px 5px 5px 8px;
				background: #00216b;
				color: #fff;
				text-decoration: none;
				text-align: left;
				font-weight: bold;
				font-size: 1.1em;
				background: url(../../images/layout/navBg.png) #a81f27;	
				border-bottom: #7e0910 1px solid;
				border-top: #a81f27 1px solid;
			}
				
				#vertical-nav ul li a.dblLine {
					padding: 5px 5px 5px 8px;
					line-height: 0.9em;
				}
				
				#vertical-nav ul li a:hover {
					color: #ccc;
					background: #a81f27;
				}

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

#footer-top {
	width: 980px;
	height: 20px;
	float: left;
	background: url(../../images/layout/footer-top-bg.jpg) no-repeat;
}

#footer {
	clear: both;
	width: 980px;
	color: #333;
	font-size: 0.9em;
	background: url(../../images/layout/footer-bg.jpg) repeat-y;
}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 5px 0px 5px 0px;
	}
	
	#footer p.footerHeading {
		color: #143d77;
		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 Contact Details Styles
--------------------------------------------------------------- */

	#footer-contact {
		width: 270px;
		float: left;
		padding: 0px 0px 5px 20px;
	}
	
/* Footer Company Details Styles
--------------------------------------------------------------- */

	#footer-company {
		width: 270px;
		float: left;
		padding: 0px 0px 5px 0px;
	}
	
/* Footer Links Details Styles
--------------------------------------------------------------- */

	#footer-links {
		width: 400px;
		float: left;
		padding: 0px 20px 5px 0px;
	}
	
		#footer-links ul li {
			display: inline;
		}
		
			#footer-links ul li a {
				padding: 2px 10px 2px 0px;
			}

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

	#footer-bottom {
		width: 940px;
		float: left;
		padding: 5px 20px 5px 20px;
		border-top: 2px solid #fff;
	}
	
		#footer-bottom-left {
			width: 470px;
			float: left;
		}
		
		#footer-bottom-right {
			width: 470px;
			float: right;
			text-align: right;
		}
		
			#footer-bottom-right ul li {
				display: inline;
				float: right;
				padding: 0px 2px 0px 0px;
				margin: 0px;
			}
			
			#footer-bottom-right p {
				padding: 0px;
				margin: 0px;
			}

/* 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
--------------------------------------------------------------- */
	
	#contactTable {
		float: right;
		margin: 8px 0px 0px 0px;
	}
	
	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

