body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

body {
	height: 100%;
	bottom: 0px;
}

a img, .map {
	border: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 2px 0px;
}

address {
	font-style: normal;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #369;
}

a:hover {
	text-decoration: none;
}

table.footer {
	border-top: 1px solid #369;
	padding: 3px;
	width: 370px;
	margin-top: 30px;
}

table.footer td, table.footer td a {
	font-size: 9px;
	text-align: center;
}

table.footer td a {
	color: #369;
}

input.search {
	width: 90px;
	height: 15px;
	font-size: 10px;
}

table.content {
	border: 0px;
	padding: 0px;
	/*width: 604px;*/
	width: 638px;
	margin-top: 15px;
}

td.content-region {
	vertical-align: top;
	padding-top: 22px;
	width: 100%;
	/*width: 288px;*/
}

td.tile-ad, td.tile-ad div.force-width {
	vertical-align: top;
	padding-top: 22px;
	padding-left: 4px;
	/*width: 121px;*/
	width: 145px;
}

td.tile-ad p {
	/*width: 121px;*/
	width: 145px;
	
}

td.tile-ad img.tile-ad {
	margin-bottom: 15px;
}


td.illustration {
	text-align: right;
	vertical-align: top;
}

td.gutter, td.gutter div {
	width: 12px;
}

td.gutter2, td.gutter2 div {
	width: 0;
}

div.product-group {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.skipnavigation, div.contentstart {
	margin: 0px;
	padding: 0px;
}

div.clear {
	clear: both;
}

table.link-list td {
	vertical-align: top;
	padding: 5px;
}

table.link-list td a {
	font-weight: bold;
}

p.subtle, p.subtle a {
	font-size: 11px;
	color: #666;	
}

p.subtle a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

div.border-box {
	border: 1px solid #ccc;
	padding: 1px;
	width: 145px;
}

/* content in the illustration cell always aligns right
	border-box divs inherit their alignment under normal circumstances but 
	should not in td.illustration - otherwise it'll look funky. */

td.illustration div.border-box {
	float: right;
}


ul.buttons-list {
	margin: 21px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

ul.buttons-list li {
	margin-top: 3px;
}

/* catalog specific styles */

table.catalog {
	width: 470px;
}

table.catalog tr.cat-hdr td {
	border-bottom: 1px solid #000;
}

table.catalog td.cat-sub {
	border-bottom: 1px solid #000;
	font-weight: bold;
}

table.catalog tr.cat-product td {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	width: 80px;
	text-align: center;
}


/* contacts.css */
table.contact {
	padding: 3px;
	width: 100%;
}

table.contact td.form-label-required, table.contact td.form-label {
	text-align: right;
	vertical-align: top;
}

table.contact textarea {
	width: 274px;
	height: 100px;
}

/* info request */
div.checkbox-set {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 2px;
	font-size: 11px;
}

/* CAD drawings lists */
div.drawing {
	float: left;
	border-bottom: 2px solid #999;
	margin: 5px 0px 30px 0px;
	padding: 0px;
}

div.drawing ul {
	width: 290px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: inside;
}

div.drawing ul li {
	background: url(images/dwgicon.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding: 6px 0px 6px 35px;
	color: #f00;
	font-size: 10px;
}
/* END: CAD drawings lists */

/* START: news.html specific styles */

ul.news {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.news li {
	padding: 0px;
	margin-bottom: 10px;
}

ul.news li a {
	font-weight: bold;
}

img.feature {
	float: right;
	margin: 10px 0px 10px 10px
}

/*END: news.html specific styles */

/*START: cadmain.html specific styles */
div.cad {
	width: 100%;
}

div.cad img {
	margin-left: 3px;
	margin-right: 3px;
}
/*END: cadmain.html specific styles */

.red {
	color: f00;
}