/*
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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/main_bg.gif); /* background of website */
	/*background-image: url(images/pagebg.jpg);  background of website */
	background-repeat: repeat;
	background-position: center;
}

/* 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: 10px;
	margin-bottom: 0px; /* Space between header and body section */
	background-color: #FFFFFF;
	background-image:url(catalog/bgnav.jpg);
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
	border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: middle;
		}
		
#pcHeaderTopText {
	color: #FFFFFF;
	text-align:justify;
	margin-right: 20px;
}

		#MyAccount a:link, #MyAccount a:visited {
			color: #FFFF00;
			text-decoration: none;
			text-align:right;
		}
		
		#MyAccount a:hover {
			color:#CCCCCC;
		}

		#MyAccount {
			text-align: right;
		}
				
		#MyAccount ul {
			list-style: none;
			margin: 0;
		}
		
		#MyAccount li {
			display: inline;
			padding-right: 20px;
		}	
		
.ccimage {
	padding: 7px;
}
.OrderDesk {
	font-size: 9px;
	position: relative;
	top: 5px;
	color: #FFFFFF;
}

.ChristmasBalls {
	
	background-repeat: repeat-x;
}
/* 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: 900px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 100px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
	width: 180px;
	margin-right: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #FF0000;
	line-height: 18px;	
		}
	
		#pcCenter {
	width: 720px;
	text-align: left;
	vertical-align: top;
	background-color:#FFFFFF;
	padding: 15px;
		}
		
		.pcColumnSpacer {
			width: 5px;

		}

	/* Define the left column */
	
	#pcLeft h3 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 2px;
		}

		#pcLeftCatLinks {
	background-color: #99CCFF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 5px 0;
	
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 5px 5px 1px 10px;
	margin: 0 0 2px 0;
	line-height: 18px;

		}
		
		#pcLeftStoreImages {
			background-color: #FFFFFF;
			color: #000000;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
			line-height: 18px;
		}
	
		#pcLeft ul {
	list-style-type:none;
	margin: 0 0 10px 5px;
	padding: 0;
	font-size: 12px;
	

		}
	
		#pcLeft li {
	margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;	


		}
		
		#pcLeftCatLinks a:hover {
	color: #FFFFFF;
	font-weight: bold;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FFFFFF;
			text-decoration: none;

			
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FFFFFF;
			font-weight:bold;
		}
		
		#pcLeftSearchLink a:link, #pcLeftSearchLink a:visited {
	font-size:16px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	text-decoration: none;
	line-height: 26px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
		}
		
		#pcLeftSearchLink a:hover {
		color:#999999;

		}
		
	.PCPhoneNumber {
		font-size:18px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration: none;
		line-height: 26px;
	}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #FFFFAA;
			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: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 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 {
			background-color: #000000;
			font-size: 11px;
			color: #FFFFFF;
			text-align: center;
			padding: 8px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
		
		#pcFooterSpacer {
			/*background-image:url(images/dotted_spacer_left.gif);*/
			height: 5px;
		}
		#pcFooterAlignText {
			text-align:left;
		}
	
/* END Footer */
.logo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.logo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: bold;
	color: #E5E5E5;
	text-decoration:none;
}
.logo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 10px;
	text-decoration:none;
	
}
.pcTopNavLogo {
	float: left;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
	height: 100%;

}
.logo4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #E5E5E5;
	text-decoration:none;
}

.announce {
	font-size: 14px;
	font-weight: bold;
	color: #B6FF00;
}
