/*
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: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#Header {
			width: 900px;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			margin-top: 15px;
			margin-bottom: 0px;
			padding: 0;
			border-collapse: collapse;
			border: 0;
			background-color: #0055a5;
		}
		
		#Header td {
			padding: 0px;
			vertical-align: bottom;
		}

/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcSrchCart {
			width: 1024px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			margin-top: 5px;
			color: #000000;
			padding: 0;
			background-color: #FFFFFF;
			border-style: solid;
			border-color: #666666;
			border: 1px;
		}
	
	
	
		#pcMainArea {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0;
			margin-top: 0;
			background-color: #ffffff;
			vertical-align: top;
			border-collapse: collapse;
		}
	
		#Left {
			width: 180px;
			text-align: left;
			color:#FFFFFF;
			vertical-align: top;
			background-color: #f89829;
			height: 100%;
			padding: 5px 5px 0 0;
		}
	
		#pcCenter {
			width: 715px;
			padding: 5px 5px 0 5px;
			text-align: left;
			vertical-align: top;
			border-collapse: collapse;
			margin: 0;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#Left h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 1px;
			padding-top: 1px;
		}
		
		#Leftheaders {
			background-image: url(../../Images/menuLeft-header2.gif);
			padding: 0px 0px 0px 6px;
			font-size: 13px;
			color: #fff200;
			text-align: Left;
			border: 0;
			margin: 0px 0px 2px 5px;
			width: 175px;
		}

	ul#NavLinks {
		list-style-type:none;
		margin:0px 0px 0px 0px;
		padding:0px;
		width:175px;
	}
	ul#NavLinks li {
		margin:0 0px 2px 0;
		padding:0 0 0 20px;
		list-style-type:none;
		background-image:url(../../images/menuBolt.gif);
		background-position:left center;
		background-repeat:no-repeat;
		background-color: #FFFF99;
		border-style: solid;
		border: 0px;
		border-color: #666666;
		width: 161px;
	}
	ul#NavLinks li h3{
		margin:0px;
		padding:0px;
		line-height:19px;
		width: auto;
	}


	ul#NavLinks li h3 a{
		line-height:19px;
 		font-family: tahoma, arial, helvetica;
  		font-size: 11px;
  		color: #333333;
  		text-decoration: none;
  		padding-left: 10px;
  		text-transform: capitalize;
  		display: block;
	}
	ul#NavLinks li:hover {
		background-color: #0079c2;
  		text-decoration: none;
	}
	
	#Left ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
		
	#Left li {
			margin: 0px 0 0 0;
	}
	
	#Leftheaders a:hover, #Leftheaders a:visited, #Leftheaders a:link {
		color: #FFF200;
		text-decoration: none;
	}
	
	#LeftPics {
		text-align: center;
		border: 0;
		padding: 0;
		vertical-align: bottom;
	}
		
		#CrossRef {
			margin: 0;
			padding: 0;
			border-style: solid;
			border: 1px;
			border-color: #000000;
			background-color: #fff200;
			text-align: center;
			color: #0055a5;
			border-collapse:collapse;
			outline: 1px;
			outline-style: solid;
			outline-color: #000000;
	}

	/* Define the right column */
	
		#pcShowCart {
			background-color: #0055a5;
			color: #fff200;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			margin-left: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#authorize {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			font-weight: 900;
			margin: 3px 0px 5px 5px;
			text-align: center;
		}	
		
		#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;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #f89829;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#Footer {
			width: 900px;
			height: 25px;
			background-color: #0055a5;
			font-size: 13px;
			color: #f89829;
			text-align: center;
			padding: 5px 0 0px 0;
			margin: 0 0 15px 0;
			border: 0;
		}
		
		#Footer a:link, #Footer a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#FooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */