@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	background: #504634;
	text-align: center;
	color: #695F4C;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
	background: #D9D1BC url(images/header.jpg) no-repeat;
	height: 450px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 170px;
  color: #52616E;
}
#logo .hh {
	margin: 0;
	padding: 0;
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo .pp{
	margin: 0;
  font-weight: bold;
}

#cart {
  position: absolute;
  top: 10px;
  left: 454px;
  width: 208px;
  background: #4B5360;
  width: 209px;
}
#cart-top { background: url(images/cart_top.gif) no-repeat; }
#cart-bot { background: bottom left url(images/cart_bot.gif) no-repeat; }
#cart-cart {
	color: white;
	height: 40px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 60px;
}
#cart p {
  margin: 0;
}
#cart .orange {
  color: #FFB400;
  font-size: 10px;
}


#nav {
	background: #4B5360;
	position: absolute;
	top: 410px;
	left: 285px;
	width: 385px;
	padding: 9px 0;
	text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}

#body {
	padding-top: 3px;
	background-color:#928875;
}
#categories {
	float: left;
	width: 150px;
}
#seasonal {
	float: right;
	width: 519px;
	background: #D4CAB6;
	margin-bottom: 2px;
}
#seasonal .inner {
  padding: 6px 12px;
}
#seasonal p {
	margin: 1em;
	font-size: 12px;
	line-height: 1.5em;
}

h1 {
	color: #1B1812;
	font-size: 14px;
	font-weight: bold;
	margin: 1em;
	background-image: url(images/h_bg.gif);
	background-repeat: repeat-y;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #d40001;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d40001;
}




#categories p {
	color: #695F4C;
	margin: 0;
	color: #fff;
	padding: 4px 0 5px 39px;
	background: #847A67;
	font-family: "arial narrow", arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#categories li {
  background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}


#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}
#cart ul {
	float: left;
	list-style-type: none;
}
#cart li {
	float: left;
	padding: 8px;
}

