/*
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: #E6E6E6;*/
	background-color: #131A21;
}

/* 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: 3px;
			padding: 0;
			/*background-color: #204561;*/
			background-color: #06223E;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: top;
		}
		
		#pcStoreDescription {
			border-bottom: 0px solid #FFFFFF;
			font-size: 13px;
			text-align: right;
		}
		
		#pcStoreName {
			font-size: 8px;
			font-weight: bold;
			vertical-align: bottom;
			
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 0px solid #FFFFFF;
			text-align: right;
			vertical-align: bottom;
			color:#06C6D3;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
			vertical-align: bottom;
		}
		
		#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: 14px;
			/*color: #FFFFFF;*/
			color:#06C6D3;
		}
		
		#pcTopNav a:hover {
			/*color: #FF6600;*/
			color:#FFFFFF;
		}

/* 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: 900px;
			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: 560px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 170px;
			text-align: left;
			vertical-align: top;
		}
/*		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}
*/
	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}
		
		#Root1 {
			width:142px;
			background-color: #07223F;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#Root2 {
			width:142px;
			background-color: #0D2E52;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#Root3 {
			width:142px;
			background-color: #133A69;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#Root4 {
			width:142px;
			background-color: #194880;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#Root5 {
			width:142px;
			background-color: #21599D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#Contact {
			width:142px;
			height:292px;
			color:#FFFFFF;
			vertical-align:bottom;
			background-color: #21599D;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#pcLeftCatLinks {
			width:142px;
			background-color: #204561;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
			width:142px;
			background-color: #FEDC5E;
			color: #204561;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks1 {
			background-color: #F6AE54;
			color: #204561;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			width:142px;
			background-color: #606F75;
			color: #999999;
			padding: 5px 5px 1px 10px;
			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;
		}
		
		#Root1 a:link, #Root1 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Root1 a:hover {
			color: #FFFFFF;
		}
		
		#Root2 a:link, #Root2 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Root2 a:hover {
			color: #FFFFFF;
		}
		
		#Root3 a:link, #Root3 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Root3 a:hover {
			color: #FFFFFF;
		}
		
		#Root4 a:link, #Root4 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Root4 a:hover {
			color: #FFFFFF;
		}
		
		
		#Root5 a:link, #Root5 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Root5 a:hover {
			color: #FFFFFF;
		}
		
		#Contact a:link, #Contact a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#Contact a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			 color: #FF6600;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftPriceLinks1 a:link, #pcLeftPriceLinks1 a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks1 a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FFFFFF;
			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 {
			width:147px;
			/*background-color: #FEDC5E;*/
			background-color: #07223F;
			color: #666666;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			width:147px;
			/*background-color: #F6AE54;*/
			background-color: #0D2E52;
			color: #666666;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #204561;
		}
	
		#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;*/
			color: #06C6D3;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #FFFFFF;
			/*color: #FF6600;*/
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			/*color: #666666;*/
			color: #06C6D3;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			/*color: #FF6600;*/
			color: #FFFFFF;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			/*background-color: #E6E6E6;*/
			background-color: #131A21;
			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 */
