fieldset {
	padding: 8px;
	border: 1px solid #404040;
}

h3.selector {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #404040;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

hr {
	margin: 4px 0;
	color: #000000;
	height: 1px;
}

legend {
	font-weight: bold;
}

table#selectcompressor {
	border: 0;
	padding: 0;
}

table#selectcompressor tr td {
	padding: 4px 4px 4px 0;
}

table#compressorspecs tr td {
	padding: 0 2px 0 0;
}

div#breadcrumbs {
  margin:0;
  padding:6px 16px;
  font-weight:bold;
  color:#06174D;
  background:#F0F4F5 url('/images/back-breadcrumbs.gif') repeat left top;
  border-bottom:4px solid #1A205E;
}

div#content {
  margin:0;
  padding:16px;
  color:#333;
  background:#fff;
}
div#main2 {
  margin:0;
  padding:0;
  background-image: none;
}

input#resetbutton {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 120px;
	height: 17px;
	background: url('/images/button-reset.gif') top left;
	cursor: pointer;
}

input#submitbutton {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 86px;
	height: 17px;
	background: url('/images/button-submit.gif') top left;
	cursor: pointer;
}

input#detailsbutton {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 106px;
	height: 17px;
	background: url('/images/button-details.gif') top left;
	cursor: pointer;
	color: transparent;
}

input#newsearchbutton {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 166px;
	height: 17px;
	background: url('/images/button-newsearch.gif') top left;
	cursor: pointer;
}

input#searchsubmit {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
	width: 192px;
	height: 17px;
	background: url('/images/button-get-compressor.gif') top left;
	cursor: pointer;
}

ul {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.productimage {
	float: left;
	border: 0;
	padding: 0;
	margin: 0 8px 0 0;
}

.red {
	color: #CC0000;
	font-weight: bold;
	width:230px;
	
}
.headings {
	width:230px;
}
ul#navbar li.home a {
  color:#FFFFFF;
  background:#06174D;
}
ul#navbar li.home a:hover {
  background:#212A61;
}
ul#navbar li.compselect a {
  color:#9CA0DF;
  background:#06174D;
}