/*
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;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

body {
	background-image:url("images/emblazonpoint-bkg.jpg");
	font-size: 11px;
	color:#330000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;

}
#pageWrapper {width:896px; margin-top:20px;}
#headerBG {}
#headerMenu {float:right; margin:16px 20px 0 0; font-size:11px;}
.headerMenuItem {float:left; min-width:10px; height:20px; margin-right:20px}
.headerMenuItem a:link, .headerMenuItem a:visited {text-decoration:none; color:#330000}
.headerMenuItem a:hover {text-decoration:underline; color:#330000}

#searchArea {margin-right:210px; height:20px;margin-top:76px; width:200px; color:#000}

#smallsearchbox {height:20px; width:125px; border:0px; background:transparent; margin-right:10px;}
#msubmit {width:30px; height:20px; background:transparent; border:0}
#msubmit {cursor:hand}



/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width:896px; height:151px; background-image:url(images/headerbg.jpg); background-repeat:no-repeat;
			padding: 0;
			font-size: 12px;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: top;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 11px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 11px;
			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: 11px;
			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 {
			margin-bottom:20px;
			width: 896px;
			margin-left:1px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-image:url(images/pfiller.jpg); 
			background-repeat:repeat-y;
			font-size:11px;
		}
	
		#pcLeft {
			
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 648px;
			padding: 0;
			padding-left:2px;
			text-align: left;
			vertical-align: top;
			font-size:11px;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			
		}

	/* Define the left column */
	.titleWrapper {width:181px; height:31px; background-color:#7b553d; margin-top:1px}
		#pcLeft h3 {
			
			background-color:#7b553d;
			width:180px ;
			height:21px;
			margin:0;
			padding-top:9px;
			color:#fff;
			font-size:11px;
			text-align:center;
			font-weight:500;
		}

		#pcLeftCatLinks {

			padding: 0;
			margin: 0;
		}
		
		#pcLeftPriceLinks {
	
			color: #7b553d;
			padding: 0;
			margin:0;
		}
		
		#pcLeftStoreLinks {
	
			color: #7b553d;
			padding:0;
			margin: 0;
		}
	
		#pcLeft ul {
			
			list-style-type: none;
			margin:0;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 0;
			padding-left:5px;
			height:16px;
			font-size:12px;
		}
		.nmlink {height:16px; margin:0px; padding:0px; padding-left:15px}
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #330000;
			text-decoration: none;
			font-size:12px;
		}
		
		#pcLeftCatLinks a:hover {
			text-decoration:underline
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #330000;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #330000;
			text-decoration:underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #330000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #F330000;
			text-decoration:underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #330000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
		
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
		
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 11px;
			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: #330000;
			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 {
		
			font-size: 11px;
			color: #330000;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #330000;
		}
		
		#pcFooterSpacer {

			height: 5px;
		}
	
/* END Footer */