/*
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: 11px;
	color: #333333;
	text-align: center;
	background-color: #F47E36;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 775px;
			background-color: #ffffff;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcTopNavBar {
			width: 775px;
			background-color: #001342;
			border-collapse: collapse;
			background-image:url('images/navTopBG.jpg')
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav {
			text-align: right;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #002852;
			text-decoration: underline;
		}

    .textBanner {
			font-size: 14px;
			color: #003366; 
			font-weight:bold;
    }
    
/* 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: 775px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #ffffff;
		}
	
		#pcLeft {
			padding: 0;
			border: 0;
			width: 175px;
			text-align: left;
			vertical-align: top;
			background-image:url(images/navleftbg.jpg);
		}
	
		#pcCenter {
			width: 600px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 4px;
/*			background-image:url(images/dotted_spacer_vert.gif);*/
		}

	/* Define the left column */
	
		#pcLeft h3 {
			height: 21px;
			font-size: 14px;
			text-align: left;
			color: #ffffff;
			margin: 0 0 0 0;
			padding: 2px 0 2px 25px;
			background-image:url('images/navlefttitlebg.gif'); 
		}

    .pcLeftText {
			color: #ffffff;
			padding: 0px 0px 0px 5px;
    }
    
		.pcLeftLinks {
		  font-size: 14px;
			color: #ffffff;
			text-decoration: none;
			text-align: center;
		}

		div.pcLeftLinks a:link, div.pcLeftLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		div.pcLeftLinks a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcLeftCatLinks {
			padding: 4px 4px 0 5px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
		  font-size: 12px;
			padding: 4px 4px 0 5px;
			margin: 0 0 5px 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: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #ffffff;  /* #001342;*/
			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: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #ffffff;  /* #001342;*/
			text-decoration: underline;
		}
		

	/* Define the right column */
	
		#pcShowCart {
			color: #ffffff;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcShowCart a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcCustomerLogin {
			padding: 4px 4px 0 5px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			color: #ffffff;
			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: #ffffff;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		.pcFooter {
			font-size: 11px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		.pcFooter a:link, .pcFooter a:visited {
			text-decoration: underline;
		}
		
		.pcFooter a:hover {
			text-decoration: none;
		}
		
		#pcFooterSpacer {
			height: 2px;
			background-color: #DB7506;
			margin: 4px 0 4px 0;
		}
	
		.pcFooter ul {
			list-style: none;
			margin: 0;
		}
		
		.pcFooter li {
			display: inline;
			padding-right: 10px;
		}
		
		.pcFooterLeft {
			padding: 0;
			border: 0;
			width: 175px;
			text-align: left;
			vertical-align: top;
			background-image:url(images/navleftbg.jpg);
		}

/* END Footer */