html, body {
	background : #fff;
	margin:0;
	padding:0;
 	height:100%;  /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
} 

#main {
	background: #fff;
	margin: 0; 
	position: relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#hdr {
	background: repeat-x top url(/img07/blueshade.jpg) #000;
	height: 179px;
}

#top {
	height: 143px;
	overflow: hidden;
}

#chathelp {
	position: absolute;
	right: 5px;
	top: 5px;
}

#navbutns {
	background: no-repeat left top url(/img07/reflect.jpg);
	height: 30px;
	padding-left: 0;
	color: #fff;
	white-space: nowrap;
}

#navbutns ul {
	padding: 11px 0 0;
	list-style: none;
	margin: 0 0 0 200px;
}

#navbutns li {
	float: left;
	margin: 0;
	padding: 0;
	background: url("/img07/tab-rt.gif") no-repeat right top;
}

#navbutns li:hover, #navbutns li.sel {
	background: url("/img07/tabsel-rt.gif") no-repeat right top #fff;
}

#navbutns a {
	display: block;
	background: url("/img07/tab-lf.gif") no-repeat left top;
	padding: 5px 10px 2px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12pt;
	font-weight: bold;
}

#navbutns a:hover, #navbutns a.sel {
	background: url(/img07/tabsel-lf.gif) no-repeat left top;
	color: #0039a1;
}

#search_box {
	background: #def0ff;
	border: 1px solid #667fa3;
	width: 200px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-style: none;
	float: right;
	margin-right: 100px;
	display: none;
}

#content {
	background: #fff;
	padding: 5px 50px 50px;
	clear: both;
}

td.cell {
	text-align: left;
	width: 40%;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #b6c0df;
	border-left: 1px solid #b6c0df;
}

td.cell:hover, td.prodcell:hover {
	border-left: 1px solid #e5e4fd;
	border-bottom: 1px solid #b6c0df;
	border-right: 1px solid #b6c0df;
	border-top: 1px solid #e5e4fd;
}

td.prodcell {
	text-align: left;
	border: 1px solid #b6c0df;
	width: 50%;
	padding: 5px;
	vertical-align: top;
	padding-left: 10px;
	border-right-color: #d1eaff;
	border-bottom-color: #d1eaff;
}

div.prodcell {
	text-align: left;
	border: 1px solid #b6c0df;
	vertical-align: top;
	padding-left: 10px;
	border-right-color: #d1eaff;
	border-bottom-color: #d1eaff;
	margin-bottom: 10px;
	clear: both;
}

.prodimg {
	width: 100px;
	float: left;
	padding-top: 5px;
        border: 0;
}

.proddata {
	padding-left: 100px;
	font-size: 10pt;
}

.proddata li {
	display: inline;
	list-style: none;
	border-left: 2px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
	white-space: nowrap;
}

div.prodcell h2 {
	margin: 0;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 4px;
}

div.quickbar {
        float: right;
	display: inline;
	font: 10pt Helvetica, sans-serif;        
}

.scannerdata {
	padding-left: 100px;
}


#footer {
	background: repeat-x top url(/img07/footer.gif) #000;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

#footer a:hover {
	color: #ffc500;
}

#footer ul li {
	display: inline;
	list-style: disc;
}

.bold {
	font-weight: bold;
}

.boldcap {
	font-weight: bold;
	font-variant: small-caps;
}

.small {
	font-size: small;
}

.blurb {
	font-size: small;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

span.searchword {
	background-color: yellow;
}

