/*
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: 5px 0 0 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	/*background-color: #292829;
	background-image:url("images/bg.jpg");*/
}

/* Horizontal line */
hr {
	color: #0B4163;
	background: #0B4163;
	border: 0;
	height: 2px;
}
	

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 680px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav {
			text-align: center;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 8px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 12px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			text-decoration: underline;
			color: #cccccc;
		}

/* 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: 766;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 0;
			text-align: left;
			vertical-align: top;
    	padding: 0;
    	margin: 0;
		}
	
		#pcCenter {
			width: 766;
			padding: 0 10px 0 0;
			text-align: left;
			vertical-align: top;
		}
	
		.pcColumnSpacer {
			width: 10px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
		  color: #ffffff;
			font-size: 24px;
			margin: 0;
			padding: 0 0 2px 10px;
		}

		.pcLeftLinks {
			padding: 0px 5px 0px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeft ul {
			list-style: url("images/picBullet.jpg"); 
			margin: 0 0 5px 0px;
			padding: 0 0 0 4px;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		.pcLeftLinks a:link, .pcLeftLinks a:visited {
		  font-size: 13px;
			color: #ffffff;
			text-decoration: none;
		}
		
		.pcLeftLinks a:hover {
			color: #cccccc;
			text-decoration: underline;
		}
		
		#pcShowCart {
			color: #666666;
			text-align: center;
		}
	
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #666666;
			text-decoration: underline;
		}
		
		#pcShowCart a:hover {
			color: #999999;
			text-decoration: none;
		}

    .leftdiv {
      text-align: right;
/*      margin-left: -10px; */
    }
    		
/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			font-size: 11px;
			color: #999999;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: none;
			color: #999999;
		}
		
		#pcFooter a:hover {
			text-decoration: underline;
			color: #666666;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}
	
/* END Footer */