/*
Use this stylesheet to change the look of the default header and footer
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #494949;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 978px;
			height: 93px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			font-size: 12px;
			color: #494949;
			border-collapse: collapse;
			border: 0;
		}

		#pcHeader div {
		}

		#pcStoreName {
			float:left;
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}

		#pcStoreSearch {
			font-size:11px;
			width:631px;
			height:32px;
			float:left;
			margin:20px 0 0 133px;
			background:url(images/bgd_serach.jpg) no-repeat;			
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}

		#pcStoreSearch a:hover {
			color: #000000;
		}

		#pcStoreSearchBox {
			float:left;
			margin:4px 0 0 12px;
		}
		
		#pcTopCart {
			font-size:11px;
			float:left;
			margin:3px 0 0 33px;
		}
		
		#pcTopCart a:link, #pcTopCart a:visited {
			text-decoration: none;
			font-size: 11px;
			color: #494949;
		}

		#pcTopCart a:hover {
			color: #000000;
		}

		#pcTopNav {
			margin-top:5px;
			float:left;
			margin-left:231px;
		}

		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 11px;
			color: #494949;
		}

		#pcTopNav a:hover {
			color: #000000;
		}

		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}

		#pcTopNav li {
			display: inline;
		}
		
		#pcLogIn {
			margin-top:5px;
			float:left;
			margin-left:50px;
		}
		
		#pcLogIn a:link, #pcLogIn a:visited {
			text-decoration: none;
			font-size: 11px;
			color: #3F3F3F;
		}

		#pcLogIn 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: 978px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			float:left;
			width: 171px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			float:left;
			width: 616px;
			padding: 0;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			float:left;
			width: 160px;
			text-align: left;
			vertical-align: top;
		}		
		
		.pcColumnSpacer {
			float:left;
			width: 15px;
		}
		
		#pcHorizTopNav {
			float:left;
			width: 978px;
			height: 35px;
			margin-bottom: 5px;
			padding-top: 8px;
			background:url(images/bgd_top_nav.jpg) no-repeat;
		}

		#pcHorizTopNav a:link, #pcHorizTopNav a:visited {
			text-decoration: none;
			font-weight:bold;
			font-size: 11px;
			color: #FFF;
		}

		#pcHorizTopNav a:hover {
			color:#CCC;
		}

		#pcHorizTopNav ul {
			width:978px;
			list-style: none;
			margin:0;
			padding:0 0 0 9px;
		}

		#pcHorizTopNav li {
			float:left;
			padding:0 36px 0 36px;
		}
		
		#pcHorizTopNav li.lisep {
			float:left;
			padding: 0 1px 0 1px;
			background:url(images/separator_top_horiz_nav.jpg) no-repeat right;
		}
	/* Define the left column */
	
		#pcLeft h3 {
			width:171px;
			height:26px;
			margin:0;
			padding:6px 0 0 12px;
			font-size: 12px;
			color:#FFF;
			background:url(images/bgd_header_left_nav.jpg) no-repeat;
		}

		#pcLeftCatLinks {
			padding: 0;
			margin:0 0 0 0;
		}
		
		#pcLeftCatLinks li.lisep {
			display:none;

		}		
		#pcLeftPriceLinks {
			padding: 0;
			margin: 0;
		}
		
		#pcLeftStoreLinks {
			padding: 0;
			margin: 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin:0;
			padding:0;
		}
	
		#pcLeft li {
			width:171px;
			height:22px;
			background:url(images/bgd_rep_left_nav.jpg) no-repeat;
			margin:0 0 0 0;
			padding:8px 0 0 12px;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			font-size:12px;
			font-weight:bold;
			color: #717171;
			text-decoration: none;
			margin:5px 0 0 0;
			padding:0 0 0 4px;
		}
		
		#pcLeftCatLinks a:hover {
			color: #000;
		}
		
		#pcLeftCatLinks tr {
			width:171px;
			height:30px;
			background:url(images/bgd_rep_left_nav.jpg) no-repeat;
		}
		
		#pcLeftCatLinks td {
			padding-top:8px;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			font-size:12px;
			font-weight:bold;
			color: #717171;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #000;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			font-size:12px;
			font-weight:bold;
			color: #717171;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000;
		}


	/* Define the right column */
	
		#pcShowCart {
			float:left;
			margin:6px 0 0 8px;
		}
	
		#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 {
			width:978px;
			height:171px;
			clear:both;
			background:url(images/bgd_footer.jpg) no-repeat top;
			font-size: 12px;
			font-weight:bold;
			color: #EF7021;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: none;
			font-size: 11px;
			font-weight:normal;
			color: #383838;
		}
		
		#pcFooter a:hover {
			text-decoration: underline;
			font-size: 11px;
			color: #000;
		}
		
		#pcFooterCopyright {
			clear:both;
			float:left;
			font-size: 11px;
			color: #929292;
			margin-bottom:10px;
		}
		
		#pcFooterCopyright a:link, #pcFooterCopyright a:visited {
			text-decoration: none;
			font-size: 11px;
			font-weight:normal;
			color: #929292;
		}
		
		#pcFooterCopyright a:hover {
			text-decoration: underline;
			font-size: 11px;
			color: #666;
		}
	
/* END Footer */
