html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font : 76%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background : #fff url(images/wrapper-bg.jpg) repeat-x;
	text-align: center;
	padding-top: 20px;
}

#header {
	text-align: centre;
	width: 100%;
	padding: 40px 0 30px 0;
}
em {
	font-style: italic;
}
#content {
	margin: 0 auto;
	width: 980px;
	color: #40342b;
	position: relative;
	padding-bottom: 20px;
}

h2 {
	color: #906043;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
	line-height: 1.3em;
}
h2 span.coffee {
	color: #f30;
}
h4 {
	margin: 25px 0 10px 0;
}
h4 span.button a:link, h4 span.button a:visited {
	color: #fff;
	background: #9d8565;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Palatino, Georgia, "Times New Roman";
	color: #fff;
	border: 1px solid #c7b9a8;
   -moz-border-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -khtml-border-radius: 5px;
   padding: 10px;

} 
h4 span.button a:hover {
   background: #6c5a45;
}
#content .featureleft h4 span.button a:link {
	cursor: default;
}
#content .featureleft h4 span.button a:hover {
	cursor: default;
	color: #fff;
   background: #9d8565;
}

#content h5.captiontext, #content h6 {
	font-size: 0.8em;
	font-weight: normal;
	color: #904043;
	margin-bottom: 10px;
}
#content h6 {
	color: #768392;
	margin-bottom: 0;
	font-style: italic;
}

.feature, .featureleft {
	width: 270px;
	height: 310px;
	float: left;
	position: relative;
	border: 2px solid #c7b9a8;
   -moz-border-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -khtml-border-radius: 10px;
   padding: 10px 10px 15px 10px;
   background: #fff url(images/beans.jpg) no-repeat 50% 100%;
   margin-right: 20px;
}
.featureleft {
   background: #fff url(images/beans-bw.jpg) no-repeat 50% 100%;
}
#content p.small {
	font-size: 0.9em;
	line-height: 1.4em;
}
.alignright {
	text-align: right;
}
#footerwrap {
	padding: 10px 0 15px 0;
	color: #c7b9a8;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}


strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.indent {
	padding-left: 30px;
}
.clear {
	clear: both;
}


