/*
ProductCart Shopping Cart Software, Copyright Early Impact LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with ProductCart
*/
html, body {
	margin: 5px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			margin-left: auto;
			margin-right: auto;
			width: 950px;
			height: 200px;
			background-color: #ffffff;
			font-size: 12px;
			color: #000000;
		}
		
		#pcHeader td {
		}
		
		#pcStoreSearch {
			text-align: center;
		}
		
		#pcTopNav {
      background-image:url(images/topNavBG.jpg);
			text-align: left;
			width: 714px;
			height: 30px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 6px;
		}
		
		#pcTopNav li {
			display: inline;
			padding-left: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #003E8E;
		}
		
		#pcTopNav a:hover {
			color: #415E00;
			text-decoration: underline;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 950px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
      background-image:url(images/leftMid.jpg);
			width: 220px;
			text-align: left;
			vertical-align: top;
			padding: 0px;
			color: #ffffff;
		}
	
		#pcCenter {
			width: 714px;
			padding: 0px;
			text-align: left;
			vertical-align: top;
			padding-top: 5px;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 6px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0 0 5px 0;
			padding-bottom: 2px;
			border-bottom: 1px solid #ffffff;
			color: #ffffff;
		}

		#pcLeftCatLinks {
			padding: 0px 5px 1px 5px;
			margin: 0 0 5px 5px;
		}
		
		#pcLeftPriceLinks {
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #ffffff;
			padding: 5px 0px 1px 0px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
		  font-size: 12px;
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
		  font-size: 12px;
			color: #FFFFFF;
			text-decoration: underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			color: #003E8E;
			padding: 15px 5px 5px 0px;
			margin-bottom: 25px;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #003E8E;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 10px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		.pcFooter {
			font-size: 11px;
			color: #003E8E;
			text-align: center;
			padding: 0px;
		}
		
		.pcFooter a:link, .pcFooter a:visited {
			text-decoration: none;
			color: #003E8E;
		}
		
		.pcFooter a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}
	
/* END Footer */

/* NetProfits Styles */

    #npCart {
      background-image:url(images/bannerRight.jpg);
  		width: 196px;
  		height: 170px;
  		text-align: center;
  		vertical-align: top;
    }
    
    #npFooter {
      background:url(images/footer.jpg) repeat-y;
  		width: 714px;
  		height: 72px;
  		text-align: center;
    }

    #npLeftColInfo {
      padding: 0 5px 0 10px;
    }
    
 		#npLeftColInfo a:link, #npLeftColInfo a:visited {
		  font-size: 12px;
			color: #BFDE6F;
			text-decoration: underline;
		}
		
		#npLeftColInfo a:hover {
		  font-size: 12px;
			color: #BFDE6F;
			text-decoration: none;
		}
		
/* Drop Down Menus */

#topnavbarfull {
  background-image:url(images/topNavBG.jpg);
	text-align: left;
	width: 714px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;  /* auto; */
}

#topnavbar {
	width: 714px;
	margin: 0 auto;
}

#nav {
	text-align: left;
	float: left;
	width: 714px; /* total width of top nav bar */
	list-style: none;
	line-height: 1;
/*	background: #568ECB;*/
	padding: 0;
	margin: 0 0 1em 0;
}

#nav .topDropDownMenu {
	font-size: 14px;
	color: #003E8E;
  FONT-FAMILY: Verdana, Arial, Helvetica;
  TEXT-DECORATION: none;
	float: left;
/*	line-height: 2.0;*/
/*	background: #568ECB; */
  border-left: 1px #FFFFFF;
	float: left;
	margin-top: 4px; /* spacing around each list item - top menu and drop downs */
	height: 23px;
}

#nav a {
	display: block;
/*	width: 10em; partly controls width of top nav li items */
/*	w\idth: 6em; partly controls width of top nav li items */
	color: #003E8E;
	text-decoration: none;
	padding: 0.3em 10px 0.4em 10px; /* controls spacing around text */
}

#nav ul {
	float: left;
	width: 714px; /* total width of top nav bar */
	list-style: none;
	line-height: 1;
	background: #BFDE6F;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav li ul a {
	font-size: 12px;
	display: block;
/*	width: 10em; partly controls width of top nav li items */
/*	w\idth: 6em; partly controls width of top nav li items */
	color: #003E8E;
	text-decoration: none;
	padding: 0.3em 0.4em; /* controls spacing around text */
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
/*	width: 10em;  partly controls width of top nav li items */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;  /* width of submenus */
	w\idth: 13em; 
	font-weight: normal;
/*	border-width: 0.25em; */
/*	margin: 0; */
	border:1px solid #003E8E; 
	margin: 0 0 1em 0;
}

#nav li li {
	padding-right: 1em;
	width: 12em
}

#nav li ul a {
	width: 12em;
	w\idth: 12em;
}

#nav li ul ul {
	margin: -1.25em 0 0 11em;  /* defines location of sub menu in relation to main menu item */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
  color: #ffffff;
	background: #398CD2;
}

#nav li a:hover, #nav li.sfhover {
  color: #ffffff;
	background: #398CD2;
}