/*
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
	width: 780px;
	height: 90px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0;
	background-color: #663300;
	font-size: 12px;
	color: #F7C97D;
	border-collapse: collapse;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
		}
		
		#pcHeader td {
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
		}
		
		#pcStoreDescription {
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
	text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 7px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
		}
		
		#pcTopNav a:hover {
	color: #663300;
	background-color: #DDC2A2;
		}

/* 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: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #FFFFFF;
		}
	
		#pcLeft {
	width: 180px;
	text-align: left;
	vertical-align: top;
	background-color: #663300;
		}
	
		#pcCenter {
	width: 720px;
	padding: 0 0px 0 0px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
		}
	
		#pcRight {
	width: 208px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
		}
		
		.pcColumnSpacer1 {
	width: 3px;
		}
		
		.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;
		}

		#pcLeftCatLinks {
			background-color: #DDC2A2;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftPriceLinks {
	background-color: #663300;
	color: #FFFFFF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
	background-color: #663300;
	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: #663300;
	background-color: #DDC2A2;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
	color: #663300;
	background-color: #DDC2A2;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #663300;
			background-color: #DDC2A2;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #DDC2A2;
			color: #663300;
			padding: 5px 5px 5px 10px;
			margin-bottom: 3px;
		}
	
		#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 {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
	text-decoration: none;
	text-align: left;
		}
		
		#pcFooterSpacer {
		}
	
/* END Footer */
#pcMainArea1 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 100px;
	border-left-width: 100px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6B3919;
	border-left-color: #6B3919;
}
#navigation {
	width: 230px;
	float: right;
	height: 303px;
	margin-right: 10px;
}


#footer{
	width: 930px;
	margin-left: 10px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	background-color: #FFF;
}

#footer h2{
	color: #59452A;
	height:20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	background-color: #CA8F41;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CA8F41;
	margin-top: 10px;
	border-right-width: 5px;
	border-right-style: none;
	border-right-color: #CA8F41;
}
#heading {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 490px;
}
#headingProvencal {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_provencal.jpg);
	background-repeat: no-repeat;
	height: 1063px;
}

#footer .footerList{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 150px;
}


#footer .footerWrap{
	width: 930px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#footer ul {
	color: #83389B;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;

}
#footer a {
	color: #83389B;
	text-decoration: none;
}
#footer a:hover {
	color: #83389B;
	text-decoration: underline;
}
#footer .copyright{
	clear: both;
	color: #83389B;
	font-size: 11px;
	text-align: center;
}

#footer .copyright span{
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
#account {
	margin-top: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #781E7E;
}
#account a {
	margin-top: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #781E7E;
	text-decoration: none;
}
#account a:hover {
	margin-top: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #781E7E;
	text-decoration: underline;
}
#logo1 {
	float: left;
	height: 10px;
	width: 273px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 130px;
	margin-bottom: 0px;
	margin-left: 480px;
}
#navigation ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;

}
#navigation ul a {
	text-decoration: none;
	text-indent: 20px;
	line-height: 32px; /* The original size is 40px, but reduced with 1 px */
	display: block;
	height: 32px; /* The original size is 40px, but reduced with 1 px */
	width: 208px;
	color: #59452A;
	background-image: url(../../img/pixyrollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 
#navigation li.first a {     line-height: 40px;     height: 40px;}    #navigation a:hover, #navigation .selected a {    background-position: right bottom;    color: #fff;}