/* this style sheet is used for all the non product web pages
   the other two style sheets are product and warehouse */
body {

	background-color: #7F1917; 
	
	color: #FFCCCB;
	font-family: verdana, arial, sans-serif;
	
}
.top_nav {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align:center;
	font-size:.8em;
}
.left_nav {

	background-color: #7F3D17; 
	
	float:left;
	width:150px;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:5px;
    padding:0px;
    }
.contents {
	position: absolute;
	left:165px; 
	margin-left: 15px;
	margin-right: 15px;
}
.footer {
	font-size: 8pt;
}
/* .contents ul {
	list-style: disc;
	width:auto;
}
*/
ul {
	list-style:none;
	width:125px;
}
a:link, a:visited {
	/* color: #FF8F00; */
	/*	color: #507642; */
	color: #21B6A8;
	text-decoration:none;
	padding: 4px;
}
a:hover {
	/*color: #CCCC99; */
	/* color: #F3F4EC; */
	color: #CBFFFA;
	 padding:4px;
}

#here {
	color: #FFFFFF;
	border: 1px solid white;
	padding: 3px;
}