/*
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: 0;
	padding: 0;
}

body {
	font-family: "Arial", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 3px;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #333333;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			font-size: 18px;
			text-align: right;
			padding-bottom: 20px;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
			padding: 3px;
		}
		
		#pcTopNav {
			text-align: right;
			padding: 3px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #333333;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #333333;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
		  font-family: "Arial";
			text-decoration: none;
			font-size: 13px;
			color: #333333;
		}
		
		#pcTopNav a:hover {
			color: #ED7414;
		}

/* 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: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 170px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 710px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding: 2px;
    	background-color: ;
		}

		#pcLeftCatLinks {
		  font-size: 13px;
			padding: 5px 0px 1px 0px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
		  font-size: 13px;
			padding: 5px 5px 1px 0px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
		  font-size: 13px;
			padding: 5px 5px 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 {
			color: #333333;
			text-decoration: none;
			padding-left: 10px;
		}
		
		#pcLeftCatLinks a:hover {
			color: #ED7414;
			text-decoration: underline;
			padding-left: 10px;
		}
		
		#pcMainCatLinks a:link, #pcMainCatLinks a:visited {
			color: #333333;
			text-decoration: none;
			padding-left: 0px;
		}
		
		#pcMainCatLinks a:hover {
			color: #ED7414;
			text-decoration: underline;
			padding-left: 0px;
		}

		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #333333;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #ED7414;
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #333333;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #ED7414;
			text-decoration: underline;
		}


	/* Define the right column */
	
		#pcShowCart {
    	background-color: ;
			color: #000000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
    	background-color: ;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
    	background-color: ;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #000000;
		}
	
		#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: #333333;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #ED7414;
			text-decoration: none;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #333333;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #ED7414;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #333333;
/*			text-align: right;*/
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #333333;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
		
		#pcFooter a:hover {
			color: #d40012;
		}
	
/* END Footer */

/* Drop Down Menus */

#topnavbarfull {
	background-image:url(images/navBG.jpg);
  background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;  /* auto; */
}

#topnavbar {
	width: 900px;
	margin: 0 auto;
}

#topnavbarshadow {
	background-image:url(images/navBGshadow.jpg);
	width: 100%;
	height: 8px;
}

#nav {
	text-align: left;
	float: left;
	width: 900px; /* total width of top nav bar */
	list-style: none;
	line-height: 1;
/*	background: #568ECB;*/
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav .topDropDownMenu {
  FONT-SIZE: 9pt;
  color: #ffffff;
  FONT-FAMILY: Verdana, Arial, Helvetica;
  TEXT-DECORATION: none;
	float: left;
/*	line-height: 2.0;*/
/*	background: #568ECB; */
	font-weight: bold;
  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: #ffffff;
	text-decoration: none;
	padding: 0.3em 15px 0.4em 15px; /* controls spacing around text */
}

#nav ul {
	float: left;
	width: 900px; /* total width of top nav bar */
	list-style: none;
	line-height: 1;
	background: #eeeeee;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav li ul 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: #000000;
	text-decoration: none;
	padding: 0.3em 0.4em; /* controls spacing around text */
}

#nav a.daddy {
	background: url(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: 18em;  /* width of submenus */
	w\idth: 17em; 
	font-weight: normal;
/*	border-width: 0.25em; */
/*	margin: 0; */
	border:1px solid #ED7414; 
	margin: 0 0 1em 0;
}

#nav li li {
	padding-right: 1em;
	width: 16em
}

#nav li ul a {
	width: 16em;
	w\idth: 16em;
}

#nav li ul ul {
	margin: -1.25em 0 0 14em;  /* 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: #ED7414;
}

#nav li a:hover, #nav li.sfhover {
  color: #ffffff;
	background: #ED7414;
}

#pcCanada a:link, #pcCanada a:visited {
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}

#pcCanada a:hover {
	color: #ED7414;
	text-decoration: underline;
	padding-left: 10px;
}


#bottomnavbarfull {
	background-image:url(images/navBG.jpg);
  background-repeat: repeat-x;
	width: 100%;
	height: 27px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;  /* auto; */
}

#bottomnavbar {
	width: 900px;
	margin: 0 auto;
}

#bottomnavbarshadow {
	background-image:url(images/navBGshadow.jpg);
	width: 100%;
	height: 8px;
}

#bottomnav {
	text-align: center;
	float: left;
	width: 950px; /* total width of top nav bar */
	list-style: none;
	line-height: 2;
/*	background: #568ECB;*/
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	
	#nav .bottomDropDownMenu {
	  FONT-SIZE: 9pt;
	  color: #ffffff;
	  FONT-FAMILY: Verdana, Arial, Helvetica;
	  TEXT-DECORATION: none;
		float: left;
	/*	line-height: 2.0;*/
	/*	background: #568ECB; */
		font-weight: bold;
	  border-left: 1px #FFFFFF;
		float: left;
		margin-top: 4px; /* spacing around each list item - top menu and drop downs */
		height: 23px;
	}
