body {
  padding:0px;
  margin:0px;
  background-color: #123054;
  /* background-image:url(../images/body_back.gif);
  background-repeat:no-repeat;
  background-position: center 188px; */
}
#headerleft {
  background-image:url(../images/header_left_back.gif);
  background-repeat:repeat-x;
  background-position: 100% 0%;
}
#headerleft div {
  /* height:161px; */
  height: 280px;
  background-image:url(../images/header_left.jpg);
  background-repeat:no-repeat;
  background-position: 100% 0%;
}
#headerright {
  background-image:url(../images/header_right_back.gif);
  background-repeat:repeat-x;
  background-position: 0% 0%;
}
/* #headerright div {
  height:161px;
  background-image:url(../images/header_right.jpg);
  background-repeat:no-repeat;
  background-position: 0% 0%;
} */
#footerleft {
 background-image:url(../images/footer_left_expands.gif);
 background-repeat:repeat-x;
 background-position: 0% 100%;
}
#footernav {
  padding-top: 8px; 
  text-align: center;
  color: #515151;
  font-size: 10px;
  font-family: arial;
}
#footernav a {
  color: #515151;
  text-decoration: none;
}
#footernav a:hover {
  text-decoration: underline;
}
#address {
  font-size: 11px;
  font-family: arial;
  color: #ffffff;
}

.tableelement {
  padding: 6px 20px 1px 20px;
  font-family: arial;
  font-size: 11px;
  line-height: 14px;
  color: #363636;
}

.tabledivider {
  height: 2px;
  margin-top: 8px;
  background-image: url(../images/table_divider.gif);
  background-repeat: no-repeat;
  background-position: center 0px;
}

.productname {
	color: #e48d0d;
/* color: #1C3F94; */
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.category {
	color: #ffffff;
	background-color: #ECA736;
	padding: 4px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
	margin-top: 25px;
  margin-bottom: 25px;
}
.productsub {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #3F3F3F;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
}
.productdescription {
  font-family: arial;
  font-size: 11px;
  line-height: 14px;
  color: #363636;
  margin-bottom: 6px;
}

.date {
  font-family: arial;
  font-size: 11px;
/* color: #e48d0d; */
	color: #e48d0d;
  padding: 0px 15px 0px 0px;
}

.hoverBoxArrow {
	display: block;
	position: absolute;
	top: -20px;
	left: 20px;
	width: 27px;
	height: 20px;
	background: url(../images/hoverBoxArrow.gif) no-repeat;
}

a.hoverLink {
	text-decoration: none;
	border: none;
}

a.hoverLink img {
	border: none;
}

a.hoverLink div.primary {
	position: relative;
	display: none;
}

a.hoverLink:hover div.primary {
	display: block;
}

a.hoverLink div.primary div.secondary {
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 300px;
	padding: 5px 10px;
	border: 2px solid #333;
	background: none #FFF;
	color: #333;
	font-size: .9em;
	text-decoration: none;
	text-align: left;
}