/* -------------- general page layout --------------- */
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	margin-top: 0;
	color:black;
}

h4 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 550px;
	border-bottom: 1px solid #cf4d4d;
}

/* --------------- links -------------- */
a {
	text-decoration: none;
	color: #cf4d4d;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------- tables ---------------------------- */

table {
	border: 0;
	border-collapse:collapse;
}

/* --------------- product page layout table --------------- */
#linktable {
	width: 800px;
}

#linktable img {
	border: 0;
	height: 100px;
}

#linktable td {
	vertical-align: top;
}
#linktable tr {
	height: 110px;
}

/* --------------- product sub-page tables -------------- */

.producttable td {
	width: 138px;
	text-align: center;
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.producttable img {
	border: 0;
	width: 120px;
	height: 120px;
}

/* ------------- specification tables ------------- */

/* table top. bold + bottom border */
.specs {
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid black;
}

/* grey cells */
.even {
	text-align: center;
	background-color: #ccc;
}

/* white cells */
.odd {
	text-align:center;
}

/* first cell: model# align to left */
.first {
	text-align: left;
	padding-left: 7px;
}

/* -------------- tool model description table -------------- */
.toolmodel {
	font-weight: bold;
}

.toolmodel img {
	float: right;
}

/* non bold span */
.toolmodel span {
	font-weight: normal;
}

/* --------------------------- body text layouts ---------------------------- */

/* text with borders on front page */
#mainfeat {
	display: block;
	border-top: 1px solid #cf4d4d;
	border-bottom: 1px solid #cf4d4d;
	width: 260px;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}

/* main text on front page */
#maintext {
	position: absolute;
	left: 340px;
	top: 355px;
	width: 500px;
	height: 200px;
	font-weight: 600;
}

/* under maintenance box */
#info {
	position: absolute;
	left: 650px;
	top: 190px;
	width: 350px;
	height: 145px;
	font-weight: 500;
	border: 1px solid black;
	padding: 10px;
}

/* main body text all pages*/
#main {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	width: 1000px;

}
/* added by DAC */
#main2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	width: 1000px;
}

#main2 h4 {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	width: 300px;
	border-bottom: 1px solid #cf4d4d;
}
.prod-head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#CF4D4D;
	font-weight:bold;
}





/* -------------------- layout bars -------------------- */

/* top red bar */
#topmenubar {
	height: 85px;
	width: 1024px;
	margin: 0;
	padding: 0;
	background-color: #8c1e1e;
}

/* logo image container */
#logo {
	position: absolute;
	top: 0px;
	height: 78px;
	width: 159px;
	margin-left: 5px;
	background: url(images/logo.jpg);
}

/* --------------- webmail button -------------- */
#webmail {
	position: absolute;
	top: 0px;
	left: 940px;
	margin-right: 5px;
	height: 20px;
}

#webmail a {
	color: #fff;
	font: bold 11px /1.5 arial, sans-serif;
	text-decoration: none;
}

#webmail a:hover {
	text-decoration: underline;
}


/* white bar */
#bar {
	position: relative;
	height: 1px;
	width: 1024px;
	background-color: #fff;
}

/* main nav bar */
.navmain {
	position: relative;
	height: 32px;
	width: 410px;
}

/* top nav bar */
#navbar {
	position: absolute;
	background: #8c1e1e;
	height: 32px;
	width: 1024px;
	top: 86px;
	text-align: middle
}

/* product nav bar */
#navprod {
	display: inline;
	position: absolute;
	height: 32px;
	left: 450px;
	width: 641px;
	top: 84px;
	text-align: middle;

}

/* bottom menu bar */
#bottommenubar {
	position: relative;
	height: 32px;
	width: 1024px;
	background-color: #8c1e1e;
	clear: both;
}

/* --------------- nav bar list -------------- */
.navlist {
	list-style: none;
	padding: 5px;
	padding-top: 7px;
	margin: 0px;
}

.navlist li
{
	display: inline;
	padding: 0;
	margin: 0;
	font: bold arial, sans-serif;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0 0.1em 0 0.4em;
}

.navlist a{
	font: bold 1.0em arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

.navlist a:hover{
	font: bold 1.0em arial, sans-serif;
	color: #fff;
	text-decoration: underline;
}