@charset "UTF-8";
body{
	font: small Myriad, "Myriad Pro", "Lucida Grande", sans-serif;
	background: url(../images/pattern-bg.jpg) repeat;
}

div#tabContent{
	font: small sans-serif;
	margin: 0 auto;
	width: 97%;
	height: 392px;
}
div#tabContent div.content {
	height: 354px;
	clear: left;
	padding: 10px 10px 0;
}
div#tabContent h1 {
	font-size: x-large;
	color: #9c3;
}
div#tabContent h2 {
	font-size: large;
	margin: 0;
}
div#tabContent h3 {
	font-size: medium;
	font-style: italic;
	margin: 0;
}
ol#toc li {
	margin: .2em 0;
}
ol#toc {
	height: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}
a#tabGreen {
	background: #ffc url(../images/tabGreen.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
a#tabYellow {
	background: #ffc url(../images/tabYellow.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
a#tabBrown {
	background: #ffc url(../images/tabBrown.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
a#tabTurquoise {
	background: #ffc url(../images/tabTurquoise.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
a#tabRed {
	background: #ffc url(../images/tabRed.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
a#tabLime {
	background: #ffc url(../images/tabLime.gif);
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	padding-left: 10px;
	text-decoration: none;
}
ol#toc a:hover {
	color: #030;
	background-color: #ffc;
	background-position: 0 -120px;
}
ol#toc a:hover span {
	background-position: 100% -120px;
}
ol#toc li {
	float: left;
	margin: 0 1px 0 0;
}
ol#toc li.current a {
	background-color: #ffc;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}
ol#toc li.current span {
	background-position: 100% -60px;
}
a#tabGreen span {
	background: url(../images/tabGreen.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
a#tabYellow span {
	background: url(../images/tabYellow.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
a#tabBrown span {
	background: url(../images/tabBrown.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
a#tabTurquoise span {
	background: url(../images/tabTurquoise.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
a#tabRed span {
	background: url(../images/tabRed.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
a#tabLime span {
	background: url(../images/tabLime.gif) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 22px;
	padding-right: 10px;
}
p {
	margin: .3em 0 1em;
}
tr#navTable td{
	font-size: 14px;
}
tr#navTable td a{
	text-decoration:none;
	color: #fff;
}
tr#navTable td a:hover, tr#navTable td.active{
	text-decoration:none;
	color: #F9BE27;
}
.pad5{
	padding: 5px 5px 5px 15px;
}
.pad10{
	padding: 10px;
	font-size: 11px;
	color: #555;
}
table#tblPureKenya{
	color: #fff;
}
table#tblPureKenya td{
	padding: 5px;
}
table#tblPureKenya td, table#tblTangawizi td, table#tblMasala td, table#tblVanilla td, table#tblCinnamon td, table#tblChamomille td{
	padding: 5px;
}
.lime{
	color: #9c3;
}
p.nav{
	margin: 5px auto 0;
	padding: 0;
	line-height: 16px;
	font-size: 10px;
}


table.tblContent{
	line-height: 16px;
	font-size: 11px;
}

.price{
	color:red;
	background-color:white;
	padding:1px;
	margin:1px;
}


