/* 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;	}a.panellinks:active {	color: #0491cd;	padding: 3px 3px 3px 10px;	}a.panellinks:visited {	color: #0491cd;	padding: 3px 3px 3px 10px;	}a.panellinks:hover {	color: #68bc02;	padding: 3px 3px 3px 10px;}/* Horizontal Navigation================================================*/#nav {	float:left;	width:904px;	margin:8px 10px 1.2em 10px;	height:38px;	padding:0 0 0px;	background-color: #fff;	background-image: url(../images/shop-for-bg.jpg);	background-repeat: no-repeat;		}#nav ul {	width:500px;	margin:0;	padding:0;	list-style-type:none;	float: left;	color: #000000;	margin-left: 140px;	}#nav li {	display:inline;	padding:0;	margin:0;	color: #000000;		}#nav a {	border-bottom:0;	text-transform: uppercase;	padding:14px 20px 6px 20px;	margin:0;	color:#fff;	text-decoration:none;	display:block;	float:left;	width:auto;	border-right: #b7023a 1px dotted;	text-transform:uppercase;	letter-spacing:1px;	}#nav a:hover,#nav a:focus {	color:#B80139;	background-color: transparent;	}.productLinks {	border-bottom: 1px dotted #8bb201;	padding-top: 5px;	padding-bottom: 3px;	padding-left: 3px;	color: #000000;}.featuredProductLine {	border-right: 1px solid #999999;}
