/*
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: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #391800;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #D8EBFE;
			font-size: 12px;
			color: #000000;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: top;
			padding: 0px;
		}
		
		#pcStoreSearch {
			text-align: center;
			padding-top: 2px;
		}
		
		#pcTopNav {
			text-align: left;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
			padding-top: 2px;
		}
		
		#pcTopNav li {
			display: inline;
			padding: 0px 0px 0px 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #CAB07B;
		}

/* 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;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			background-color:	#033C6D;
			padding: 0px;
		}
	
		#pcCenter {
			width: 710px;
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
  		font-size: 15px;
  		margin: 0px;
  		padding: 12px 0 0 50px;
  		color: #033C6D;
    	background-image:url(images/picH3BG.jpg);
    	height: 33px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 5px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #999999;
			padding: 5px 5px 1px 5px;
			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: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #D8EBFE;
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #D8EBFE;
			text-decoration: underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			color: #033C6D;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 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;
		}

		#recentprds {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#recentprds a:link, #recentprds a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#recentprds a:hover {
			color: #D8EBFE;
			text-decoration: underline;
		}
		
/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #997C3D;
			font-size: 12px;
			color: #ffffff;
			text-align: left;
			padding: 5px;
			margin: 0px;
			width: 898px;
		}
		
		#pcFooterR {
			text-align: right;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: underline;
			color: #ffffff;
		}
		
		#pcFooter a:hover {
			text-decoration: none;
			color: #cccccc;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}
	
/* END Footer */