/*
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: 11px;
	color: #333333;
	text-align: center;
	background-color: #8291ff;
	background-image:url(images/bg.gif);
	background-attachment:scroll;
	background-repeat:repeat-x;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 100%;
			height: 90px;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: top;
			margin: 0px;
		}
		
		#pcheaderleft {
			height:90px;
			width:40px;
			background-image:url(images/topleft.jpg);
			background-position:top left;
			background-attachment:scroll;
			background-repeat:no-repeat;
		}
		
		#pcheaderright {
			height:90px;
			width:330px;
			background-image:url(images/topright.jpg);
			background-position:top right;
			background-attachment:scroll;
			background-repeat:no-repeat;
		}
		
		#pcStoreDescription {
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			height:90px;
			font-size: 28px;
			font-weight: bold;
			text-align: left;
			vertical-align:top;
			background-image:url(images/bgheader.gif);
			background-attachment:scroll;
			background-repeat:repeat-x;
		}
		
		#pcStoreSearch {
			text-align: right;
			margin:0px;
			padding-right:40px;
			padding-top:10px;
		}
		
		#pcTopNav {
			text-align: right;
			padding-bottom: 5px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #FFFFFF;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 25px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #444444;
		}
		
		#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: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert-trans.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			font-size:14px;
			font-weight:bold;
			background-color: #F20B0B;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
			border:thin solid #FFFFFF;
		}
		
		#pcLeftPriceLinks {
			background-color: #8291FF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			border:thin solid #FFFFFF;
		}
		
		#pcLeftStoreLinks {
			font-size:14px;
			font-weight:bold;
			background-color: #8291FF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
			border:thin solid #FFFFFF;
		}
	
		#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: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000000;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color:#FFFF00;
			color: #000000;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			border:thin solid #FFFFFF;
		}
	
		#pcCustomerLogin {
			background-color: #F20B0B;
			color: #FFFFFF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			border:thin solid #FFFFFF;
		}
		
		#pcAffiliateLogin {
			background-color:#8291FF;				
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			border:thin solid #FFFFFF;
		}
		
		#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: #FFFFFF;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #000000;
		}
		
		#pcCustomerLogin h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #FFFFFF;
		}
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #F20B0B;
		}
		
		#pcAffiliateLogin h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #FFFFFF;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 11px;
			color: #666666;
			text-align: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left-trans.gif);
			background-repeat:repeat-x;
			height: 15px;
		}
		
		#footerbarcenter {
		background-image:url(images/footerbarcenter.gif);
		background-repeat:repeat-x;
		background-attachment:scroll;
		}
		
		#footerNav {
			text-align: center;
		}
		
		#footerNav ul {
			list-style: none;
			margin: 0;
		}
		
		#footerNav li {
			display: inline;
			padding-right: 15px;
		}
		
		#footerNav a:link, #footerNav a:visited {
			text-decoration: none;
			font-size: 14px;
			font-weight:bold;
			color: #FFFFFF;
		}
		
		#footerNav a:hover {
			color: #000000;
		}
	
/* END Footer */

.header-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	color: #FFF;
}

