/*
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", Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background: url(/images/background_bubbles.jpg) #eadc91;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #5b3b1b;
	}
	
	#small_link a:link, #small_link a:visited, #small_link a:hover, #small_link a:active {
		font-size: 11px;
	}
	
#mainImageGRLink a:link, #mainImageGRLink a:visited, #mainImageGRLink a:hover, #mainImageGRLink a:active {
	color: #5b3b1b;
}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 945px;
			height: 169px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 60px;
			margin-bottom: 0px;
			padding: 0px;
			background: url(images/header_background.png) no-repeat;
			background-position: top left;
			font-size: 12px;
		}
		
		#headerlogo{
			margin-top: -55px;
		}
		
		#small_links {
			float: right;
			margin-top: -155px;
			margin-right: 20px;
			margin-left: 0px;
			visibility: visible;
			display: inline;
			font-size: 11px;
		}
		
		#small_search {
			float: left;
			margin-top: -45px;
			margin-left: 15px;
			visibility: visible;
			display: inline;
		}
		/*MENU */
		
		#menu {
			width: 945px;
			height: 46px;
			margin-right: auto;
			margin-left: auto;
			background: #fbf9ed;
		}
			
		#nav {
			margin: 0;
			padding: 0;
			height: 46px;
			list-style: none;
			display: inline;
			overflow: hidden;
			}

		#nav li {
			margin: 0; 
			padding: 0;
			list-style: none;
			display: inline;
			}
		
		#nav a {
			float: left;
			padding: 46px 0 0 0;
			overflow: hidden;
			height: 0px !important; 
			height /**/:46px; /* for IE5/Win only */
			}
			
		#nav a:hover, #nav a:active {
			background-position: 0 -46px;
			}
		
		#home a  {
			width: 82px;
			background: url(images/menubar_01.png) top left no-repeat;
		}
		
		#products a  {
			width: 110px;
			background: url(images/menubar_02.png) top left no-repeat;
		}
		
		#about a  {
			width: 109px;
			background: url(images/menubar_03.png) top left no-repeat;
		}
		
		#green a  {
			width: 163px;
			background: url(images/menubar_04.png) top left no-repeat;
		}
		
		#forum a  {
			width: 158px;
			background: url(images/menubar_05.png) top left no-repeat;
		}
		
		#resources a  {
			width: 121px;
			background: url(images/menubar_06.png) top left no-repeat;
		}
		
		#diaper a  {
			width: 122px;
			background: url(images/menubar_07.png) top left no-repeat;
		}
		
		#faq a  {
			width: 78px;
			background: url(images/menubar_08.png) top left no-repeat;
		}
		
		/*SEARCH */
		#pcStoreSearch {
			text-align: right;
		}
		
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch 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: 945px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 190px;
			text-align: left;
			vertical-align: top;
			background: #fbf9ed;
			line-height: 20px;
		}
	
		#pcCenter {
			width: 565px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
			background: #fbf9ed;
		}
	
		#pcRight {
			width: 190px;
			text-align: left;
			vertical-align: top;
			background: #fbf9ed;
		}
		
		.pcColumnSpacer {
			width: 10px;
			background-image:url(images/dotted_spacer_vert.gif);
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			background-color: #c1dfe3;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
			min-height: 425px;
		}
		
		#pcLeftNewsletter {
			background-color: #c1dfe3;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
		}
		
		
		.subIndent td td{
			margin-left: 25px;
		}
		
		#pcLeftPriceLinks {
			background-color: #e0d8ab;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			color: #746d46;
		}
		
		#pcLeftBrandLinks {
			background-color: #dcbfe6;
			color: #7e2892;
			padding: 5px 5px 5px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcBrandsJumpMenu {
			margin-left: -5px;
			margin-top: -5px;
		}
		
		#pcLeftStoreLinks {
			background-color: #fbf9ed;
			color: #5b3b1b;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
		
		#pcLeftSpecialsLinks {
			background: #cfe294;
			color: #478236;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #3a595e;
			text-decoration: none;
			vertical-align: text-bottom;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #746d46;
		}
		
		#pcLeftBrandLinks a:link, #pcLeftBrandLinks a:visited {
			color: #7e2892;
			text-decoration: none;
		}
		
		#pcLeftSpecialsLinks a:link, #pcLeftSpecialsLinks a:visited {
			color: #478236;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #5b3b1b;
			text-decoration: none;
		}
		
		#pcLeftBrandLinks a:hover, #pcLeftPriceLinks a:hover, #pcLeftSpecialsLinks a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #000000;
		}
		
		.barTitle {
			margin-left: -8px;
			clear: both;
		}
		



	/* Define the right column */
	
		#pcShowCart {
			background-color: #954498;
			color: #FFFFFF;
			padding: 5px 5px 5px 5px;
			margin-bottom: 5px;
		}
		
		#recentprds {
			background: #cfe294;
			color: #478236;
			padding: 5px 0px 5px 10px;
			margin: 0 0 5px 0;
		}
	
		#pcCustomerLogin {
			background-color: #e0d8ab;
			color: #746d46;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcAffiliateLogin {
			background-color: #dcbfe6;
			color: #7e2892;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#pcShowCart a:hover {
			color: #dcbfe6;
		}
		
		#pcCustomerLogin a:link, #pcCustomerLogin a:visited {
			color: #746d46;
			text-decoration: none;
		}
		
		#recentprds a:link, #recentprds a:visited {
			color: #478236;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover, #recentprds a:hover {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		
	#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #7e2892;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #FFFFFF;
		}
		

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background: url(images/bottom_bar.png) no-repeat bottom left #fbf9ed;
			font-size: 11px;
			color: #5d421d;
			text-align: center;
			padding: 5px;
			margin: 0px;
			border: 0px;
			line-height: 20px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #5d421d;
			font-size: 12px;
		}
		
		#pcFooterSpacer {
			background:url(images/dotted_spacer_left.gif) #fbf9ed;
			height: 9px;
			padding: 0px;
			margin: 0px;
		}
		
		#SilverLogic {
			text-align: right;
			width: 945px;
			margin: 0 auto;
			margin-bottom: 30px;
		}
	
/* END Footer */
