#topLeft {   
    position: relative; top: 0px; left: 0px;
	width: 190px;
	height: 395px;
	*/ height: 392px;
    background-color: #d4ba59;
    border: 0px solid #6c6730;
    color: #000000;
	float: left;
	z-index: 1;  
}

#topLeft p {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    width: 170px;
    line-height: 14px;
	text-align: center;
	font-size: 1em;
}

#topLeft h1 {
	font-family: Georgia, Times, serif;
    margin: 10px 10px 0px 10px;
    padding: 0px;
    width: 170px;
	text-align: center;
	font-size: 1.2em;
}

#topLeft img {
    margin: 15px auto 0px auto;
}

#flashBanner {
    position: relative; top: 0px; left: 3px;
}

#bottomLeft {   
    position: relative; top: 3px; left: 0px;
	float: left;
	width: 187px;
	background-color: #6c6730;
	z-index:50;
	padding: 8px 0px 5px 5px;
}

#tabBox {
	position: relative; top: 3px; left: 3px;
    width: 415px;
    height: 176px;
    background-color: #d4ba59;
	float: left;
	z-index: 98;
}

#tabs {
	margin: 0px;
	padding: 0px;
	height: 29px;
	background-color: #231f20;
}

#tabContent li img {
	float: left;
	margin-right: 5px;
}

#tabContent li p {
	margin: 10px 5px 5px 10px;
	color: #000000;
}

#tabContent li a {
	color: #474419;
}

#tabs li
{
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	list-style-type:none;
	border-left: 1px solid #D4BA59;
}

#tabs li a:link {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 5px;
	text-decoration: none;
}

#tabs li a:visited {
	display: block;
	line-height: 29px;
	padding-right: 20px;
	padding-left: 5px;
	text-decoration: none;
}

#tabs li.on
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

#tabs li.on a {
	color: #000000;
}

#tabs li.on a:hover
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

#tabs li.off a:link
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #917e39;
	color: #ffffff;
}

#tabs li.off a:hover
{
	height: 29px;
	background-image:url(../images/tabcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
}

#tabContent
{
	margin:0px;
	padding:0px;
	clear:both;
}
#tabContent li.on
{
	display:block;
}
#tabContent li.off
{
	display:none;
}

#weather {
	position: relative; top: 3px; left: 6px;
	
}

#partners {
	width: 798px;
	height: 78px;
	position: relative; top: 3px;
	border-top: 1px solid #6c6730;
    border-bottom: 1px solid #6c6730;
    border-left: 1px solid #6c6730;
    border-right: 1px solid #6c6730;
}

.logoLink {
	width: 86px;
	height: 68px;
	margin: 5px auto 0px auto;
	background-image: url(../images/K&I_logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

p.mfgLink a {
	color: #474419 
}