body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000000;	
	margin: 0;
	padding: 0;
}
img.rotate {
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h1 {
	font-size: 18px;
	color: #c41e3a;
}
h2, h3 {
	font-size: 14px;
	color: #003677;
	margin: 10px 0px 3px 0px;
}

a:link {
	color: #0050b3;
	text-decoration: none;
}
a:visited {
	color: #0050b3;
	text-decoration: none;
}
a:active {
	color: #0050b3;
	text-decoration: none;
}
a:hover {
	color: #0050b3;
	text-decoration: underline;
}

#head {
	background-color: #c0c0c0;
}
.date {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 0px;
	text-align: right;
	height: 25px;
}
.topbar {
	background-image: url(../button_bg.gif);
	background-repeat: repeat-x;
	color: #003677;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 0px;
	text-align: center;
	height: 24px
}

#mainframe {
	margin-top: 0;
	border: 0 solid #d7d7d7;
	border-left: 0;
	border-bottom: 0px solid #003677;
}

#sidenav {
	width: 150px;
	background-color: #003677;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 11px;
}
#sidenav a {
	color: #ffffff;
}
#sidenav a:hover {
	text-decoration: underline;
}
#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #3366cc;
	font-weight: bold;
	border: none;
	border-bottom: 1px #79B3DF solid;
}
#sidenav li {
	margin: 0;
	padding:5px 8px 5px 12px;
	border-bottom: 1px #79B3DF solid;
	text-align: left;
}

#bhome a.home, #bhome a:hover.home {
	color: #79b3df;
	text-decoration: none;
}
#babout a.about, #babout a:hover.about {
	color: #79b3df;
	text-decoration: none;
}
#bornamental a.ornamental, #bornamental a:hover.ornamental {
	color: #79b3df;
	text-decoration: none;
}
#bpowder a.powder, #bpowder a:hover.powder {
	color: #79b3df;
	text-decoration: none;
}
#btwist a.twist, #btwist a:hover.twist {
	color: #79b3df;
	text-decoration: none;
}
#bstructural a.structural, #bstructural a:hover.structural {
	color: #79b3df;
	text-decoration: none;
}
#baccessories a.accessories, #baccessories a:hover.accessories {
	color: #79b3df;
	text-decoration: none;
}
#bbrochures a.brochures, #bbrochures a:hover.brochures {
	color: #79b3df;
	text-decoration: none;
}
#bcatalog a.catalog, #bcatalog a:hover.catalog {
	color: #79b3df;
	text-decoration: none;
}
#blinks a.links, #blinks a:hover.links {
	color: #79b3df;
	text-decoration: none;
}
#bcontact a.contact, #bcontact a:hover.contact {
	color: #79b3df;
	text-decoration: none;
}

#content {
	padding: 15px 25px 20px 25px;
	background-color: #ffffff;
	font-size: 13px;
	text-align: left;
	border-left: 1px solid black;
}

#foot {
	margin-top: 10px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
#foot a {
	color: #80c0ff;
	text-decoration: none;
}
#foot a:hover {
	color: #80c0ff;
	text-decoration: underline;
}

.card {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.card img {
	margin-right: 15px;
}
.comp {
	font-family: "Rockwell Extra Bold", "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 1.5em;
	font-weight: normal;
	color: #c41e3a;
}
.pdflinks p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.adobe {
	font-style: italic;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
	font-size: 0.8em;
}




@media print {

#sidenav  {
	display: none;
}

#frame {
	width: 100%;
	background-color: #ffffff;
	border: 0px solid #660000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

#content {
	border: 0;
}

}