﻿/* top right bottom left */

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}




/* ********** */

body {
	background: #504634;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

/* ********** */

/** layout **/

#container {
	text-align: left;
	margin: 37px auto;
	/**width: 672px;**/
	width: 916px;
	background: #ffffff;
  position: relative;
}



/* header -> logo, cart */

#header {
  background: #D9D1BC;
  height: 207px;
}
#logo {
  position: absolute;
  /* top: 10px; */
  /* left: 10px; */
  width: 400px;
  color: #52616E;
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
}
#account {
  position: absolute;
  top: 10px;
  left: 454px;
  width: 208px;
  background: #4B5360;
}
#account_top {
	background: url(../images/AccountTop.gif) no-repeat;
}
#account_bot {
	background: bottom left url(../images/AccountBottom.gif) no-repeat;
}
#account_center {
	padding: 8px 10px 8px 10px;
	color: white;
	text-align: center;
}
#account p {
  margin: 0;
}
#account a {
  color: white;
  font-size: 10px;
  text-decoration: none;
}
#account a:hover {
	text-decoration: underline;
}

/* ********** */

/* body -> categories, seasonal */

#body {
  padding-top: 3px;
  background-color:#FFF;
}

#menu {
  float: left;
  width: 195px;
}
#menu h2 {
  color: #fff;
  padding: 5px 5px 5px 5px;
  background: #847A67;
}
#menu li {
  background: #D4CAB6 left url(../images/MenuBullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}
#menu a {
  text-decoration: none;
  color: #000000;
}
#menu a:hover {
  text-decoration: underline;
}

#content {
  float: right;
  /**width: 474px;**/
  width: 718px;
  background: #D4CAB6;
  margin-bottom: 2px;
}
#content .inner {
  padding: 6px 12px;
}
#content p {
  margin: 0.9em 0;
  font-size: 12px;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}

.clear {
	clear: both;
}

/* ********** */

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

/* ********** */