/*
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 { background-color: #c9cbbe; margin: 0; padding: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #c9cbbe;
}
#pctopHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D3D5CA;
	border: 0;
	padding: 0;
	width: 960px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 960px;
	height: 90px;
	padding: 0;
	font-size: 12px;
	color: #003300;
	margin: 10px auto 5px;
	border-collapse: collapse;
	border: 0;
	background-image: url(/ARL-Banner3.jpg);
}
		
		#pcHeader td {
	padding: 3px;
	vertical-align: bottom;
		}
		
		#pcStoreDescription {
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 24px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav { color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none; text-align: left; }
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #003300;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav {
			text-align: left;
			vertical-align: middle;
			margin: 0 0 0 15px;
			width: 100%;
			font-size: 13px;
			}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
		}
		
		#pcTopNav li {
			display: inline;
			float: left;
		}
		
		#pcTopNav a:link {
		}
			 
		#pcTopNav a {
			text-decoration: none;
			color: #003300;
		}
		
		#pcTopNav a:visited {
		}
		
		#pcTopNav a:hover {
			color: #ffffff;
		}
		
		#ocTopNav a:active {
			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 { font-size: 12px; font-weight: normal; width: 960px; margin-left: auto; margin-right: auto; margin-bottom: 5px; padding: 0 0 0 3px; border: 0; border-collapse: collapse; }
	
		#pcLeft { font-size: 12px; font-weight: normal; width: 180px; text-align: left; vertical-align: top; }
	
		#pcCenter { font-size: 12px; font-weight: normal; width: 770px; padding: 0 3px; text-align: left; vertical-align: top; }
	
		#pcRight {
			width: 0px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer { background-color: #c9cbbe; width: 5px; background-image:url(images/dotted_spacer_vert.gif); }

	/* Define the left column */
		#pcLeft h2 { font-size: 12px; font-weight: normal; margin: 0; padding: 0; }
		
		#pcLeft h3 { font-size: 12px; font-weight: bold; margin: 0; width: 180px; padding-bottom: 2px; }
		
		#pcLeftCatLinks { font-size: 12px; font-weight: normal; background-color: #99cc66; vertical-align: top; width: 180px; padding: 5px 5px 1px; margin: 0 0 5px; }
		*pcLeftCatLinks h2 { font-size: 12px; font-weight: normal; margin: 0; padding: 0; }

		#pcLeftPriceLinks { background-color: #e1e1e1; color: #003300; font-size: 12px; font-weight: normal; vertical-align: top; padding: 5px 5px 1px 10px; margin: 0 0 5px; }
		
		#pcLeftStoreLinks { width: 180px; background-color: #f5f5f5; color: #003300; font-size: 12px; font-weight: normal; vertical-align: top; padding: 5px 5px 1px 10px; margin: 0 0 2px; }
		
		#pcLeftLandingLinks { width: 180px; color: #003300; font-size: 12px; font-weight: normal; padding: 5px 5px 1px 10px; margin: 0 0 2px; }
		
		#pcLeft ul { font-weight: normal; list-style-type: none; margin: 0 0 10px 5px; padding: 0; }
	
		#pcLeft li { font-weight: normal; margin: 2px 0 0; }
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited { color: #003300; font-weight: normal; text-decoration: none; }
		
		#pcLeftCatLinks a:hover { color: #ffffff; font-weight: normal; }
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited { color: #666666; font-weight: normal; text-decoration: none; }
		
		#pcLeftPriceLinks a:hover { color: #ff6600; font-weight: normal; }
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited { color: #777777; font-weight: normal; text-decoration: none; }
		
		#pcLeftStoreLinks a:hover { color: #ff6600; font-weight: normal; }


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFF66;
			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;
		}
	
		#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: center;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer { background-color: #c9cbbe; background-image:url(images/dotted_spacer_left.gif); height: 5px; }
	
/* END Footer */
TABLE.page { background-color: #fff; width: 760px; }
TD.title { color: #434343; font-size: 48px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; letter-spacing: -4px; padding: 10px 10px 10px 20px; }

TD.menu2 { text-align: left; width: 760px; }
TABLE.menu { background-color: #efefef; width: 760px; }
TD.menu { width: 760px; }
DIV.menu { width: 760px; }

TABLE.smallmenu { background-color: #fff; text-align: center; width: 760px; height: 20px; }
TABLE.smallmenu a:link { color: #e20000; font-size: 11px; text-decoration: none; }
TABLE.smallmenu a:visited { color: #ac0000; font-size: 11px; text-decoration: none; }
TABLE.smallmenu a:hover { color: #ff2000; font-size: 11px; text-decoration: none; }

TABLE.copyright { color: #fff; font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-align: right; width: 760px; }

