*html body{
margin:0;
padding:0;
background:#bcd697 url(../images/bg_top.gif) repeat-x;
font-family:arial;
font-size:13px;
color:#666666;
height:100%;
min-height:100%;
text-decoration:none;
}
body{
margin:0;
padding:0;
background:#bcd697 url(../images/bg_top.gif) repeat-x;
font-family:arial;
font-size:13px;
color:#666666;
height:100%;
text-decoration:none;
}
.bottombg{
background-image:url(../images/bottom_bg.gif);
height:115px;
}
.whiteborder{
border:3px solid white;
background-color:#83ae3d;
}
.leftbg{
background-color:#83ae3d;
}
h1{
font-family:arial;
color:#5b80a7;
font-size:24px;
margin-bottom: 0px;
}

.h2{
background-image:url(../images/h2_bg.gif);
background-position:center top;
background-repeat:no-repeat;
height:34px;
color:#5b80a7;
font-size:16px;
padding:8px 0 0 0;
}
.h3{
color:white;
font-size:18px;
/*padding:8px 0 0 0;*/
}
.h3 a{
text-decoration:none;
}
.toplnk{
font-family:arial;
font-size:20px;
color:#ffffff;
padding-left:8px;
text-decoration:none;
/*font-weight:bold;*/
text-align:left;
}
.toplnk:hover{
color:#ffffff;
text-decoration:underline;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navbar li {
	list-style-type: none;
	padding: 3px;
	margin: 3px;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
}	
.catcolor{
font-family:arial;
font-size:15px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
text-align:left;
line-height:22px;
padding-left:5px;
}
.catcolor:hover{
text-decoration:none;
color: #B3D280;
}
.footerbg{
background-color:#caebfc;
padding-right:10px;
font-family:tahoma;
font-size:11px;
color:#5b80a7;
}
.buttonright{
background-image:url(../images/right_buttons.gif);
background-repeat:no-repeat;
width:264px;
height:61px;
text-align:left;
padding-left:15px;
color:white;
cursor:pointer;
text-decoration:none;
padding-top:10px;
}
.buttonright a {color: white;}
.buttonlnk{
text-decoration:none;
}
.buttonlnk:hover{
text-decoration:none;
}

form{
display:inline;
}
.link{
font-family:Arial;
font-size:11px;
text-decoration:underline;
color:#83ae3d;
font-weight:bold;
}
.link:hover{
text-decoration:none;
color:#003366;
}


.tbltop{
background-image:url(../images/tbltop.gif);
background-repeat:no-repeat;
background-position:bottom;
height:17px;
background-color:#6b5b4d;
}
.brownborderleft-right{
background-color:#6b5b4d;
width:17px;
}
.brownborderbottom{
background-color:#6b5b4d;
height:17px;
}
.logoplacementbox{
height:3em;
text-align:center;
vertical-align:middle;
}
.brownbg{
background-color:#6b5b4d;
}
.whitebg{
background-color:#ffffff;
padding-top:5px;
padding-right:5px;

}
.formbutton{
width:92px;
margin-top: -2px;
height:27px;
border:0;
cursor:pointer;
}
.searchtxtfld{
width:200px;
border:1px solid #CCCCCC;
height:20px;
padding-left:5px;
margin-top: 5px;
}
.cartcolor{
font-family:Arial;
font-size:11px;
color:white;
text-decoration:underline;
}
.viewcartlnk:hover{
text-decoration:none;
}
.menu_bg{
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x;
height:56px;
}


/* Navigation */
#dropdown, #dropdown ul {
	list-style: none;
	height: 56px;
	margin: 0px;
	padding: 0px;
	width: 258px;
	display: block;
	z-index: 10;
}
#dropdown .subabout ul {
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	width: 258px;
	display: block;
	z-index: 10;
} 
#dropdown a:link, #dropdown a:visited, #dropdown a:active {
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 20px 0px 5px 0px;
	padding-bottom: 5px;
	height: 56px;
	margin-right: 10px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: normal;
	z-index: 11;
}

#dropdown a:hover {
	display: block;
	background-color: #83AE3D;
	color: #ffffff;
	z-index: 11;
}
#dropdown li { /* all list items */
	position: relative;
	color: #FFFFFF;
	float: left;
	width: 258px; /* width needed or else Opera goes nuts */
	display:block;
	text-align: left;
	z-index: 11;
}
#dropdown li li a:link, #dropdown li li a:visited, #dropdown .subabout li li a:link, #dropdown .subabout li li a:visited {
	color: #ffffff;
	background-color: #83AE3D;
	background-image: url(../images/right_buttons.gif);
	background-position: -1px top;
	background-repeat: no-repeat;
	display: block;
	width: 258px;
	height: 45px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	padding-left: 20px; 
	padding-top: 6px;
	text-align: left;
	z-index: 11;
}
#dropdown li li a:hover, #dropdown .subabout li li a:hover {
	color: #ffffff;
	background-color: #83AE3D;
	background-image: url(../images/right_buttons.gif);
	background-position: -1px top;
	background-repeat: no-repeat;
	display: block;
	width: 258px;
	height: 45px;
	margin-bottom: 2px;
	font-weight: normal;
	padding-left: 20px; 
	padding-top: 6px;
	text-align: left;
	z-index: 11;
}
#dropdown li ul { /* second-level lists */
	position: absolute;
	color: #ffffff;
	width: 258px;
	background-color: transparent;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#dropdown li li {
	width: 258px;
	float: left;
	border: 0;
}	
#dropdown li:hover ul, #dropdown li.sfhover ul { /* lists nested under hovered list items */
	left: 1px;
	top: 59px;
	font-weight: normal;
}
.stuff {vertical-align: top; text-align: justify;}
.stuff img {padding: 5px; border: 1px solid #CCCCCC; margin-left: 15px; margin-right: 15px;}
.boldtext {color:#83AE3D; font-weight: bold; font-size: 14px; }
