body, td
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}

a
{
	color: #606277;
	text-decoration: none;
}

a:hover
{
	color: 24242C;
}

input
{
	border: solid 1px #606277;
}

.noborder
{
	border: 0px;
}

.error
{
	color: #FF0000;
}

.CategoryName
{
	font-size: 15px;
	font-weight: bold;
}

.partname
{
	font-size: 13px;
	font-weight: bold;
}

.price
{
	font-size: 13px;
	font-weight: bold;
}

.textCellHeader
{
    FONT-SIZE: 12px;
    MARGIN: 0px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #606277;
}
.textCellContent
{
    FONT-SIZE: 10px;
    MARGIN: 0px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #DDDDDD;
}

/* drop down nav styles */
.dropdowntable
{
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	BORDER-LEFT: white 1px solid;
	BORDER-BOTTOM: white 1px solid;
}

.dropdownmenu
{
	border-bottom: solid 1px white;
}

a.dropdownlink
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.toplinksborder {
	BORDER-LEFT: white 1px solid;
	BACKGROUND-COLOR:TRANSPARENT;
}

.toplinksborderOver {
	BORDER-LEFT: white 1px solid;
	BACKGROUND-COLOR:#5C8DA7;
}

a.topLinks
{
	color:#ffffff;
	padding:0px 5px 0px 5px;	
	font-weight: normal; 
	font:10px;
}

a.topLinksOver
{
	color:#ffffff;
	padding:0px 5px 0px 5px;	 
	font-weight: normal; 
	font:10px;
}
/* end drop down nav styles */

.InfoBox{
	width:450px;
	vertical-align:top;
	}
	
.NavBg {
	background-image:url(../gfx/NavBg.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:750px;
	}
	
.NavBtn {
	font-weight:bold;
	color:#000000;
	}	
	
a.NavBtn:hover {
	color:#e05c26;
	text-decoration:underline;
	}	
	
.FooterNavBtn {
	color:#4b4b4b;
	font-size:10px;
	}	
	
a.FooterNavBtn:hover {
	color:#e05c26;
	text-decoration:underline;
	}	