@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgFade.png);
	background-repeat: repeat-x;
	background-color: #ffc;
	margin: 0;
	padding: 0;
	text-align: center;
}

.oneColElsCtrHdr #container { /* heading navigation */
	width: 45em;  /* this creates a container that fits in an 800px browser window if text is left at browser default font sizes */
	background: none;
	margin: 0 auto;
	text-align: left;
}

.oneColElsCtrHdr #header { /* heading navigation */
	background: none; 
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColElsCtrHdr #mainContent { /* heading navigation */
	padding-top: 70px;
}

.ctr { /* specials.htm, msds.htm */
	text-align: center;
}

.ctr h1 { /* specials.htm */
	padding: 5px;
	color: #7ebae8;
}

.ctr img { /* specials.htm, about.htm */
	padding: 5px;
}

h3.right { /* specials.htm */
	text-align: right;
	color: #093;
	padding: 5px 0 10px 0;
}

p.fine { /* specials.htm */
	padding-top: 10px;
	font-size: 10px;
}

p.justy { /* about.htm */
	padding: 10px 0;
	text-align: justify;
}

p.sig { /* about.htm */
	padding-top: 6px;
	font-style: italic;
}

span.space { /* control.htm */
	padding: 10px 70px;
}

.indent { /* sitemap.htm */
	padding-left: 30px;
}

.indent2 { /* sitemap.htm */
	padding-left: 60px;
}

ul.nobull { /* used.htm */
	list-style-type: none;
	padding-top: 15px;
}

img.fltLft { /* brochure.htm */
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right:10px;
	border: #369 groove 4px;
}

img.size { /* msds.htm */
	width: 170px;
}

.btmAln { /*msds.htm */
	vertical-align: bottom;
}
