@charset "utf-8";
/* CSS Document */
@import url('master.css');
@import url('cart.css');
@import url('kaffie2.css');
body {
background: url('images/side-wood.jpg') repeat-y fixed #9e5938;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header {
width: 100%; height: 183px;
padding: 0 0 0 0;
background: url('images/header.jpg') no-repeat #6e230e;
border-bottom: 1px solid #000;
}
#header #homelink {
float: left; clear: both;
}
#header #homelink a {
text-indent: -9000px;
float: left;
display: block;
width: 225px; height: 145px;
margin: 4px 0 0 10px;
}
#header #menu {
width: 100%;
float: left; clear: both;
margin: 15px 0 0 0;
}
#header #menu a {
margin: 0 14px;
color: #feffb0;
text-transform:uppercase;
text-decoration:none;
font-size: .95em;
}
	#header #menu a:hover {
	color: #b67150;
	}
#heading {
float: left;
clear: right;
margin: 0;
width: 450px;
text-align: right;
}
#container {
width: 650px;
margin: 4px 0 0 150px;
}
#footer {
background: url('images/footer.png') top center no-repeat;
width: 600px; height: 30px;
text-align: center;
font-size: .8em;
float: left; clear: both;
padding-top: 50px;
color: #59301b;
}
	#footer strong {
	font-size: 1.1em;
	}
	#footer a, #footer a:hover {color: #59301b;}

/* Home */
#home-boxes a img {
margin: 2px 2px 0 2px;
border: 1px solid #9e5938;
}
	#home-boxes a img:hover {
	border: 1px solid #ce8f71;
	}
#home-links {
margin: 0 0 20px 0;
float: left; clear: both;
width: 100%;
text-align: center;
}
#home-links a {
color: #d9a68d;
font-size: .8em;
margin: 0 7px;
text-decoration: none;
font-weight: bold;
}
	#home-links a:hover {
	color: #fff;
	}

/* Our Story */

#our-story {
width:100%;
}
#our-story p {
margin: 20px 0;
color: #3F221B;
font-size: 1.1em;
line-height: 140%;
}
#our-story h2 {
font-family: Times New Roman, serif;
font-size: 1.6em;
letter-spacing: .04em;
color: #fff;
font-weight: normal;
margin: 20px 0 0 0;
}
#our-story img {
float: left;
margin: 4px 8px 0 0;
/* border: 1px solid #fff; */
}


/* Comments Questions */

iframe.comments-iframe {
width: 600px;
height: 510px;
border: 0;
}

body.cq {
background:#9e5938;
background-image: none!important;
color: #fff;
}
.cq table td {
color: #fff;
padding: 4px;
}
.reqfields {color: #fff;}