@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #313131;
}

p {
	line-height: 22px;
	margin: 0 0 8px 0;
} 

	.disclaimer {
		font-size: 70%;
		line-height: 12px;	
	}

h1 {
	position: absolute;
	bottom: 25px;
	left: 0;
	font-size: 26px;
	color: #fff;
}

	#home h1 {
		color: white;	
		position: relative;
	}

h2 {
	font-size: 17px;
	color: #043d7d;
	margin: 0 0 10px 0;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 16px;	
}


strong {
	font-size: inherit;	
}

	.quote {
		font-size: 20px;
		font-weight: bold;
		color: #a8a8ad;
	}
	
	.small_italic {
		font-size: 70%;
		line-height: 12px;
		font-style: italic;
	}

li {
	margin: 5px 0 10px 18px;	
	font-size: 16px;
}

a {
	text-decoration: none;	
}

a:link, a:visited {
	color: #043d7d;
	font-size: inherit;
}
				
a:hover, a:active, a:focus {
	color: black;
	font-size: inherit;
}

input, textarea{
	background: #EEE;
	border-radius: 15px;
	width: 214px;
	padding: 5px 12px 5px 12px;
	margin: 0 5px 10px 0;
	border: none;
	font-family: Century Gothic, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	display: inline;
}

input[type=submit] {
	background: #E47E24;
	border-radius: 15px;
	padding: 5px 12px 5px 12px;
	margin-bottom: 10px;	
	color: white;
	font-style: normal;
	font-weight: bold;
}
	
	input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
		background-color: orange;
		font-size: inherit;
	}

body#home a#homenav,
body#about a#aboutnav,
body#frames a#framesnav,
body#order a#ordernav,
body#news a#newsnav,
body#contact a#contactnav {
	color: #E47E24;
}

html {
	height: 100%;
	width: 100%;
	min-width: 900px;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;	
}

body {
	background: #043d7d;	
	height: 100%;
	width: 100%;
	
}

#nav {
	position: relative;
	width: 100%;
	height: 90px;
	background: white;
	box-shadow: 0 0 20px #000;
	z-index: 1;
}

	#logo {
		position: absolute;
		top: 0;
		left: 0;	
	}
	
	#nav_links_wrapper {
		position: relative;
		width: 900px;
		height: 90px;
		margin: auto;
	}
	
		#nav_links {
			position: absolute;
			bottom: 13px;
			right: 0;
		}
		
		.nav_link_container {
			position: relative;
			float: left;
			text-align: center;	
			margin-left: 10px;
			padding-left: 10px;
			border-left: 1px solid #a9a8ac;
			height: 35px;
			overflow: visible;
		}
		
			#nav_links .nav_link_container:first-child {
				border: none;	
			}
			
		#nav_links a {
			font-weight: bold;
		}
		
		#nav_links .nav_link_container:first-child a, #nav_links .nav_link_container:nth-child(5) a, #nav_links .nav_link_container:last-child a {
			line-height: 35px;
		}
		
		.sub_nav_links_container {
			background: #d1e5f4;
			position: absolute;
			top: 0;
			left: 0;	
			width: 120px;
			text-align: left;
			padding-right: 20px;
			border-top: 48px solid white;
			z-index: -5;
			display: none;
		}
		
			.sub_nav_links_container a {
				font-weight: normal;
				line-height: 18px !important;
			}
		
			.sub_nav_links_container p {
				line-height: 18px !important;
				margin: 5px 0 0 0;
				padding: 0 10px 7px 10px;
				border-bottom: 1px solid #b2b7bf;
				width: 100%;
			}
			
			.sub_nav_links_container p:last-child {
				border: none;	
			}
			

#header_image {
	width: 100%;
	height: 135px;
	z-index: -5;
	background: url(images/background_pipes1.jpg) center no-repeat;
}

	#headline_wrapper {
		position: relative;
		width: 360px;
		padding-right: 500px;
		height: 135px;
		margin: auto;
	}
	
	#headline_wrapper a:link, #headline_wrapper a:visited {
		color: #fde31a;
		font-size: inherit;
	}
					
	#headline_wrapper a:hover, #headline_wrapper a:active, #headline_wrapper a:focus {
		color: white;
		font-size: inherit;
	}
	
	#home #header_image {
		height: 370px;	
		background: none;
	}

#main_content {
	width: 100%;
	min-height: 200px;
	padding: 30px 0 90px 0;
	background: white;
	box-shadow: 0 0 20px #000;
}

	#content_wrapper {
		width: 860px;
		margin: auto;	
	}
	
	#left_content {
		float: left;
		width: 640px;	
	}
	
		#breadcrumbs {
			text-transform: uppercase;
			color: #707075;
			font-size: 10px;
			margin-bottom: 20px;	
		}
		
			#home #breadcrumbs {
				display: none;	
			}
		
		#learn_more {
			float: left;
			width: 160px;
			min-height: 145px;
			margin: 20px 20px 0 0;
			padding: 20px;
			background: #edf4f9;
		}
		
		#callout {
			float: left;
			width: 380px;
			min-height: 145px;
			margin: 20px 0 0 0;
			padding: 20px;
			background: #fff4af;
		}
		
		.column {
			position: relative;
			float: left;
			width: 190px;
			margin-right: 20px;	
		}
		
			#home .column {
				width: 200px;
				height: 330px;
				margin: 0 40px 0 -20px;	
			}
			
			#home #left_content .column:last-child {
				margin: 0 0 0 -20px;		
			}
			
			#home .column img {
				margin-bottom: 20px;	
			}
			
			.home_learn_more {
				position: absolute;	
				bottom: 0;
				left: 0;
			}
		
		.directions {
			width: 600px;
			margin: 20px 0 0 0;
			padding: 20px;
			background: #fff4af;
		}
	
	#right_content {
		float: right;
		width: 180px;
		padding-left: 20px;	
		border-left: 1px solid #a9a8ac;
		overflow: visible;
	}
	
		#right_content img {
			margin: 8px 0 12px 0;	
		}
		
		#right_content li {
			display: none;	
		}
		
		#right_content li:nth-child(-n+3) {
			display: list-item;	
		}
		
	.stocks {
		width: 170px;
		padding: 8px 10px 8px 20px;
		margin: 5px 0 5px -20px;
		background: #ecf4fa;
		float: left;
	}
	
		.stock_name {
			color: #707075;
			float: left;
			line-height: 22px;
			font-size: 90%;
		}
		
		.stock_price {
			color: #313131;
			float: right;
			font-weight: bold;
			font-size: 130%;
		}
		
		.stock_spacer {
			width: 0;
			padding: 8px 10px 8px 20px;
			margin: 5px 0 5px 0;
			float: left;
		}
		
#footer {
	width: 860px	;
	margin: 10px auto 10px auto;
	padding-bottom: 20px;
}

	#footer p {
		font-size: 75%;
		color: #4496d1;	
	}
	
	#footer a:link, #footer a:visited {
		color: white;
		font-size: inherit;
	}
					
	#footer a:hover, #footer a:active, #footer a:focus {
		color: #c6ddee;
		font-size: inherit;
	}

/* Stock stuff */

	.psContainer {
		display: none;	
	}

/* Image rotator */	

	#rotator_window {
		position: absolute;
		margin-left: -960px;
		left: 50%;
		height: 370px;
		width: 1920px;
		overflow: hidden;
		text-align: center;
	}

	#rotator_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		height: 370px;
		width: 5760px; 
	}

	.rotator {
		position: relative;
		height: 370px;
		width: 1920px;
		float: left;
	}
	
	#rotator_text_wrapper {
		position: relative;
		width: 900px;
		height: 370px;
		margin: auto;
	}
	
	.rotator_text {
		position: absolute;
		top: 65px;
		left: 0;
		width: 500px;
		padding: 40px 20px 20px 20px;
		background: url(images/trans_blue.png);
		margin: auto;
		text-align: left;	
	}
	
		.rotator_text a:link, .rotator_text a:visited {
			color: #ffe219;
			font-size: inherit;
		}
						
		.rotator_text a:hover, .rotator_text a:active, .rotator_text a:focus {
			color: white;
			font-size: inherit;
		}
		
		.rotator_text p {
			margin: 0;	
		}


	#rotator_counter {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	
		#rotator_counter a {
			padding: 2px;
			font-weight: bold;
			color: white;
		}
		
		#rotator_counter  {
			padding: 2px 5px 3px 5px;
			font-weight: bold;
			color: white;
		}
		
		#rotator_counter a:hover, #rotator_counter a:active, #rotator_counter a:focus {
			font-size: inherit;
			text-decoration:overline;
		}
	
	.counter_number {
		cursor: pointer;
	}