/*
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: 11px;
	color: #212121;
	text-align: center;
	background-color: #969684;
}

/* Rounded corners attempt */
<style type="text/css">
.corners{display:block}
.corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e4e3c9}
.corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f3f2e7;
  border-right:1px solid #f3f2e7;
  background:#eaead6}
.corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcf9;
  border-right:1px solid #fcfcf9;
  background:#e9e8d3}
.corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e9e8d3;
  border-right:1px solid #e9e8d3;}
.corners4{
  border-left:1px solid #f3f2e7;
  border-right:1px solid #f3f2e7}
.corners5{
  border-left:1px solid #eaead6;
  border-right:1px solid #eaead6}
.cornersfg{
  background:#e4e3c9;
  padding-left:10px;
  padding-right:10px}
</style>		
		
		
		
		
/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #212121;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #000000;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#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: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
		}

/* 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: 783; /*was 140*/
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 190px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 430px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 140px; /* was 140*/
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column LEFT NAVIGATION FOR PALO STORES */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
			color: #000000;
		}

		#pcLeftCatLinks {
			/*background-color: #e4e3c9; /*was #565656*/
			/*background-image:url(../../beta/images/contact_semitranspbg.png);*/
			padding: 5px 5px 1px 10px;
			margin: 0px 0px 5px 0px;
		}
		
		#pcLeftPriceLinks {
			/*background-color: #e4e3c9; /*was #e7d7bf*/
			/*background-image:url(../../beta/images/contact_semitranspbg.png);*/
			color: #B7353A;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0px;
		}
		
		#pcLeftStoreLinks {
			/*background-color: #e4e3c9; /*was #e7d7bf*/
			/*background-image:url(../../beta/images/contact_semitranspbg.png);*/
			color: #B7353A;
			padding: 5px 5px 1px 10px;
			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: #B7353A;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #B7353A;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #B7353A;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-image:url(../../beta/images/contact_semitranspbg.png);
			color: #FFFFFF;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
	/* PALO PROGRAMMING START */
	
		#pcShowCart a:link {
		color: #E51922;
		}
	
		#pcShowCart a:visited {
		color: #E51922;
		}
	
	/* PALO PROGRAMMING END */
	
		#pcCustomerLogin {
			/* background-color: #e7d7bf; */
			background-image:url(../../beta/contact_semitranspbg.png);
			color: #FFFFFF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFFFFF;
			color: #FFFFFF;
			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: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #B7353A;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			/* background-color: #000000; */
			font-size: 11px;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #CCCCCC;
		}
		
		#pcFooterSpacer {
			/* background-image:url(images/dotted_spacer_left.gif); */
			height: 5px;
		}
	
/* END Footer */