#container
{
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#masthead
{
	height: 150px;
	background: #CCC;
}
#menu
{
	position: relative;
	top: 10px;
	left: 0px;
	width: 150px;
	background: #EEE;
	float: left;
}
#content
{
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 650px;
	margin: 0 10px;
	padding: 0 10px;
	/* Box model hack for IE5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:628px;	
}
#sidebar
{
	position: relative;
	float: left;
	top: 10px;
	left: 30px;
	width: 120px;
	background: #EEE;
}
#footer
{
	position: relative;
	clear: left;
	width: 1000px;
	background: #CCC;	
}
#header 
{
	border: 0;
	width: 100%;
	background: #993400 url("images/homepage3_logo.jpg") no-repeat left top;
}
/* Be nice to opera hack */
body>#main
{
	width:1000px;
}
a:link
{
	color: #000080; 
}
a:visited
{
	color: #000000; 
} 
a:active 
{
	color: #0000CC;
}
body
{
	font-family: Arial;
	font-color: White;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.headerRow1  { font-family: Arial; font-size: 14pt; color: #FFFFFF; font-weight: bold }
p
{
	font-size: 12px;
}
td
{
	font-size: 12px;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
ul.nav 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li.top
{
	display: block;
	width: 149px;
	height: 24px;
	line-height: 28px;
	border: 1px solid #666;
	background-color: DarkBlue;
	text-decoration: none;
	text-align: center;
	color: white;
	font-family: Arial;
	font-weight: bold;
}
ul.nav li a 
{
	display: block;
	width: 149px;
	height: 24px;
	line-height: 28px;
	border: 1px solid #666;
	background-color: Silver;
	text-decoration: none;
	text-align: left;
	font-family: Arial;
}
ul.nav li a:hover 
{
	background-color: Red;
	color: White;
}
ul.subnav 
{
	list-style-type: none;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}
ul.subnavB 
{
	list-style-type: none;
	line-height: 28px;
	line-width: 200px;
	padding: 0px;
	margin: 0px;
}

ul.subnav li
{
	display: inline;
}
ul.subnav li a 
{
	padding: 5px;
	margin: 0px;
	border: 1px solid #666;
	background-color: Silver;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
}
ul.subnav li a:hover 
{
	background-color: Red;
	color: #fff;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: #000000;
	font-size: 14px;
}
h2
{
	color: #660000;
	font-size: 14px;

}
h3
{
	color: #993300; 
	font-size: 18px;
	
}
h4
{
	color: #993300;
	font-size: 18px;
	
}
h5
{
	color: #993300;
	font-size: 18px;
	
}
h6
{
	color: #993300;
	font-size: 18px;
	
}
table.cart
{
	border-collapse: collapse;
}