/*
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: 0px;
}

body {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #808080;
	background-image:url(images/sitebg.jpg);
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 940px;
			height: 150px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #000000;
			font-size: 10pt;
			color: #ffffff;
			font-weight: bold;
			border-collapse: collapse;
			border: 0;
			background-image:url(images/header.jpg);
		}
		
		#pcHeader td {
			padding: 0px;
			
			
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: left;
			vertical-align: top;
			padding-left: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		
		#pcTopNav {
			background-color: #000000;
			padding: 0px;
			text-align: center;
			vertical-align: middle;
		}
		
		#pcTopNav2 {

			text-align: center;
			vertical-align: middle;
			height: 35px;
			background-color: #000000;
			font-size: 12px;
			border: 1px solid;
			border-color: #999999 #4b4b4b #4b4b4b #999999;
		    
		}
		
		#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;
		}
		
		#pcTopNav2 a:link, #pcTopNav2 a:visited {
			text-decoration: none;
			color: #ffffff;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #999999;
		}
		

		
		#pcTopNav a:hover {
			color: #000000;
		}
		
		#pcTopNav2 a:hover {
			color: #ffcb05;
		}
		
		#pcSmSearch {
			font-size: 11px;
			color: #ffcb05;
		}
		
		#pcSmSearch a:link, #pcSmSearch a:visited {
			text-decoration: none;
			font-size: 11px;
			color: #ffcb05;
		}
		
		#pcSmSearch a:hover {
			color: #ffffff;
		}
/* 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: 940px;
			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;
			background-image:url(images/lftnavbg.gif);
			padding: 0 0 0 0;
		}
		
		.pcLeftTitle {
			width: 190px;
			height: 25px;
			padding-left: 15px;
			text-align: left;
			vertical-align: center;
			background-image:url(images/titlebg.jpg);
			font-size: 12px;
			color: #ffffff;
			font-weight: bold;
		}
	
		#pcCenter {
			width: 560px;
			padding: 0 0 0 0;
			text-align: left;
			vertical-align: top;
			background-color: #ffffff;
		}
	
		#pcRight {
			width: 190px;
			text-align: left;
			vertical-align: top;
			background-color: #cccccc;
			padding: 0 0 0 0;
		}
		
		.pcColumnSpacer {
			width: 0px;
			background-color: #ffffff;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 12px 10px;
			margin: 0 0 5px 0;
			font-size: 11pt;
			color: #ffcb05;
			font-weight: bold;
			line-spacing: 25px;
			
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			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: #0066CC;
			text-decoration: none;
			font-size: 11px;
			color: #ffcb05;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcNewsHeadlines  {
			font-size: 11px;
			font-weight: bold;
			padding-left: 15px;
			padding-bottom: 10px;
			color: #000099;
			line-height: 18px;
		}
		
		#pcNewsHeadlines a:link, #pcNewsHeadlines a:visited {
			color: #000099;
			text-decoration: none;
		}
		
		#pcNewsHeadlines a:hover {
			color: #FFFFFF;
		}
	
		#pcShowCart {
			
			color: #000000;
			padding: 25px 5px 5px 800px;
			margin-bottom: 5px;
			font-size: 12px;
			line-height: 18px;
			text-align: left;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 300px;
			margin: 0 0 5px 0;
		}
		
		#pcCustomerLogin2 {
			color: #000000;
			padding: 5px 5px 1px 15px;
			margin: 0 0 5px 0;
			font-weight: bold;
			line-height: 20px;
		}
		
			#mailist {
			color: #000000;
			padding: 5px 5px 1px 15px;
			margin: 0 0 5px 0;
			line-height: 18px;
		}
		
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			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: #666666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	

		#pcFooter {
			background-color: #4b4b4b;
			font-size: 11px;
			color: #ffcb05;
			text-align: center;
			padding: 10px;
			font-weight: bold;
			text-decoration: none;
		}
		
		#pcFooter2 {
			
			font-size: 8pt;
			color: #ffffff;
			font-weight: normal;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #ffcb05;
		}
		
		#pcFooter a:hover {
			color: #ffffff;
		}
		
		#pcFooterSpacer {
			height: 0px;
			background-color: #4b4b4b;
		}
		.imagesIH {
			padding-top: 5px;
		}
	
/* END Footer */
