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: #CCC url() fixed;
	background-repeat:no-repeat;
	text-align: center;
	font: 11px trebuchet MS;
	color: #000000;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 920px;
	background: #77601d url() no-repeat;
    position: relative;
	opacity: .90;
}

#header {
  background: url(images/header2.png) no-repeat;
  background-position:center;
  height: 200px;


}

#nav {
	background: #7a6552;
	position: absolute;
	top: -31px;
	left: 505px;
	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:#e1d9c2 url() no-repeat;
}
#categories {
  float:right;
  width: 180px;
 
  padding-right: 80px;
}
#seasonal, #collection {
  float: left;
  width: 650px;
  background: #77601d url() no-repeat;
  margin-bottom: 0px;
}
#seasonal .inner, #collection .inner {
  padding: 0px 10px;
  color:#ffffff;
}
#seasonal p, #collection p {
  margin: 0.8em 0;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

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: #fff;
  padding: 4px 0 5px 39px;
  background: #7a6552;
}
#categories li {
  /**background: #D4CAB6 left url() no-repeat;**/
  /**border-top: 1px solid #F4EFDF;*//
  list-style: none;
  font-size: 16px;
  padding: 0px 0 3px 0px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}

#collection {
  background: #D4CAB6 bottom right url() no-repeat;
}
#collection .inner {
  padding-right: 98px;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}
#collection ul {
  margin-left: 1.5em;
}
#collection li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 0px;
  margin-left: 1.5em;
}

#seas-one, #seas-two, #seas-three {
  height: 10px;
}

#seas-one {
  float: left;
  width: 0px;
  margin-right: 3px;
  background: url(images/foot_1.jpg) no-repeat;
}
#seas-two {
  float: left;
  width: 0px;
  margin-right: 3px;
  background: url(images/foot_2.jpg) no-repeat;
}
#seas-three {
  float: left;
  width: 0px;
  background: url(images/foot_3.jpg) no-repeat;
}

#seas p {
  text-align: right;
  color: #000;
  margin: 80px 15px 0 0;
  font-size: 23px;
  font-weight: bold;
}
#seas p.date {
  margin-top: 0;
  font-size: 17px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  color:#FFF;
  padding: 3px;
}

p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 18em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: ;
  color: #fdda8a;	
  padding: 1em;
  text-decoration: none;
  font-weight:;
}

ul#menu li a:hover {
  background: url();
  text-decoration: none;
}


ul#menu li ul li a {
  background: #D4CAB6;
  color: #FF3;
  padding-left: 20px;
  text-decoration: none;
  font-weight: ;
  
}

ul#menu li ul li a:hover {
  background: url();
  /*border-left: 2px #a1aab1 solid;*/
  padding-left: 15px;
}
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 1px; margin: 0; }
.code code { display: block; padding: 1px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 0em; }
.indent2 { padding-left: 0em; }

