/*
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: 12px;
	color: #000000;
	text-align: center;
	background-color: #dcdccf;
	background-image: url(images/mls_overallback2.gif);
	background-position: center top;
	background-repeat: repeat-y;
	
}




.mls_white {color: #FFFFFF}

a:link {
	color: #744E1C ;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #744E1C ;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #744E1C ;
}



/* TOP AREA of the page: store description, store name, search box, navigation */

#pcHeader {
	width: 898px;
	height: 108px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	color: #666666;
	border-collapse: collapse;
	border: 0;
	background-image: url(images/new_rh_back.jpg);
	background-position: right;
	background-color: #FFFFFF;
		}
		
		#pcHeader td {
			padding: 0px;
			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 {
	text-align: right;
	padding-right: 10px;
		}
		
		#pcTopNav {
	text-align: right;
	vertical-align: bottom;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #FFFFFF;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #FFFFFF;
		}
		
		#pcTopNav ul {
	list-style: none;
	margin: 0;
	margin-bottom: 0px;
	padding-bottom: 4px;
		}
		
		#pcTopNav li {
	display: inline;
	padding-right: 10px;
	padding-bottom: 0px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
		}
		
		#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: 898px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			background-color: #FFFFFF;
		}
	
		#pcLeft {
			width: 200px;
			text-align: left;
			vertical-align: top;
			padding-top: 0px;
			padding-right: 0px;
			padding-left: 10px;
			margin-left: 0px;
		}
	
		#pcCenter {
			width: 520px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
			
		}
	
		#pcRight {
			padding-top: 10px;
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding-right: 10px;
			padding-left: 0px;
		}
		
		.pcColumnSpacer {
			width: 20px;
			/* 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: #744E1C;
			padding: 5px 5px 4px 10px;
			margin: 5px 0 5px 0;
			/*background-image: url(images/mls_orangeback.gif);*/
			background-repeat: repeat-x;
		}
		
		#pcLeftPriceLinks {
			background-color: #AD742A;
			color: #FFFFFF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			/* background-color: #AD742A; */
			background-color: #AD742A;
			color: #FFFFFF;
			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;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
			text-decoration:underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FFFFFF;
			text-decoration:underline;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
			text-decoration:underline;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #f0f0f0;
			color: #666666;
			font-size:12px;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		
		
		}
	
		#pcCustomerLogin {
			background-color: #f0f0f0;
			color: #744E1C;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
	
		}
		
		#pcAffiliateLogin {
			background-color: #ffefcb;
			color: #744E1C;
			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: #744E1C ;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #744E1C;
			text-decoration: underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #744E1C;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 10px;
			color: #ffffff;
	
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #000000;
		}
		
		#pcFooterSpacer {
			/* background-image:url(images/dotted_spacer_left.gif); */
			height: 1px;
		}
	
/* END Footer */

