/*
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, sans-serif;
	font-size: 13px;
	color: #38301B;
	text-align: center;
	background-color: #F2EEE3;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 760px;
			height: 160px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #FFFFFF;
			font-size: 12px;
			color: #38301B;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			width: 580px;
			padding: 0px;
			vertical-align: top;
		}
		
		#pcStoreDescription {
			border-bottom: 0px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 0px solid #FFFFFF;
			text-align: right;
			vertical-align: top;
			background-color: #F2EEE4;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #38301B;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
			padding-top: 0px;
			vertical-align: top;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 0px;
			vertical-align: top;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 13px;
			color: #38301B;
			background-color: #F2EEE4;
		}
		
		#pcTopNav a:hover {
			color: #A8080C;
			background-color: #F2EEE4;
			text-decoration: none;
		}

/* 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: 760px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			spacing: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #FFFFFF;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding: 0 0 0 0;
			background-color: #F2EEE4;
		}
	
		#pcCenter {
			width: 550px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 15px;
			background-color: #FFFFFF;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #99CCFF;
			padding: 5px 10px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #38301B;
			padding: 5px 10px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F2EEE4;
			color: #38301B;
			padding: 5px 10px 1px 10px;
			margin: 0 0 5px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 0px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #0066CC;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #38301B;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			font-size: 13px;
			color: #38301B;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			font-size: 13px;
			color: #A8080C;
			text-decoration: none;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #E9E2D1;
			color: #38301B;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #E9E2D1;
			color: #38301B;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #38301B;
			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: #38301B;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #A8080C;
			text-decoration: none;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #38301B;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #38301B;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #003A5B;
			font-size: 11px;
			color: #F2EEE4;
			padding: 5px;
		}
		

		#pcFooter a:link{
			text-decoration: none;
			color: #F2EEE4;
		}
		#pcFooter a:visited{
			text-decoration: none;
			color: #F2EEE4;
		}
		#pcFooter a:hover{
			text-decoration: underline;
			color: #F2EEE4;
		}
		
		#pcFooterSpacer {
			background-image:url(../images/dotted_spacer_left.gif);
			height: 5px;
			background-color: #DFD5BD;
		}
	
/* END Footer */