body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align:left;
}
body {
	background-color: #000000;
}
.space_at_top {
	margin-top: 10px;
	}
	
.menu_header {
	color: #FFCC00;
	font-size: 7pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	padding: 0 0 0 8px;
	
}
.header {
	color: #FFCC00;
	}
.file_list {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-type:none;
}
a {
	text-decoration: none;
	}

a:link {color:#FFCC00;}
a:visited {color:#FFCC00;}
a:active {color:#FF0000;}
a:hover {
	color:	#FFFF00;
}

a.menu_item , a.menu_item_selected{
	font-family:Arial, san-serif;
	font-weight:bold;
  	font-size: 8pt;
	text-decoration: none;
	padding: 0 0 0 8px;
	text-transform:uppercase;
}
a.menu_item:link {color: white;}
a.menu_item:visited {color: white;}
a.menu_item:active {color: white;}
a.menu_item:hover {
	color:#FFFFFF;
	background:url(../images/triangle.gif) no-repeat left center;
}
a.menu_item_selected:link {color: white;
	background:url(../images/triangle.gif) no-repeat left center;}
a.menu_item_selected:visited {color: white;
	background:url(../images/triangle.gif) no-repeat left center;}
a.menu_item_selected:active {color: white;
	background:url(../images/triangle.gif) no-repeat left center;}
a.menu_item_selected:hover {
	color:#FFFFFF;
	background:url(../images/triangle.gif) no-repeat left center;
}

a.red_link:link {color: red;}
a.red_link:visited {color: red;}
a.red_link:active {color: red;}
a.red_link:hover {
	color:red;
}


.gold_border, .gold_border_selected {
	border-collapse: collapse;
	border:#FFCC00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 3px;
	}
.gold_border_selected {
	background:#512E1A;
	}
	
.gold_sides, .gold_sides_selected {
	border-collapse: collapse;
	border:#FFCC00;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 3px;
	}
.gold_sides_selected {
	background:#512E1A;
	}

#content {
	padding: 5px;
	width: 747px;
	margin-top: 10px;
	background:white;
	color:black;
	text-align:left;
}

hr.gold {
	border: 0;
	width: 80%;
	margin: auto;
	color: #FFCC00;
	background-color: #FFCC00;
	height: 1px;
}

#manufacturer {
	background:#FFFFFF;
	background-repeat:	no-repeat;
	background-position: top right; 
	padding: 0px;
	margin: auto;
	width: 720px;
}
.manu_header {
	color:#FFFFFF;
	font-size:24px;
	padding: 15px;
	font-weight:bold;
	text-align:left;
	height: 20px;
}
#product_line_header {
	color:#000000;
	font-size:18px;
	padding: 5px;
	font-weight:bold;
	text-align:left;
}
.manu_content {	
	padding: 5px;
	color:#000000;
	text-align:left;
	width: 400px;
	
	}
#flash {
	padding: 0px;
	width: 747px;
	border:#FFCC00 5px solid;
}
#product_table {
	margin: 0px;
	padding: 0px;
}
.important {
	font-weight:bold;
}
#bar_background {
	background: url('../images/background_plain.gif');
	background-color:#FFFFFF;
	background-repeat:	no-repeat;
	background-position: top right; 
	padding: 0px;
	margin-top: 0px;
	margin: auto;
	width: 720px;
	}
.dark_row {
background: #F8B639;
}
.light_row {
background: #FBD388;
}