/*
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: #FFFFFF;
	background-image: url('/dot3.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
}

		#pcWrapper {
			width: 800px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 20px;
			padding: 0;
			background-color: #FFFFFF;
			color: #666666;
			border-collapse: collapse;
			border: 2px solid #990000;
		}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #FFFFFF;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 1px solid #888888;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			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;
		}
		
		#pcStoreSearch {
			text-align: left;
			float: left;
			height: 40px;
			/*margin-top: 124px;
            changed to 0px for the free shipping graphic*/
			margin-top: 0px;
		}
		
		#pcTopNav {
			/*border: 1px solid #888888;*/
			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: 800px;*/
			width: 100%;
			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;
		}
	
		#pcCenter {
			width: 640px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.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: rgb(255, 245, 198); */
			background-color: White;
			/* padding: 5px 5px 1px 10px; */
			padding: 5px 5px 1px 0px;
			margin: 0 0 5px 0;
			font-size: 13pt;
			font-weight: bold;
			border: none;
			list-style: none;
		}
		
		#pcLeftCatLinks li {
			color: #990000;
			padding-left: 10px;
			margin: 0;
			line-height: 1.2em;
		}
		
		#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: black; */
			color: #444444;
			text-decoration: none;
			font-size: 100%;
		}
		
		#pcLeftCatLinks a:hover {
			color: #999999;
		}
		
		#pcLeftCatLinks tr 
		{
		    font-size: 92%;
		    /*font-family: Arial, Tahoma, Sans-Serif; */
		    /*font-weight:lighter; */
		    text-indent: 0.1em;
		}
				
		#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: #000000;
		}

	/* Define the right column */
	
		#pcShowCart {
			background-color: rgb(255, 245, 198);
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: rgb(255, 245, 198);
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#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: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: left;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
		
		#pcFooterLinks {
		    font-family: Arial, Sans-Serif;
		    font-size: small;
		    font-weight: bold;
		    color: black;
		    text-align: center;
		}
		
		#pcFooterLinks a:link {
		    text-decoration: none;
		    color: gray;
		}
		
		#pcFooterLinks a:visited {
		    color: Purple;
		}
		
		#pcFooterLinks a:hover {
		    text-decoration: underline;
		    color: #990000;
		}
		
		#pcFooterSignature {
		    text-align: right;
		    font-style: italic;
		    font-family: Arial, Sans-Serif;
		    font-size: x-small;
		    padding: 5px;
		    color: Black;
		}
		
		#pcFooterSignature a:link {
            text-decoration: none;
            color: #990000;
		}
		
		#pcFooterSignature a:visited {
		    color: Purple;
		}
		
		#pcFooterSignature a:hover {
		    text-decoration: underline;
		    color: gray;
		}
		    
	
/* END Footer */
