/* 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:880px;
	margin:4px 10px 1.2em 0px;
	padding:0 0 0px;
	background-color: #000000;
	border-top: solid 1px #945c02;
	border-bottom: solid 1px #945c02;
	
	}
#nav ul {
	width:800px;
	margin:0;
	padding:0;
	list-style-type:none;
	float: left;
	color: #000000;
	margin-left: 10px;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	
	color: #000000;
	
	}
#nav a {
	border-bottom:0;
	text-transform: uppercase;
	padding:5px 10px 5px 10px;
	margin:0;
	color:#828281;
	text-decoration:none;
	display:block;
	border-right: 1px dotted #754e02;
	float:left;
	width:auto;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#nav a:hover,
#nav a:focus {
	color:#d59025;
	
	
}
.productLinks {
	border-bottom: 1px dotted #8bb201;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #000000;
}
.featuredProductLine {
	border-right: 1px solid #999999;
}
