body
{
	font-family:"Copperplate Gothic Light";
	background-color: #400F0F;
	background-image: url("/img/background.png");
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
a {
	color: #400F0F;
}
a  {
	text-decoration: none;
}
a:visited{
	color: #90A889;
	}
img {
	border: none;
}
h2 {
	margin-top: 2px;
}
.center { text-align: center;}
#header
{
	background-image: url("/img/header_bg.png"); 
	background-repeat: no-repeat; 
	height:126px; 
	width:1012px; 
	margin: 0px auto; 
	text-align: left;
	position: relative;
	z-index: 2;
}
#logo
{
	background-image: url("/img/logo.png"); 
	background-repeat:no-repeat; 
	height:194px; 
	width:358px; 
	position: absolute;
	left: 70px;
	top: 15px;
}
#navigation
{
	font-size: 0.88em;
	background-color: #fdfce7; 
	height:24px; 
	width: 450px;
	position: absolute;
	left: 480px;
	top: 96px;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid black;
}
.sidestuff { text-align: center; margin-left: -65px;}
#navigation a
{
	margin: 0px 5px;
	color: black;
	text-decoration: none;
}
#navigation a:hover
{
	color: black;
	text-decoration: underline;
}
#content
{
	background-image: url("/img/main_bg.png"); 
	background-repeat:repeat-y; 
	width:1014px; 
	position: relative;
	margin: 0px auto;
	padding: 80px 0px 0px 0px;
	text-align: left;
}
#crumb
{
	margin-left: 335px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
}
#secondary
{
	width: 250px;
	background-color: white;
	border: 1px solid black;
	margin-left: 60px;

}
#secondary li{ font-weight: normal; font-size: 15px;}
#secondary a{text-decoration: none;}
#secondary a:hover { text-decoration: underline;}
#primary
{
	padding: 15px;
	width: 580px;
	background-color: white;
	border: 1px solid black;
	word-spacing: 5px;
	
}
#footer
{	
	background-image: url("/img/new_footer_bg.png"); 
	background-repeat:no-repeat; 
	height:100px; 
	width:1012px; 
	margin: 0px auto; 
	text-align: center;
	position: relative;
	color: white;
	padding-top: 20px;
	font-size: 0.8em;
}
#footer a
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	color: white;
	text-decoration: underline;
}
#list_objects{
	border-top: 1px solid Black;
}
#list_objects td{
	border-bottom: 1px solid #BBB;
	padding: 5px 0px;
}
.shelf
{
	clear: both;
}
.nav_spacer
{
	background-image: url("/img/nav_spacer.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 204px;
	margin-left: 25px;
}
.nav_title
{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.categorie
{
	width: 135px;
	height: 150px;
	text-align: center;
	float: left;
}
.categorie img{
	width: 115px;
	height:115px;
}
.product_description {
	margin-left: 140px;
}
#admin_form input{ width: 100% }
#admin_form textarea{ width: 100% }
.errorbox {
	color: red;
	font-size: 13px; 
	border: 1px solid red;
	margin-bottom: 10px;
	padding: 10px;
}
#secondary li{
	list-style: none;
	margin-left: 20px;
	font-size: 16px;
}
.trail{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.7em;
}
.noprodo{
	color: #AAA;
}
#tools 
{
	float:right;
}
#cur_directory
{
	margin-top: -20px;
	font-size: 12px;
}