/*
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: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #cccccc;
	background-image: url(/images/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#body {
	background-image: url(/images/bgmiddle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto 0px;
	width: 920px;
	position: relative;
	z-index: 5;
}

#sideshadowleft {
	height: 500px;
	width: 5px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(/images/bgsideshadowleft.jpg);
	background-repeat: no-repeat;
}

#sideshadowright {
	height: 500px;
	width: 5px;
	position: absolute;
	left: 915px;
	top: 0px;
	background-image: url(/images/bgsideshadowright.jpg);
	background-repeat: no-repeat;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

#pcHeader {
	margin: 0px 10px;
	padding: 0px;
	height: 95px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: right;
	background: url(/images/header.jpg) no-repeat left top;
}

#pcHeaderTable {
	height: 90px;
	width: 900px;
}
		
#pcHeader td {
	padding: 0px;
	vertical-align: bottom;
}
		
#pcHeaderClear {
	clear: both;
	height: 5px;
}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			float: right;
			padding-top: 10px;
			padding-right: 5px;
		}
		
		#pcTopNav {
			/*border-top: 1px solid #c9d787;
			padding-bottom: 3px;*/
			text-align: right;
			padding-right: 5px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #ffffff;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding: 0px;
			margin: 0px;
		}
		
		#pcTopNav a {
			border-top: 1px solid #c9d787;
			font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
			text-decoration: none;
			color: #ffffff;
			padding: 4px 8px;
			margin: 0px;
			background: transparent;
			display: block;
			float: right;
		}
		
		#pcTopNav a:hover {
			background: #3E5505;
		}
		
		.freeshipping {
			margin-bottom: 10px;
		}

/* 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: 0px 10px;
			padding: 0px;
			border: 0px;
			border-collapse: collapse;
			height: 520px;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background: url(/images/bgsidebar.jpg) no-repeat center top;
		}
	
		#pcCenter {
			width: 530px;
			margin: 0px;
			text-align: left;
			vertical-align: top;
			border: 0px;
			padding: 5px 5px 0px;
		}
		
		#pcCenter td {
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background: url(/images/bgsidebar.jpg) no-repeat center top;
		}
		
		.pcColumnSpacer {
			width: 5px;
		}

	
	/* Define the left column */
	
		#pcLeft h3 {
	margin: 0;
	padding-bottom: 2px;
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
		}

		#pcLeftCatLinks {
			padding: 10px 5px 1px 10px;
			margin: 0px 0px 5px 0px;
		}
		
		#pcLeftPriceLinks {
			/*background-color: #E1E1E1;*/
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0px 0px 5px 0px;
		}
		
		#pcLeftStoreLinks {
	/*background-color: #F5F5F5;*/
			color: #FFFFFF;
	padding: 5px 5px 1px 10px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
		}
	
		#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;
		}
		
		#pcLeftStoreLinks li {
			padding-bottom: 5px;
		}

	/* Define the right column */
	
		#pcShowCart {
			/*background-color: #FFFFAA;*/
			color: #ffffff;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			/*background-color: #FFFFCC;*/
			color: #ffffff;
			padding: 20px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			/*background-color: #FFEE99;*/
			color: #ffffff;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			margin: 0px;
			padding-bottom: 2px;
			color: #ffffff;
			font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
		}
	
		#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: #ffffff;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #ffffff;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			margin-right: 5px;
			margin-left: 5px;
			clear: both;
			padding-top: 5px;
			font-size: 10px;
			text-align: center;
			padding-left: 10px;
			background: #FFFFFF;
		}
		#pcFooterBottom {
			background-image: url(/images/bgfooter.jpg);
			background-repeat: no-repeat;
			background-position: center bottom;
			margin: 0px;
			clear: both;
			height: 15px;
		}
		
		#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 */

/* Define the sidebar nav */

#sidenav {
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	padding: 0px;
}
#sidenav ul {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#sidenav li {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
#sidenav a {
	margin: 0px;
	padding: 4px 10px 4px 15px;
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background: url(none);
	display: block;
	border-bottom: 1px solid #CCCCCC;
	_height: 0px;
}
#sidenav a:hover {
	margin: 0px;
	background: url(/images/bgsidebarover.jpg) repeat-y center top;	
}

/* Extra Stuff */

.sidebartext {
	margin: 15px 0px 0px;
	padding: 0px 15px 5px;
	color: #FFFFFF;
}
.sidebartext a {
	color: #FFFFFF;
	text-decoration: none;
}
.sidebartext a:hover {
	text-decoration: underline;
}
.movie {
	color: #FFFFFF;
	background: url(/images/movie.jpg) no-repeat center top;
	padding-top: 130px;
	padding-right: 15px;
	padding-left: 15px;
}
.movie a {
	color: #FFFFFF;
	text-decoration: none;
}
.movie a:hover {
	text-decoration: underline;
}
#footstone {
	margin: 0 auto 20px;
	text-align: right;
	width: 900px;
}