/* BODY Properties */
body {
	background-image: url(siteimages/pagebg.jpg);
	margin-top: 0px;
}
/* Heading */
h1 {
	text-align: center;
	font-size: 18px;	
	padding: 5px;
}

/* Heading */
h2 {	
  text-align: left;
	font-size: 16px;
  font-weight: 900;	
	padding: 5px;
	color: #990000;
}

/* Word on main page (index.html) */
#parMain {
	margin: 20px;
}
/* Copyright Notice on Bottom of page */
#parCopyright {
	color: #fff;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}

/* Chiller Specs */
#chillerspecs h1 {
	color: #000;
	font-size: 12px;
	font-family: Verdana;
	text-align: left;
	padding: 0px;
}

TD.content {
	font-family: Verdana;
	font-size: 12px;
	background-image: url(siteimages/bodybg.jpg);
	text-align: left;
	text-decoration: none;
	margin-top: -10px;
}
TD.footer {
	font: bold 11px/16px arial, helvetica, sans-serif;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000 #000 #000 #000;
	background-color: #daa520;
	padding: 10px;

}

/* Link Styles for Footer */
TD.footer a {
	color: #000;
	font-weight: normal;
}

/* Link Styles For LF Wave */
#lfwave a {
  color: #cc0000;
	font-weight: normal;
}

#lfFeatureItem {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 25px;
  padding-bottom: 100px; 
}


/* Cell that has the Item Name */
#usedItemName{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 10px;
  padding-left: 30px;
}

/* Cell that has Item Description */
#usedItemDescription {
  font-family: Verdana;
  font-size: 11px;
  padding-left: 50px;    
}

/* Cell that has the table which displays images */
#usedItemPictureContainer {
  padding-left: 50px;    
}

/* Table that has images */
#usedItemPictureTable {
}

/* This cell has the actual image */
#usedItemPictureCell {
}



/**************** menu coding *****************/
#menu {
	width: 100%;
	background: #eee;
	float: right;
	margin-top: -3px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 187px;
	float: left;
}
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	text-align: center;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #000 #000 #000 #000;
	margin: 0;
	padding: 2px 3px;
}
#menu h2 {
	color: #000;
	background: #daa520;
	text-transform: uppercase;
}
#menu a {
	color: #000;
	background: #dcdcdc;
	text-decoration: none;
}
#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu li{
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
/**************** menu coding *****************/
