﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title			: ACTIVEA | Master Stylesheet
' Description	: This page contains overall styles for the entire site
'				  *INCLUDING* each Enterprise Component (File, Commerce, etc.)
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 08/24/2005	: David Ellenwood - Created Page
' 01/27/2006	: David Ellenwood - Modified for Mt. Borah
'
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
   
html {}
 
body {
	background:#4158A5 url("/include/site/multimedia/images/BGfade.jpg") repeat-x;
	color: #252974;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.65em;
	line-height:1;
	padding:0 0 60px 0;
	margin:0;
	}

a {
	color:#0E2B8D;
	text-decoration:underline ;
	font-weight:normal;
	background:transparent;
	}

a:hover {
	color:#000;
	text-decoration:underline;
	}

a:active {
	color:#000;
	background:transparent;
	}

a:visited {
	}
	
img {
	border:0;
	}

h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
	
h1 {
	color:#fff;
	font-size:1em;
	background:#9F723E;
	margin:4px 4px 0 4px;
	padding:2px 2px 2px 2px;
	line-height:1.5em;
	text-decoration:none;
	}

h2 {
	color:#0E2B8D;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
	background:transparent;
	margin:1.5em 0 0 .5em;
	}

h3 {
	color:#000;
	font-size:1em;
	padding:13px 0 0 0;
	}
	
h4 {
	color:#000;
	padding:.5em 0 0 .5em;
	font-size:1em;
	background:transparent;
	}

h5 {
	color:#000;
	margin:.5em 0;
	font-size:.9em;
	line-height:1.2em;
	font-weight:normal;
	background:transparent;
	padding:10px 0 0 0;
	}

p {
	line-height:1em;
	margin:0;
	padding:.5em 0 0 0;
	}

form {
	margin:.5em 0;
	}
	
table {
	margin:1em;
	padding:4px;
	border-collapse:collapse;
	}

th {
	color:#666;
	margin:.5em 0;
	padding:4px;
	font-size:.9em;
	line-height:1em;
	text-align:left;
	font-weight:normal;
	background:#fff;
	border-bottom:1px solid #ccc;
	}

td {
	vertical-align:top;
	padding:4px;
	}

hr {
	border: 1px solid;
	background-color:#ccc;
	height: 0.1em;
	color: #ccc;
	width=100%;
	}

dl {
	margin:0;
	padding:0;
	}

dt {
	margin:0;
	padding:0;
	font-weight:bold;
	}

dd {
	margin:0 0 .5em 2em;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			UNIVERSAL CLASS DEFINITIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  
 .alert {						/* Used for alerting customers to important info, errors, corrections, problems, etc. */
 	color:#f00;
 	font-weight:bold;
	text-transform:uppercase;
	}

 .info {						/* Used for informing customers of important info etc. */
 	color:green;
 	font-weight:bold;
	}

.alignRight {					/* Right aligns text on any element */
	text-align:right;
	}

.alignCenter {					/* Right aligns text on any element */
	text-align:center;
	}

.borderTop {					/* adds a border along the top of any element */
	border-top:1px solid #ccc;
	}
	
.borderBot {					/* Adds a border along the bottom of any element */
	border-bottom:1px solid #ccc;
	}

.formRow {						/* DIV Used to contain an individual <form> label/field pair */
  clear: both;
  padding:0;
  }

.formRow .label {				/* SPAN style for <form> element labels */
  float: left;
  width: 80px;
  text-align: right;
  margin:0;
  }

.formRow .formw {				/* SPAN style for <form> element fields */
  float: left;
  padding:0 0 0 .5em;
  text-align: left;
  }

.fieldNote {
	clear:both;
	padding:5px 3px;
	}

.color1 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#fff;
	}
	
.color2 {						/* Backgrounds used for alternating lines on item listings */
	color:inherit;
	background-color:#eee;
	}

.infoBox ul {				/* Styles for <ul> lists in any .infoBox */
	list-style-image: url("/include/site/multimedia/images/rightArrowBullet.gif");
	margin:0em 1em 0 2.25em;
	padding:0;
	}

.infoBox li {					/* See above */
	margin:0;
	padding:.1em 0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 			HEADER AND FOOTER STYLES
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {						/* Site Header */
	padding:1px 0 0 0;
	}
	
#AccountStatus {
	list-style:none;
	float:left;
	width:156px;
	margin:0;
	padding:0;
	}

#AccountStatus li {
	margin:0;
	padding:0;
	line-height:.7em;
	}

#footer {						/* Site Footer */
	text-align:center;
	}

#footer h5 {
	color: #000;
	clear:both;
	}

#footer h5 a {
	color:#0E2B8D;
	}

#footer a {
	color: #252974;
	}

#footer_request {
	background:#fff;
	border:#252974 1.25px solid; 
	position: absolute; 
	width: 193px; 
	height: 91px; 
	z-index: 2; 
	left:570px; 
	top:401px;
	}
	
#footer_request p {
	padding:5px 0px 0px 10px;
	}
	
#footer_request h1 {
	padding: 0px 10px 0px 10px;
	}

#contact address {
	color:#000;
	margin:.5em 0;
	font-size:1;
	font-style:normal;
	line-height:1.2em;
	font-weight:normal;
	}

#header_nav {
	padding:5px 0 0 0;
	}

#FileSubCats {
	list-style:none;
	background:#E9E3D9;
	border:#C9B9A1 1px solid;
	margin:5px 5px 5px 5px;
	line-height:1.5em;
	padding:3px 0 3px 0;
	font-weight:bold;
	}

#FileSubCats li{
	margin:0 8px 5px 7px;
	list-style:none;
	display:inline;
	}
	
#FileSubCats a {
	text-decoration:none;
	}
	
#header_nav ul {
	text-color:#0E2B8D;
	float:left;
	text-transform: uppercase;
	list-style:none;
	margin:0;
	padding:0;
	}
	
#header_nav ul li {
	float:left;
	padding:0;
	margin:0;
	}
	
#header_nav .nav_null {
	border-right:#252974; 1px solid;
	}
	
#header_Subnav ul li {
	float:right;
	border-right: #252974 1px solid;
	padding:0px 5px;
	margin:2px 0px 0px 0px;
	}

#header_Subnav .nav_null {
	border-right:#252974; 1px solid;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MASTER LAYOUT <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outerWrap {
	background:#fff;
	width:730px;
	margin-left:auto;
	margin-top:60px;
	margin-right:auto;
	padding:0;
	}

#colm1 {						/* Contains Fullbrowser, main content */
	border:#C9B9A1 1px solid;
	background:#E9E3D9;
	margin:0 0 0 5px;
	float:left;
	display:inline;
	position:relative;
	width:519px;
	}
	
#colm1_colm1 {
	width:402px;
	height:421px;
	float:left;
	background:url("/images/content_main2.jpg");
	}
	
#colm1_colm2 {
	float:right;
	}
	
#colm1_top {
	background:url("../../images/content_head.jpg") no-repeat;
	width:402px;
	height:91px;
	}

#colm1_image {
	border:#C9B9A1 1px solid;
	margin:4px 5px 4px 5px;
	}
	
#colm1_top p {
	float:center;
	}
	
#colm1_body {
	width:402px;
	height:330px;
	}

#colm2 {
	background:#fff;
	margin:4px 4px 4px 4px;
	height:450px;
	border:#C9B9A1 1px solid;
	}
	
#colm2_bottom p {
	height:143px;
	padding: 0px 10px 0px 10px;
	position: relative;
	font-size: 1em;
	}
	
#colm2_bottom a {
	font-size: 1em;
	color:#FE9B00;
	}

#colm3 {						/* Contains the Left side navigation in First Supply */
	float:right;
	background:#E9E3D9;
	border:#C9B9A1 1px solid;
	width:198px;
	margin:0 5px 0 -1px;
	}
	
#colm3_info {
	background:url("../../images/colm3_outline.jpg") no-repeat;
	height:328px;
	padding: 0px 0px 0px 90px;
	}
	
#colm4 {
	background:#9F723E;
	margin:4px 4px 4px 4px;
	padding:2px 2px 2px 2px;
	}

#compNews {
	background:#fff;
	margin:4px 4px 4px 4px;
	border:#C9B9A1 1px solid;
	}

#flash_feature {
	border:#C9B9A1 1px solid;
	background:#E9E3D9 url("/include/site/multimedia/images/BGflash.jpg") no-repeat;
	margin:4px 4px 4px 4px;
	padding:14px 16px;
	float:left;
	postion:relative;
	display:inline;
	}

.features {
	border:#C9B9A1 1px solid;
	border-left:none;
	border-bottom:none;
	float:left;
	padding:5px;
	}

.feature_box {
	background: url("/include/site/multimedia/images/BGfeature.jpg") no-repeat;
	float:left;
	width:165px;
	border:#C9B9A1 1px solid;
	cursor:pointer;
	}
	
.feature_box_img {
	margin:14px 0 14px 0;	
	}

#colm3 .feature_box {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	width:186px;
	margin:5px 5px 0 5px;
	background:#fff;
	border:#C9B9A1 1px solid;
	}

#contact {
	border-top:#C9B9A1 1px solid;
	float:left;
	padding:5px;
	width:159px;
	}

#contact_2{
	background:#fff;
	padding:5px;
	border:#C9B9A1 1px solid;
	height:158px;
	overflow:hidden;
	}

#content {
	color:inherit;
	background:#fff;
	padding:.5em;
	margin:.5em;
	border:#C9B9A1 1px solid;
	}

#content p {
	line-height:1.5em;
	margin:1em 1em .5em 1em;
	clear:both;
	}

#content h2 {font-size:1.4em; color:#453200; font-weight:bold; padding:8px 0; border-bottom:1px dotted #b49e64; margin:0;}
#content h3 {font-size:1.2em; color:#685216; font-weight:bold; padding:5px 10px; border-bottom:1px dotted #dccfad; margin:15px 0 0 0;}
#content h4 {font-size:1.1em; color:#453200; font-weight:bold; padding:8px 0; border-bottom:1px dotted #b49e64; margin:0;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				NAVIGATION ELEMENTS <div>'s
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#NavigationListing {			/* Left side navigation */
	float:left;
	display:inline;
	margin:0;
	padding-left:28px;
	border: 0px solid;
	}   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FULLBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#fullbrowser {					/* Styles entire Fullbrowser */
	margin:0.5em 0.5em 0.5em 0;
	display: inline;
    float: left;
	width: 400px;
	border: 0px solid;
	line-height:1.8em;
	border: 0px solid;
	}
	
#fullbrowser_large {					/* Styles entire Fullbrowser */
	margin:0.5em 0.5em 0.5em 0;
	display: inline;
    float: left;
   	width: 570px;
	border: 0px solid;
	line-height:1.8em;
	border: 0px solid;
	}

	
#accompanyingbrowser {			/* styles accompnying browser, which is on the side of fullbrowser  */
	display: inline;
	float:right;
	width:138px;
	margin:0.5em 1.5em 0.5em 0em;
	border: 0px solid;
	vertical-align:top;
	}	

#breadcrumbs {					/* Applies to the bread Crumbs in fb_Browse.asp & fb_ProductView.asp */
	color:inherit;
	background:#fff;
	padding:.5em;
	margin:.5em;
	border:#C9B9A1 1px solid;
	}

#breadcrumbs a {
	color:#000;
	}

#breadcrumbs.file {
	display:none;
	}

#subCategoryListing {			/* Applies to subcategory listings in fb_Browse.asp */
	list-style:none;
	margin:0 0 0 1em;
	padding:0;
	}

#subCategoryListing li {		/* See Above */
	float:left;
	margin:.25em 0 0 0;
	padding:0.5em;
	border-left:1px solid #999;
	}
	
#GalleryView {
	display:inline; 
	width:80px; 
	float:left;
	font-size: 0.9em;
	letter-spacing: -0.1em;
	border-bottom: 0px solid;
	}

/*#GalleryView_withDetails {
	display:inline; 
	float: left;
	font-size: 0.9em;
	border: 0px solid;
	vertical-align:top;
	padding-bottom: 4px;
	border-bottom: 1px solid;
	}
#GalleryView_Details {
	width:300px;
	display:inline; 
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	}
	*/
	
#GalleryView_withDetails {
	display:inline; 
	float: left;
	font-size: 0.9em;
	vertical-align:top;
	border: 0px solid;
	width: 135px;
	}
	
#featuredProduct {
	padding:40px 0px 0px 0px;
	}	


#GalleryView_Details {
	display:inline; 
	border: 0px solid;
	width:300px;
	}

#GalleryView_Details table {
	margin:0em;
	padding:0px;
	line-height:0.9em;
	border-collapse:collapse;
	}
#GalleryView_Details td {
	padding:2px;
	}	
	
#GalleryItemView_Image {
	position: relative;
	top: -80px;
	left: -10px;
	width:130px; 
	float:left;
	margin:0.25em 2em 0em 1em;	
	z-index: 50;
	}

#GalleryItemView_Image_Listing {
	position: relative;
	top: -40px;
	float:right;
	margin:0em -1.2em 0em 0em;	
	z-index: 50;
	border: 0px solid;
	}

#GalleryItemView_Details {
	display:inline; 
	position: relative;
	top: -50px;
	border: 0px solid;
	}

#GalleryItemView_Details h1{
	position: relative;
	font-size: 1.7em;
	}
	
#GalleryItemView_Details_Listing {
	display:inline; 
	position: relative;
	width: 230px;
	top: -20px;
	float:left;
	border: 0px solid;
	}

#ListingRow {

	border-bottom:1px solid #ccc;
}

#Category_ListingItem_ImageArea {
	float: left;
	display: inline;
	width: 424px;
	border:0px solid;
}

#Category_ListingItem_SpecsArea {
	float: right;
	display: inline;
	width: 240px;
	border:0px solid;
	line-height: 1.2em;	
}

#Category_ListingItem_LinksArea {
	position: relative;
	left: 0px;
	float: right;
	display: inline;
	border:1px solid #ccc;
	line-height: 1.8em;
	height: 200px;
	width: 133px;
	background: #fff0e2;
	margin: 5px 0 0 0;
	padding: 4px 2px 0 8px;
}


#Category_ListingItem_DescArea {
	float: left;
	display: inline;
	border:0px solid;
	width: 315px;
}

#Category_ListingItem_FeatureListArea {
	clear: both;
	width: 100%;
	float: left;
	display: inline;
	border:0px solid;
}


.browse form, #search form {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	background:#ddd;
	border:1px solid #ccc;
	padding:0 1em;
	}

.browse select, #search select {	/* Applies to the Product Sort Form in fb_Browse.asp, fb_Search.asp */
	font-size:.9em;
	margin:0 1em 0 0;
	}

.cat_name {
	color:#fff;
	font-size:1.5em;
	margin:0 0 5px 0;
	}

#products {
	}

.prodListing {					/* Styles to each product listing in fb_Browse.asp, fb_Search.asp */
	width:135px;
	float:left;
	display:inline;
	margin:0 0 5px 5px;
	padding:0 6px 10px 6px;
	text-align:center;
	}

.prodListing h2 a{				/* Product Title */
	font-size:.75em;
	font-weight:bold;
	margin:0;
	padding:0;
	}

.prodListing h3 {				/* Product Price */
	color:#333;
	padding:0;
	margin:0;
	font-size:.9em;
	font-weight:normal;
	}

.prodListing h5 {				/* Product Code, Customization Options */
	float:right;
	text-align:left;
	margin:0;
	padding:3px 5px;
	}

.colorSwatch {
	text-align:center;
	clear:both;
	}
	
.colorSwatch table {
	margin:5px 3px 0 3px;
	padding:1px;
	border-collapse:separate;
	background:#fff;
	}	
	
.colorSwatch table td {
	margin:0;
	padding:0;
	}
	
.colorSwatch table td a {
	display:block;
	width:18px;
	height:18px;
	text-decoration:none;
	}

.colorSwatch table td a:hover {
	text-decoration:none;
	}

.colorSwatch table td a span {
	display:block;
	}

#featured_products .prodListing {
	width:135px;
	border-left:1px solid #ccc;
	}

#featured_products .cat_name {
	display:none;
	}

#featured_products .prodListing img {
	height:60px;
	}

#featured_products .prodListing h2 {
	padding:3px 0 0 0;
	}
	
#featured_products .prodListing h3 {
	display:none;
	}
	
.clear {						/* Used to clear the current line of Product Listings and move to the next in fb_Browse.asp, fb_Search.asp */
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	}

#viewProduct .colorSwatch {
	margin-left:10px;
	}

#viewProduct .colorSwatch table td a {
	height:30px;
	}
	
#viewProduct .label {			/* Customizes .label <spans> in fb_ViewProduct.asp */
	width:100px;
	}

#viewProduct h3 .formw {
	margin:3px 0 0 0;
	}

#viewProduct h5 .formw {
	margin:3px 0 0 0;
	}


#prodAttributes, #prodQty {
	border:1px solid #ccc;
	margin:1em;
	float:left;
	}

#prodAttributes {
	clear:both;
	}

#prodAttributes table {
	width:100%;
	margin:0;
	padding:0;
	}

#prodAttributes table td {
	margin:0;
	padding:3px;
	}

#prodAttributes td {
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

.QtyRow {
	text-align:center;
	border-top:1px dashed #ccc;
	} 

#prodQty td {
	margin:0;
	padding:5px 4px 5px 4px;
	vertical-align:bottom;
	}

.darkHeading th {
	color:#fff;
	background:#666;
	}
	
#prodAttributes input {
	width:25px;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	}

.infoBox {						/* Customizes Product Options, Related Products and Products Others Bought <div>'s in fb_ViewProduct.asp */
	color:inherit;
	background:#fff;
	border:1px solid #ccc;
	float:left;
	display:inline;
	width:40%;
	margin:1em;
	padding:1em;
	}

.infoBox h2 {					/* See Above */
	font-size:1em;
	color:#fff;
	background:#ccc;
	margin:0;
	padding:5px;
	}
	
#productImage {					/* Styles Product Image <div> in fb_ViewProduct.asp */
	text-align:center;
	margin:0;
	padding:0 1em 1em 0;
	width:180px;
	float:left;
	}

#productDescript {				/* Styles Product Description <div> in fb_ViewProduct.asp */
	margin:0;
	width:300px;
	float:right;

	}

#productImage {
	margin:2em 0 0 0;
	}

#productDetails {				/* Styles Product Options <div> in fb_ViewProduct.asp */
	clear:both;					/* SEE ALSO .infoBox for universal fb_ViewProduct.asp styles */
	background:transparent;
	}

#productDescript h2 {
	display:none;
	}

#productDescript p {
	clear:both;
	color:#777;
	font-size:.8em;
	padding:1em 0;
	}

#productDetails .formRow {
	color:#777;
	font-size:.8em;
	padding:0;
	}

#productDetails .label {
	width:65px;
	text-align:left;
	}

#color .label {
	margin-top:.6em;
	}

#size .label {
	margin-top:.6em;
	}

#qty .label {
	margin-top:.6em;
	}

#prodCoop {
	float:left;
	width:165px;
	}

#prodCoop ul {
	padding-top:.25em;
	list-style-image: url("/include/site/multimedia/images/checkMark.gif");
	}
#prodCoop .label {
	width:75px;
	}
	
#productEmbroidery {			/* Styles the Custom Embroidery Box in fb_ViewProduct.asp */
	float:right;
	display:inline;
	width:250px;
	margin:1em;
	padding:1em;
	}

#productEmbroidery ul {			/* See Above */
	list-style-image: url("/include/site/multimedia/images/checkMark.gif");
	margin:1em;
	}

#productRelatedProducts {
	float:left;
	width:165px;
	}

#addToCart {
	float:right;
	width:55%;
	border:none;
	}

#addToCart #itemNum {
	display:none;
	}

#addToCart #submit {
	float:left;
	width:40%;
	text-align:left;
	}

#cart p {						/* Customizes line items in fb_Cart.asp */
	margin:0;
	padding:0;
	}

#cart h2 {						/* Cart Subtotal */
	font-size:1em;
	text-transform:uppercase;
	}

#cart h3 {						/* Cart Line Item Titles */
	margin:5px 0;
	}

.subTotal {						/* Subtotal <tr> styles */=
	background:#eee;
	border:1px solid #ccc;
	}

#showShipping fieldset.infoBox,			/* Modifies color properties for the address fieldsets */
#showEditShipping fieldset.infoBox,
#showPayment fieldset.infoBox {
	color:inherit;
	background:transparent;
	}

#notes {						/* Styles the shipping options notes during the checkout process */
	width:90%;
	float:left;
	display:inline;
	}

#showSummary .label,			/* removed margins on the form elements in Summary & Receipt */
#showSummary .formw,
#showReceipt .label,
#showReceipt .formw {
	margin:0;
	}

#paymentMethod .label {
	width:100px;
	}

#orderTotals .label {			/* widens the ordertotal labels in Summary & Receipt */
	width:100px;
	margin-top:0px;
	}

#billingInfo h3 {
	margin:0;
	padding:5px 0 0 0;
	}

#orderDetail {					/* clears content above and provides spacing for the oder details in MultipleShipping, Summary & Receipt */
	clear:both;
	margin:1em;
	}

.orderByAddress {				/* per on each order orgainized by address in MultipleShipping, Summary & Receipt */
	width:95%;
	border:1px solid #ccc;
	margin:0 0 1em 0;
	padding:1em;
	}

.orderByAddress table {			/* table of data for orders organized by address in  MultipleShipping, Summary & Receipt */
	width:100%;
	margin:0;
	}

#showRegister .formRow {
	padding-top:1.25em;
	}

#showRegister .label {
	width:100px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				FILE COMPONENT ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.byFileCategory {
	padding:5px;
	color:inherit;
	background:#fff;
	margin:.5em;
	border:#C9B9A1 1px solid;
	}

.byFileCategory li {
	padding:0 30px 0 0; 
	display:block;
	}

.byFileCategory .title {
	display:none;
	}

.byFileCategory p {
	line-height:1.5em;
	margin:1em 1em .5em 1em;
	clear:both;
	}

.byFileCategory .formRow {
	margin:2em;
	padding:0 0 0 .3em;
	}

.byFileCategory .label {
	margin:0;
	padding:0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				MINIBROWSER ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.miniForm .formRow {			/* styles for the shopping cart & account login mini forms */
	padding:1px 3px;
	}

.miniForm .label {				/* modifies the width of labels on shopping cart & account login mini forms */
	width:50px;
	margin:0;
	}

.miniForm {						/* Styles miniForm divs universally */
	color:inherit;
	background:transparent url("/multimedia/images/prod_listing_bk.gif") no-repeat;
	width:165px;
	margin:.5em 0;
	float:left;
	display:inline;
	clear:both;
}

.miniForm form {				/* resets form spacing on search, shopping cart & account login mini forms */
	margin:0;
	padding:0;
	}

.miniForm h3 {					/* See Above */
	display:none;
	}
	
.miniForm h5 {					/* See Above */
	color:#333;
	font-size:.9em;
	font-weight:normal;
	}

#masthead_colm3 {
	border:#C9B9A1 1px solid;
	width:718px;
	margin:5px 5px 5px 5px;
	}

#masterNav {
	background:url("/include/site/multimedia/images/BGnav.jpg") repeat-x;
	border:#C9B9A1 1px solid;
	margin:5px 5px 5px 5px;
	padding:4px 0 4px 0;
	text-transform:uppercase;
	font-weight:bold;
	}

#masterNav li {
	display:inline;
	}
	
#masterNav a {
	text-decoration:none;
	padding:2px 5px;
	margin:3px;
	}

#masterNav a:hover{
	border:#fff 1px solid;
	padding:1px 4px;
	background:url("/include/site/multimedia/images/BGnavA.jpg") repeat-x;
	}

/* #masterNav .selected {
	background: #061e4c;
	color: #ddd;
	font-weight: bold;
	} */
	
/*#masterNav */
.selected {
	border:#fff 1px solid;
	padding:1px 4px;
	background:url("/include/site/multimedia/images/BGnavA.jpg") repeat-x;
	}
		
#subMasterNav {
	color: #ddd;
	margin: 0 4px 0 10px;	
	padding: 0 0 3px 0;
	list-style: none;
	background: #061e4c;
	position: relative;
	}

#subMasterNav li{	
	margin:0px;
	padding: 0 0 0 19px;
	width: 80px;
	display: block;
	text-decoration: none;		
	}
	
#subMasterNav li ul{
	list-style: none;
	margin:0 0 0 -9px;
	padding:0 0 0 0;
	line-height:1.25em;
	}

#subMasterNav a{	
	margin:0;
	padding:0;
	display: inline;
	text-decoration: none;	
	color: #ddd;
	}

#subMasterNav a:hover{
	text-decoration: underline;
	background: transparent;
	}
	

	
#categoryNav ul {
	list-style:none;
	margin:0 0 0 .5em;
	padding:0;
	}

#categoryNav li {
	padding:.15em 0;
	}

#categoryNav a {
	color:#00f;
	background:transparent;
	font-weight:bold;
	font-size:.9em;
	}

ul#subCategoryNav {
	margin:0 0 .25em 1.5em;
	padding:0;
	}

#verisign {
	text-align:center;
	border:none;
	background:transparent;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 				DEALER LOCATOR ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#locatorFrames {
	float:right;
	border:none;
	margin-left:0;
	}

#locatorForms {
	float:left;
	width:280px;
	margin-right:0;
	border:none;
	}
	
#locatorForms h3 {
	}
	
#locatorForms h5 {
	line-height:1.25em;
	}

#locatorForms form {
	padding-bottom:2em;
	}
	
#locatorForms .label {
	width:65px;
	}

#I1 {
	border:1px solid #aaa;
	}	
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		NEWSLETTER SIGN-UP (customer) ELEMENTS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#frmSubscribe {
	padding:1em;
	}

#frmSubscribe .label {
	width:150px;
	}