/*
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: #999933;
	text-align: center;
	background-color: #FFFFFF;
	background-image:url(images/content/background_repeat.png);
	background-attachment:fixed;
}

img {
	behavior: url(../includes/pngbehavior.htc);
}
/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 980px;
			height: 218px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			padding: 0;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		
		#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: 900px;
			background-color:#FFFFFF;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			height: 400px;
			background-color:#FFFFFF;
			text-align: left;
			vertical-align: top;
			padding: 10px 0 0 0;
		}
	
		#pcCenter {
			width: 520px;
			background-color:#FFFFFF;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			background-color:#FFFFFF;
			text-align: left;
			vertical-align: top;
			padding: 10px 0 0 0;	
			}
		
		.pcColumnSpacer {
			width: 10px;
			background-color:#FFFFFF;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 12px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			color: #999933;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #999933;
			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;
		}
		
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited, #pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited, #pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #999933;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover, #pcLeftStoreLinks a:hover, #pcLeftCatLinks a:hover {
			color: #99CCCC;
		}
				
	/* Define the right column */
	
		#pcShowCart {
			color: #999933;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			text-align:right;
		}
	
		#pcCustomerLogin {
			color: #999933;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			color: #999933;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcStoreSearch {
			color: #999933;
		}
		
		#pcRight h3 {
			font-size: 12px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999933;
		}

		#pcRight ul {
			list-style-image: url(images/content/bullet.jpg);
			margin: 0 0 0px 15px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcStoreSearch a:link, #pcStoreSearch a:visited, #pcShowCart a:link, #pcShowCart a:visited, #pcCustomerLogin a:link, #pcCustomerLogin a:visited, #pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #999933
		}
		#pcStoreSearch a:hover, #pcShowCart a:hover, #pcAffiliateLogin a:hover, #pcCustomerLogin a:hover {
			color: #99CCCC;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 12px;
			color: #999933;
			text-align: center;
			width: 980px;
			height: 176px;
			/*----- Changed from BG image to Front Image cause IE cant display PNG in BG
			background-image:url(images/content/footer.png);
			background-repeat:no-repeat;
			background-position:center Center;
			* background: none;
			* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content/footer.png', sizingMethod='fixed'); */
		}
		
		#pcFooterText {
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 11px;
			color: #999933;
			vertical-align:middle;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #999933;
		}
		
		#pcFooterSpacer {
			height: 2px;
			background-color:#FFFFFF;
		}
	
/* END Footer */