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: 1024px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #D9D1BC url(images/header.jpg) no-repeat;
  height: 266px;

}

#cart {
	position: absolute;
	top: 15px;
	left: 317px;
	width: 695px;
	background: #D4CAB6;
	width: 705px;
	height: 50px;
}

#cart-cart { background: 0px 0px url(images/logo001.gif) no-repeat; }
#cart-cart {
  padding: 130px 0px 55px 0px;
  color: #504634;

}

#nav {
  background: #504634;
  position: absolute;
  top: 210px;
  left: 510px;
  width: 513px;
  padding: 11px 0;
  text-align: center;
  
  }
  
  
#nav a:hover {
  text-decoration: none;
  color: #F96C3F;
  
  
}
#nav li {
  list-style: none;
  display: inline;
  color: #FFFFFF;
}
#nav a {
  text-decoration: none;
  color: #FFFFFF;
}

}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  float: left;
  width: 210px;
}
#seasonal, #collection {
  float: right;
  width: 800px;
  background: #D4CAB6 ;
  margin-bottom: 2px;
  margin-top: 4px;
}
#seasonal .inner, #collection .inner {
  padding: 30px 65px;
  
}
#seasonal p, #collection p {
  margin: 0.9em 0;
  
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}
#categories h2 {
  color: #000000;
  padding: 4px 0 5px 39px;
  background: #F96C3f;
}
#categories li {
  background: #88B100 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: none;
  color: #FFFFFF;
}

#collection {
 
 background: url(images/background001.gif) no-repeat;
 
}
#collection .inner {
  padding:  20px 0px 0px 50px;
  
  
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 2px;
  margin-bottom: 1em;
  
}
#minigal div {
  float: left;
  margin: 6px;
  
}
#collection ul {
  margin-left: 1.5em;
  

  
}
#collection p {
  width: 350px;
  margin-left: 10px;
}

#seas-one, #seas-two, #seas-three, #seas-four {
  height: 146px;
  margin-top: 4px;
  
}

#seas-one {
  float: left;
  width: 195px;
  margin-right: 5px;
  background: url(images/foot_1.jpg) no-repeat;
  margin-left: 30px;
}
#seas-two {
  float: left;
  width: 249px;
  margin-right: 5px;
  background: url(images/foot_2.jpg) no-repeat;
 
}
#seas-three {
  float: left;
  width: 222px;
  margin-right: 5px;
  background: url(images/foot_3.jpg) no-repeat;
  
}

#seas-four {
  float: left;
  width: 222px;
  background: url(images/foot_4.jpg) no-repeat;
    
}

#seas p {
  text-align: right;
  color: #FFFFFF;
  margin: 100px 20px 0 0;
  font-size: 23px;
  font-weight: bold;
}
#seas p.date {
  margin-top: 0;
  font-size: 16px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  padding: 8px;
}
