.BoxHeader{
padding-left:10px;
}

.pagecontent {margin:5px;padding:20px;background-color:#ECF0EF;margin-top:20px;}


.suckertreemenu ul{
margin:0;
padding: 0;
list-style-type: none;
font-weight:bold;
}

.fpprodtitle {
padding-top:3px;
font-weight:bold;
font-size:10pt;
}

.fpprodimage {
border:1px solid white;
padding:5px;
width:110px;
}

.fpprodimage:hover{
border:1px solid #96ACA7;
}

.fpprodtitle a{
color:#336666;
text-decoration:none;
}

.fpprodtitle a:hover{
color:;
text-decoration:underline;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: white; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 3px 8px;
text-decoration: none;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 104px; /*width of sub menu levels*/
color: #171310;
text-decoration: none;
padding: 5px 5px;
border-bottom:1px solid #E3E1DD;
border-left:1px solid #E3E1DD;
border-right:1px solid #E3E1DD;

}

.suckertreemenu ul li a:hover{

color: white;
}

/* Holly Hack for IE \*/
.suckertreemenu ul li { float: left; height: 1%; }
.suckertreemenu ul li a { height: 1%; }
.suckertreemenu ul li ul li { float: left;}
/* End */

.subcatpic img {
border: 1px solid white;
padding:5px;
}

.subcatpic img:hover {
border: 1px solid #0F0E0A;
padding:5px;
}

.secpic img {
border: 1px solid #E3E1DD;
padding:2px;
}

.secpic img:hover {
border: 1px solid #857D6E;
padding:2px;
}


.pagenavtitle {
font-size:14pt;
color:#96ACA7;
}

.productpagebc {
background:#E3E1DD;padding:15px;font-size:12pt;color:#857D6E;
}

.productpagebc a{
color:#857D6E;
}

.productpagebc a:hover{
color:#857D6E;text-decoration:underline;
}

.productpageabc {
background:#E3E1DD;padding:5px;font-size:10pt;color:#857D6E;
}

.productpageabc a{
color:#857D6E;
}

.productpageabc a:hover{
color:#857D6E;text-decoration:underline;
}

.catprods {
font-size:14pt;
padding-left:60px;
padding-right:60px;
padding-top:40px;
}

.facts {
padding-top:20px;
color:#857D81;
}

.factsheads {
color:#857D81;
font-weight:bold;
padding-top:3px;
padding-bottom:2px;
}

#help {
text-align:right;
padding:0px;
}

#help a {
color:#336666;
font-weight:bold;
}

#help a:hover {
text-decoration:underline;
}

.adminmenu{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.adminmenu li{
display: inline;
margin: 0;
}

.adminmenu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #96ACA7;
background-color: #96ACA7;
color: white;
}

.adminmenu li a:visited{
color: white;
}

.adminmenu li a:hover{
background-color: #96ACA7;
color: #666666;
}

.adminmenu li a:active{
color: #666666;
}

.adminmenu li.selected a{ /*selected tab effect*/
position: relative;

background-color: #ECF0EF;
color: black;
}
