/* CSS Document */
html {
	background-color: black;
}
body {
	background-color: black;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 76px 20px 0 20px;
	text-align: center;
}
/*
	-------------------------------------------------------------
	Links
	-------------------------------------------------------------
*/
a {
	color: #828282;
	text-decoration: none;
	outline:none;
	outline-width:0;
}
a.active, a.current {
	color:#e6e6e6;
}
a:hover, a:hover.active, a:hover.current {
	color: #e6e6e6;
}
a.dark {
	color:#c3c3c3;
}
a:hover.dark {
	text-decoration:underline;
}
.paginator {
	margin-left: 2px;
	margin-right: 2px;
}
.paginator:hover {
	color:#000000;
}
.currentPag {
	color:#000000;
	margin-left:2px;
	margin-right:2px;
}
a img {
	border: 0;
}
img {
	border: 0;
}
p {
	margin-top:0;
}
p.disclaimer {
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}
dl, dd, dt {
	margin:0;
	padding:0;
}
.whtTxt {
	color:#c3c3c3;
}
.whtTxtBold {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
h1, h2, h3, h4 {
	margin-top:0;
}
h2 {
	color:#c3c3c3;
	font-size:15px;
	margin:20px 0 12px 0;
	text-transform:uppercase;
	font-weight:normal;
}
h3 {
	color:#e6e6e6;
	font-size:12px;
	margin-bottom:23px;
}
h4 {
	color:#c3c3c3;
	font-size:11px;
	margin-bottom:0;
	font-weight:normal;
}
.bold {
	font-weight:bold;
}
#standardText h3 {
	margin:20px 0 0 0;
	color:#c3c3c3;
	font-weight:normal;
}
#standardText ol {
	width:350px;
	list-style:decimal;
	margin:0 0 15px 0;
	padding:0;
}
#standardText ul {
	/*width:350px;*/
	margin:0 0 15px 0;
	padding:0;
}
#standardText li {
	margin-left:30px;
	padding-left:0;
}
#standardText table {
	margin:20px 0;
	border-color:#2d2d2d;
}
/*
	-------------------------------------------------------------
	Standard Clear
	-------------------------------------------------------------
*/
.clear {
	clear: both;
	line-height:0;
}
div.hr {
	float:left;
	width:525px;
	border-top:1px solid #b4b4b4;
	line-height:0;
	margin:20px 0;
}
div.orderHr {
	float:left;
	width:526px;
	border-top:1px solid #b4b4b4;
	line-height:0;
	margin:3px 0 0 0;
}
div.blockHr {
	float:left;
	width:502px;
	border-top:1px solid #4E4E4E;
	line-height:0;
	margin:15px 0;
}
div.serviceHr, div.companyHr {
	float:left;
	width:502px;
	border-top:1px solid #4E4E4E;
	line-height:0;
	margin:0;
}
div.pressHr {
	float:left;
	width:630px;
	border-top:1px solid #4E4E4E;
	line-height:0;
	margin:0 0 13px 0;
}
div.maxHr {
	float:left;
	width:795px;
	border-top:1px solid #4E4E4E;
	line-height:0;
	margin:3px 0 0 0;
}
div.sizeLink { 
  padding: 0 0 15px 0;
  margin: 0;
}
div.sizeLink a { 
  text-decoration: underline;
}
div.sizeLink a:hover { 
  color: #000;
}

/*
	-------------------------------------------------------------
	Forms
	-------------------------------------------------------------
*/
form,select,input,textarea {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
select,input,textarea {
	color:#828282;
	border:1px solid #2d2d2d;
	background:#000000;
}
fieldset {
	border:none;
}
.formRow {
	display:block;
	float:left;
	clear:left;
	width:350px;
	height:18px;
	margin:5px 0;
}
.formRow label {
	display:block;
	float:left;
	width:90px;
}
#shortRow {
	width:275px;
}
.formRow span {
	float:left;
}
.formRow input,select {
	float:left;
}
.formRow select {
	width:155px;
}
.formRow input {
	width:150px;
}
.checkRow {
	float:left;
	clear:both;
	width:300px;
	margin:10px 0;
}
.checkRow input {
	width:auto;
	float:left;
}
.checkRow label {
	width:250px;
	float:left;
	margin-left:10px;
	padding-top:1px;
}
.formRowAddress {
	display:block;
	width:350px;
	float:left;
	clear:both;
}
.formRowAddress label {
	float:left;
	clear:left;
	width:110px;
}
.formRowAddress .addressBlock {
	display:block;
	float:left;
}
.formRow button {
	background-color: #828282;
	border:0;
	color:#FFFFFF;
	font-size:11px;
	line-height:14px;
	padding:1px 0;
	width:105px;
	text-transform: uppercase;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 206px;
	vertical-align:middle;
}
*+html  .formRow button {
	line-height:13px;
}
.formRow button:hover {
	background-color:#ffffff;
	color:#000000;
}
#add_to_cart_button {
	background-color: #828282;
	border:0px;
	color: #FFFFFF;
	font-size:11px;
	width:145px;
	line-height:14px;
	vertical-align:middle;
	padding:1px 0;
	_padding:0;
	_height:18px;
}
*+html  #add_to_cart_button {
	line-height:13px;
}
#add_to_cart_button:hover {
	background-color:#000000;
}
#detailSubmitRow button {
	margin:0;
}
#submitBtn {
	background-color: #828282;
	border: 0px;
	color: #FFFFFF;
	font-size:11px;
	padding:1px 0;
	width:150px;
	text-transform: uppercase;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#signAndContRow {
	margin:10px 0 0 0;
}
#signAndContRow a {
	float:left;
	padding-top:2px;
}
#signAndContRow button {
	margin:0 10px 0 0;
	width:160px;
	float:left;
}
#signAndContRow button:hover {
	background:#000000;
	color:#FFFFFF;
}
#submitBtn:hover {
	background-color:#000000;
}
#trackOrderSubmit {
	width:120px;
	margin:10px 0 10px 191px;
}
#simpleSubmit {
	width:60px;
	float:right;
}
#shoppingFooter a.submit {
	background-color: #828282;
	border: 0px;
	color: #FFFFFF;
	font-size:11px;
	padding:1px 21px;
	text-transform: uppercase;
	text-decoration:none;
}
#shoppingFooter a:hover.submit {
	background-color:#000000;
	color:#ffffff;
}
#infoSubmitRow {
	width:311px;
	height:50px;
	float:left;
	margin:0;
}
#infoSubmitRow button {
	margin:10px 0;
}
#accountInfoSubmitRow {
	width:244px;
	height:30px;
}
#accountInfoSubmitRow a {
	margin:10px 0 10px 130px;
	
}
#accountInfoSubmitRow button {
	margin:7px 0 10px 0;
}
#catalogSubmitRow {
	width:310px;
	height:50px;
	float:left;
	margin:0;
}
#catalogSubmitRow button {
	margin:10px 0;
	float:right;
	width:110px;
}
#createAccount {
	margin:10px 0;
	width:120px;
}
.leftLink {
	margin:3px 0 0 130px;
	float:left;
}
#contactForm #contactSubmitRow {
	width:366px;
	height:50px;
	float:left;
	margin:0;
}
#contactForm #contactSubmitRow button {
	margin:10px 0 10px 0;
}
#simpleForms {
	padding-top:16px;
}
#simpleForms form {
	width:450px;
	float:left;
}
#simpleForms p {
	width:420px;
}
/*
	-------------------------------------------------------------
	Main Page Holder
	-------------------------------------------------------------
*/
#page_holder {
	margin: auto;
	text-align: left;
	width: 900px;
}
/*
	-------------------------------------------------------------
	Primary Nav
	-------------------------------------------------------------
*/
#primary_nav {
	clear: both;
	height: 49px;
}
/* The main logo */
#primary_nav_logo {
	clear: left;
	float: left;
	width: 231px;
	margin:15px 0 0 3px;
}
/* The two sets of controls */
#primary_nav_set_a, 
#primary_nav_set_b {
	clear: right;
	float: right;
	overflow: hidden;
	width: 600px;
	height:22px;
}
/* The lists within the control sets */
#primary_nav_set_a ul,
#primary_nav_set_b ul {
	float: right;
	margin:0;
	padding:0;
}
/* Make the items in the lists sit on a single line */
#primary_nav_set_a ul li,
#primary_nav_set_b ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height:10px;
	height:22px;
}
#primary_nav_set_a ul li input {
	background-color: #242424;
	border: 0;
	clear: none;
	color: white;
	float: left;
	font-size:9px;
	height: 11px;
	margin: 4px 1px 5px 17px;
	padding: 1px 5px 1px 5px;
	width: 147px;
	text-transform:uppercase;
}
#primary_nav_set_a ul li a,
#primary_nav_set_b ul li a {
	float: left;
	_line-height:0;
}
a#pnsa_shopping_bag { 
	background:url(../images/top_nav/shopping_bag.jpg) no-repeat;
	background-position:0 0; 
	_background-position:0 1px; 
	width:91px;
	height:8px;
	display:block;
	clear:none;
	margin:7px 0 0 0;
	padding-left:40px;
	float:left;
}
a:hover#pnsa_shopping_bag {
	background-position:0 -8px;
	_background-position:0 -7px;
	color:#FFFFFF;
}
#cartItems_label {
	float:left;
	text-indent:-4000px;
	_line-height:0;
}
#cartItems {
	font-size:9px;
	font-weight:bold;
	margin:-1px 0 0 0;
	padding:0;
	display:block;
	float:right;
	width:45px;
	height:18px;
	_height:9px;
	_vertical-align:bottom;
}
a#pnsa_shopping_bag.active {
	background-position:0 -8px !important;
}
a#pnsa_account { 
	background-image: url(../images/top_nav/my_account.jpg);
	background-position:top left;
	text-indent:-4000px; 
	width:71px;
	height:7px; 
	margin:7px 6px 0 11px;
}
a:hover#pnsa_account {
	background-position:bottom;
	
}
a#pnsa_go { 
	background-image: url(../images/top_nav/go.gif);
	background-position:top;
	text-indent:-4000px; 
	width:21px;
	height:22px; 
	margin:0 0 4px 0; 
}
a:hover#pnsa_go {
	background-position:bottom;
}
a#pnsb_shop_online { 
	background-image: url(../images/top_nav/shop_online.jpg);
	background-position:top left;
	text-indent:-4000px; 
	width:75px; 
	height:7px; 
	margin:7px 0 0 0px;
}
a:hover#pnsb_shop_online {
	background-position:bottom;
}
a#pnsb_view_catalog { 
	background-image: url(../images/top_nav/view_catalog.jpg);
	background-position:top;
	text-indent:-4000px; 
	width:79px;
	height:7px; 
	margin:7px 0 0 17px; 
}
a:hover#pnsb_view_catalog {
	background-position:bottom;
}
a#pnsb_customer_service { 
	background-image: url(../images/top_nav/customer_service.jpg);
	background-position:top;
	text-indent:-4000px; 
	width:111px;
	height:7px;  
	margin:7px 0 0 17px;
}
a:hover#pnsb_customer_service {
	background-position:bottom;
}
a#pnsb_about_gordon_rush { 
	background-image: url(../images/top_nav/about.jpg);
	background-position:top;
	text-indent:-4000px; 
	width:123px;  
	height:7px;
	margin:7px 0 0 17px;
}
a:hover#pnsb_about_gordon_rush {
	background-position:bottom;
}
.active {
	background-position:bottom !important;
}
/*
	-------------------------------------------------------------
	Main Content
	-------------------------------------------------------------
*/
div#main_content {
	border: 1px solid #3d3d3d;
	clear: both;
	cursor:default;
	overflow: hidden;
	width: 898px;
	min-height:401px;
	position:relative;
}

.sub_content {
	clear: right;
	float: left;
	margin-bottom: 7px;
	overflow: hidden;
	width:747px;
}
* html .sub_content {
	margin-bottom: 4px;
}
.fullContent {
	clear: right;
	float: left;
	overflow: hidden;
	width:100%;
}
.fullContent img {
	float:left;
}
div#header_image {
	margin:23px 110px 15px 0;
	float:
}
div#headerAcctOrders {
	margin:23px 110px 15px 0;
	float:left;
}
*+ html div#header_image a {
	margin:0 0 0 100px;
}

/* Product Nav */
#product_nav {
	clear: both;
	text-transform: uppercase;
}
#product_nav_title {
	clear: left;
	float: left;
	width: 300px;
	height:53px;
}
#product_nav_title img {
	margin:11px 0;
}
#product_nav_title .catagoryHdr {
	margin:20px 0 0 0;
}
#product_nav_primary_controls {
	clear: right;
	float: right;
	font-size: 9px;
	padding: 10px 10px 0 0;
	text-align: right;
	width:150px;
}
#product_nav_primary_controls label {
	display:block;
	float:left;
	margin:0;
	padding:2px 0 0 0;
}
#product_nav_primary_controls form {
	display:inline;
	margin:0;
	padding:0;
}
* html #product_nav_primary_controls {
	padding: 7px 10px 0 0;
}
#product_nav_secondary_controls {
	clear: right;
	float: right;
	font-size:9px;
	padding: 7px 10px 6px 0;
	text-align: right;
	width:400px;
}
#product_nav select {
	background-color: #242424;
	border: 0px;
	color: #828282;
	font-size: 9px;
	line-height: 11px;
	margin:0;
	padding: 0;
	width: 70px;
	float:right;
}
#product_nav_secondary_controls a {
	margin-left:2px;
}
#viewAll a {
	margin-left:2px;
}
/*
	-------------------------------------------------------------
	Sub Nav
	-------------------------------------------------------------
*/
#sub_nav {
	clear: left;
	float: left;
	overflow: hidden;
	width: 145px;
	min-height:401px;
	_height:401px;
}
#sub_nav ul {
	margin:22px 0 24px 22px; 
	padding: 0;
}
#sub_nav ul li {
	list-style: none;
	margin: 0;
	margin-bottom: 9px;
	padding: 0;
	float:left;
	width:140px;
}
#sub_nav ul li a {
	color: #828282;
	text-decoration: none;
	text-transform: uppercase;
}
#sub_nav ul li ul {
	margin:0 0 0 8px;
	padding:0;
}
#sub_nav ul li ul li {
	margin:9px 0 0 0;
	padding:0;
}
#sub_nav ul li ul li a {
	text-transform: none;
}
#sub_nav ul li a:hover,
#sub_nav ul li a.current {
	color: white;
}
#sub_nav .navDivider {
	background:#3f4044;
	height:1px;
	width:88px;
	float:left;
	list-style:none;
	line-height:0;
	margin:2px 0 13px 0;
	padding:0;
}
.navHeight {
	_height:451px;
}
/*
	-------------------------------------------------------------
	Footer
	-------------------------------------------------------------
*/
#footer {
	clear: both;
	margin:3px 0 60px 0;
}

#footer #footer_links {
	float: left;
	width: 425px;
}
#footer #footer_links ul {
	margin: 0;
	padding: 0;
}
#footer #footer_links ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer #footer_links ul li a {
	float: left;
	height:7px;
	_line-height:0px;
	margin:7px 15px 0 0;
}
a#fl_privacy_policy { 
	background-image: url(../images/footer/privacy.jpg); 
	background-position:top left;
	_background-position:0 left; 
	text-indent:-4000px;
	width:90px; 
}
a:hover#fl_privacy_policy { 
	background-position:bottom left; 
}
a#fl_terms_of_use { 
	background-image: url(../images/footer/terms.jpg);
	background-position:top left; 
	text-indent:-4000px;
	width:82px;  
}
a:hover#fl_terms_of_use { 
	background-position:bottom left;
}
a#fl_site_map { 
	background-image: url(../images/footer/site_map.jpg);
	background-position:top left; 
	text-indent:-4000px;
	width:51px;  
}
a:hover#fl_site_map { 
	background-position:bottom left;
}
#footer_copyright {
	float: right;
	text-align: right;
	width: 425px;
}
/*
	-------------------------------------------------------------
	Center Divs
	-------------------------------------------------------------
*/
#mcMainFeature {
	float: left;
	overflow: hidden;
	width:546px;
	height:335px;
	margin:43px 0 0 38px;
	_margin:30px 0 36px 13px;
}
#mcSecondaryFeature {
	float:right;
	overflow: hidden;
	width:208px;
	height:205px;
	margin:43px 28px 15px 0;
	_margin:30px 10px 15px 0;
}
#mcTertiaryFeature {
	float:right;
	overflow: hidden;
	width: 208px;
	height:48px;
	margin:0 28px 0 0;
	_margin:0 10px 0 0;
	padding:20px 0 0 0;
}

#shippingFooter{ float: right; }
#checkoutFooter { float: right; }
#requiredFieldsFooter { float: left;}

#checkoutFooter span.rightCell { width: 315px; }

#checkoutFooter a.submit {
	background-color: #828282;
	border: 0px;
	color: #FFFFFF;
	font-size:11px;
	padding:2px 21px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	top: 14px;
}

#checkoutFooter a.submit:hover {
	background-color: #000;
	color: #fff;
}

#couponInput { 
  background:#FFF;
  border:#999 solid 1px;
}

#couponSubmit { 
  background:#828282;
  border:0 none;
  color:#FFF;
  padding:0 11px;
  font-size:11px;
}