Body {
	background-color: #800000;
	background-image:url("NewSite/pics/bluestripe.gif");
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

A {
	color: white;
}

HR {
	color: white;
	background-color: white;
}


.Cart {
	text-align: right;
	font-size: 10pt;
}

.price {
	text-align: right;
	font-size: 10pt;
}


.img_thumb {
	width: 100px; 
	height: 100px;
	border: 2px white solid; 
}

li {
	font-size: 10pt;
}

.BallastUL
{
	font-size: 14pt;
}

ul
{
	text-align: left;
}

.tdlist
{
	text-align: left;
	border-bottom:1px solid #FFFFFF;
}

.item_name
{
	font-size: 8pt;
}

.item_number
{
	font-size: 8pt;
}















/* Applies to paragraphs in the content division */
#content p{
  line-height:1.5em;
  font-size:0.83em;
  font-family:Verdanda, Geneva, Univers, sans-serif;
  text-indent:1em;
  color: white;
}

/* Applies to all list text in the content division */
#content u1 li{
  line-height:1em;
  font-size:0.83em;
  font-family:Verdanda, Geneva, Univers, sans-serif;
  color: white;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
  font-size:0.83em;
  color: white;
}


/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
  font-family: Charcoal, Impact, sans-serif;
  color: #D8AE5C;
  font-weight:normal;
  font-style:italic;
  font-variant:small-caps;
  letter-spacing:0.08em;
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}











.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
align: center;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 125px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
background: url("NewSite/menubg.gif") center center repeat-x;
color: white;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid white;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 125px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #800000;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url("NewSite/menubgover.gif") center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #3399FF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url("NewSite/menuarrow.gif") no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
