body {
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
}

td {
  font-family: Arial;
  font-size: 14px;
}

#logo {
  position: relative;
  top: 15px;
  left: 15px;
  height: 75px;
  width: 200px;
	background-image: url(images/BPiFab_Logo.gif);
}

#BackGround {
	height: 300%;
	width: 100%;
	text-align: center;
  background-color: #336699;
}

#wrapper {
  width: 800px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
	background-color: white;
  /*border: 1px solid black;*/
}


#menu {
  position: absolute;
  top: 250px;
	float: left;
	width: 800px;
	height: 25px;
	background-color: black;
}

#contentbackground {
	position: absolute;
	top: 285px;
	width: 800px;
	min-height: 50px;
	background-color: white;
	/* border: solid 1px black; */
}

#contentwrapper {
	margin: 7px;
	width: 786px;
}

#leftcol {
	width: 200px;
	float: left;
	margin-right: 3px;
	/* border: solid 1px black; */
}

#contentarea {
	float: left;
	width: 380px;
	/* border: solid 1px black; */
}

#rightcol {
	width: 200px;
	float: right;
	/* border: solid 1px black; */
}


.Orange {
  color: #EA3027;
  font-weight: bold;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}

.cartitem {
  font-size: 10pt;
}

#totalprice {
color: black;
font-size: 9pt;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-align: right;
}

a#AddToCart
{
	color: white;
	background-color: black;
	height: 30px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	text-decoration: none;
}

.GrayHeader {
	font-size:12pt;
	font-weight: bold;
	background-color: #cccccc;
}

#OrderNumber {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.small {
	font-size: 9pt;
}
