/*
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, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	text-align: center;
	background: url(/store/pc/images/bk-img.jpg) repeat-x #4F7125;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 159px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			font-size: 12px;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader .topTD {
			background:url(/store/pc/images/template/header-top.jpg) no-repeat top;
			height:127px;
			}
		/*#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}*/
		#pcHeader .bottomTD {
			background:url(/store/pc/images/template/button-bkg.jpg) repeat-x;
			height:32px;
			
		}
		
		/* Navigation styles for top navigation bar */
		
.bottomTD #slatenav{position:relative;display:block;height:32px;font-size:12px;font-weight:bold;background:transparent url(images/greenslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.bottomTD #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.bottomTD #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.bottomTD #slatenav ul li a{display:block;float:left;color:#000;text-decoration:none;padding:10px 20px 0px 20px;height:22px;}
.bottomTD #slatenav ul li a:hover,.green #slatenav ul li a.current{color:#003300;background:transparent url(/store/pc/images/template/button-hover.jpg) no-repeat top center;}
		
		/*end navigation style*/
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		
		/* small shopping cart summary */
		.pcCartSum #pcShowCart {
		height:26px;
		background:url(/store/pc/images/template/cart-small.jpg) left no-repeat;
		padding:15px 0 0 50px;
		margin:0;
		}
		.pcCartSum #pcShowCart a:link, .pcCartSum #pcShowCart a:visited {
		font-weight:bold;
		color:#4F7125;
		}
		.pcCartSum #pcShowCart a:hover {
		color:#003333;
		}
		/*end shopping cart sum*/
		/* search box*/
		#pcStoreSearch {
		margin:0;
		padding:20px 10px;
		height:90px;
		background:url(/store/pc/images/template/search-bkg.jpg) left no-repeat;
		}
		#pcStoreSearch h4 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#4F7125;
		
		}
		/*end search box*/
		
		#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;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background:#FFFFFF;
		}
	
		#pcLeft {
			width: 200px;/*180px*/
			text-align: left;
			vertical-align: top;
			background:url(/store/pc/images/template/leftCatLinksBkg.jpg) repeat-y left;
		}
	
		#pcCenter {
			width: 670px;/*520px;*/
			padding: 0 0px 0 0px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			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 {
			
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcLeftCatLinksHome {
			
			padding: 5px 0px 1px 10px;
			margin: 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 0;
			margin: 0;
		}
		
		#pcLeftStoreLinks {
			
			color: #999999;
			padding: 5px 0px 1px 0px;
			margin: 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		/* Links - product categories */
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #0D2620;
			font-weight:bold;
			text-decoration: none;
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
		#pcLeftCatLinks a:hover {
			text-decoration:underline;
			color: #0000CC;
		}
		
		#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;
			display:block;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #0000CC;
		}
		
		.pcLetCatLinksHeight {line-height:20px; border-bottom:#CCCCCC 1px dotted 90%;}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			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:url(/store/pc/images/template/footer.jpg) top left no-repeat;
		height:100px;
		margin:0;
		padding-top:38px;
		}
		
		#pcFooter .help {
		font-size:12px;
		font-weight:bold;
		color:#3B4E20;
		}
		#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;
		}
	
/* END Footer */
/* Home Page Sytes */
.homeintro { padding:20px; }
.homeintro h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#3B4E20;}
.homeintro h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#3B4E20;}
.homebox {width:320px; float:left; padding:0;}
.clear {clear:both;}
/* Back Page Sytes */
.backintro { padding:20px; }
.backintro h1 {font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; color:#3B4E20;}
.pcMainTable .backintro .excerpt { padding: 10px; background:#C9E4E4; color:#346969; font-weight:bold; font-style:italic;}
.pcMainTable .backintro p {margin:15px 0;}
.backintro h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#3B4E20;}