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;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #504634;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #D9D1BC url(images/header.jpg) no-repeat;
  height: 150px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 150px;
  width: 250px;
  color: #52616E;
}
#logo h1 {
  font: bold 24px "arial", arial, sans-serif;
}
#logo p {
  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 { background: 9px 11px url(images/cart.gif) no-repeat; }
#cart-cart {
  padding: 8px 8px 8px 60px;
  color: white;
}
#cart p {
  margin: 0;
}
#cart .orange {
  color: #FFB400;
  font-size: 10px;
}
#cart a {
  color: white;
  font-size: 10px;
}

#navbar {
  background: #4B5360;
  position: absolute;
  top: 101px;
  left: 200px;
  width: 385px;
  padding: 9px 0;
  text-align: center;
}
#navbar li {
  list-style: none;
  display: inline;
  color: #fff;
}
#navbar a {
  text-decoration: none;
  color: #fff;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  float: left;
  width: 195px;
  height: 1130px;
  background: #D4CAB6;
}

#playimage {
   float: left;
   background: #D4CAB6;
   margin-top: 5px;
   margin-right: 10px;
}

#cat_list {
  float: left;
  width: 195px;
  background: #D4CAB6;
}

#cat_spacer {
  float: left;
  width: 195px;
  border-top: 1px solid #F4EFDF;
  background: #D4CAB6;
}

#music_top {
  float: left;
}

#music_bottom {
  float: left;
  clear: left;
}

#whatsnew, #featureditem, #mainbody, #fixed_body {
  float: right;
  width: 474px;
  background: #D4CAB6;
  margin-bottom: 2px;
}

#fixed_body {
  height: 1130;
}

#featureditem {
   border-top: 3px solid #FFF;
}

#whatsnew .inner {
  padding: 6px 12px;
}

#mainbody .inner {
  padding: 6px 12px;
}


#featureditem .inner {
  padding: 6px 12px;
}

#whatsnew p, #featureditem p {
  margin: 0.9em 0;
}

h3 {
  font: bold 14px "arial", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}
#cat_list h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #847A67;
}
#cat_list 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;
}

#mainbody li {
  background: #D4CAB6 left url(images/bullet.gif) no-repeat;
  list-style: none;
  font-size: 12px;
  padding: 4px 0 4px 35px;
}

#mainbody a {
  text-decoration: none;
}
#mainbody a:hover {
  text-decoration: underline;
}


#cat_list a {
  text-decoration: none;
  color: #000000;
}
#cat_list a:hover {
  text-decoration: underline;
}

#featureditem {
background: #D4CAB6;
}
#featureditem ul {
  margin-left: 1.5em;
}
#featureditem li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial", arial, sans-serif;
}
#featureditem p {
/*  width: 103px;*/
  margin-left: 1.5em;
}

#copyright {
  clear: right;
  text-align: right;
  font-size: 9px;
  padding: 3px;
}
