/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

html {
font-size: 100.01%;	
}

body {
background: #FFF url(../images/page_background.gif) no-repeat top right;
color: #000;
font: normal 0.75em Arial, Helvetica, sans-serif;
margin: 0;
}

img {
border: 0;
}

a:link {
color: #011e68;
text-decoration: none;
}

a:link:hover {
text-decoration: underline;
}

a:visited {
text-decoration: none;
color: #011e68;
}

form label {
cursor: pointer;
}

fieldset {
border: none;
}

/* Useful Classes */
.clear { clear:both; }
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

/* -----------------------------------*/
/* ---------->>> HEADER <<<-----------*/
/* -----------------------------------*/

#header {
height: 80px;
background: url(../images/header_background.gif) repeat-y;
font-size: 90%;
}
	
	#header #logo {
	margin: 30px 5px 0 0;
	padding-left: 59px;
	width: 139px;
	height: 34px;
	float: left;
	}
	
	#header #section {
	margin: 31px -10px 0 10px;
	width: 230px;
	height: 30px;
	float: left;
	font-size: 150%;
	}
	
		#header #section img {
		margin-bottom: 3px;
		}
	
		#header #section p {
		position: absolute;
		font-size: 75%;
		margin: 0;
		padding: 0;
		}
	
	#header #nav {
	margin: 7px 10px 0 10px;
	height:  20px;
	width: 380px;
	float: left;
	}
	
		#header #nav label {
		padding: 5px 5px 0 0;
		float: left;
		font-size: 110%;
		}
		
		#header #nav input {
		float: left;
		margin-right: 5px;
		width: 90px;
		}
		
		#header #nav img {
		padding-top: 7px;
		}
	
		#header #nav ul {
		list-style: none;
		display: inline;
		}
			
			#header #nav ul li {
			display: inline;
			border-left: 1px solid #011e68;
			padding: 0 5px 0 8px;
			}
			
			#header #nav ul li.first {
			border: none;
			}

#tagline {
clear: both;
height: 24px;
}
	
	#tagline #left {
	width: 177px;
	height: 23px;
	background: #bce7dd;
	border-bottom: 1px solid #59829f;
	float: left;
	}
	
	#tagline #right {
	width: 662px;
	height: 18px;
	background: #a7b9c5;
	border-top: 1px solid #59829f;
	border-bottom: 1px solid #59829f;
	border-left: 1px solid #59829f;
	float: left;
	padding: 4px 0 0 15px;
	}

#subpage #tagline {
margin-bottom: 15px;
}

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

#container {
width: 855px;
margin: 0 0 50px 0;
padding-left: 14px;
background: #FFF;
}

	#leftcol {
	width: 177px;
	clear: both;
	float: left;
	margin-right: 15px;
	font-size: 90%;
	}
		
		#leftcol .orangeblock {
		margin: -12px 0 10px 0;
		font-size: 120%;
		}
		
		#leftcol ul {
		list-style: none;
		margin: -20px 0 20px 0;
		padding: 0;
		}
	
			#leftcol li {
			background: url(../images/arrow.gif) no-repeat 8px 4px;
			padding: 0 0 5px 18px;
			}			
		
		#leftcol img {
		margin-bottom: 20px;
		}
		
	#subpage #leftcol {
	margin-right: 13px;
	}
	
	#main {
	width: 560px;
	margin-top: 15px;
	float: left;
	overflow: hidden;	
	}
	
		#main #flash {
		height: 197px;
		/*border-bottom: 1px solid #B8284C;*/
		}
		
		#main #nav {
		clear: both;
		height: 138px;
		}
		
			#nav#featureset {
			clear: both;
			height: 34px;
			background: #f0f url(images/colors.gif) repeat-y;
			}
		
			#nav .feature {
			padding: 4px 0 0 16px;
			width: 124px;
			height: 34px;
			float: left;
			color: #FFF;
			font-weight: bold;
			}
			
				#nav .feature a {
				color: #FFF;
				}
				
					#nav .feature a:hover {
					text-decoration: underline;
					}
			
				.feature#containers {
				background: #25a78e url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
				.feature#duplex {
				background: #AB1051 url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				

				.feature#premixed {
				background: #daa24a url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
				
				.feature#safety {
				padding-top: 11px;
				height: 27px;
				background: #547d9d url(../images/arrow_white.gif) no-repeat 6px 13px;
				}
			
			#nav .descriptionset {
			clear: both;
			}
			
			#nav .description {
			padding: 8px 11px 11px 19px;
			margin: 0 0 -11px 0;
			width: 110px;
			height: 89px;
			float: left;
			font-size: 90%;
			cursor: pointer;
			text-decoration: none;
			}
			
			#nav .description:hover {
			font-size: 90%;			
			}
			
				.description.containersdesc {
				background: url(../images/description_containers.jpg) no-repeat;
				}
				
				.description.duplexdesc {
				background: url(../images/description_duplex.jpg) no-repeat;
				}
				
				.description.premixeddesc {
				background: url(../images/description_premixed.jpg) no-repeat;
				}
				
				.description.safetydesc {
				background: url(../images/description_safety.jpg) no-repeat;
				}
		
		#main #content {
		margin-top: 20px;
		clear: both;
		line-height: 150%;
		}
		
			#content #left {
			width: 561px;
			margin-right: 35px;
			float: left;
			}
			
			#content #right {
			width: 185px;
			float: left;
			}
			
	#subpage #main { line-height: 150%; }
	
		#subpage #main img.product {
		float: right;
		/*border: 1px solid #40b29c;*/
		margin: 0 0 20px 5px;
		}

		#subpage #main.pagegreen img.product {
		/*border: 1px solid #14B291;*/
		}		

		#subpage #main.pagered img.product {
		/*border: 1px solid #AB1051;*/
		}
		
		#subpage #main.pageamber img.product {
		/*border: 1px solid #DAA24A;*/
		}
		
		#subpage #main.pageblue img.product {
		/*border: 1px solid #547D9D;*/
		}
		
		#subpage #main ul {
		list-style: square;
		line-height: 150%;
		}
		
			#subpage #main ul li.more {
			font-size: 95%;
			list-style: none;
			margin-top: 10px;
			}
			
			#subpage #main ul li.nobull {
			list-style: none;
			}
			
		#subpage #main .hr {
		clear: both;
		margin: 15px 0;
		border-top: 1px solid #b5c6d0;
		padding: 0;
		}

/* -----------------------------------*/
/* ----->>> SUBPAGE STRUCTURE <<<-----*/
/* -----------------------------------*/

#tabs {
clear: both;
height: 38px;
background: url(../images/columns_line.gif) no-repeat bottom left;
padding-bottom: 15px;
}

	#tabs .category {
	width: 179px;
	float: left;
	margin-right: 7px;
	padding-right: 4px;
	color: #FFF;
	font-weight: bold;
	}
	
			#tabs .category a {
			color: #FFF;
			}
	
			.category img {
			float: left;
			padding-right: 16px;
			margin-top: -4px;
			}
			
			.category.containers {
			height: 34px;
			padding-top: 4px;
			background: #25a78e url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
			.category.duplex {
			height: 34px;
			padding-top: 4px;
			background: #AB1051 url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
				.category.duplex img {
				/*margin-top: -11px;*/
				}
			
			.category.premixed {
			height: 34px;
			padding-top: 4px;
			background: #daa24a url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
			
				.category.premixed img {
				margin-top: -4px;
				}
			
			.category.safety {
			padding-top: 11px;
			height: 27px;
			background: #547d9d url(../images/arrow_white.gif) no-repeat 42px 13px;
			}
				
				.category.safety img {
				margin-top: -11px;
				}

/* -----------------------------------*/
/* ---------->>> HEADINGS <<<---------*/
/* -----------------------------------*/

h1 { }

		#subpage h1 {
		margin: 0;
		color: #14B291;
		font-size: 165%;
		font-weight: bold;
		background: url(../images/subpage_title_area.gif) no-repeat;
		width: 381px;
		height: 27px;
		padding: 40px 182px 10px 0;
		}
		
		#subpage .pagegreen h1 {
		color: #14B291;
		}
		
		#subpage .pagered h1 {
		color: #AB1051;
		}
		
		#subpage .pageamber h1 {
		color: #DAA24A;
		}
		
		#subpage .pageblue h1 {
		color: #547D9D;
		}
		
		#subpage .longtitle h1 {
		padding-top: 13px;
		height: 54px;
		line-height: 110%;
		}
		
		#subpage .containerspage h1 {
		background: url(../images/subpage_title_area.gif) no-repeat;
		}
		
		#subpage .contactpage h1 {
		background: url(../images/subpage_title_contact.gif) no-repeat;
		}
		
		#subpage .genericpage h1 {
		background: url(../images/subpage_title_generic.gif) no-repeat;
		}
		
		#subpage .duplexpage h1 {
		background: url(../images/subpage_title_duplex.gif) no-repeat;
		}
		
		#subpage .premixedpage h1 {
		background: url(../images/subpage_title_premixed.gif) no-repeat;
		}
		
		#subpage .safetypage h1 {
		background: url(../images/subpage_title_safety.gif) no-repeat;
		}
		
		

h2 { }

		#subpage h2 {
		margin: 0;
		color: #14B291;
		font-size: 130%;
		font-weight: bold;
		}

		#subpage .pagegreen h2 {
		color: #14B291;
		}		

		#subpage .pagered h2 {
		color: #AB1051;
		}
		
		#subpage .pageamber h2 {
		color: #DAA24A;
		}
		
		#subpage .pageblue h2 {
		color: #547D9D;
		}

h3 { }

		#content #right h3 {
		margin: 0;
		}
		
h4 { }

		h4 {
		font-size: 120%;
		margin: 5px 0;
		padding: 0;
		}

/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/

.greentext {
color: #14B291;
}

.redtext {
color: #AB1051;
}

.ambertext {
color: #DAA24A;
}

.bluetext {
color: #547D9D;
}

/* -----------------------------------*/
/* ----------->>> FOOTER <<<----------*/
/* -----------------------------------*/

#footer {
margin-top: 17px;
font-size: 90%;
clear: both;
border-top: 1px solid #b5c6d0;
color: #53636c;
}

	#footer ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
		#footer li {
		display: inline;
		border-left: 1px solid #011e68;
		padding: 0 3px 0 7px;
		}
		
		#footer li.first {
		border: none;
		padding-left: 0;
		}
		
#subpage #footer {
	width: 753px;
}

/* -----------------------------------*/
/* ---------->>> EXTRAS <<<-----------*/
/* -----------------------------------*/

.orangeblock {
background: #f5d3b8;
padding: 10px;
}

.homepage img.fund { display: none; }
/* 2008-10-21 */

/* -----------------------------------*/
/* -------->>> CONTACT FORM <<<-------*/
/* -----------------------------------*/

#inquiry label, #inquiry input, #inquiry textarea, #inquiry select {
display: block;
/*width: 175px;*/
float: left;
margin-bottom: 5px;
}

#inquiry label {
text-align: right;
width: 75px;
padding-right: 20px;
} 

#inquiry textarea {
width: 400px;
}

form br {
clear: left;
}

	#inquiry .opposite2 {
	float: left;
	width: 200px;
	text-align: left;
	}
	
	#inquiry .opposite2cb {
	float: left;
	width: 25px;
	}
	
#inquiry .opposite {
width: 25px;
}

	#inquiry .oppositel {
	width: 450px;
	text-align: left;
	}
	
	#inquiry .oppositen {
	width: 50px;
	text-align: left;
	float: left;
	}
	
	#inquiry .oppositeo {
	width: 500px;
	clear: both;
	text-align: left;
	}
	
/* NUMBERED PARAGRAPHS */

.back1, .back2, .back3, .back4, .back5, .back6, .back7, .back8, .back9, .back10 { clear: both; margin: 10px 0; }

.back1  { background: url(../images/numbers/back_1.gif) no-repeat 10px 0; padding: 5px 5px 20px 50px; }
.back2  { background: url(../images/numbers/back_2.gif) no-repeat 5px 0; padding: 5px 5px 20px 50px; }
.back3  { background: url(../images/numbers/back_3.gif) no-repeat 7px 0; padding: 5px 5px 20px 50px; }
.back4  { background: url(../images/numbers/back_4.gif) no-repeat 4px 0; padding: 5px 5px 20px 50px; }
.back5  { background: url(../images/numbers/back_5.gif) no-repeat 4px 0; padding: 5px 5px 20px 50px; }
.back6  { background: url(../images/numbers/back_6.gif) no-repeat 6px 0; padding: 5px 5px 20px 50px; }
.back7  { background: url(../images/numbers/back_7.gif) no-repeat 5px 0; padding: 5px 5px 20px 50px; }
.back8  { background: url(../images/numbers/back_8.gif) no-repeat 5px 0; padding: 5px 5px 20px 50px; }
.back9  { background: url(../images/numbers/back_9.gif) no-repeat 4px 0; padding: 5px 5px 20px 50px; }
.back10 { background: url(../images/numbers/back_10.gif) no-repeat -2px 0; padding: 5px 5px 20px 50px; }