@charset "utf-8";
/* CSS Document */
body
{
	background:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#D3C09F;
	margin-top: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.main
{
	width: 960px;
	background-color:#FFFFFF;
	padding:0;
}
.nav
{
	background-color:#d7c4a5;
}
.footer
{
	background-color:#d7c4a5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.tagline
{
	clear:none
}
.eleven {	font-family: sans-serif; font-size: 11px; color:#3b2a1d; text-decoration:none;}
.link {	font-family: sans-serif; color:#3b2a1d; text-decoration:none;}
.item {font-family:arial; font-weight:normal; font-size:12px; line-height:17px;}
.elevenb {font-family:arial; font-weight:bold; font-size:11px;}
.colour { font-family:sans-serif; font-size:10px; color:#000000; }
.klTitle { font-family:sans-serif; font-size:24px; color:#b0b0b0; }
.klName { font-family:sans-serif; font-size:16px; color:#404040; }
.klDesc { font-family:sans-serif; font-size:12px; color:#202020; }
.desc1 {font-family:arial; font-weight:normal; font-size:12px;}
.desc {font-family:arial; font-weight:bold; font-size:12px;}
.byline {font-family:arial; font-weight:bold; font-size:12px; color:#3b2a1d;}
.Page {font-family:arial; font-size:12px; font-weight:bold; color:#3b2a1d;  text-decoration:none;}
.NavN {font-family:arial; font-size:10px; font-weight:bold; color:#000000;  text-decoration:none;}
.NavA {font-family:arial; font-size:12px; font-weight:bold; color:#3b2a1d;  text-decoration:none;}
.NavSearch {font-family:arial; font-size:12px; font-weight:bold; color:#3b2a1d;  text-decoration:none;}
.NavPage {font-family:arial; font-size:12px; font-weight:bold; color:#3b2a1d;  text-decoration:none;}

.Listing {font-family:arial; font-size:12px; color:#3b2a1d; }

#popup
{
	display: none;
	position:fixed;
	_position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	background-color:#FFFFFF;
	overflow:auto;
}
#fullbg
{
	display: none;
	position:fixed;
	_position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index:1;
}
.displayimg
{
	cursor:pointer;
}
.wclose
{
	cursor:pointer;
	text-align:right;
}
.footerNav
{
	text-decoration:none;
	color: #000000;
}
.cartNav
{
	font-weight: bold;
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
	width: 250px;
}
.itemNav
{
	font-weight: bold;
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;
	cursor: pointer;
	width: 250px;
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
	font-weight: bold;
}
a.forward
{
	font-size:12px;
	font-weight: bold;
}