/* CSS Document */

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

p {
	line-height: 1.4em;
	padding: 0px;
	margin: 0px;
}

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/bodyBg.jpg) center top repeat-y #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #375f43;
	text-decoration: underline;
	outline: none;
}

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

a img {
	border: none;
}

h1 {
	color: #375f43;
	font-size: 1.8em;
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

h2 {
	color: #375f43;
	font-size: 1.2em;
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

h3 {
	color: #375f43;
	font-size: 1.2em;
	padding: 3px 0px 5px 0px;
	margin: 0px;
}

/* 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: 330px; /* Same as height of header */
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 594px;
			padding: 10px 20px 10px 20px;
		}
		
			#main p {
				color: #375f43;
				padding: 5px 0px 5px 0px;
			}
			
			#main ul.mainList {
				width: 180px;
				float: left;
				padding: 10px 0px 0px 10px;
				color: #375f43;
			}
			
			#flash-gallery {
				width: 594px;
				height: 380px;
				margin: 10px 0px 10px 0px;
			}
			
			#contactForm {
				padding: 10px;
				background: #eee;
			}
			
			.contactDetails {
				width: 280px;
				float: left;
				padding: 0px 10px 10px 0px;
			}
			
/* Services Grid Links - Home Page
--------------------------------------------------------------- */

		#servicesGrid {
			margin: 5px 0px 5px 0px;
			padding: 10px 10px 20px 10px;
			float: left;
			clear: both;
			background: #eee;
		}
		
			#servicesGrid p {
				font-weight: bold;
				font-size: 1.4em;
			}
			
			#servicesGrid a {
				width: 135px;
				height: 50px;
				float: left;
				padding: 26px 0px 0px 0px;
				color: #375f43;
				text-align: center;
				text-decoration: none;
				font-weight: bold;
				font-size: 1.2em;
				margin: 0px 10px 10px 0px;
				background: url(../../images/layout/serviceGridLinkBg.jpg) no-repeat;
			}
			
				#servicesGrid a.largeLink {
					height: 56px;
					padding: 20px 0px 0px 0px;
				}
				
					#servicesGrid a.largeLink span {
						display: block;
					}
				
				#servicesGrid a.lastGridLink {
					margin: 0px 0px 10px 0px;
				}
				
			#servicesGrid a:hover {
				color: #000;
				background: url(../../images/layout/serviceGridLinkBgHover.jpg) no-repeat;
			}
			
/* Sidebar Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 346px;
			padding: 10px 0px 10px 0px;
		}

/* Sidebar Call to Action Styles
--------------------------------------------------------------- */

			#cta1 {
				width: 346px;
				height: 285px;
				background: url(../../images/layout/cta-left-1-bg.jpg) no-repeat;
			}
			
				#cta1 p {
					padding: 232px 0px 0px 42px;
					color: #fff;
					font-size: 2.0em;
					font-weight: bold;
					text-transform: uppercase;
				}
			
			#cta2 {
				width: 250px;
				height: 110px;
				padding: 9px 0px 0px 0px;
				margin: 6px 64px 0px 32px;
				background: url(../../images/layout/cta-left-2-bg.jpg) no-repeat;
			}
			
				#cta2 p {
					color: #fff;
					font-size: 1.4em;
					font-weight: bold;
					text-align: center;
					line-height: 1.1em;
				}
				
					#cta2 p span {
						display: block;
					}
				
				#cta2 a {
					width: 140px;
					height: 25px;
					display: block;
					padding: 5px 0px 0px 0px;
					margin: 14px 55px 0px 55px;
					color: #375f43;
					text-decoration: none;
					text-align: center;
					font-size: 1.4em;
					font-weight: bold;
					background: url(../../images/layout/cta2-button-bg.jpg) no-repeat;
				}
				
					#cta2 a:hover {
						color: #000;
					}

/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 980px;
	height: 125px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 347px;
		height: 88px;
		z-index: 1;
		position: absolute;
		left: 25px;
		top: 18px;
	}
	
		#flashLogo {
			width: 80px;
			height: 88px;
			z-index: 10;
			position: absolute;
			left: 12px;
			top: 9px;
		}
	
	#cta-top-right {
		width: 570px;
		height: 100px;
		float: right;
		padding: 25px 30px 0px 0px;
	}
	
		#cta-top-right p {
			color: #375f43;
			margin: 0px;
			padding: 0px;
			text-align: right;
			font-size: 1.6em;
			line-height: 1.2em;
			font-weight: bold;
		}
		
			#cta-top-right p span {
				color: #bed63a;
				line-height: 1.3em;
				font-size: 1.4em;
			}
			
				#cta-top-right #arrow {
					z-index: 1;
					position: absolute;
					right: 370px;
					top: 75px;
				}

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

#headerBar {
	width: 980px;
	height: 152px;
	padding: 13px 0px 0px 0px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 165px;
	background: url(../../images/layout/headerBarBg.jpg) repeat-x;
}	

	#headerBarImage {
		width: 980px;
		height: 140px;
		float: left;
	}

	#index #headerBarImage {
		background: url(../../images/layout/home-headerBar-image.jpg) no-repeat;
	}
	
	#cable #headerBarImage {
		background: url(../../images/layout/cable-headerBar-image.jpg) no-repeat;
	}
	
	#scrap #headerBarImage {
		background: url(../../images/layout/scrap-headerBar-image.jpg) no-repeat;
	}
	
	#copper #headerBarImage {
		background: url(../../images/layout/copper-headerBar-image.jpg) no-repeat;
	}
	
	#aluminium #headerBarImage {
		background: url(../../images/layout/aluminium-headerBar-image.jpg) no-repeat;
	}
	
	#lead #headerBarImage {
		background: url(../../images/layout/lead-headerBar-image.jpg) no-repeat;
	}
	
	#weee #headerBarImage {
		background: url(../../images/layout/weee-headerBar-image.jpg) no-repeat;
	}
	
	#ferrous #headerBarImage {
		background: url(../../images/layout/ferrous-headerBar-image.jpg) no-repeat;
	}
	
	#pvc #headerBarImage {
		background: url(../../images/layout/pvc-headerBar-image.jpg) no-repeat;
	}
	
	#contact #headerBarImage {
		background: url(../../images/layout/contact-headerBar-image.jpg) no-repeat;
	}

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

#navigation {
	width: 980px;
	height: 40px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 125px;
}

#index #navigation {
	background: url(../../images/layout/navBg-index.jpg) no-repeat;
}

#cable #navigation {
	background: url(../../images/layout/navBg-cable.jpg) no-repeat;
}

#scrap #navigation {
	background: url(../../images/layout/navBg-scrap.jpg) no-repeat;
}

#copper #navigation {
	background: url(../../images/layout/navBg-copper.jpg) no-repeat;
}

#aluminium #navigation {
	background: url(../../images/layout/navBg-aluminium.jpg) no-repeat;
}

#lead #navigation {
	background: url(../../images/layout/navBg-lead.jpg) no-repeat;
}

#weee #navigation {
	background: url(../../images/layout/navBg-weee.jpg) no-repeat;
}

#ferrous #navigation {
	background: url(../../images/layout/navBg-ferrous.jpg) no-repeat;
}

#pvc #navigation {
	background: url(../../images/layout/navBg-pvc.jpg) no-repeat;
}

#contact #navigation {
	background: url(../../images/layout/navBg-contact.jpg) no-repeat;
}

	#navigation ul {
		display: inline;
		list-style: none;
	}
	
		#navigation ul li {
			display: inline;
			margin: 0px;
		}
			  
			#navigation ul li a {
				width: 97px;
				height: 26px;
				float: left;
				padding: 14px 0px 0px 0px;
				color: #fff;
				text-decoration: none;
				text-align: center;
				font-style: italic;
				font-weight: bold;
				font-size: 1.1em;
				line-height: 1.0em;
			}
			
				#navigation ul li a.dblLine {
					width: 97px;
					height: 32px;
					padding: 8px 0px 0px 0px;
				}
				
					#navigation ul li a.dblLine span {
						display: block;
					}

				#navigation ul li a:hover {
					color: #ccc;
				}
				
					#index #navigation .index-a {
						width: 106px;
						color: #375f43;
					}
					
						#navigation .index-a {
							width: 106px;
						}
					
					#cable #navigation .cable-a,
					#scrap #navigation .scrap-a,
					#copper #navigation .copper-a, 
					#aluminium #navigation .aluminium-a,
					#lead #navigation .lead-a,
					#weee #navigation .weee-a,
					#ferrous #navigation .ferrous-a,
					#pvc #navigation .pvc-a,
					#contact #navigation .contact-a {
						color: #375f43;
					}

/* Sub Navigation Styles
--------------------------------------------------------------- */

					#subNav {
						visibility: hidden;
						width: 193px;
						height: 125px;
						padding: 15px 0px 0px 0px;
						z-index: 1;
						position: absolute;
						left: 302px;
						top: 13px;
						background: url(../../images/layout/subNavBg.jpg) no-repeat;
					}
					
						#subNav ul {
							list-style: none;
						}
						
							#subNav ul li {
								padding: 1px 0px 1px 20px;
								margin: 3px 0px 3px 0px;
								background: #5e814e;
							}
							
								#subNav ul li a {
									color: #fff;
									text-decoration: none;
								}
								
									#subNav ul li a:hover {
										color: #ccc;
									}

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

#footer {
	clear: both;
	width: 980px;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	color: #000;
	background: url(../../images/layout/footerBg.jpg) repeat-x top #85a73f;
	font-size: 0.9em;
}
	
	#footer li {
		list-style: none;
	}
	
	#footer p {
		margin: 0px;
		padding: 0px;
	}
	
	#footer p.footerHeading {
		color: #fff;
		font-size: 1.4em;
		font-weight: bold;
	}

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

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

	#footer #footer-left {
		width: 618px;
		min-height: 310px;
		height: auto !important;
		height: 310px;
		float: left;
	}

/* Footer Heading Top
--------------------------------------------------------------- */

		#footer #footer-left-top {
			width: 598px;
			height: 27px;
			float: left;
			padding: 83px 0px 0px 20px;
		}
		
			#footer #footer-left-top p {
				color: #fff;
				font-size: 1.8em;
				font-weight: bold;
			}

/* Footer What We Do Styles
--------------------------------------------------------------- */

			#footer #footer-left-left {
				width: 289px;
				float: left;
				padding: 20px 0px 0px 20px;
			}
			
				#footer #footer-left-left #logos {
					width: 89px;
					float: left;
				}
				
				#footer #footer-left-left #what-we-do {
					width: 150px;
					float: left;
					padding: 0px 0px 0px 50px;
				}

/* Footer Contact Details Styles
--------------------------------------------------------------- */

			#footer #footer-left-right {
				width: 289px;
				float: right;
				padding: 20px 0px 0px 20px;
			}
				
				#footer #footer-left-right ul {
					margin: 5px 0px 0px 0px;
				}
				
					#footer #footer-left-right ul li {
						display: inline;
					}
	
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: right;
		width: 362px;
		min-height: 310px;
		height: auto !important;
		height: 310px;
		background: url(../../images/layout/footerBgRight.jpg) no-repeat top #85a73f;
	}

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

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

.img-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}

.vasa-logo {
	float: right;
	margin: 8px 0px 0px 8px;
}
	
/* Contact Table Styles
--------------------------------------------------------------- */

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

.clearfix {
	clear: both;
}

