/*
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: 10px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 10px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 10px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 14px;
			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: 10px;
		}
		
		#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: 12px;
			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: */
	
		#pcLeft {
			font-size:12px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcLeft table td {
			font-size:12px;
		}
	
	
	/* Define the left column */
	
		#pcLeft h3 {
			color: #ffffff;
			font-size: 12px;
			margin: 0;
			padding-bottom: 5px;
			font-family: arial, tahoma;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 10px 0px 0px 0px;
			margin-left: 5px;
			margin-bottom:10px;			
		}
		

		#pcLeftPriceLinks {
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			margin-left: 5px;
		}
		
		#pcLeftStoreLinks {
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
			margin-left: 5px;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0px 0px 0px 0px;
			margin-left:10px;
			padding: 0px;
		}
	
		#pcLeft li {
			margin: 0 0 0 0;
		}
		
		#pcLeftCatLinks a:link, table #pcLeftCatLinks a:visited {
			color: #D9E87A;
			text-decoration: none;
		}
		
		#pcLeftCatLinks table td a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #D9E87A;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #ffffff;
			text-decoration: underline;			
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			font-weight: bold;
			color: #D9E87A;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #ffffff;
			text-decoration: underline;						
		}

		.pcColumnSpacer {
			width: 10px;
			background-image:url(../../images/dotted_spacer_vert.gif);
		}
		
	/* Define the right column */
	
		#pcShowCart {
			background-color: #CECE4A;
			color: #000000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #CECE4A;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #CECE4A;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight {
			font-size:12px;
		}
		
		#pcRight h3 {
			font-size: 12px;
			margin: 0px;
			padding-bottom: 2px;
			color: #000000;
		}
	
		#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: #000000;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
			text-decoration: underline;			
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 10px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#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 */


/* personal menu style */
.smallsearch {
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	color:#ffffff;
	}
.smallsearch a, .smallsearch a:active, .smallsearch a:visited {
	color:#ffffff;
	text-decoration:none;
}	

.smallsearch a:hover {
	text-decoration:underline;
}	

a.asearch, a.asearch:active, a.asearch:visited {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}	

	
ul.personalmenu {
	margin: 0px;
	margin-right: 10px;
	font: normal 10px;
	font-family: Arial, Tahoma;
	font-weight: bolder;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

ul.personalmenu li {
	margin:0px;
	display: inline;
}

ul.personalmenu li a {
	text-decoration: none;
	color: #000000;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
}

ul.personalmenu li a:visited{
	color: #000000;
}

ul.personalmenu li a:hover{
	text-decoration: underline;
	color: #000000;
}


table.topmenu {
	height:40px;
	border-left: solid 1px #C68C3E;	
}

table.topmenu td {
	border-right: solid 1px #C68C3E;
}

table.topmenu td a {
	margin-left:20px;
	margin-right:20px;
	color:#ffffff;
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
}

table.topmenu td a:visited {
	color:#ffffff;
}

table.topmenu td a:active {
	color:#ffffff;
}

table.topmenu td a:hover {
	color:#ffffff;
	text-decoration: underline;
}

#pcLeft {
	background: #8B2913 url('../../images/menubackground.jpg');
}


#footnav {
	margin-bottom:5px;
	margin-left:10px;
}

#footnav a {
	color:#000000;
	font-family:arial;
	font-size: 10px;
}

#contactinfo {
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	color:#000000;
	font-family:arial;
	font-size: 10px;
}

#copyright {
	margin-left:10px;
	margin-bottom:30px;
	color:#000000;
	font-family:arial;
	font-size: 10px;
}

