@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/background3.gif);
	background-repeat: repeat;
	background-color: #000000;
}
.oneColFixCtrHdr #container #mainContent object {
	height: 440px;
}

.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-top: 70px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}
.narrowText {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contactback {
	margin-right: 100px;
	margin-left: 100px;
	background-color: #000;
	padding-left: 20px;
}
.narrowText a:link {
	color: #4f4f4f;
	text-decoration: none;
}
.narrowText a:hover {
	color: #710101;
	text-decoration: none;
}
.narrowText a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
.narrowText a:active {
	color: #710101;
	text-decoration: none;
}

p {
	color: #aaa;
	font-size: 12px;
	line-height: 140%;
}

.oneColFixCtrHdr #footer {
	vertical-align: bottom;
	height: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	font-size: x-small;
	background-position: center;
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	vertical-align: bottom;
}
.oneColFixCtrHdr #container #header li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	text-align: right;
	padding-right: 35px;
	display: inline;
	list-style-type: none;
	float: right;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #header li a {
  color:#aaa;
}
.oneColFixCtrHdr #container #header a:link {
	color: #aaa;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header a:hover {
	color: #710101;
	text-decoration: none;
}
a:link {
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: #710101;
	text-decoration: none;
}
a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a:active {
	color: #710101;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table {
	background-position: center center;
	vertical-align: middle;
}
.smallGalleryImg {
	padding-left: 2px;
}
.bagName {
	font-weight: normal;
	text-transform: uppercase;
}
.activeNav {
	color: #990000;
	text-decoration: none;
}
.style1 {color: #710101}
.oneColFixCtrHdr #container #mainContent #coffeexml {
	background-color: #000000;
}
.gallerythumb {
	margin-bottom: 3px;
	margin-left: 5px;
}
#blackbox {
	background-color: #000000;
}
.lb {
	width:80px;
	float:left;
	clear:none;
	line-height:20px;
	font-weight:normal;
	text-align:left;
	margin-right:5px;
}
#websitesBox {
	float:right;
	clear:none;
	width:150px;
	min-height:200px;
	background:transparent;
}
#websitesBox a {
	color: #4f4f4f;
	text-decoration: none;
}
#websitesBox a:hover {
	color: #710101;
	text-decoration: none;
}
p.sales {
	color:#fff;
	font-weight:normal;
	line-height:30px;
	font-size:0.9em;
	color:#a40101;
}