@charset "utf-8";
/* CSS Document */


/*Top NAV*/
#quick-cart {
	background: url("../images/qc_bg.png") no-repeat 0 0 transparent;
	float: right;
	width: 235px;
	height: 53px;
	margin: 40px 0 0;
	text-shadow: 1px 1px 1px rgba(255, 255 ,255, 0.5);
	clear: right;
	
}
#quick-cart a {
	float: right;
	color: #444;
	text-shadow: 1px 1px 1px rgba(255, 255 ,255, 0.5);
	display: block;
	text-decoration: underline;
	margin-top: 31px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#quick-cart a:hover {
	color: #000;
}

#navWrapper {
	float:left;
	height:36px;
	width:985px;
	background:url("../images/nav_bg.gif") repeat-x 0 0 #ff9933;
	border: 1px solid #666;
	padding-left:13px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	margin-top: 0;
}
.navSelection {
	float:left;
	display:inline;
	height:36px;
	line-height:36px;
	vertical-align:middle;
	padding-left:20px;
	padding-right:20px;
}
.navDivider {
	float:left;
	height:36px;
	background: url("../images/nav_divider.gif") no-repeat center center transparent;
	width:2px;
}
.navSelection a {
	display:inline;
	height:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-decoration: none;
}
.navSelection a:visited {
	display:inline;
	height:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-decoration: none;
}
.navSelection a:hover {
	display:inline;
	height:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #efefef;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}
.navSelection a:active {
	display:inline;
	height:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

/************************************* Search ******************************/
#searchWrapper {
	float:left;
	height:34px;
	width:985px;
	background:url("../images/subnav_bg.gif") repeat-x 0 0 #ddd;
	border: 1px solid #666;
	border-top: none;
	padding-left:13px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#searchDiv {
	width:auto;
	float:right;
	clear:right;
}
.sp2_field {
	position:relative;
	left:-5px;
	top:3px;
	width:160px;
	height:19px;
	padding-top:3px;
	padding-left:5px;
}
#search {
position:relative;
bottom:3px;


}
#qs {
	margin-right: 10px;
	margin-top: 2px;
}

/*********************************** End Search ****************************/

/*Side NAV*/

#sideNavWrapper {
	display:inline;
	margin-top:20px;
	float:left;
	width:204px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #d3d3d3;
	border-left-color:#d3d3d3;
	border-bottom-color: #d3d3d3;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333232;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	background-color: #F4F4F4;

}
.sideNavSelection {
	display:inline;
	float:left;
	height:29px;
	line-height:29px;
	width:189px;
	background-image:url(../images/side_nav.gif);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	padding-left:15px;
	background-color: #F4F4F4;
}
.subSideNavSelection {
	display:inline;
	margin-left:25px;
	float:left;
	width:179px;
	height:32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F4F4F4;
}
.subSideNavSelectionBottom {
	display:inline;
	margin-left:25px;
	float:left;
	width:179px;
	background-color: #F4F4F4;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}
#sideNavWrapper a {
	display:block;
	width:180px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333232;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 4px;
	border-collapse:collapse;
}
#sideNavWrapper a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333232;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#sideNavWrapper a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #c97928;
	font-style: normal;
	text-decoration: none;
	background-color: #E1E1E1;
}
#sideNavWrapper a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333232;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
