html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0px;
padding: 0px;
border: 0px;
}

html {
	width:100%; /* fix for dodgy forced scrollbar in ie7 */
	overflow-x:hidden;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(backgrounddarkerbrown.gif);
	color: #666666;
	text-align: center;
}


#wrapper {
	width: 99.7%;
	background-color:#330000;
	text-align:left;
	background-image: url(backgrounddarkerbrown.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


a {
	color: #ffff99;
	text-decoration:none;
}

a:hover, #nav ul li a:focus {
	text-decoration:underline;
	color: #cc9966;
}

#banner {
	color: #cc9966;
	height: 120px;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	margin: 0px;
	font-weight: bolder;
	vertical-align: middle;
	}


#banner img{
	margin-top: 22px;
}

#banner h1{
	color: #ffff99;
	font-size: 15px;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.165em;
	font-weight: 500;
	text-transform: uppercase;
}


#banner h2{
	color: #cc9966;
	height: 100px;
	font-size: 13px;
	line-height: 100%;
	display: inline;
}

#banner h2 a{
	color: #cc9966;
	text-decoration: none;
}

#banner h2 a:hover, #banner h2 a:focus {
	color: #ffff99;
	text-decoration: underline;
}


#bannerleft {
	text-align: left;
	font-weight: bold;
	color: #cc9966;
	position: absolute;
	width: 300px;
	height:	20px;
	left: 10px;
	top: 88px;
}

#bannerright {
	text-align: right;
	font-weight: bold;
	color: #cc9966;
	position: absolute;
	width: 300px;
	height:	30px;
	top: 95px;
	right: 8px;
}

#bannerrighttest {
	text-align: right;
	font-weight: bold;
	color: #cc9966;
	position: absolute;
	width: 300px;
	height:	30px;
	top: 80px;
	right: 8px;
}

#bannercenter {
	text-align: center;
	position: relative;
	width: 100%;
	left: 0px;
	top: -15px;
}

.boldtext{
	font-weight: bold;
	color: #cc9966;
	font-size: 11px;
	text-decoration: none;
}

#leftcol{
	color: #ffff99;
	font-size: 12px;
	line-height: 150%;
	width: 170px;
	margin: 0px;
	position: absolute;
	top: 140px;
	left: 2px;
	z-index: 2;
}

#leftcol a {
	font-weight:bold;
	color: #cc9966;
	letter-spacing: .03em;
}

#leftcol a:hover, #nav ul li a:focus {
	text-decoration:underline;
	color: #ffff99;
}

.centertext{
	margin-top: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}


#sidemenu {
	color: #cc9966;
	font-size: 10px;
	text-align: left;
	width: 270px;
	position: absolute;
	left: 4px;
	top: 0px;
	height: 120px;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	overflow: hidden;
	margin: 0px;
}

#sidemenu ul{
	padding:10px;
	list-style-type: none;
}

#sidemenu ul li{
	padding-left:10px;
	padding-bottom:3px;
	list-style-position: outside;
	list-style-image: url(coffeebean_h12.gif);
	}

#sidemenu ul a {
	text-decoration:none;
	color: #ffff99;
	vertical-align: super;
}

#sidemenu ul a:hover, #nav ul li a:focus {
	text-decoration:underline;
	color: #cc9966;
}

#sideimage1 img{
	width: 165px;
	text-align:left;
}

#statement {
	text-align: center;
	height: 105px;
	width: 145px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 10px;
	color: #663300;
	position: absolute;
	left: 0px;
	top: 540px;
	font-size: 70%;
	z-index: 3;
	letter-spacing: 0.06em;
}

#sideimages {
	width: 165px;
}


#sideimages img{
	width: 165px;
	text-align:left;
	margin:0px;
	padding:0px;
}




.leftimage{
	float: left;
	margin-right: 10px;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	width: 150px;
}

.clearit{
	clear: both;
}

#footer{
	margin-top: 30px;
	padding-top:6px;
	padding-bottom:8px;
	clear: both;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	background-image: url(backgrounddarkerbrown.gif);
}


#footer ul{
	display: inline;
	list-style-type: none;
}

#footer ul li{
	display: inline;
	list-style-type: none;
}

#footer ul li a{
	line-height: 200%;
	vertical-align: super;
}

#footer ul li p{
	display: inline;
	line-height: 200%;
	vertical-align: super;
	color: #cc9966;
}


.height125 {
	height: 125px;
}

#contentmap {
	padding-top: 0px;
	padding-right: 190px;
	padding-bottom: 0px;
	padding-left: 190px;
	}


/* for understanding browsers */
.container {
	width:20em;
	padding:0.5em;
	border:1px solid #000;
	min-height:600px; 
	height:auto;
}

.minheight{
	min-height:600px; 
	height:auto;
}


/* for Internet Explorer */
/*\*/
* html .minheight {
	height: 600px;
}
/**/





.contentleft190 {
	margin-left: 190px;
	}


#rightcolumn {
	font-size: 12px;
	line-height: 150%;
	width: 170px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 140px;
	right: 0px;
}

#rightcolumn img{
	width: 165px;
	margin:0px;
	padding:0px;
}

#rightcolumn a {
	font-weight:bold;
	color: #cc9966;
	letter-spacing: .03em;
}

#rightcolumn a:hover, #nav ul li a:focus {
	text-decoration:underline;
	color: #ffff99;
}

#content {
	font-size: small;
	line-height: 150%;
}

#content p{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	}

#content ul {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	color: #ffff99;
	letter-spacing: .02em;
	padding-top: 5px;
	}
	
#content ul li{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 25px;
	padding-left:15px;
	padding-right: 20px;
	list-style-position: outside;
	list-style-image: url(coffeebean_h12.gif);
	}
	
	
#content h1{
	font-size: 24px;
	color: #cc9966;
	font-weight: 400;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.1em;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#content h2{
	font-size: small;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 38px;
	color: #cc9966;
	font-weight: normal;
	text-align: center;
}
#content h3{
	font-size: small;
	color: #3366CC;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	}
	
#content h4{
	font-size: 90%;
	font-weight: normal;
	color: #cc9966;
	text-align: center;
	letter-spacing: 0.1em;
	font-style: italic;
	margin: 0px;
	padding-left: 100px;
	padding-right: 110px;
	padding-top: 30px;
	line-height: 175%;
	}


#content h4 a {
	text-decoration:underline;
	color: #ffff99;
}
#content h4 a:hover, #nav ul li a:focus {
	color: #cc9966;
}

#content h5{
	font-size: 85%;
	font-weight: normal;
	color: #cc9966;
	text-align: center;
	letter-spacing: 0.1em;
	font-style: italic;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 90px;
	padding-right: 100px;
	padding-top: 10px;
	line-height: 175%;
	}


#content a {
	text-decoration:underline;
	color: #cc9966;
}

#content a:hover, #nav ul li a:focus {
	color: #ffff99;
}

#teas {
	font-size: small;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-left: 70px;
	padding: 0px;
	color: #ffff99;
	clear: both;
	margin-right: 70px;
	display: block;
}

#teas img{
	border: 1px solid #ffff99;
	margin-right:10px;
	float: left;
}





#teas {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}

#teastable {
	border: 1px solid #cc9966;
	line-height: 125%;
	padding: 10px;
	width: 500px;
	background-color: #000000;
	background-image: url(teas_back.jpg);
	}



#teas h1 {
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffff99;
	}

#teas p {
	margin: 0px;
	padding: 0px;
	}


#teas table tr td{
	text-align: left;
	vertical-align: top;
	}

#coffees {
	font-size: small;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin-left: 70px;
	padding: 0px;
	color: #ffff99;
	clear: both;
	margin-right: 70px;
}


#coffees table {
	width: 100%;
	border: 0px;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}


.textbottom {
	vertical-align: bottom;
}

#coffees img{
	width: 105px;
	border: 1px solid #cc9966;
	margin-right:20px;
	margin-bottom:20px;	
}

#coffees table p{
	font-size: small;
	margin-top:0px;	
	margin-bottom:20px;	
	padding-bottom:3px;	
	border-bottom: 1px solid #512B28;
	}

#coffees p{
	font-size: small;
	margin: 0px;
	}

#coffees h1{
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #512B28;
	border-top: 1px solid #512B28;
	}
	
	
	
#coffees h2{
	font-size: small;
	margin-top: 35px;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #512B28;
	border-top: 1px solid #512B28;
}

#coffees h3{
	font-size: 105%;
	font-weight: bold;
	color: #cc9966;
	padding-top: 3px;
	margin: 0px;
	line-height: 100%;
	border-top: 1px solid #512B28;
	}
	
#coffees h4{
	font-size: 90%;
	font-weight: normal;
	color: #cc9966;
	text-align: center;
	letter-spacing: 0.1em;
	font-style: italic;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	line-height: 175%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #512B28;
	border-bottom-color: #512B28;
	}

.container{
	width: 99%;
	float:right;
	margin: 0px;
	padding: 0px;
}
