/* ------------------------------------------- */
/* BEGIN TYPOGRAPHY, COLORS, AND OTHER STYLING */
/* ------------------------------------------- */

body {
	margin:0;
	padding:0;
	font-family:"Lucida Grande","Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#333333;
	background:#381d04 url('../_img/bgr_body.jpg') top repeat-x fixed;
}

a:link, a:visited {
	color:#D0C7AC;
	font-weight:bold;
}

a:hover {
	color:#fff;
	font-weight:bold;
}

#wrapper {
	border-top:5px solid black;
}

#footer {
	color:#fff;
	font-size:12px;
}

#main {
	color:#fff;
	font-size:12px;
	line-height:1.5em;
	padding:0 15px 15px 15px
}

* html #main {
	padding: 0 35px 15px 30px;
}

td {
	/*border-bottom:1px solid #000;*/	
}


/* ----------------------------------------- */
/* END TYPOGRAPHY, COLORS, AND OTHER STYLING */
/* ----------------------------------------- */

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ---------------------- */
/* BEGIN STRUCTURE/LAYOUT */
/* ---------------------- */

#wrapper {
	width:100%;
}

#innerwrap {
	width:770px;
	margin:0 auto;

}

#navcol {
	float:left;
	position:fixed;
	width:165px;

}

#content {
	float:right;
	width:585px;
		margin-left:10px;
}

* html #content {
	margin-left:6px;
}

#innercontent {
	padding:10px 20px;
	background-image: url('../_img/bgr_content.jpg');
	background-repeat:repeat-y;
	width:545px;
}

* html #innercontent {
	padding:0;
	background-image: url('../_img/bgr_content.jpg');
	background-repeat:repeat-y;
	width:585px;
}

#innercontent2 {
	padding:10px 20px;
	background-image: url('../_img/bgr_content.jpg');
	background-repeat:repeat-y;
	width:545px;
}

* html #innercontent2 {
	padding:0;
	background-image: url('../_img/bgr_content.jpg');
	background-repeat:repeat-y;
	width:585px;
}

#footer {
	text-align:center;
	padding:5px 3px 5px 0;
	width:576px;
	margin:0 auto;
}

.indprod {
	padding-top:5px;
	padding-bottom:25px;
}

.prodinfo {
	padding-left:180px;
	
}

.prodhead {
	margin:0;
	padding:0 0 5px 0;
	font-size:14px;
	display:block;
	font-weight:bold;
	line-height:.7em;
}

	
		
/* END STRUCTURE/LAYOUT /*
/* -------------------- /*

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ------------- */
/* BEGIN HEADERS */

h1 a {
	background: url('../_img/img_logo.gif') right center no-repeat;
	display:block;
	width:165px;
	height:169px;
}

h2 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:33px;
	margin:8px 0;
}

h2#products {
	background: url('../_img/hdr_products.gif') center no-repeat;
}

h2#wholesale {
	background: url('../_img/hdr_wholesale.gif') center no-repeat;
}

h2#thecompany {
	background: url('../_img/hdr_thecompany.gif') center no-repeat;
}

h2#abouttea {
	background: url('../_img/hdr_abouttea.gif') center no-repeat;
}

h2#press {
	background: url('../_img/hdr_press.gif') center no-repeat;
}

h2#shop {
	background: url('../_img/hdr_shop.gif') center no-repeat;
}

h2#teaclub {
	background: url('../_img/hdr_teaclub.gif') center no-repeat;
}

h2#welcome {
	background: url('../_img/hdr_welcome.gif') center no-repeat;
}

h2#contactus {
	background: url('../_img/hdr_contactus.gif') center no-repeat;
}

h2#office {
	background: url('../_img/hdr_office.gif') center no-repeat;
}

h3 {
	margin:20px 0 0 0;
	padding:0;
	font-size:20px;
}

h4 {
	margin:20px 0 5px 0;
	padding:0;
	font-size:15px;
	
}

h5 {
	margin:0 0 0;
	padding:0;
	font-size:13px;
	text-decoration:underline;
}

/* END HEADERS /*
/* ----------- /*

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ------------ /*
/* BEGIN IMAGES */

.prodimg {
	float:left;
	margin:0 10px 0 0;
	border:3px solid #fff;
}

.groupimg {
	margin:5px 0 10px 0;
	border:3px solid #fff;
}
/* END IMAGES /*
/* ---------- /*

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ----------- */
/* BEGIN LISTS */

#navcol ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navcol ul li a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:3px;
}

#navcol #nav1 a {
	background:url('../_img/nav_thecompany_off.gif') 12px 50%  no-repeat;
	height:20px;
}
#navcol #nav1 a:hover {
	background:url('../_img/nav_thecompany_on.gif') 12px 50% no-repeat;
	height:20px;
}

#navcol #nav2 a {
	background:url('../_img/nav_products_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav2 a:hover {
	background:url('../_img/nav_products_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav3 a {
	background:url('../_img/nav_teaclub_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav3 a:hover {
	background:url('../_img/nav_teaclub_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav4 a {
	background:url('../_img/nav_shop_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav4 a:hover {
	background:url('../_img/nav_shop_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav5 a {
	background:url('../_img/nav_abouttea_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav5 a:hover {
	background:url('../_img/nav_abouttea_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav6 a {
	background:url('../_img/nav_press_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav6 a:hover {
	background:url('../_img/nav_press_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav7 a {
	background:url('../_img/nav_contactus_off.gif') center right no-repeat;
	height:20px;
}
#navcol #nav7 a:hover {
	background:url('../_img/nav_contactus_on.gif') center right no-repeat;
	height:20px;
}

#navcol #nav8 a {
	background:url('../_img/facebook_logo.png') center right no-repeat;
	height:20px;
}
#navcol #nav8 a:hover {
	background:url('../_img/facebook_logo.png') center right no-repeat;
	height:20px;
}

#navcol #nav9 a {
	background:url('../_img/twitter_logo.png') center right no-repeat;
	height:20px;
}
#navcol #nav9 a:hover {
	background:url('../_img/twitter_logo.png') center right no-repeat;
	height:20px;
}

#navcol #nav10 a {
	background:url('../_img/steepster_logo.png') center right no-repeat;
	height:20px;
}
#navcol #nav10 a:hover {
	background:url('../_img/steepster_logo.png') center right no-repeat;
	height:20px;
}





/* END LISTS /*
/* --------- /*

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ------------------- */
/* BEGIN FORM ELEMENTS */

form {
	margin:10px 0;
	float:left;
}

/* END FORM ELEMENTS /*
/* ----------------- /*

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ------------------- */
/* BEGIN MISC ELEMENTS */
/* ------------------- */

.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
} 	



/* ----------------- */
/* END MISC ELEMENTS */
/* ----------------- */