/*
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;
background: white;
}

body {
	font-family: Verdana, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background:url(images/bg-pink.jpg)  top center repeat;

}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 1000px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0;
			background-color: #000;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0px solid red;
		}
		
		#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;
			background: #fe9cff;
			margin-bottom: 5px;
		}
		
		#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: 1050px;
			margin-left: -20px;;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 18%;
			text-align: left;
			vertical-align: top;
			border: 2px solid pink;
			
		}
	
		#pcCenter {
			width: 67%;
			text-align: left;
			margin: 0 auto;
			vertical-align: top;
			background: white;
		}
	
		#pcRight {
			width: 18%;
			text-align: left;
			vertical-align: top;
			background: white;
		}
		
		.pcColumnSpacer {
			width: 5px;
			background: white;
		
		}

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			color: white;
			font-weight: bold;
			background: white;
			padding: 5px 5px 5px 5px;
			margin: 5px 5px 5px 0px;
			line-height: 14px;
			border-collapse: collapse;
			
		}

		#pcLeftCatLinks h3 {
			color: #6F6F6F;
			border-bottom: 1px grey solid;
			margin-bottom: 0px;
			letter-spacing: -0.05em;
			font-family: tahoma;		
			font-size: 14px;
		}
		
		#pcLeftPriceLinks {
			color: white;
			background: #9e135c;	
			font-size: 12px;
			padding: 5px 5px 1px 5px;
			margin: 5px 5px 5px 5px;
			border: 1px solid #cccccc;
		}

		#pcLeftPriceLinks h3 {
			color: #fff;
			border-bottom: 1px white solid;
			font-family: tahoma;
			letter-spacing: -0.05em;
			margin-bottom: 5px;
			font-size: 14px;
		}
		
		#pcLeftStoreLinks {
			color: white;
			background: white;
			font-size: 12px;
			padding: 1px 5px 1px 5px;
			margin: 5px 5px 5px 5px;
			border: 1px solid #cccccc;
		}

		#pcLeftStoreLinks h3 {
			color: #6F6F6F;
			border-bottom: 1px grey solid;
			font-family: tahoma;
			letter-spacing: -0.05em;
			margin-bottom: 5px;
			font-size: 14px;
		}

		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 2px 2px 2px;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
			color: #333;
			font-size: 110%;
			letter-spacing: -0.1em;
			line-height: 170%;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #9e135c;
			font-size: 110%;
			letter-spacing: -0.1em;
			line-height: 170%;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #fff;
	
			font-size: 11px;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #fe9cff;
			font-size: 11px;
			font-weight: bold;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #333;
			font-size: 10px;
			text-decoration: none;

		}
		
		#pcLeftStoreLinks a:hover {
			color: #fe9cff;
			font-size: 10px;
			font-weight: bold;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: #fff;
			color: grey;
			font-size: 12px;
			padding: 5px 5px 1px 5px;
			margin: 5px 5px 5px 5px;
			border: 1px solid #cccccc;
		}

		#pcShowCart a {
color: black;
text-decoration: none;
font-size: 10px;
		}


		#pcCustomerLogin {
			background-color: #fff;
			color: #000;
			font-size: 12px;
			padding: 5px 5px 0px 5px;
			margin: 0px 5px 3px 2px;
			border: 2px solid pink;
		}


		#pcAffiliateLogin {
			background-color: #FFEE99;
			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: #666;
			text-decoration: none;
		}
		
		#pcCustomerLogin a:hover {
			color: #333333;
		}
		
		#pcCustomerLogin h3 {
			color: #666;
			border-bottom: 1px grey solid;
			margin-bottom: 5px;
			letter-spacing: -0.05em;
			font-size: 14px;
		}
		
		
		#pcAffiliateLogin a:link, #pcAffiliateLogin a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcAffiliateLogin a:hover {
			color: #000000;
		}

/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {
			background-color: #FFFFFF;
			font-size: 11px;
			color: #666666;
			text-align: right;
			padding: 5px;
		}
		
		#pcFooter a:link, #pcFooter a:visited, #pcFooter a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
	
/* END Footer */

#container {

width: 1000px;
margin: 0 auto;
text-align: center;
padding-top: 4px;
padding-bottom: 0px;

}

#navigation {

margin: 0 auto;
padding: 4px;

}

#copyright-box {
width: 960px;
padding-top: 4px;
margin: 0 auto;
padding-bottom: 10px;
background: black;
border: 2px dashed gray;
}


#copyright {

color: white;
text-align: right;
padding: 4px;
}

a.topnavs {

color: black;
font-size: 10pt;
text-decoration: none;

}

a.topnavs:visited {

color: black;

}

a.topnavs:hover {

color: #3e0c2f;
font-weight: bold;

}

a.topnavs:active {

color: red;
font-weight: bold;

}

#rightlinks  {

			color: white;
			background: #fff;	
			font-size: 9px;
			padding: 5px 5px 1px 5px;
			margin: 5px 5px 5px 5px;
			border: 1px solid #cccccc;
}


#rightlinks a {

color: #666;
text-align: right;
}

#midsection {

padding: 1px 10px 10px 10px;
width: 1010px;
margin: 0 auto;
}

#bannermain {


}

#bannermain img {


}


#footer-adbox {
width: 1000px;
padding-top: 5px;
padding-bottom: 5px;
margin: auto;



}

#pcStoreSearch {

padding: 4px;
width: 100%;
border: 2px solid pink;

}

#promise {

			color: #fff;
			background: #9e135c;
			padding: 5px 5px 10px 5px;
			margin: 5px 5px 5px 5px;
			border: 1px solid #cccccc;

}

#promise h3 {

			color: #fff;
			border-bottom: 1px white solid;
			font-family: tahoma;
			letter-spacing: -0.10em;
			margin-bottom: 5px;
			font-size: 14px;

}

h6 {

font-weight: normal;
padding: 4px;
font-size: 100%;
margin: 0 auto;
letter-spacing: -0.05em;
color: #9e135c;
width: 1080px;
text-align: center;

}

#paypal {

background: white;
text-align: center;
margin: 0 auto;
padding-bottom: 10px;
padding-bottom: 20px;
}

#rightcontent {

background: white;
text-align: center;
margin: 0 auto;
padding-bottom: 0px;
padding-bottom: 40px;
}

#contactdetails {

width: 500px;

padding: 20px;
}

#topkeywordsooh {

padding-bottom: 15px;

width: 1090px;
margin: 0 auto;
text-align: center;
}

.navheading {

color: black;
margin-top: 0px;
margin-bottom: 8px;

}

#navitem a:link {

color: #343434;
line-height: 80%;
font-size: 8pt;
font-weight: normal;
letter-spacing: 0;
}

#navitem a:visited {

color: #343434;
line-height: 80%;
font-size: 8pt;
font-weight: normal;
letter-spacing: 0;
}

#navitem a:hover {

color: #9e135c;
line-height: 80%;
font-weight: normal;
font-size: 8pt;
letter-spacing: 0;
}

#navitem a:active {

color: red;
line-height: 80%;
font-size: 8pt;
font-weight: normal;
letter-spacing: 0;
}