/*
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: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #E3E3E3;
}

img {
	border: 0px;
}

hr {
	border: 0;
	width: 90%;
	color: #CADBE6;
	background-color: #CADBE6;
	height: 1px;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
}

h4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}

a:link {
	color: #1C79AC;
}
	
a:visited {
	color: #1C79AC;
}
	
a:hover {
	color: #061E4A;
	text-decoration: none;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 179px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #E3E3E3;
			font-size: 11px;
			color: #333333;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 0px;
			vertical-align: bottom;
		}
		
		#pcHeader td.altNav {
			width: 447px;
			height: 121px;
			background-image: url('/images/background_top.gif');
			vertical-align: top;
			text-align: right;
		}
		
		#altNav {
			padding-top: 10px;
			padding-right: 10px;
		}
		
		#pcHeader td.altNav a {
			padding: 10px;
			font-size: 13px;
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcHeader td.altNav a:hover {
			color: #CCCCCC;
		}
		
		#pcHeader td.cartBack {
			width: 447px;
			height: 58px;
			vertical-align: top;
			text-align: right;
			background-color: #2468B5;
		}
		
		#cartQty {
			width: 96px;
			height: 34px;
			background-image: url('/images/cart_back_qty.gif');
			vertical-align: top;
			text-align: left;
		}
		
		#cartTotal {
			width: 111px;
			height: 34px;
			background-image: url('/images/cart_back_total.gif');
			vertical-align: top;
			text-align: left;
		}
		
		.cartLine {
			padding-top: 14px;
			padding-left: 5px;
			font-size: 12px;
			font-weight: bold;
			color: #0F1F42;
		}
		
		#pcHeader td.cartText {
			width: 207px;
			height: 24px;
			vertical-align: top;
			text-align: right;
			background-color: #2468B5;
		}
		
		#cartText {
			padding-right: 10px;
		}
		
		#pcHeader td.cartText a {
			padding-right: 40px;
			font-size: 13px;
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcHeader td.cartText a:hover {
			color: #CCCCCC;
		}
		
		.headerBox {
			width: 840px;
			background-color: #D7E1F3;
		}
		
		.headerBox h1 {
			background-color: #D7E1F3;
			color: #153166;
			font-size: 20px;
			font-weight: bold;
			margin: 0 0 5px 0;
			padding: 5px;
			text-align: left;
		}
		
		.headerBox a {
			font-size: 11px;
			color: #153166;
			text-decoration: underline;
		}
		
		.headerBox a:hover {
			color: #061E4A;
			text-decoration: none;
		}
		
/* End TOP AREA of the page */

/* MAIN AREA: two columns: main content, right column*/
	/* Define the wrapper and the two columns: */
	
		#pcMainArea {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 28px;
			padding-bottom: 5px;
			border: 0;
			border-collapse: collapse;
			background-color: #FFFFFF;
		}
		
		#pcMainBox {
			width: 100%;
			margin: 10px auto;
			background-color: #FFFFFF;
			overflow: hidden;
		}
	
		#pcCenter {
			width: 695px;
			max-width: 695px;
			margin: 0;
			padding-left: 20px;
			padding-right: 5px;
			text-align: left;
			float: left;
			background-color: #FFFFFF;
		}
	
		#pcRight {
			width: 155px;
			margin: 0;
			padding-right: 20px;
			padding-left: 5px;
			text-align: left;
			vertical-align: top;
			float: right;
			background-color: #FFFFFF;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooterArea {
			width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding-top: 10px;
			border: 0;
			border-collapse: collapse;
			background-color: #FFFFFF;
		}
		
		#pcFooter {
			height: 140px;
			background-color: #0F1F42;
			font-size: 12px;
			color: #FFFFFF;
			text-align: right;
			padding: 5px 20px 5px 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			padding: 5px;
			font-size: 13px;
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcFooter a:hover {
			color: #CCCCCC;
		}
		
		#pcFooter p {
			color: #6BA0BE;
		}
	
/* END Footer */