@charset "UTF-8";
/* CSS Document */

html {
	font-size: 100.01%;	/* routes around several browser bugs */
	overflow-y: scroll;
}
body {
	padding: 0;
	margin: 0 auto;
	width: 896px;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
	font-size: 12px;
	line-height: 1.45em;  /* for a target line height of 16px */
}
p {
	margin: 0 0 1.45em 0;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	line-height: 1.1em;
}
h2 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
	font-style: italic;
	color: #666666;
}
h5 {
	font-size: 1em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
h6 {
	font-size: .9em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}
a:link, a:visited {
	color: #FF0000;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
ul {
	margin: 0 1em 1em 1em;
	padding: 0 1em;
}
tbody {
	border: none;
}
input, select, textarea {
	font-family: inherit;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.red {
	color: #CC0000;
}
.gray {
	color: #999999;
}
.dark-gray {
	color: #666666;
}

/* Header
-------------------------- */
#header {
	margin: 0;
	padding: 0;
}
#header img {
	display: block;
}

/* Navbar
-------------------------- */
#nav {
	margin: 0;
	padding: 0;
	height: 42px;
	background-image: url(/images/nav-bg.jpg);
	font-weight: bold;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav-left {
	float: left;
	width: 135px;
	padding-left: 60px;
	height: 42px;
}
ul#nav-center {
	float: left;
	width: 485px;
	height: 42px;
}
ul#nav-right {
	float: left;
	width: 210px;
	height: 42px;
}
#nav li {
	float: left;
	display: block;
	padding: 0 20px 0 0;
}
#nav-center li {
	background-image: url(/images/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 12px 0 4px;
}
#nav a {
	margin: 0;
	padding: 0;
	line-height: 42px;
}
#nav-left a, #nav-right a, #nav-left a:visited, #nav-right a:visited {
	color: #FFFFFF;
}
#nav-left a:hover, #nav-right a:hover {
	color: #FF0000;
}
#nav-center a, #nav-center a:visited {
	color: #FF0000;
}
#nav-center a:hover {
	color: #FFFFFF;
}
#nav-center li.last {
	background-image: none;
}
#nav li#downloads {
	padding-right: 0;
}

/* Content
-------------------------- */
#content {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 369px;
	width: 896px;
}
.icon {
	float: left;
	margin: 0 0 0 -60px;
	padding: 0;
}
#home #content {
	background-image: url(/images/home_bknd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#home #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 480px;
}
#home #right-column {
	float: right;
	width: 306px;
	margin: 0;
	padding: 0;
}
#about #content {
	background-image: url(/images/about_bknd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#about #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 400px;
}
#about #right-column {
	float: right;
	width: 314px;
	margin: 0;
	padding: 0;
}
#system #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 450px;
}
#system #right-column {
	float: right;
	width: 341px;
	margin: 0;
	padding: 0;
}
#grout #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 450px;
}
#grout #right-column {
	float: right;
	width: 341px;
	margin: 0;
	padding: 0;
}
#novolac-grout #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 450px;
}
#novolac-grout #right-column {
	float: right;
	width: 341px;
	margin: 0;
	padding: 0;
}
#red-furnane #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 450px;
}
#red-furnane #right-column {
	float: right;
	width: 341px;
	margin: 0;
	padding: 0;
}
#contact-content {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 896px;
	float: left;
}
#contact #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 300px;
}
#contact #right-column {
	float: right;
	width: 440px;
	margin: 0;
	padding: 30px 20px 0 0;
}
#downloads #content {
	background-image: url(/images/downloads_bknd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#downloads #left-column {
	margin: 0;
	padding: 30px 0 0 90px;
	float: left;
	width: 600px;
}
#downloads #right-column {
	float: right;
	width: 189px;
	margin: 0;
	padding: 0;
}
ul.pdf {
	list-style: none;
	display: block;
	float: left;
	margin: 4px 0 0 10px;
	padding: 0;
	color: #666666;
}
#downloads ul.pdf {
	list-style: none;
	display: block;
	margin: 7px 0 0 0;
	padding: 0;
	color: #666666;
	line-height: 2.6em;
}

/* Footer
-------------------------- */
#flash-footer {
	margin: 0;
}
#footer {
	margin: 0;
	padding: 30px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: .8em;
}
#footer a, #footer a:visited {
	color: #FF0000;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}#404content {
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 369px;
	width: 896px;
}
