html { overflow-y: scroll; }

body { 
	background: #FFFFFF; 
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #cc0000; 
	text-decoration: none;
}
a:hover { text-decoration: underline; }

.show { display: block; }
.hide { display: none; }
.red { color: #cc0000; font-weight: bold; } 
a.btn {
	font-weight: normal;
	color: #666;
	padding: 10px 0;
	font-size: 10px;
}
a.btn:hover {
	font-weight: normal;
	color: #cc0000; 
	text-decoration: none;
}

.indent { margin-left: 290px; }

#divWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#divHeader {
	height: 75px;
	width: 960px;
}
#topNav {
	float: right;
	width: 300px;
	margin-top: 10px;
}
#topNav li {
	float: left;
	display: block;
	font-size: 10px;
	margin: 2px;
}
#topNav li.divider {
	background: url(/img/sprites.gif) no-repeat -188px 0px;
	width: 5px;
}
#topNav li.search {
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
	white-space: nowrap;
	text-align: right;
	width: 295px;
}
#topNav li.search .btn {
	font-size: 10px;
	padding: 2px; 
	color: #fff; 
	border: 0;
	background-color: #cc0000;
	width: 50px;
}
#topNav li.search .btn:hover {
	color: #000; 
	cursor: hand;
}
#topNav li.search .input {
	font-size: 10px;
	margin-right: 10px; 
	width: 148px;
	border: 2px solid #e5e5e5;
}

/* -- MAIN NAV CSS -- */
ul#divNav {
	background: url(/img/naviback.jpg) repeat-x;
	clear: both;
	height: 60px;
	width: 960px;
}
ul#divNav li {
	float: left;
	position: relative;
	white-space: nowrap;
	display: block;
}
ul#divNav li a {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2.5em;
	white-space: nowrap;
}
ul#divNav li a:hover {
	color: #cc0000;
	text-decoration: none;
}
ul#divNav li.selected a {
	color: #cc0000;
}

 /* -- DROP-DOWNS CSS // -- */
	ul#divNav ul {
		position: absolute;
		margin-top: 27px;
		display: none;
		left: 0;
		top: 0;
		z-index: 1000;
		background: #eee;
		border-right: 2px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	ul#divNav li:hover ul, ul#divNav li.over ul { 
		display: block;
		z-index: 6000; 
	}
	ul#divNav ul li {
		clear: both;
		width: 170px;
		display: block;
		position: static;
		padding-top: 4px;
		white-space: normal;
		padding-bottom: 2px;
		border-bottom: 1px solid #ddd;
	}
	ul#divNav ul li a {
		padding-right: 10px;
		padding-left: 10px;
		line-height: 1.5em;
		white-space: nowrap;
	}
	ul#divNav li.selected ul a {
		color: #000000;	
	}
	ul#divNav li.selected ul a:hover {
		color: #cc0000;	
	}

#mnPic {
	clear: both;
	padding-bottom: 18px;
}
#divContent { }

#divContent h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

#divContent p {
	margin: 7px 0px; 
	line-height: 1.5em;
}
.sml,
#divContent p.sml {
	margin: 0 0 10px 0;
	font-size: 10px;
	line-height: 1em;
}

#divContent img.floatLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#divContent div.floatRight,
#divContent img.floatRight {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 0.9em;
	width: 220px;
}
#divContent div.floatRight img {
	padding-bottom: 6px;
}



#divContent .sectionDivider {
	clear: both;
	height: 30px;
}

#hmMain {
	margin-right: 10px;
	margin-left: 10px;
	border-right-style: double;
	border-right-color: #f5f5f5;
	width: 670px;
	display: inline;
	float: left;
	position: relative;
}

#hmRight {
	float: left;
	display: inline;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	width: 250px;
}
#colLeft {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 25px;
}
#colLeft  h2 {
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #e5e5e5;
}
#colLeft a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#colLeft a:hover  {
	color: #cc0000;
	text-decoration: underline;
}
#colLeft a.selected { 
	color: #CC0000;
	font-weight: 500;
}
#colLeft ul { }
#colLeft li { 
	line-height: 1.60em; 
}
#colLeft ul ul a { 	
	padding-left: 16px;
}
#colLeft ul ul a.selected {
	background: url(/img/6x6.gif) no-repeat 6px 4px;
}
#colLeft ul ul ul a { 	
	padding-left: 32px;
}
#colLeft ul ul ul a.selected {
	background: url(/img/6x6.gif) no-repeat 22px 4px;
}
#colLeft ul ul ul ul a { 	
	padding-left: 48px;
}
#colLeft ul ul ul ul a.selected {
	background: url(/img/6x6.gif) no-repeat 38px 4px;
}
#colMain {
	float: left;
	width: 690px;
}
#colMain h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
#colMain h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 25px;
	color: #333333;
}


	#colMain ul,
	#colMain ol	{ 
		margin-bottom: 10px;
		padding-left: 35px; 
	}
	#colMain ul li { list-style: square; }
	#colMain ol li { list-style: decimal; } 

#tblChart td {
	padding: 0 25px 3px 0;
	white-space: nowrap;
	vertical-align: top;
}
#tblContacts td { /* table with addresses of three locatiosn */
	padding: 0 25px 10px 0;
	color: #333333;
	white-space: nowrap;
	vertical-align: top;
}
#tblContact td.fluid {
	background: url(/img/fluid-analysis.jpg) no-repeat 0px 12px;
	padding-left: 140px;
}

#tblContact td { /* contact form */
	padding: 0 25px 10px 0;
	font-size: 0.9em;
	color: #333333;
}
#tblContact th { /* contact form */
	padding: 3px;
	color: #333333;
	border: solid 1px #333333;
}
ul#divBlurbs { 
	margin: 0;
	padding: 0; 
	clear: both; 
}
ul#divBlurbs li {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding-top: 60px;
/*	padding-top: 180px;*/
	background: no-repeat 0px 0px;
	list-style: none;
}

ul#divThumbs { 
	margin: 0;
	padding: 0; 
	clear: both; 
}
ul#divThumbs li {
	list-style: none;
	text-align: center;
	float: left;
	width: 220px;
	margin: 10px 10px 0 0;
}
ul#divThumbs img { width: 220px; }
ul#divThumbs p { margin: 0; }

#prodBox {
	padding: 3px;
	margin-top: 10px;
	border: 1px solid #dddddd;
	overflow: hidden;
/*	font-size: 11px;*/
	width: 680px;
}
ul#prodBoxNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#prodBoxNav li {
	float: left;
	margin-right: 3px;
	font-size: 11px;
	list-style: none;
}
ul#prodBoxNav li a {
	background: url(/img/tabBk.jpg) no-repeat -92px 0px;
	width: 89px;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 20px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
}
ul#prodBoxNav li a:hover {
	background: url(/img/tabBk.jpg) no-repeat 0px 0px;
}
ul#prodBoxNav li.selected a {
	background: url(/img/tabBk.jpg) no-repeat 0px 0px;
}
#prodBoxContent { clear: both; }

#overview, 
#downloads, 
#gallery {
	margin: 0;
	clear: both;
	padding: 15px;
	overflow: hidden;
	min-height: 1px;
}
#prodBox .colRight,
#prodBox .indent {  margin-left: 250px; }
#prodBox .colLeft {
		width: 220px;
		float: left;
	}
#prodBox img {
		width: 220px;
		padding-bottom: 8px;
	}
	#prodBox h1, 
	#prodBox h2, 
	#prodBox p { 
		margin: 0 0 10px 0;
	} 

	#downloads ul { 
		margin-bottom: 0;
		padding-left: 5px; }
	#downloads ul li  {
		list-style: none;
		background: url(/img/pdf.gif) no-repeat 0px 0px;
		padding-left: 30px;
		padding-top: 3px;
		padding-bottom: 3px;
		line-height: 1em;
		margin-bottom: 6px;
	}

#gallery a { 
	font-size: 0.9em;
	color: #000;
	text-decoration: none; 
}
#gallery a:hover { 
	color: #cc0000;
	text-decoration: none; 
}

#gallery ul {
	margin: 0px;
	padding: 0px;
}
#gallery ul li {
	display: block;
	float: left;
	margin: 0px 10px 20px 0px;
	list-style: none;
	text-align: center;
}
#gallery ul li img {
	width: 150px;
	height: 100px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

/* -- MANUALS -- */
ul#catList { padding-left: 25px; }
ul#catList li  {
	list-style: square;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;
	margin-bottom: 6px;
}

ul#partsList { padding-left: 5px; }
ul#partsList li  {
	list-style: none;
	background: url(/img/pdf.gif) no-repeat 0px 0px;
	padding-left: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1em;
	margin-bottom: 6px;
}
ul#partsList li.last  {
	list-style: none;
	background: none;
	padding: 0;
}

/* -- FOOTER -- */
ul#divFooter {
	font-size: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 960px;
	position: relative;
	height: 40px;
	clear: both;
	z-index: 0;
}
ul#divFooter li {
	float: left;
	padding-right: 20px; 
	display: inline;
}
ul#divFooter li#copyright {
	float: right; 
	color: #CCCCCC;
	padding-right: 0; 
}

