/*
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: 11px;
	color: #333333;
	text-align: center;
	background-color: #a5d0f9;
	background-image: url(images/SkyTop.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.LogoOP {
	opacity: 1.0;
	filter:  alpha(opacity=100);
}

/* TOP AREA of the page: store description, store name, search box, navigation */
Div#HeaderMain {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 170px;
	top: 0px;
}
#apDiv3 {
	width:985px;
	height: 170px;
	background-image: url(images/TopLogoRight.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 400;
	text-align: left;
	}
#apDiv2 {
	width:985px;
	height: 165px;
	background-image: url(images/HeaderWhite.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 300;
	}
#apDiv1 {
	width:985px;
	height: 170px;
	background-image: url(images/TopHeadBG.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 200;
	text-align: left;
	}
#pcHeader {
	width: 985px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0;
	font-size: 12px;
	color: #666666;
	border-collapse: collapse;
	border: 0;
	font-weight: bold;
		}
		
		#pcHeader td {

		}
		
		#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: 985px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
		}
		#pcTDtrans {
	width: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	opacity: .5;
	filter:  alpha(opacity=50);
		}
	
		#pcLeft {
	width: 184px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
		}
	
		#pcCenter {
	width: 589px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
		}
	
		#pcRight {
	width: 184px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
		}
		
		.pcColumnSpacer {
	width: 5px;
	background-color: #FFF;
		}
/* END Footer */



	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
	background-color: #FFFFFF;
	background-image: url(images/GCleftnavBG.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		
		.pcLeftCatBot {
	background-image: url(images/GCleftnavBot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
		}
	
	
		#pcLeftPriceLinks {
			background-color: #E1E1E1;
			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 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited {
	color: #0f1c4f;
	text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
	color: #E69614;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
	color: #0f1c4f;
	text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
	color: #E69614;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
	color: #0f1c4f;
	text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
	color: #E69614;
		}


	/* Define the right column */
	
		#pcShowCart {
	color: #666666;
	margin-bottom: 5px;
	background-image: url(images/GCleftnavBG.jpg);
		}
	
		#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-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 {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #1845AD;
		}
		
		#pcFooter a:link, #pcFooter a:visited {
			text-decoration: none;
			color: #606;
		}
		#pcFooter a:hover {
			color:#C30
		}
		
		#pcFooterSpacer {
			background-color: #FFFFFF;
			opacity: .5;
			filter:  alpha(opacity=50);
			height: 10px;
		}
#SimpleBlueBoxBDR {
	border: 1px solid #c4c1bc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SimpleBlueBoxTOPtd {
	font-weight: bold;
	color: #8aaf67;
	background-image: url(images/SimpleBlueTopTDBG.gif);
	font-size: 11px;
}
.SimpleBlueBoxMIDtd {
	color: #1b2d3b;
	background-color: #f8f7f5;
	padding: 4px;
}
.SimpleBlueBoxBOTtd {
	background-image: url(images/SimpleBlueBotTDBG.gif);
	text-align: right;
}
#SimpleBlueBoxBDR a:link, #SimpleBlueBoxBDR a:visited {
	color: #0f1c4f;
	text-decoration: none;
}
#SimpleBlueBoxBDR a:hover {
	color: #E69614;
}
#SimpleBlueBoxMyACC {
	border: 1px solid #c4c1bc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SimpleBlueBoxTOPtdMyACC {
	font-weight: bold;
	color: #D12D0F;
	background-image: url(images/SimpleBlueTopTDBG.gif);
	font-size: 11px;
}
#SimpleBlueBoxMyACC a:link, #SimpleBlueBoxMyACC a:visited {
	color: #0f1c4f;
	text-decoration: none;
}
#SimpleBlueBoxMyACC a:hover {
	color: #E69614;
}
#SimpleBlueBoxNARROW {
	border: 1px solid #c4c1bc;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* HCI Added Product Ruler Pictures Mouseover */

#picrule {
	background-color: #FFFFFF;
/*	left: 187px;
 	position: absolute; 
	top: 398px;  */
	width: 180px;
	z-index: 100;
	height: 27px;
}

#picrule a .large {
	border: 0px;
	display: block;
/*	left: -1px;
	position: absolute;
	top: -1px; */
	width: 1px;
}

#picrule a img {
	border: 0;
}

#picrule a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	display: block;
	height: 27px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 180px;
}

#picrule a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#picrule a.p1:hover .large {
	display: block;
/*	left: 185px;
	position: absolute;
	top: -175px; */
	width: 450px;
	border: 1px solid #000000;
}
#apDiv11 {
	width:985px;
	height: 80px;
	background-image: url(images/TopHeadBGland.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 200;
	text-align: right;
}
Div#HeaderMain2 {
	margin-left: auto;
	margin-right: auto;
	width: 985px;
	height: 80px;
	top: 0px;
}
#apDiv33 {
	width:985px;
	height: 80px;
	background-image: url(images/TopLogoRightland.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1000;
	text-align: center;
}
#pcCenter2 {
	width: 950px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
