﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	color:white;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	}
a.nav:hover {text-decoration:underline; color:#E2E2E2;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background: #b4b4b4 url('siteart/background.jpg') repeat-x top;
	overflow-x: hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#maintable {
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	width: 804px;
	background: white;
}	

#navcell {
	background: #2b6caf url('siteart/nav-bar.jpg') no-repeat top;
	height: 37px;
	vertical-align:top;
	padding-top: 12px;
}

#TitleBar {
	background: blue url('siteart/welcome-bar.jpg') no-repeat;
	height: 36px;
	border-top: 2px solid white;
	text-align:right;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	color: white;
}

#TitleBarInv {
	background: blue url('siteart/equipment-for-sale.jpg') no-repeat;
	height: 36px;
	border-top: 2px solid white;
	text-align:right;
	font-size: 12px;
	padding: 0px 20px 0px 0px;
	color: white;
}


#orangebox {
	background:url('siteart/background-orange.jpg') no-repeat top;
	height: 112px;
	vertical-align:top;
	padding:17px 0px 0px 17px;
	color: white;
}

.imgb {
	border: 1px solid #a9a9a9;
}

ul {
	list-style-type: square;
}

li {
	padding-bottom: 4px;
}