/*
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: 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: 950px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #000000;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
		}
		
		#pcStoreSearch {
			text-align: center;
		}
		
		#pcHeader a {
			text-decoration: none;
			color: #1A3C5E;
			font-size: 11px;
		}
		
		#pcHeader a:hover {
			color: #1A3C5E;
			text-decoration: underline;
		}
		
		#pcTopNav {
			text-align: left;
			vertical-align: top;
			height: 36px;
			padding-top: 12px;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
		  font-weight: bold;
			display: inline;
			padding-left: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #1A3C5E;
			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;
    	background-color: #FFFFFF;
		}
	
		#pcLeft {
			width: 190px;
			text-align: left;
			vertical-align: top;
			background-color: #ffff00;
		}
	
		#pcCenter {
			width: 550px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 190px;
			text-align: left;
			vertical-align: top;
			background-color: #ff0000;
		}
		
		.pcColumnSpacer {
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			height: 21px;
			font-size: 14px;
			font-weight:bold;
			text-align: center;
			color: #ffffff;
			margin: 2px 0 0 0;
			padding: 3px 0 1px 0;
			background-image:url('images/picLeftTitleBG.jpg'); 
		}

		#pcLeftCatLinks {
			color: #000000;
			background-color: #ffff00;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		#pcLeftPriceLinks {
			color: #ffffff;
			background-color: #464646;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			background-image:url('images/picLeftNavBG.jpg'); 
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #cccccc;
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks {
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 3px;
		}
	
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
	/* Define the right column */

		#pcRight ul {
    	list-style: url("images/picBullet.gif"); 
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcShowCart {
			color: #000000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #000000;
			text-decoration: underline;
		}
		
		#pcShowCart a:hover {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcCustomerLogin {
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcAffiliateLogin {
			color: #ffffff;
			background-color: #cccccc;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			background-image:url('images/picRightNavBG.jpg'); 
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #464646;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #888888;
		}

		#pcRight h3 {
			height: 21px;
			font-size: 14px;
			font-weight:bold;
			text-align: center;
			color: #ffffff;
			margin: 2px 0 0 0;
			padding: 3px 0 1px 0;
			background-image:url('images/picLeftTitleBG.jpg'); 
		}

		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 11px;
			color: #666666;
			text-align: center;
			vertical-align: middle;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: underline;
			color: #666666;
		}
		
		#pcFooter a:hover {
			text-decoration: none;
			color: #000000;
		}
		
		#pcFooterSpacer {
			height: 5px;
			background-color: #FF0000;
		}

    #footerLogos {
      height: 91px;
      text-align: right;
      vertical-align: middle;
    }
	
/* END Footer */
