BODY { background: #7C352E; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
A:link { color: #0000FF; }
A:hover { color: #FF0000; }
A:visited { color: #0000FF; }
A:active { color: #0000FF; }
.ThRows { background-color: #407DBB; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}
.TrRows { background-color: #FFFFFF; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
.TrOdd  { background-color: #FFFFFF; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}.TrHover { background-color: #F8FDBB; color: #000000;
       font-family: Arial;
       font-size: 9pt;
}
.ThHead { background-color: #003399; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}

.menu {
	background: #FFFFFF; 
	color: #000000;
  font-family: Arial;
  font-size: 9pt;
	text-align: right;
  margin-right: 5px;
}
.infopage_menu {
  font-family: Arial;
  font-size: 9pt;
}
.infopage_menu a {
	text-decoration: none;
	color: #0000FF;
}
.infopage_menu a:hover {
	text-decoration: none;
	color: #FF0000;
}
.tabs {
  border-bottom: 1px solid #999e87;
  padding-top: 5px;
}
.footer {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
}
.title {
  font-family: Arial;
  font-size: 15pt;
  font-weight: bold;
}
.subtitle {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  padding-left: 15px;
}
.prod_title {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #0071BC;
}
.prod_title a {
  color: #0071BC;
  text-decoration: none;
}
.prod_title a:hover {
	text-decoration: none;
	color: #FF0000;
}
.prod_price {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
}
.prod_model {
	font-family: Verdana;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}
.prod_desc {
	font-family: arial;
  font-size: 10pt;
  color: #000000;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
text-align: center;
float: left; /*Set to "left" or "right" to position menu accordingly*/
/* border-bottom: 1px solid #999e87; */
margin-left: 10px;
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url('images/bluebg.gif') repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left
}
#navigation a {
	color: #FFFFFF;
	background: url('images/blueleft.gif') no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none
}
#navigation a:hover {
	color: #FFFF00;
}
#navigation a span {
	background: url('images/blueright.gif') no-repeat right top;
	display: block;
	padding-left:5px; padding-right:13px; padding-top:7px; padding-bottom:4px
}
#navigation a span {
	float: none;
}

