/*
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: 3px 0 10px 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	background-color: #d5ca9d;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width:878px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			background-color: #b20101
		}
		
		#pcHeader td {
			padding: 0px;
			/*border: 1px solid #000000; */
			
		}
		
		#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: right;
		}
		
		#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: 878px;
			
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border-width: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 170px;
			text-align: left;
			vertical-align: top;
			background-color: #b20101;
			
		}
	
		#pcCenter {
			width: 704px;
			height: 100%;
			padding: 0 0px 0 0px;
			text-align: left;
			vertical-align: top;
			background-color: #ffffff;
		}
		
		#pcCenter2 {
			width: 538px;
			height: 100%;
			padding: 0 0px 0 0px;
			text-align: left;
			vertical-align: top;
			background-color: #ffffff;
		}
	
		#pcRight {
			width: 4px;
			text-align: left;
			vertical-align: top;
			background-color: #b20101;
			
		}
		
		#pcRight2 {
			width: 170px;
			text-align: right;
			vertical-align: top;
			background-color: #9a6634;
			
		}
		
		.pcColumnSpacer {
			width: 0px;
			
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			width: 170px;
			padding: 5px 5px 1px 0px;
			margin: 0 0 5px 0;
			font-size: 14px;
			font-weight: bold;
			text-transform:uppercase;
			color: #ffffff;
		}
		
		#pcLeftOtherLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 15px;
			text-transform:uppercase;
			color: #ffffff;
		}
		
		#pcLeftPriceLinks {
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}

		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		
		
		#pcLeftCatLinks a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		#pcLeftOtherLinks a:link, #pcLeftOtherLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		
		
		#pcLeftOtherLinks a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		

		
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #ffffff;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #ffffff;
		}


	/* 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-color: #b20101;
			font-size: 12px;
			color: #ffffff;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #ffffff;
		}
		
		#pcFooter a:hover{
			text-decoration: underline;
		}
		
		#pcFooterSpacer {
			height: 5px;
			background-color: #b20101;
		}
	
/* END Footer */

/* IRONHAMMER */
		
		#navIH {
			height: 21px;
			padding: 0;
			margin: 0;
			font-size: 14px;
			color: #000000;
			border-collapse: collapse;
			border: 0;
			background-repeat:no-repeat;
			font-weight: bold;
		}
		
		#navIH td{text-align: center;
				vertical-align: middle;
		}
		#navIH img{
				padding-bottom: 1px;
		}
		
		#navIH a:link, #navIH a:visited {
				color: #000000;
				text-decoration: none;
		}
		
		#navIH a:hover {
				color: #000000;
				text-decoration: underline;
		}
		
		#searchIH {
			font-size: 12px;
			color: #ffffff;
			width: 170px;
			height: 100%;
			
		}
		
		#cartIH {
			font-size: 13px;
			text-align: center;
			vertical-align: bottom;}	
			
		#cartIH a:link, cartIH a:visited{
			text-decoration: none;
			color: #000000
			}
		#cartIH a:hover {
			text-decoration: underline;
			}	
			
		#CatLinksIH {
			font-size: 13px;
			padding: 0 0 0 5px;
		}
	
		#giftsIH a:link, #giftsIH a:visited{
			font-size: 15px;
			color: #ffc001;
			text-decoration: none;
			padding: 0 0 0 10px;
			}
		#giftsIH a:hover{
			text-decoration: underline;
			}
			
			#emailIH {
			font-size: 11px;
			color: #000000;}
			
			#nameIH {
			font-size: 13px;
			color: #ffffff;}
			
			#phoneIH {
			font-size: 21px;
			color: #ffffff;}
			
			#disclaimIH {
			font-size: 10px;
			color: #000000;
			margin-left: 10px;
			margin-right: 10px;
			}	
			
			#freeshipIH {
			font-size: 15px;
			color: #ffc001;
			margin-left: 10px;
			margin-right: 10px;
			}	
			
			#featureIH {
			font-size: 14px;
			color: #ffffff;
			font-weight: bold;
			text-align: center;
			}	

			#featureIH2 {
			color: #ffffff;
			}
			
			#featureIH2 a:link, #featureIH2 a:visited{
			text-decoration:none;
			}
			
			#featureIH2 a:hover{
			text-decoration:underline;
			}