/*
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", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #9BC932;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
}

/* REVISED body background styles by Dawn Pedersen - BEGIN */
body {
	background-color: #188cb7;
	background-image: none;
}
/* REVISED body styles by Dawn Pedersen - END */

/* TOP AREA of the page: store description, store name, search box, navigation */

  #pcOuterTable {
  	width: 936px; /* 975px*/
  	background-color: #ffffff;
  	margin: 0;
  	border-collapse: collapse;
  	border-left: solid 5px #ffffff;
  	border-right: solid 5px #ffffff;
  	text-align: center;
  }
    
		#pcHeader {
			width: 965px;
			height: 95px;
			margin-top: 0;
			margin-bottom: 5px;
			padding: 0;
			background-color: #ffffff;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			vertical-align: top;
			padding: 0;
		}
		
    #pcTopMsg {
  		vertical-align: top;
  		text-align: center;
  		width: 485px;  /*310px;*/
    }

		#pcTopNav {
	background-image:url(images/navTopBG.gif);
	text-align: left;
	padding-top: 4px;
	height: 21px;
	text-indent: -6px;
		}
		
		#pcStoreSearch {
	text-align: center;
	vertical-align: middle;
	width: 165px;
	height: 70px;
	background-color: #D9EBAF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
	 #pcStoreSearch form {
	    margin: 0;
	    padding: 0;
  	}
	
		#pcStoreSearch a {
			text-decoration: none;
			color: #047FC3;
			font-size: 12px;
		}
		
		#pcStoreSearch a:hover {
			text-decoration: underline;
			color: #86D3FD;
		}

		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 14px;
			color: #ffffff;
		}
		
		#pcTopNav a:hover {
			color: #000000;
  		}

/* End TOP AREA of the page */

/* REVISED header by Dawn Pedersen - BEGIN */
#wrapper {
	width: 936px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	width: 936px;
	background-image: url(images/header-bkgd.png);
	background-repeat: no-repeat;
	clear: right;
	background-color: #FFF;
	padding-bottom: 5px;
}
#headtop {
	height: 169px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#headtop ul {
	float: right;
	list-style: none;
	padding-top: 5px;
}
#headtop ul li.topbutton:hover {
	background-image: url(images/top-button-bkgd-over.png);
}
#headtop ul li.topbutton {
	float: left;
	background-image: url(images/top-button-bkgd.png);
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 6px;
	margin-bottom: 6px;
}
#headtop ul li.topbutton a {
	color: white;
	text-decoration: none;
}
#headtop ul li.searchbox {
	clear: left;
	margin-left: 6px;
}
#headtop ul li.searchbox input {
	margin-right: 4px;
    padding: 2px;
	font-size: 15px;
	color: white;
	background-color: #014b67;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: -7px;
	position: relative;
}

#menu {
	background-color: #cecdcd;
	background-image: url(images/tab-bkdg.gif);
	clear: both;
	margin: 0px;
}
#menu ul {
	height: 30px;
	list-style: none;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 865px;
}
#menu ul li {
	float: left;
	padding-left: 10px;
	background-image: url(images/tabs.gif);
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu ul li a {
	background: url(images/tabs.gif) 100% 0;
	float: left;
	line-height: 30px;
	padding-left: 6px;
	padding-right: 16px;
	text-decoration: none;
	color: #FFF;
}
#menu ul li:hover {
	background: url(images/tabs.gif) 0 -30px;
}
#menu ul li a:hover {
	background: url(images/tabs.gif) 100% -30px;
}

#submenu {
	background-color: #013554;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow: hidden;
	clear: left;
}
#submenu ul {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
#submenu ul li {
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #c3c3c3;
}
#submenu ul li a {
	color: #fff;
	text-decoration: none;
}
#submenu ul li:hover {
	background-color: #1380a8;
}
#submenu ul li.no-border {
	border: none;
}
#submenu ul li.no-padding-left {
	padding-left: 0px;
}

/* REVISED header by Dawn Pedersen - END */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
	width: 936px;
	margin-bottom: 5px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding: 0;
			background-color: #86D3FD;
		}
	
		#pcCenter {
	width: 595px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #9BC932;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
			padding: 0;
			background-color: #6F8E24;
		}
		
		.pcColumnSpacer {
			width: 5px;
		}

	/* Define the left column */
	
		#pcLeft h3 {
  		font-size: 13px;
  		margin: 0px;
  		padding: 2px 0 0 4px;
  		color: #ffffff;
    	background-image:url(images/navLeftTitleBG.jpg);
    	height: 23px;
		}

		#pcLeftCatLinks {
    	background-color: #047FC3;
    	border-bottom: solid 10px #ffffff;
    	padding-top: 5px;
    	padding-right: 5px;
    	padding-bottom: 7px;
    	padding-left: 5px;
		}
		
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		
		#pcLeftStoreLinks {
    	background-color: #86D3FD;
    	color: #000000;
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 5px;
    	margin-left: 0;
    	padding-top: 5px;
    	padding-right: 5px;
    	padding-bottom: 7px;
    	padding-left: 5px;
		}
	
		#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: #ffffff;
    	text-decoration: none;
    	line-height: 23px;
		}
		
		#pcLeftCatLinks a:hover {
    	color: #86D3FD;
    	text-decoration: underline;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
    	color: #000000;
    	text-decoration: none;
    	line-height: 21px;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #662600;
			text-decoration: underline;
		}


	/* 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;
		}
		
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding: 2px 0 0 4px;
			color: #ffffff;
    	background-image:url(images/navRightTitleBG.jpg);
    	height: 23px;
		}
	
		#pcRight h4 {
			font-size: 12px;
			margin: 12px 0 0 0;
			padding: 3px 0 0 0;
			color: #000000;
    	background-image:url(images/btnBlank.jpg);
    	background-position: center center;
    	background-repeat: no-repeat;
    	height: 21px;
    	text-align: center;
    	cursor: hand;
		}
	
		#pcRight p {
		  margin: 0;
			padding: 4px 4px 4px 4px;
		}
		
		#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;
		}

		#pcRightOffer {
			background-color: #6F8E24;
			color: #ffffff;
			padding: 5px 5px 1px 5px;
			margin: 0 0 5px 0;
		}
		
		#pcRightOffer a:link, #pcRightOffer a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcRightOffer a:hover {
			color: #000000;
			text-decoration: underline;
		}

		#pcRightTips {
			background-color: #6F8E24;
			color: #ffffff;
			padding: 5px 5px 1px 5px;
			border-bottom: solid 10px #ffffff;
		}
		
		#pcRightTips a:link, #pcRightTips a:visited {
			color: #ffffff;
			text-decoration: none;
		}
		
		#pcRightTips a:hover {
			color: #000000;
			text-decoration: underline;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
	font-size: 10px;
	color: #047FC3;
	text-align: left;
	padding-top: 5px;
	width: 936px;
	background-color: #FFF;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #047FC3;
		}
		
		#pcFooterR {
		  text-align: right;
		}
		
		#pcFooterR a:link, #pcFooterR a:visited {
			text-decoration: none;
			color: #047FC3;
		}
		
		#pcFooterR a:hover {
			text-decoration: underline;
			color: #86D3FD;
		}
		
		#pcFooterSpacer {
			height: 5px;
		}

    #pcFooterTitle {
			font-size: 18px;
			font-weight: bold;
    }
    
/* END Footer */
