/* 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: #fff;
	background: url(../../images/misc/bodyBg.jpg) top repeat-x #213f4a;
	margin: 0px;
}

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

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

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 3em;
	font-weight: normal;
	color: #08c4b9;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

/* 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;
		border-top: 591px solid #000;
		overflow: auto;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 600px;
			padding: 10px 10px 10px 10px;
		}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.4em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.4em;
				padding: 3px;
			}
			
				#main ul li {
					margin: 6px 0px 6px 30px;
				}
				
			#main p.firstPara {
				font-weight: bold;
			}
			
	#main #cta-bottom {
		font-size: 1.4em;
		margin: 20px 0px 0px 0;
		clear: both;
		padding: 2px 10px;
		background: #0E222A;
	}
	
		#main #cta-bottom p {
			line-height: 25px;
			letter-spacing: -1px;
		}
		
			#main #cta-bottom p span {
				color: #FF0;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}
		
		#contact #main {
			width: 940px;
		}
		
			#contact-left {
				margin-right:50px;
			}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 300px;
			padding-right: 10px;
		}
		
			#cta-wontbebeaten, #cta-fast {
				position: relative;
				width: 300px;
				font-size: 2.2em;
				color: #1f3f4a;
				margin-bottom: 6px;
			}
			
				#cta-tonnes {
					margin-bottom: 10px;
				}
					
			
				#cta-wontbebeaten p.phone, #cta-fast p.phone {
					z-index: 1;
					position: absolute;
					top: 75px;
					letter-spacing: -2px;
					right: 20px;
					text-align: right;
				}
				
					#cta-fast p.phone {
						top: 108px;
						font-size: 1.1em;
					}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 137px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background: url(../../images/misc/headerBg.jpg);
}

	#logo {
		width: 710px;
		height: 137px;
		float: left;
	}
	
	#cta-top-right {
		width: 230px;
		float: right;
		padding: 20px 0px 0px 0px;
		text-align: right;
		height: 117px;
		font-size: 1.3em;
	}
	
		#cta-top-right p.tagline {
			color: #08c4b9;
		}
		
		#cta-top-right p.phone {
			color: #fff;
			font-size: 2.2em;
		}

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

#mainImgHolder {
	padding: 40px 0px 0px 0px;
	z-index: 1;
	position: absolute;
	top: 183px;
	left: 0px;
	width: 960px;
	height: 368px;
	font-size: 1px;
	background: url(../../images/misc/middleBar-bg.jpg) repeat-x;
}

	body#index #mainImgHolder,
	body#contact #mainImgHolder {
		padding: 0px;
		height: 408px;
	}
	
h2#headline, p#midtagline {
	z-index: 10;
	position: absolute;
	right: 0px;
	top: 223px;
	color: #fff;
	text-align: right;
	font-size: 5em;
	width: 460px;
}

	body#index h2#headline {
		width: 600px;
	}

	p#midtagline {
		top: 400px;
		width: 470px;
		font-size: 1.6em;
	}
	
#electric-discharge #headline {
	font-size:4em;
}

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

#navigation {
	width: 960px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 137px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				color: #fff;
				text-decoration: none;
				padding: 10px 15px 16px 15px;
				font-weight: bold;
				font-size: 1.2em;
				text-transform: uppercase;
			}

				#navigation ul li a.contact-a {
					border-right: none;
				}

				#navigation ul li a:hover {
					background: url(../../images/misc/navBg-a-hover.jpg) bottom center no-repeat;
					color: #BFF0EA;
				}
				
#index #navigation .index-a,
#spark-erosion #navigation .spark-erosion-a,
#wire-erosion #navigation .wire-erosion-a,
#electric-discharge #navigation .electric-discharge-a,
#examples #navigation .examples-a,
#capacity #navigation .capacity-a,
#news #navigation .news-a,
#contact #navigation .contact-a {
	background: url(../../images/misc/navBg-a-on.jpg) bottom center no-repeat;
}

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

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

#footer {
	clear: both;
	width: 960px;
	color: #fff7d7;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	background: url(../../images/misc/footerLogo.jpg) right 50px no-repeat;
}

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

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		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: #fff7d7;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #ffcc00;
			text-decoration: underline;
		}

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

	#footer #footer-services {
		float: left;
		width: 190px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 170px;
				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 Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 140px;
	}
	
		#footer #footer-address h2 {
			width: 120px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: left;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}
	
		#footer #footer-bottom img {
			margin: 10px 0px 0px 0px;
		}

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

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

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

.left {
	float:left;
}

.right {
	float:right;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

table.capacity td, table.capacity th {
	text-align: center;
	font-size: 1.2em;
	padding: 4px;
	background: #2e6071 url(../../images/misc/table-td-bg.png) repeat-x;
	border: 1px solid #222;
}

table.capacity th {
	background: #0E222A url(../../images/misc/table-th-bg.png) repeat-x;
	border: 1px solid #111;
}

	table.capacity .empty {
		background: none;
		border: none;
	}
	
table.examples {
	text-align: center;
}

	table.examples th {
		background: #0E222A;
		padding: 13px;
	}
