@charset "utf-8";
/* CSS Document */
body {
	background:url(images/bg.jpg) repeat;
	margin: 0 auto;
}

a {
	border:none;
}

#masterwrap {
	width: 891px;
	height: auto;
	background:url(images/bodybg.jpg) repeat-y;
	margin: 10px auto;
}

#internalwrap {
	width: 891px;
	height: auto;
	background:url(images/bodybg.jpg) repeat-y;
	float:left;
}
	

#headerwrap {
	width: 891px;
	height: 200px;
	background:url(images/header.jpg) no-repeat;
	float:left;
}

#headermenu {
	margin: 165px 0 0 20px;
	width: 850px;
	height: 25px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#FFF;
}

#headermenu a {
	color:#FFF;
	text-decoration: underline;
}

#mainbodywrap {
	background: url(images/bodybg.jpg) repeat-y;
	width: 891px;
	min-height: 500px;
	_height: auto;
	float: left;
}

#footer {
	width: 891px;
	height: 45px;
	background:url(images/footer.jpg);
	float:left;
}

#leftmenu {
	width: 175px;
	min-height: 500px;
	_height: auto;
	margin: 5px 0 0 20px;
	float: left;
	font-size: 16px;
	color: #a39028;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#leftmenubutton {
	margin: 7px 0 0 0;
	width: 160px;
	height: 18px;
	padding: 5px;
	background-color: #634034;
	color: #FFF;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	}
	
	#leftmenubutton a {
	color: #FFF;
	text-decoration: none;
	}
	
	#leftmenubutton a:hover{
	color:#FF0;
	text-decoration: none;
	}
	
.boldyellow {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#featuredpanel {
	margin: 10px 0 0 8px;
	width: 147px;
	height: 207px;
	background: url(images/featuredbg.png);
	float: left;
	padding: 5px;
	text-align:center;
}

#mastercontentpanel {
	margin: 10px 0 0 20px;
	float: left;
	width: 650px;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
}
.producttitle {
	color: #FFF;
}
.ProductTitle2 {
	font-size: 24px;
	color:#930;
}
.price {
	font-weight: bold;
	color:#F00;
}
.yourbaskethead {
	text-align: right;
}

#footerlinks {
	width: 500px;
	height: 40px;
	margin: 8px 0 0 25px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#FFF;
}

#footerlinks a {
	color:#FFF;
	text-decoration: none;
}

#basketlink {
	margin: 0 0 0 10px;
	width: 150px;
	height: auto;
	float: right;
	text-align: right;
}

.searchformmargin {
	margin-left: 30px;
}

.vieworder {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFF;
	font-weight: bold;
}
.featuredpanelhead {
	color: #FF0;
}
