/* CSS Document */

#prod-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #0000CC url(../grfx/bg-prod-nav.gif) center repeat-x;
	width: 100%;
	height: 38px;
	vertical-align: middle;
	}
	
#prod-nav li {
	margin-left: 30px;
	padding: 0px;
	display: inline;
	}
	
#prod-nav a {
	float: left;
	margin: 5px;
	padding: 4px 24px;
	border: #4472D0 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	color: #333;
	}
	
#prod-nav a:hover {
	border: #333 1px solid;
	color: #333;
	}
	
.prodContent {
	display: block;
	position: inherit;
	top: 270px;
	left: 250px;
	margin: 0px 10px 10px 5px;
	padding-bottom: 10px;
	padding: 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
#hvac #logobanner {
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-AC.jpg) no-repeat 0 0;
	height: 155px;
	}	

html>body #hvac #logobanner {	
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-AC.jpg) no-repeat 0 0;
	height: 155px;
	}	

#encl #logobanner {
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-ENCL.jpg) no-repeat 0 0;
	height: 155px;
	}	

html>body #encl #logobanner {	
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-ENCL.jpg) no-repeat 0 0;
	height: 155px;
	}	

#aux #logobanner {
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-AUX.jpg) no-repeat 0 0;
	height: 155px;
	}	

html>body #aux #logobanner {	
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-AUX.jpg) no-repeat 0 0;
	height: 155px;
	}	

#parts #logobanner {
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-PARTS.jpg) no-repeat 0 0;
	height: 155px;
	}	

html>body #parts #logobanner {	
	border: 1px #000000;
	display: block;
	overflow: hidden;
	background: url(../grfx/pbanner-PARTS.jpg) no-repeat 0 0;
	height: 155px;
	}	

ul .lessSpace {
	list-style-type: circle;
	list-style: inside;
	padding-left: -5px;
	}