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 : #211812;
	text-align: center;
	padding-top: 10px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	padding: 0;
}
#branding {
	padding: 8px 50px 0 50px;
	position: relative;
	height: 110px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 170px;
}
#tagline {
	position: absolute;
	top: 82px;
	left: 220px;
	font-size: 1.1em;
}
#topnav {
	float: right;
	text-align: right;
	margin-top: 15px;
	display: block;
	width: 700px;
}
#topnav h2 {
	font-size: 20px;
	font-weight: normal;
}
#topnav h2 a:link, #topnav h2 a:visited {
	color: #533c2d;
   padding-left: 35px;
	text-decoration: none;
}
#topnav h2 a:hover {
	background: url(images/nav_bullet.gif) no-repeat 18px 9px;
	color: #ff4a0d;
}
#topnav h2 a:link.current, #topnav h2 a:hover.current {
	cursor: default;
	color: #9c8365; 
	background: none;
}
#subnav {
	float: right;
	display: block;
	padding: 25px 0 0 0;
	width: 700px;
	text-align: right;
}
#subnav p {
	color: #906043;
}
#subnav p a:link, #subnav p a:visited {
	color: #906043;
	padding: 0 7px;
	text-decoration: none;
}
#subnav p a#final, .footernav p a.final {
	padding-right: 0;
}
#subnav p a:hover {
	color: #ff4a0d;
}
#subnav p a.current {
	color: #c7b9a8;
	cursor: default;
}
#subnav p a:hover.current {
	color: #c7b9a8;
}
#header_img {
	position: relative;
	display: block;
	border-top: 2px solid #211812;
	border-bottom: 2px solid #211812;
	height: 250px;
}
#header_img img {
	margin: 0;
	padding: 0;
}
#header_bg {
	width: 100%;
	height: 15px;
	background: url(images/nav_bg.jpg) repeat-x;
}
#content {
	width: 980px;
	color: #40342b;
	position: relative;
	border-bottom: 1px solid #211812;
}
#content a:link, #content a:visited {
	color: #906043;
}
#content a:hover {
	color: #ff4a0d;
}
img#footer {
	float: left;
	background: #fff;
	margin: 0;
	padding: 10px 10px 0 0;
	width: 193px;
}
img#footer_index {
	position: absolute;
	bottom: 0;
	left: 0;
}
blockquote.quote {
	padding: 20px 10px;
	background: none;
	border-top: 1px dotted #A08368;
	margin-top: 25px;
	font-size: 16px;
}
blockquote.quote p {
	font-family: Georgia, serif;
}
blockquote.coffee {
	float: left;
	width: 350px;
	margin: 20px 0 20px 20px;
}
blockquote.coffee p {
	font-family: Georgia, serif;
	font-size: 16px;
}
#main {
	padding: 15px 10px 6px 0;
	margin-left: 50px;
	width: 550px;
	float: left;
	line-height: 1.6em;
}
#main h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #ff4a0d;
	padding-bottom: 15px;
	line-height: 1.4em;
}
#main h2, #main h3, #fullwidth h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ff4a0d;
	padding: 10px 0 7px 0;
}
#main h3 {
	color: #211812;
}
#main h2.warning {
	font-size: 1.4em;
	color: #ff4a0d;
}
.ordersent {
	border: 2px solid #ff4a0d;
	padding: 10px;
	margin-bottom: 10px;
}
#main h4, .brown {
	font-size: 1.2em;
	color: #906043;
	font-weight: bold;
}
#main h4.blend {
	font-size: 1.1em;
	color: #211812;
	border-top: 1px dotted #e7ddc4;
	padding: 8px 10px 0 10px;
	margin-top: 10px;
}
#content h5.captiontext {
	font-size: 0.8em;
	font-weight: normal;
	color: #904043;
	margin-bottom: 10px;
}

.brown {
	font-weight: normal;
}
#main p, #fullwidth p {
	font-size: 1.1em;
	padding-bottom: 10px;
}
#main p.line {
	border-top: 1px solid #e7ddc4;
	padding-top: 10px;
	margin-top: 5px;
}
#main p.coffee {
	color: #906043;
	font-size: 0.9em;
	padding-left: 10px; 
}
#main img {
	padding: 3px;
	border: 1px solid #e7ddc4;
	background: #fff;
}
#main img.right {
	float: right;
	margin: 0 0 10px 10px;
}
#main .boximage {
	float: right;
	width: 200px;
	margin-left: 10px;
	text-align: right;
}
#main .boximageleft {
	float: left;
	width: 200px;
	text-align: left;
}
#main .boximage h5, #main .boximageleft {
	line-height: 1.2em;
}
#main .box_right {
	width: 160px;
	padding: 0 5px 5px 10px;
	border: 1px solid #e7ddc4;
	float: right;
	display: inline;
	margin: 0;
}
#main img.left {
	float: left;
	margin: 0 10px 10px 0;
}
#main .divider {
	border-bottom: 1px solid #c7b9a8;
	height: 5px;
	width: 550px;
}
#main .coffees {
	margin: 10px 0;
	border-bottom: 1px solid #c7b9a8;
	width: 550px;
	position: relative;
	padding-bottom: 10px;
}
#main .coffees img {
	float: right;
	margin: 5px 0 5px 10px;
}
#main .coffees img.location {
	float: left;
	margin-left: 0;
}
#main .range, #main .equipment {
	width: 550px;
	margin: 10px 0;
	padding: 5px 0;
}
#main .range .feature, #main .equipment .type {
	float: left;
	width: 125px;
	text-align: center;
	margin-bottom: 20px;
}
#main .equipment .type {
	width: 150px;
	margin-right: 20px;
}
#main .equipment .type h2 {
	background: #211812;
	width: 150px;
	color: #fff;
	margin: 0;
	padding: 3px 0 5px 0;
	font-variant: small-caps;
}
#content #main .equipment .type h2 a:link {
	color: #fff;
	text-decoration: none;
}
#content #main .equipment .type h2 a:hover {
   color: #ff4a0d;
}
.feature h2 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 8px 7px 8px;
}
.feature p {
	padding: 0 10px;
}

ul#oomph {
	margin: 10px 0 0 10px;
	width: 320px;
}
ul.awards {
	margin: 10px 0 0 20px;
}
ul#oomph li, ul.awards li {
	list-style: none;
	padding: 0 0 5px 62px;
	position: relative;
	font-size: 1em;
	margin-bottom: 10px;
	text-indent: -5em;
}
ul.awards li {
   padding: 0 0 5px 20px;
	text-indent: -2em;
}

ul.franchise {
	list-style: none;
	margin: 0 0 20px 20px;
}
ul.franchise li {
	padding: 0 0 15px 20px;
	background: url(images/nav_bullet_small.gif) no-repeat 2px 5px;
}

#fullwidth {
	margin: 0 50px 10px 50px;
	display: block;
	position: relative;
}
#fullwidth p {
	margin-bottom: 8px;
}
#fullwidth .feature {
	width: 250px;
	border-right: 1px solid #c5ae94;
	margin-right: 20px;
	padding-right: 20px;
	float: left;
	position: relative;
}
#sub {
	width: 230px;
	float: right;
	margin-right: 50px;
	padding: 10px 0 10px 0;
}
#sub h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0 5px 0;
}
#sub h4, #main .box_right h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 7px;
	padding-bottom: 5px;
	color: #211812;
	line-height: 1.3em;
}
#sub h4.orders {
	margin: 15px 0 20px 0; 
}
#sub p {
	padding-bottom: 5px;
}
#content p.small {
	font-size: 0.9em;
	line-height: 1.4em;
}
#linkbox, #privacy {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-top: 1px solid #c7b9a8;
	border-bottom: 1px solid #c7b9a8;
}
#privacy {
	margin-top: 35px;
}
#linkbox h4, #privacy h4 {
	padding-bottom: 10px;
}
#news {
	margin: 10px 0;
}
#sub #news h4 {
   font-size: 1.2em; 
	padding-bottom: 3px;
	color: #ff4a0d;
}
#news p.newsitem, #news p.newsitem_final {
	border-bottom: 1px dotted #906043;
	line-height: 1.4em;
	padding-bottom: 7px;
}
#news p.newsitem_final {
	border-bottom: none;
}
#privacy h4, #privacy p {
	color: #a08368;
}
#linkbox p a.current {
	color: #c7b9a8;
	cursor: default;
	border-bottom: none 0px;
}
#sub #newsletter {
	border: 1px solid #b69178;
	background: #efebe6;
	padding: 5px 5px 0 10px;
	margin: 15px 0;
}
#sub img.fairtrade {
	margin: 5px 0 10px 0;
}

#footerwrap {
	background: #40342B;
	padding: 10px 0 15px 0;
	color: #c7b9a8;
	font-family: Arial, Helvetica, sans-serif;
	width: 980px;
}
/* footer styling */
.address {
	width: 350px;
	float: left;
	text-align: left;
	padding-left: 50px;
	font-size: 1.1em;
}
.address p {
	line-height: 1.4em;
	padding-bottom: 7px;
}
span.large {
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 1px;
	font-style: normal;
}
span.orange {
	font-weight: bold;
	color: #ff4a0d;
	font-size: 1.1em;
}
.copyright {
	width: 500px;
	float: right; 
	text-align: right;
	padding-right: 50px;
}
.copyright h5 {
	margin-top: 20px;
	font-size: 1em;
	font-weight: normal;
}
.copyright h5 a:link, .copyright h5 a:visited {
	color: #c7b9a8;
	text-decoration: none;
}
.copyright h5 a:hover {
	text-decoration: underline;
}
.footernav a:link, .footernav a:visited {
	color: #c7b9a8;
	padding: 0 8px 10px 8px;
	text-decoration: none;
}
.footernav a:hover {
	text-decoration: underline;
}
/* form styling */
form {
	border: 1px solid #a8b0c1;
	margin-top: 10px;
}
form#order {
	border: none;
}
form#order select option {
	padding: 2px 5px;
}
input#javaq, input#neoq, input#bfairq, input#orgq, input#romeoq, input#plungeq, input#tigerq, input#decafq {
	width: 50px;
}
form#order input#address2, form#order input#shipping2 {
	width: 200px;
}
form#order input#address_postcode, form#order input#shipping_postcode {
	width: 65px;
}
form#order .submitarea {
	border-top: 1px dotted #e7ddc4;
	margin: 0;
	padding: 10px;
}
form#order span.postcode {
	font-size: 0.8em;
	padding-left: 10px;
}
form#order span.town {
	font-size: 0.8em;
}
fieldset {
	margin: 10px;
	padding: 10px;
	border: 1px solid #c9cdd1;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
fieldset p input {
	width: 90%;
}
fieldset legend {
	font-size: 1em;
	color: #444;
}
label {
	display: block;
	font-size: 0.9em;
}
form#order label {
	font-size: 0.8em;
}
label.checkbox_align {
	display: inline;
	text-align: right;
}
input.text {
	display: inline;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #E7DDC4;
}
.submitarea {
	margin: 0 0 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}
#main p.warning, #main span.warning, #main h4.warning, #sub h4.warning {
	font-weight: bold;
	color: #ff4a0d;
}
#main h4.warning {
	padding-bottom: 10px;
}
p.error, span.error {
	font-weight: bold;
	color: #ff4a0d;
}
form#register {
	margin-top: 0;
	border: none;
}
form#register fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form#register label {
	color: #533c2d;
}
form#register .submitarea {
	margin: 0 0 10px 10px;
}
input.button {
	display: block;
	padding: 1px;
	background: #9c8365;
	color: #fff;
	cursor: pointer;
}
table.orders {
	margin: 5px 0 10px 10px;
}
table.orders td {
	padding: 2px 20px;
	font-size: 0.9em; 
	color: #906043;
}
/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.indent {
	padding-left: 30px;
}
.clear {
	clear: both;
}
/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
   padding-left: 22px;
   background-image: url(highslide/graphics/loader.white.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #c9cdd1;
    text-decoration: none;
	 font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #5a6571;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 520px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.2em;
	color: #ff4a0d;
	font-weight: bold;
	padding-bottom: 10px;
}
.highslide-body p {
	padding-bottom: 10px;
	font-size: 1em;
}
.highslide-body strong {
	font-weight: bold;
}
.highslide-body em {
	font-style: italic;
}
.highslide-body h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
.highslide-body a {
	color: #ff4a0d;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #ff4a0d;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-body h2 {
	font-size: 1.2em;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 7px;
	color: #ff4a0d;
}
.highslide-body img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #e7ddc4;
}
.highslide-body img.block {
	display: block;
	float: none;
	margin: 0 auto;
}
.highslide-body ul {
	margin: 0 0 7px 20px;
	padding: 0;
}
.highslide-body ul li {
	padding: 0 0 5px 5px;
	list-style: circle;
}
.highslide-body ul ul li {
   padding-left: 15px;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
