body {
	background-color:#CED0DD;
	/*background-color:#10255F;
	 background-image:url(images/backgrnd.jpg) */
}
img {border:0;}

.main_tbl {
	font-family:arial;
	font-size:12px;
	border:1px solid #b9b9ff;
	background-color: #ffffff;
	width: 790px;
	padding:0px;
}

.left_col {
	width: 150px;
}

.left_col_box {
	font-family:arial;
	font-size:12px;
	border:1px solid #364465;
	background-image: url('images/content_bg.jpg');
	width: 175px;

}
table.content_box {
	font-family:arial;
	font-size:12px;
	border:1px solid #364465;
	background-image: url('images/content_bg.jpg');
	width:100%;
}
.content_hdr {
	font-family:arial;
	margin-right: 10px;
	font-size:12px;
	padding: 6em 6em 6em 5em;
	border:1px solid #b9b9ff;
	border-right: 1px dashed #b9b9ff;
	border-bottom-width: 0px;
	color:#364465;

}

.content_tbl {
	font-family:arial;
	font-size:12px;
	border:1px solid #b9b9ff;
	border-bottom-width: 0px;
	background-color: #ffffff;
	width: 585px;


}

.content_txt {
	font-family:arial;
	font-size:12px;}
	
.custom_cont {
	background-color: #eaeaff;
	font-family:arial;
	font-size:12px;
	width: 550px;}

td.prod-id {
	width: 75px;
	font-size:12;
	font-weight: bold;
	background-color: #eaeaff;
}

td.prod-desc {
	font-size:12;
	background-color: #eaeaff;
}

td.shade {
	font-size:12;
	background-color: #eaeaff;
	valign :top;
}

td.noshade {
	font-size:12;
}
.rtfloat {
  float: right; background-color: #364465;color:#ffffff;padding:2px;
  }

.ltfloat {
  float: left;background-color: #364465;color:#ffffff; padding:2px;
  }
  
  .ltfloat2 {
  float: left;
  }
  
  .rtfloat2 {
  float: right;
  }
  
  hr {
  height: 1px;
  border:none;
	background-color:#b9b9ff;
	}

.ftr {
	background-color: #D7D7E4;
	color:#00004a;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	heignt: 15px;
}
a.ftr {
	color:#00004a;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	heignt: 15px;
	text-decoration:none;
}
a:hover.ftr {
	color:#00004a;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	heignt: 15px;
	text-decoration: line-through;
}

a.more {font-size:11;color:red;text-decoration:none}
a:hover.more {font-size:11;color:green; text-decoration:none; background-color: transparent;}

.new {color:red;}

/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
	/* End */
	/* Menu */
	ul {margin: 0;padding: 0;list-style: none;width: 180px;}
	ul li {position: relative;}
	li ul {position: absolute;left: 179px;top: 0;display: none;}
	ul li a {display: block;text-decoration: none;color: #364465;background: #D7D7E4;padding: 5px;border: 1px solid #364465; border-top-width: 0px;font-family:arial; font-weight:bold;}
	li:hover ul { display: block; }
	li:hover ul, li.over ul {display: block; }
	a:hover {color:#364465; background: #DAE2FC;}
	/* Menu End */