/*
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: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 774px;
			height: 110px;
			padding: 0;
			background-image: url(../../images/HEaderBG.jpg);
			background-repeat:no-repeat;
			font-size: 12px;
			color: #666666;
			
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align:middle;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
		color:#EECD31;
			text-align: right;
			vertical-align:top;
		}
		
		#pcTopNav {
	text-align: left;
	height:29px;
			
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #EECD31;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #34517D;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 0px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			font-weight:bold;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
		font-size: 12px;
			color: #eecd31;
			font-weight:bold;
		}

/* 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: 774px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 160px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 614px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 2px;
			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: #34517d;
			height:20px;
			vertical-align:middle;
			padding: 0px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 0px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding:0px;
			margin: 0 0 2px 0;
		}
	
		#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 {
		font-size:12px;
		    padding-left:15px;
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #EECD31;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* 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: #FFFFFF;
			font-size: 11px;
			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 */


/* Add on */


.dotborder{ height:20px;
border-right:1px dotted #ffffff;}


.GreyTitles{
	background-color:#ebe9e3;
	height:20px;
	padding-top:4px;
	border:1px solid #cecdcb;
	padding-left: 15px;
}



	#subcatalinks a:link, #subcatalinks a:visited {
	border-left:1px solid #eecd31;
			color: #000000;
			text-decoration: none;
			padding-left:5px;
		}
		
		
		
		
		#subcatalinks a:hover {
	color: #777777;
	border-left:1px solid #803b33;
	padding-left:5px;
		}

	#homelinks a:link, #homelinks a:visited {
	font-size:12px;
			color: #777777;
			font-weight:bold;
			text-decoration: none;
		}
		
		#homelinks a:hover {
			font-size:12px;
			font-weight:bold;
			color: #999999;
		}
		
		
		
			#homelinks2 a:link, #homelinks2 a:visited {
	font-size:11px;
			color: #0066CC;
			
			text-decoration: none;
		}
		
		#homelink2 a:hover {
			font-size:11px;
			color: #0099CC
		}
		
		
#hometitles h1 {
	font-size: 16px;
	color: #666666;
	margin: 0;
	padding-bottom: 0x;
	text-decoration: none;
		}
.padding{ padding:7px}

.generaltext{ color:#000000; text-align:justify; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}


	#toplinks a:link, #toplinks a:visited {
	border-left:1px solid #eecd31;
	padding-left:5px;
	font-size:12px;
			color: #ffffff;
			font-weight:bold;
			text-decoration: none;
		}
		
		#toplinks a:hover {
	padding-left:5px;
	border-left:1px solid #eecd31;
	font-size:12px;
	font-weight:bold;
	color: #eecd31;
		}
		
	.seealso{ background-color:#DCE8FE}
	.dash{ background-image:url(img/dashborder.jpg); background-repeat:repeat-x}
	
	
	#footerlink a:link, #footerlink  a:visited {
	        font-size:13px;
			color: #34517d;
			text-decoration: none;
		}
		
		#footerlink  a:hover {
		
			font-size:13px;
			color: #777777;
			text-decoration: none;
		}
		.footer{
		color:#eecd31;
	         height:25px;
		    border-top:1px solid #34517d;
			border-bottom:1px solid #34517d;}
