/* CSS Document */

#stripNav {
	width:300px;
	text-align:right;
	padding: 10px 0px 6px 0px;
	color: #333;
	text-transform: lowercase;
	font-size: 9pt;
	list-style-type:none;
	height: 76px;
	float: right;
	margin-right: 3px;
}
#stripNav li {
	display:inline;
	padding:0;
	margin:0;
	
	}
#stripNav a {
	border-bottom:0;
	text-transform: lowercase;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:block;
	float:right;
	width:auto;
	border-left: #fff 1px dotted;
	
	}
#stripNav a:hover,
#stripNav a:focus {
	color:#fff;
	
}	
	
	





a.panellinks:link {
	color: #0491cd;
	padding: 3px 3px 3px 10px;
	background-image:url(images/grn-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	
	
	
}
a.panellinks:active {
	color: #0491cd;
	padding: 3px 3px 3px 10px;
	background-image:url(images/grn-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	
}
a.panellinks:visited {
	color: #0491cd;
	padding: 3px 3px 3px 10px;
	background-image:url(images/grn-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a.panellinks:hover {
	color: #68bc02;
	padding: 3px 3px 3px 10px;
	background-image:url(images/grn-arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* Horizontal Navigation
================================================*/
#nav {
	float:left;
	width:800px;
	margin:0px 0px 10px 0px;
	height:32px;
	padding:0 0 0px;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	
	}

.productLinks {
	border-bottom: 1px dotted #8bb201;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #000000;
}
.featuredProductLine {
	border-right: 1px solid #999999;
}
