/* LEFT HAND NAV */
#navLeft{
float:left;
text-align:left;
width:133px;
padding:13px 0px 0px 22px;
}

	.subItem{
	list-style-type:none;
	display:none;
	font-size:11px;
	color:#8f5923;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	line-height:22px;
	}
	.subClick{
	cursor:pointer;
	padding-top:20px;
	}
	 .subNoClick
	 {
	 padding-top:20px;
	 }
	
	#navLeft a:link, #navLeft a:active, #navLeft a:visited
	{
	color:#8f5923;
	text-decoration:none;
	font-weight:normal;
	}
	#navLeft a:hover
	{
	color:#58562d;
	text-decoration:underline;
	}
/* SEARCH */
#search
{
float:left;
margin-top:25px;
height:23px;
width:100px;
background-image:url(../images/products/search_back.gif);
background-repeat:no-repeat;
padding:0px 0px 0px 0px;
}
#searchForm, s, #s
{
height:22px;
background:none;
width:79px;
padding:3px 8px 0px 8px;
font-size:11px;
color:#6b6937;
border:0px;
}
#searchButton
{
margin:25px 0px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}
/* ROLLOVER HINTS*/
#info
{
position:absolute;
z-index:100;
min-width:170px;
height:62px;
display:none;
overflow:hidden;
}
#infoLeft
{
width:21px;
float:left;
}
#infoContent
{
padding:5px 0px 50px 0px;
float:left;
background-image:url(../images/rollover/rollover_back.png);
background-repeat:repeat-x;
height:67px;
color:#58562d;
font-size:11px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
}
#infoRight
{
width:21px;
overflow:hidden;
float:left;
}
/* END ROLLOVER HINTS */


/* ie Hints */
#ieInfo
{
display:none;
position:absolute;
z-index:101;
min-width:100px;
height:50px;
padding:5px;
color:#58562d;
font-size:11px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #58562d;
background-color:#d9d7a6;

}



/* END ie HINTS */