/******* SET UP ENVIRONMENT *******/
* {
	margin: 0px;
  padding: 0px;
}
body {
	background: #c2b99a url('./images/background.repeat.jpg') repeat-y;
  font-family: verdana, arial;
  font-size: 11px;
}
h1 {
	font-size: 13px;
  font-wieght: bold;
  color: #83773A;
}
h2 {
	font-size: 10px;
  font-wieght: bold;
  color: #000;
}
p {
	margin-bottom: 10px;
  font-size: 11px;
}
li {
	font-size: 11px;
}
a {
	color:#6B7944;
  text-decoration: none;
}
a:hover {
	color:#666;
  text-decoration: none;
}


/********* MISC. ELEMENTS *********/
#container {
	position: relative;
  width: 790 px;
}
#coffeecup {
	position: absolute;
  height: 217px;
  width: 279px;
  background: url('./images/header_cup.gif') no-repeat;
  top: 10px;
  left: 8px;
  z-index: 100;
}

/********* SET UP HEADER **********/
#head {
 background: url('./images/header.banner.jpg') no-repeat 240px 0px;
 height: 165px;
 width: 100%;
}
#head .links {
	position: absolute;
	width: 602px;
  height: 20px;
  top: 170px;
  left: 246px;
  z-index: 110;
}
#head .links a {
	text-decoration: none;
  color: #fff;
}
#head .links li {
  
  display: block;
  float: left;
  background: #c2b99a;
  height: 20px;
  width: auto;
  padding: 0px 13px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  cursor: hand;
}
#head #organic {
	background: url('./images/organic.png') no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 745px; 
  top: 14px;
}

/******* SET UP LEFT PANEL ********/

#leftpanel {
	position: absolute;
	width: 190px;
  top: 240px;
  left: 20px;
}
#leftpanel .links {
  margin-bottom: 5px;
}
#leftpanel .links a {
	text-decoration: none;
}
#leftpanel .links li {
	display: block;
	background: #c2b99a;
  width: auto;
  font-size: 14px;
  padding: 0px 10px;
  text-align: left;
  line-height: 24px;
  cursor: hand;
  color: #fff;
  border-bottom: dashed 1px #fff;
}
* html #leftpanel .links li {
	border-bottom: solid 1px #fff;
}
#leftpanel .links .last {
  border: 0px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}


/********** SET UP BODY **********/

#body {
	position: absolute;
	width: 580px;
	top: 214px;
  left: 240px;
}


/***** SET UP SHOPPING CART ******/

#shoppingcart {
  position: absolute;
  left: 460px;
  bottom: -4px;
  padding: 0px 20px 0px 45px;
  line-height: 20px;
	background: #83773a url('./images/shoppingcart.png') no-repeat 16px 4px;
}
#shoppingcart #leftcorner {
  position: absolute;
  height: 30px;
  width: 28px;
  top:0px;
  left:0px;
  background: url('./images/corner.left.png') no-repeat;
}
#shoppingcart #rightcorner {
  position: absolute;
  height: 30px;
  width: 28px;
  top:0px;
  right:-8px;
  background: url('./images/corner.right.png') no-repeat;
}
#shoppingcart span {
  color: #fff;
  margin: 0px 5px;
  font-size: 10px;
}
#shoppingcart #links a {
  color: #c2b99a;
  font-weight: bold;
}
#shoppingcart #links a:hover {
  color: #FFF;
}

/******** STYLE ABOUT US *********/

#about h1 {
  margin-bottom: 8px;
}


/******** STYLE CONTACT US *******/

#contact {
	width: 100%;
  text-align:center;
  font-size: 9px;
}
#contact #logo {
	margin-top: 0px;
}
#contact #hours {
	margin-top: 60px;
}
#contact #slogan {
	font-size: 10px;
  margin-top: 100px;
}
#contact #contactitems .contactitem {
	text-align: center;
  width: 33%;
  float: left;
}
#contact #contactitems .contactitem span {
	display:block;
}
#contact #contactitems h1 {
	font-size: 11px;
}
#contact #contactitems {
	margin-top: 30px;
}


/********* STYLE CATALOG ********/

#catalog td {
	padding: 5px;
}


/******* STYLE WHOLESALE *******/

#wholesale td {
	padding: 5px;
}