/*
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, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #e9a901;
	background-image:url(images/headofcheese.jpg);
}

/* Custom Dio Boxer Header Tags */
.shadowLeft {
	background-color:#FFFFFF;
	background-image:url(images/shadow_left.gif); 
	background-repeat:repeat-y; 
	width:3px;
}
.shadowRight {
	background-image:url(images/shadow_right.gif); 
	background-repeat:repeat-y;
	width:3px;
}
.shadowBottom {
	background-image:url(images/shadow_bottom.gif); 
	height:3px;
}
.vertStripe {
	background-image:url(images/vertical_stripe.gif); 
	background-repeat:repeat-y; 
	width:23px;
}
.headerBG1 {
	background-image:url(images/headerbg1.jpg); 
	background-repeat:no-repeat; 
	width:876px; 
	height:131px;
}
.utilityLinks {
	color:#FFFFFF;
	font-size:11px; 
	font-weight:bold; 
	background-image:url(images/icon_cart.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	height:21px; 
	padding:7px 0px 0px 25px; 
	margin-bottom:45px;
}
.utilityLinks a {
	color:#FFFFFF;
	text-decoration:none;
}
.utilityLinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.utilityLinks a:hover {
	color:#fff80a;
	text-decoration:underline;
}
	.pcSmallSearchText {
		font-size: 10px;
		color:#ffffcc;
		}
	.pcSmallSearchText a {
		color:#ffffcc;
		text-decoration:none;
	}
	.pcSmallSearchText a:visited {
		color:#ffffcc;
		text-decoration:none;
	}
	.pcSmallSearchText a:hover {
		color:#ffffff;
		text-decoration:none;
	}

div#navcontainer
{
background-color: #0077a3;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #e9a901;
margin: 0;
padding: 0;
}

div#navcontainer ul
{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 25px 5px 25px;
color: white;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background-color: #4e56ce;
color: white;

}


/* 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: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			float:right;
			margin:4px 19px 0px 0px;
			text-align: right;
			width:290px;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		

		
		#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: 905px;
			margin:0px;
			padding: 0;
			border: 0;
			text-align:center;
			/*border-collapse: collapse;*/
			/*background-color:#FFFFFF;*/
		}
	
		#pcLeft {
			width: 170px;
			margin: 0;
			padding: 5px 0px 0px 5px;
			text-align: left;
			vertical-align: top;
			background-color:#FFFFFF;
		}
	
		#pcCenter {
			width: 676px;
			padding: 0 5px 40px 5px;
			margin: 0;
			text-align: left;
			vertical-align: top;
			background-color:#FFFFFF;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			margin: 0;
			padding: 0;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #ebeff5;
			padding: 5px 5px 10px 10px;
			margin: 0 0 5px 0;
			font-size:12px;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #e6e8f8;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
			font-size:12px;
		}
	
		#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: #0077a3;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #4e56ce;
			text-decoration:underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #0077a3;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #4e56ce;
			text-decoration:underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #0077a3;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #4e56ce;
			text-decoration:underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #f9f9f0;
			color: #0077a3;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
		#pcShowCart a:link, #pcShowCart a:visited {
			color:#0077a3;
		}
		#pcShowCart a:hover {
			color:#4e56ce;
		}
		.cartHighlight {
			color:#e1a200;
			font-weight:bold;}
	
		#pcCustomerLogin {
			background-color: #fefde5;
			color: #0077a3;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size:12px;
		}
		
		#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 {
			font-size: 11px;
			line-height:22px;
			font-weight:bold;
			color: #000000;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #000000;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */
