/* CSS Document */
/* styles unique to the home page */

body {
	color: White;
	background-color: #333;
	padding: 0px;
	margin: 10px 0xp 0px 0px
}
table#idShell {
	color: White;
}
td#idSearch {
	color: White;
}
td#idMadeInUSA {
  border-bottom: none;
}
td#idHomeCenter {
  margin: 0;
  padding: 0 0 0 0px;
  text-align: left;
  vertical-align: top;
}
td#idHomeCenter div#idFind {
  margin: 0 0 0 1px;
 	padding: 5px 0;
 	width: 327px;
	vertical-align: middle;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
td#idHomeCenter form {
  vertical-align: text-bottom;;
}
td#idHomeCenter form img {
  vertical-align: text-bottom;;
}
td#idHomeCenter input.text {
  width: 78px;
  height: 13px;
  vertical-align: text-bottom;    
  background-color: White;
  border: 1px solid #999;
  text-transform: none;
}
td#idHomeCenter input.submit{
  vertical-align: text-bottom;
}
td#idHomeCenter div#idNextLevel {
  margin: 0 0 0 1px;
	padding: 7px 5px 5px 5px;
	text-align: left;
  vertical-align: top;
	color: White;
}
div#idNextLevel a {
  color: White;
}

