/*
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: 11px;
	color: #333333;
	text-align: center;
	background-color: #587854;
}

/* TOP AREA of the page: store description, store name, search box, navigation */
 /* Top navigation */

		#topnav ul {
			text-align:center;
			margin: 0 auto;
			color: #fff;
			width: 900px;
			background-color:#333;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			height: 18px;
			border-left: 1px solid #EEE;
			padding-left:0;
		}
		
		#topnav ul li { display: inline; }
		
		#topnav ul li a {
			padding: 0.2em 1em;
			color: #fff;
			text-decoration: none;
			float: left;
			border-right: 1px solid #EEE;
		}
		
		#topnav ul li a:hover {
			background-color: #C5C5C5;
			color: #000;
		}

		#pcHeader {
			width: 900px;
			text-align:left;
			margin: 5px auto 0 0;
			padding: 0;
			font-size: 12px;
			color: #000;
			border-collapse: collapse;
			border: 0;
		}

		#pcHeader h2 {
			margin: 0;
		}

		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #990000;
			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: #8d2800;
		}
		
		#pcTopNav a:hover {
			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: 900px;
			background-color:#fff;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 150px;
			text-align: left;
			vertical-align: top;
			background-color:#c5b48b;
		}
	
		#pcCenter {
		/*	width: 520px;  This is the original width */
			width: 580px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
		/*	width: 180px;  This is the original width  */
			width: 150px;
			text-align: left;
			vertical-align: top;
			background-color:#ece9d8;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #ece9d8;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #ece9d8;
			color: #990000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #ece9d8;
			color: #990000;
			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: #990000;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			text-decoration: underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #990000;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			text-decoration: underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #990000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			text-decoration: underline;
		}

		#pcSearchBox {
			margin:5px;
		}
		
		#pcSearchBox a {
			text-decoration: none;
			color: #990000;
			font-size: 12px;
		}
		
		#pcSearchBox a:hover {
			color: #990000;
			text-decoration: underline;
		}

	/* Define the right column */
	
		#pcShowCart {
			background-color: #ece9d8;
			color: #990000;
			padding: 5px 5px 10px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #ece9d8;
			color: #990000;
			padding: 10px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #ece9d8;
			color: #990000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #990000;
		}
	
		#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: #990000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #990000;
			text-decoration: underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #990000;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #990000;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #587854;
			font-size: 11px;
			color: #fff;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			color: #f0eab1;
			text-decoration: none;
		}

		#pcFooter a:hover {
			text-decoration: underline;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */