/*
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-image: url("http://www.tribestlife.com/productcart/pc/bg_thanksgiving.jpg");
			#background-size: 100%;
	 		#background-position: 50% 50%;
			#background-repeat: repeat;
			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') no-repeat left top;
			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.promolink:link, #pcLeftCatLinks a.promolink:visited {
			color: #555;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a.promolink:hover {
			color: #F60;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #555;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #7e7e7e;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #000;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #7e7e7e;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000;
		}
		
		#pcStoreSearch {
			text-align: left;
			color: #222222;
			padding: 5px 5px 1px 10px;
			margin: 0;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #7e7e7e;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000;
		}

		#pcStoreSearch ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcStoreSearch li {
			margin: 2px 0 0 0;
		}
		
		#pcRecentProdArea {
			margin: 2px;
			padding: 2px;
			border: 1px dotted #D1D1D1;
		}

	/* 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;
		}		
		/*
		.greyButtonList{
			max-width: 100%; 
			margin:0; 
			list-style:none;
			position:relative; 
			background:transparent; 
			font-size:12px;
		}
		
		.greyButtonList li {height:63px;}
		.greyButtonList li a {
		display:block;
		line-height:60px; 
		color:#fff; 
		font-family:arial, verdana, sans-serif; 
		font-weight:bold; 
		padding:0 0 0 20px; 
		cursor:pointer; 
		background:url(images/sample/custom_button_blank.gif) no-repeat left top;
		}
		*/
		#pcCustomerLogin {
			background-color: #F0F0F0;
			font-family:arial, verdana, sans-serif; 
			font-weight: bold;
			color: #555;			
			/*color: #333333;*/
			padding: 5px 5px 1px 10px;*/
			margin: 0;
		}
		
		#pcAffiliateLogin {
			background-color: #DDDDDD;
			font-family:arial, verdana, sans-serif; 
			font-weight: bold;
			color: #555;
			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: #555;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #000;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #555;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000;
			text-decoration: none;
		}

/* End MAIN AREA */

/* START Footer */

		/*Credits: CSSpplay */
		/*URL: http://www.cssplay.co.uk/menus/pro_five */
		.preload16 {
		background: url(Graphics/pro16_2.gif);
		}

		.pro16 {max-width: 100%; padding:0 0 0 1em; margin:0; list-style:none; height:43px; position:relative; background:transparent url(Graphics/pro16_back.gif) repeat-x left top; font-size:11px;}
		.pro16 li {float:left; height:43px;}
		.pro16 li a {display:block; float:left; height:40px; line-height:35px; color:#888; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 10px; cursor:pointer; background:url(Graphics/pro16_0a.gif) no-repeat;}
		.pro16 li a b {float:left; display:block; padding:0 20px 0 0; background:url(Graphics/pro16_0.gif) no-repeat right top;}
		.pro16 li.current a {color:#000; background:url(Graphics/pro16_2b.gif) no-repeat;}
		.pro16 li.current a b {color:#000; background:url(Graphics/pro16_2.gif) no-repeat right top;}
		.pro16 li a:hover {color:#000; background: url(Graphics/pro16_2b.gif) no-repeat;}
		.pro16 li a:hover b {color:#000; background:url(Graphics/pro16_2b.gif) no-repeat right top;}
		.pro16 li.current a:hover {color:#000; cursor:default;}
		.pro16 li a:link b, .pro16 li a:visited b{text-decoration: none;}
		#pcHeaderNavLeft {
			float: left;
			background: tranparent;
			width: 672px;
		}
		#pcHeaderNavRight {
			float: right;
			background: tranparent;
			width: 288px;
		}
		#pcHeaderNav {
			/* background: #EEEEEE; */
			background: transparent;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			/* color: #333333; */
			text-align: left;
			margin: 0px 0px;
			/* padding: 2px 2px;*/
			padding: 0px;
			border: 0;
			overflow: auto;
			max-width: 100%
		}
		#pcHeaderNav a:link, #pcHeaderNav a:visited {
			text-decoration: none;
			color: #444444;
		}
		
		 #pcHeaderNav a:hover {
			text-decoration: none;
			font-weight: bold;
			color: #111111;
		}
		
		#pcFooterNav {
			/* background: #EEEEEE; */
			background: transparent;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			/* color: #333333; */
			text-align: left;
			margin: auto;
			padding: 1px 5px;
			border: 0;
			overflow: auto;
			max-width: 100%
		}
		
		#pcFooterNav a:link, #pcFooterNav a:visited {
			text-decoration: none;
			color: #444444;
		}
		
		 #pcFooterNav a:hover {
			text-decoration: none;
			font-weight: bold;
			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 */
