/*
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;
	color: #0E2972;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #052872;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 900px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			border-bottom: 1px solid #FFFFFF;
			font-size: 13px;
			text-align: left;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
			border-top: 1px solid #FFFFFF;
			text-align: right;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 10px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #999999;
		}
		
		#pcTopNav 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: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
		}
	
		#pcLeft {
	width: 230px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
	border-right-width: 5px;
	border-right-color: #0E2972;
	border-right-style: solid;
		}
	
		#pcCenter {
	width: 100%;
	padding: 0 5px 0 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
	width: 2px;
	background-color: #0E2972;
		}

	/* Define the left column */
	
		#pcLeft h3 {
	font-size: 13px;
	color:4080ff;
	margin: 0;
	padding-bottom: 2px;
	background-color: #CCC;
	padding:10px;
		}

		#pcLeftCatLinks {
	background-color: #FFF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	color: #4080ff;
		}
		
		#pcLeftPriceLinks {
	color: #999999;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
	margin: 2px 0 5px 0;
	font-size: 12px;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #0066CC;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
	color: #666;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
	color: #0066CC;
	text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
	color: #666;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
	color: #0066CC;
		}


	/* Define the right column */
	
		#pcShowCart {
	background-color: #CCC;
	color: #666666;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #FFFFCC;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
	background-color: #CCC;
	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 {
	font-size: #CCC;
	color: #666666;
	text-align: right;
	padding: 5px;
	line-height: 140%;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
	text-decoration: none;
	color: #CCC;
		}
		
		#pcFooterSpacer {
	height: 5px;
		}
	
/* END Footer */




/* ANY NEW CUSTOM CLASSES HERE */

.customPhone1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.customPhone2 {
	font-size: 14px;
	font-weight: normal;
	color: #099DCD;
}


#customPhone1 a:link, #customPhone1 a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #FFF;
		}
		
		#customPhone1 a:hover {
			color: #FFF;
		}

.customSmallCartLogo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 97px;
	padding-top: 200px;
}


/* Style Weekly Special */
	.pcWeeklySpecial {
	font-size: 16px;
	color:#75b92c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	}
	
	.pcWeeklySpecialTitle {
	font-size: 14px;
	color:#0066CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	}
	
/* Style for Titles */
.green_Header {
	font-size: 25px;
	color:#75b92c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
}
	
.blue_Subhead {
	font-size: 16px;
	color:#0066CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.red_SalePrice {
	font-size: 18px;
	color:#ba0c0c;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.blue_productName{
	font-size: 12px;
	color:#3169da;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.homepage-text{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;
}
