/*
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: 10px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #1F1F1F;
	background-image:url(/images/background.gif);
}

#pcWrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background:black;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

/* NAVIGATION */

#pcTopNavBar {
	height:20px;;
}

#pcTopNavMenu {
	text-align: right;
}

#pcTopNavMenu ul {
	list-style: none;
	margin: 0;
}

#pcTopNavMenu li {
	display: inline;
	padding-right: 10px;
}

#pcTopNavMenu a:link, #pcTopNavMenu a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #999999;
}

#pcTopNavMenu a:hover {
	color: red;
}

/* HEADER */
/* LEFT COLUMN */
#pcLeft {
	width: 182px;
	padding: 10px 0 5px 10px;
	text-align: left;
	vertical-align: top;
	background-image:url(/images/left.jpg);
	background-repeat:no-repeat;
}

#pcLeft h2 {
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
}
#pcLeft h3 {
	font-size: 13px;
	margin: 0;
	padding-bottom: 2px;
}

#pcLeftCatLinks {
	color: white;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
}

#pcLeftStoreLinks {
	color: white;
	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, #pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
	color: white;
	text-decoration: none;
}

#pcLeftCatLinks a:hover, #pcLeftStoreLinks a:hover {
	color: red;
}

/* CENTER COLUMN */

#pcCenter {
	width: 658px;
	padding: 10px 10px 5px 0;
	text-align: left;
	vertical-align: top;
}

.pcColumnSpacer {
	width: 0px;
}

/* RIGHT COLUMN */
/* FOOTER */	
#pcFooter {
	text-align: left;
	vertical-align: top;
	background-color:#383838;
	color: #999999;
}

#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
	text-decoration: none;
	color: white;
}	

#pcSignature {
	width: 650px;
	margin:auto;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding: 5px;
}

#pcSignature a:link, #pcSignature a:visited{
	text-decoration: none;
	color: #999999;
}
#pcSignature a:hover {
	text-decoration: none;
	color: white;
}
