/*
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: 13px;
	color: #000000;
	text-align: center;
	background-color: #000000; 
	background-image:url('images/bg.jpg'); 
	background-repeat:repeat-x
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 968px;
			padding: 0;
			background-color: #000000;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: top;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav {
			text-align: center;
			height: 47px;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding: 3px 10px 0 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav a:hover {
			color: #000000;
    	background-image:url('images/navBtn.jpg'); 
    	background-repeat:none;
		}


    .indentmenu {
      font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
      width: 100%; /*leave this value as is in most cases*/
      overflow: hidden;
    }
    
    .indentmenu ul {
      height: 47px;
      margin: 0;
      padding: 0;
      float: left;
      width: 100%; /*width of menu*/
      /* border: 1px solid #564c66; */ /*dark purple border*/
      /* border-width: 1px 0; */
      /* background: black url(images/indentbg.gif) center center repeat-x; */
    }
    
    .indentmenu ul li{
      display: inline;
      text-align:center;
    }
    
    .indentmenu ul li a{
      padding-top: 10px;  /*shift text down 1px for selected and active item*/
      float: left;
      color: #927F4D; /*text color*/
      /*padding: 5px 11px;*/
      height: 37px;
      width: 92px;
      text-decoration: none;
      /* border-right: 1px solid #564c66; */ /*dark purple divider between menu items*/
    }
    
    .indentmenu ul li a:visited{
      color: #927F4D;
    }
    
    .indentmenu ul li a:hover, .indentmenu ul li .current{
      color: #927F4D !important; /*text color of selected and active item*/
       padding-top: 10px;  /*shift text down 1px for selected and active item*/
      /* padding-bottom: 4px; */ /*shift text down 1px for selected and active item*/
      background: black url(images/navBtn.jpg) center center repeat-x;
    }

/* 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: 968px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
		  /*padding-left:10px;*/
		  padding: 0px;
			width: 205px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 743px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
			border: solid 2px #ffffff;
    	background-image:url('images/bgContent.jpg'); 
    	background-repeat:repeat-x;
    	background-color: #E6E0CA;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 11px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 16px;
			margin: 0;
			padding: 5px 0 2px 0;
    	background-image:url('images/bgTitle.jpg'); 
    	background-repeat:no-repeat;
    	background-color: #D8CEAB;
    	height: 31px;
    	text-align: center;
    	color: #57503B;
		}

		#pcLeftCatLinks {
    	background-image:url('images/bgContent.jpg'); 
    	background-repeat:repeat-x;
    	background-color: #E6E0CA;
			padding: 5px 5px 10px 5px;
			margin: 0 0 10px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
    	background-image:url('images/bgContent.jpg'); 
    	background-repeat:repeat-x;
    	background-color: #E6E0CA;
			padding: 5px 5px 10px 5px;
			margin: 0 0 10px 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: #57503B;
			text-decoration: none;
			font-size: 16px;
		}
		
		#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: #57503B;
			text-decoration: none;
			font-size: 16px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
		}


	/* Define the right column */
	
		#pcShowCart {
		  height:85px;
		  width:164px;
    	background-image:url('images/bgBag.jpg'); 
    	background-repeat:n0-repeat;
			color: #ffffff;
			padding-top: 39px;
			text-align: center;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcShowCart a:hover {
			color: #D8CEAB;
			text-decoration: none;
		}
		
		#pcCustomerLogin {
    	background-image:url('images/bgContent.jpg'); 
    	background-repeat:repeat-x;
    	background-color: #E6E0CA;
			padding: 5px 5px 10px 5px;
			margin: 0 0 10px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeft h4 {
			font-size: 16px;
			margin: 0px;
			padding: 5px 0 0 0;
    	background-image:url('images/bgTitle2.jpg'); 
    	background-repeat:no-repeat;
    	background-color: #D8CEAB;
    	height: 31px;
    	width: 205px;
    	text-align: center;
    	color: #57503B;
		}
	
		#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: #57503B;
			text-decoration: none;
			font-size: 16px;
		}
		
		#pcCustomerLogin a:hover {
			color: #ffffff;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 11px;
			color: #927F4D;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: underline;
			color: #927F4D;
		}
		
		#pcFooter a:hover {
			text-decoration: underline;
			color: #ffffff;
		}

/* END Footer */