/*
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: tahoma, verdana, sans-serif;
			font-size: 11px;
			color: #333333;
			text-align: center;
			background-color: #FFF;
			margin: 0;
			padding: 0;
			border: 0;
		}

		#pcTop {
			width: 960px;
			background:#FFF;
			margin: 0 auto;
			padding: 0;
		 	text-align: left;
		 	border-right: 1px solid #666;
			border-bottom: 10px solid #666;
		 	border-left: 1px solid #666;
		}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 960px;
			height: 60px;
			background:#FFF;
			background-image: url('header_BG.jpg')
			background-repeat:no-repeat;
			margin: 0;
			padding: 0;
			border: 0;
			position:relative;
			font-size: 12px;
			color: #666666;
		}
		
/* 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: 960px;
			margin: 0;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
/*			background-image:url(catalog/leftbg.gif);*/
			width: 200px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 560px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 200px;
			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;
			color: #333333;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcLeftPriceLinks {
/*			background-image:url(catalog/leftbg1.gif);*/
			color: #333333;
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcLeftStoreLinks {
			color: #333333;
			padding: 5px 5px 1px 10px;
			margin: 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: #222222;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #222222;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #222222;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #222222;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #222222;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #222222;
		}
		
		#pcStoreSearch {
			text-align: left;
			color: #222222;
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #222222;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #222222;
		}

		#pcStoreSearch ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcStoreSearch li {
			margin: 2px 0 0 0;
		}

	/* Define the right column */
	
		#pcShowCart {
			background-color: #EEEEEE;
			color: #333333;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited{
			color: #444444;
			text-decoration: none;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited{
			color: #111111;
			text-decoration: none;
		}		
	
		#pcCustomerLogin {
			background-color: #DDDDDD;
			color: #333333;
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcAffiliateLogin {
			background-color: #CCCCCC;
			color: #333333;
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #333333;
		}
	
		#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: #444444;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #111111;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #444444;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #111111;
		}

/* End MAIN AREA */

/* START Footer */

		#pcFooterNav {
			background: #EEEEEE;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			text-align: left;
			margin: 0;
			padding: 5px;
			border: 0;
		}
		
		#pcFooterNav a:link, #pcFooterNav a:visited {
			text-decoration: none;
			color: #444444;
		}
		
		 #pcFooterNav a:hover {
			text-decoration: underline;
			color: #111111;
		}
	
		#pcFooter {
			background: #DDDDDD;
			font-family: arial, helvetica, sans-serif;
			font-size: 10px;
			color: #666666;
			text-align: left;
			margin: 0;
			padding: 5px;
			border: 0;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}

/* background-image:url(images/dotted_spacer_left.gif); */
		
		#pcFooterSpacer {
			background: #FFFFFF;
			height: 10px;
		}
		
		#pcFooterLine {
			background: #D8D8D8;
			height: 1px;
		}
		
		#pcFooterDarkLine {
			background: #C8C8C8;
			height: 1px;
		}
		
		#ImageFlag {
			background: #FFFFFF;
			padding-bottom:40px:
			text-align: center;
			
		}

/* END Footer */