/* CSS Document */

body, html {
  height: 100%;
} 
body {
  font-family: "Lucida Grande", Verdana, sans-serif;
  background: #ecf3e7 url('../images/bg.gif') top center repeat-y;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #989898;
  text-align: center;
}
a:link, a:active, a:visited {
  text-decoration: none;
  color: #888888;
}
a:hover {
  text-decoration: underline;
  color: #a8a8a8;
}
a.topLink {
  display: block; 
  float: right;
}
a.green {
  color: #799b78;
}
a.toplink {
  float: right;
}
img {
  display: inline;
  border: 0;
}
p {
  clear: both;
  text-align: left;
  line-height: 15px;
  padding: 7px 0 4px 0;
}
h1, h2, h3, h4, h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
h1 {
  text-align: center;
  font-size: 45px;
}
h2 {
  display: inline;
}
h2.title {
  float: left;
  text-align: left;
  color: #d4797a;
}
h3 {
  font: normal 12px Arial;
  text-align: left;
  line-height: 19px;
  color: #8c968b;
}
h3.jump {
  display: block;
  padding-left: 45px;
}
h4 {
  font: normal 10px Arial;
  text-align: left;
  line-height: 17px;
  color: #8c968b;
}
h5 {
  display: inline;
  font: italic 13px Georgia;
  text-align: left;
  line-height: 17px;
  color: #8c968b;
}
h5.months {
  display: inline;
  font: italic 17px Georgia;
  text-align: left;
  line-height: 17px;
  color: #d4797a;
}
#container {
  display: block;
  width: 895px;
  height: 100%;
  margin: auto;
  text-align: center;
}
#content {
  width: 530px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}
#header {
  position: relative;
  width: 530px;
  height: 145px;
}
ul#mininav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 33px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
ul#mininav li,
ul#mininav li a {
  display: block;
  position: relative;
  width: 89px;
  height: 16px;
  }

a#btnStoreHours {
  background-image: url(/images/mininav/store_hours.gif);
  }
a#btnDirections {
  background-image: url(/images/mininav/directions.gif);
  }
a#btnNewsletter {
  background-image: url(/images/mininav/newsletter.gif);
  }
#nav {
  display: block;
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 250px;
  height: 14px;
  }
#footer {
  height: 50px;
  font: 9px Verdana;
  line-height: 15px;
  text-align: left;
}
#footer div.right {
  margin-top: -2px;
}
#introText {
  clear: both;
  width: 530px;
}


#featureBox {
  display: block;
  width: 531px;
  height: auto;
}
#featureBox div.top {
  display: block;
  width: 531px;
  height: 57px;
  background: #fff url(../images/featureheading.gif) 0 0 no-repeat;
}
#featureBox div.heading {
  display: block;
  width: 531px;
  height: 35px;
  text-align: left;
  background: #fff url(../images/bg_heading.gif) 0 0 repeat-x;
	}

#featureBox img.photo {
	display: block;
	float: left;
	}
#featureBox div.text {
	display: block;
	float: left;
	background-color: #493b31;
	}
#featureBox div.text h5 {
	display: block;
	margin: 17px 0 1px 18px;
	font: bold 12px Verdana;
	}
#featureBox div.text p {
	display: block;
	margin: 4px 18px 5px 18px;
	}
	
	
#subnav, #subnav a {
  font-variant: small-caps;
  height: 30px;
  font: 9px Verdana;
  letter-spacing: .1em;
  color: #cccccc;
	}
	
div.itemList {
	text-align: left;
	font-size: 14px;
	padding: 10px 0 0 0;
}
div.list {
	display: inline;
	width: 175px;
	text-align: left;
	margin: 0 0 6px 0;
}

div.list a:hover {
  color: #8caa8b;
  }

a.yarn {
	text-transform: uppercase;
	color: #df9b9b;
	font-size: 10px;
	line-height: 18px;
}
	
div.break {
  clear: both;
  display: block;
  width: 530px;
  height: 10px;
  margin-top: 3px;
  padding: 0;
  border-top: 1px dashed #9d9fa2;
	}
div.label {
  display: block;
  text-align: left;
  clear: both;
  float: left;
  width: 60px;
  white-space: nowrap;
	}
div.value {
  display: inline;
  text-align: left;
  clear: none;
  float: left;
  color: #799b78;
  width: 400px;
  padding: 0 0 5px 0;
	}
div.left {
  display: inline;
  float: left;
	}
div.center {
  display: inline;
  float: left;
	}
div.right {
  display: inline;
  float: right;
	}
div.newline, br.clr { clear: both; }
.red {  color: #d4797a;	}
.green { color: #799b78; }

.image {
  text-indent: -9999px;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	}
a.image:hover,
button.image:hover {
  background-position: 0 center;
  }
a.image:active,
button.image:active {
  background-position: 0 bottom;
  }
