/*
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: #ECECEC;
	background-image: url('/images/bckgrnd_spacer.jpg');
	background-repeat: repeat-x;
}

#leftDropShadow {
	background-image: url('/images/bckgrnd_spacer_left.gif');
	background-repeat: repeat-y;
	height: 100%;
}

#centerArea {
	width: 1000px;
	height: 100%;
}

#centerContainer {
	padding: 0px 5px;
	background-color: #FFFFFF;
}

#rightDropShadow {
	background-image: url('/images/bckgrnd_spacer_right.gif');
	background-repeat: repeat-y;
	height: 100%;
}

img {
	border: 0px;
}

p {
	font-size: 11px;
	color: #333333;
}

hr {
	color: #B7B7B7;
	background-color: #B7B7B7;
	height: 1px;
	border: 0px;
}

h2 {
	color: #253F97;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 2px;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 990px;
			height: 93px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			background-color: #E8E8E8;
			border-top: 1px solid #DCDADA;
			background-image: url('/images/bckgrnd_header.jpg');
			background-repeat: repeat-x;
		}
		
		#pcHeader td {
			vertical-align: top;
		}
		
		#cartBox {
			width: 153px;
			height: 34px;
			background-color: #FFFFFF;
		}
		
		#pcTopNav {
			width: 990px;
			height: 40px;
			z-index: 1;
		}
		
		#pcStoreSearch {
			width: 990px;
			height: 34px;
			background-color: #ECECEC;
		}

/* End TOP AREA of the page */

/* HOME PAGE AREA of the page: these only appear on the home page */

		#homePagePush {
			width: 990px;
			height: 331px;
		}
		
		#homePageContent {
			width: 990px;
			margin-top: 5px;
			margin-bottom: 5px;
			text-align: left;
			vertical-align: top;
		}
		
		#featProdBox {
			width: 330px;
			margin-right: 15px;
			padding: 5px 10px;
			border: 1px solid #DCDADA;
			background-color: #ECECEC;
		}
		
		#featProdBox ul {
			list-style-image: url('/images/green_arrow.gif');
			margin-left: -20px;
		}
		
		#featProdBox a:link, #featProdBox a:visited, #featProdBox a:hover {
			text-decoration: underline;
			color: #464646;
			font-size: 11px;
			font-weight: bold;
		}
		
		#moreLink {
			text-align: right;
		}
		
		#WaterHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_WaterHeaters.jpg');
			background-repeat: no-repeat;
			margin-right: 3px;
			margin-top: 5px;
		}
		
		#WallHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_WallHeaters.jpg');
			background-repeat: no-repeat;
			margin-right: 3px;
			margin-top: 5px;
		}
		
		#BaseboardHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_BaseboardHeaters.jpg');
			background-repeat: no-repeat;
			margin-top: 5px;
		}
		
		#GarageHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_GarageHeaters.jpg');
			background-repeat: no-repeat;
			margin-right: 3px;
			margin-top: 5px;
		}
		
		#BathHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_BathHeaters.jpg');
			background-repeat: no-repeat;
			margin-right: 3px;
			margin-top: 5px;
		}
		
		#OutdoorHeaters {
			width: 328px;
			height: 130px;
			background-image: url('/images/bkgrnd_OutdoorHeaters.jpg');
			background-repeat: no-repeat;
			margin-top: 5px;
		}
		
		.inBoxText {
			font-size: 11px;
			color: #FFFFFF;
			position: relative;
			top: 10px;
			left: 150px;
			width: 150px;
		}
		
		.inBoxText b {
			font-size: 11px;
			color: #FFFFFF;
			font-weight: bold;
		}
		
		.inBoxText a:link, .inBoxText a:visited, .inBoxText a:hover {
			font-size: 11px;
			text-decoration: none;
			color: #FFFFFF;
		}

/* End HOME PAGE AREA of the page */

/* START Footer */
	
		#pcFooter {
			width: 960px;
			font-size: 11px;
			color: #666666;
			padding: 15px;
			text-align: left;
			background-color: #FFFFFF;
			background-image: url('/images/footer_bckgrnd.jpg');
			background-repeat: repeat-x;
			vertical-align: top;
		}
		
		#pcFooter td {
			padding: 0px 10px;
		}
		
		.footerBox {
			font-size: 12px;
			width: 165px;
			color: #464646;
			text-transform: uppercase;
		}
		
		.footerBox a:link, .footerBox a:visited, .footerBox a:hover {
			font-size: 11px;
			text-decoration: none;
			color: #464646;
		}
		
		.footerCopyLine {
			color: #253F97;
			font-size: 12px;
			font-weight: bold;
		}
		
		
/* END Footer */