/*
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: #FFFFFF;
}

/* 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: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #e5e5e5;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#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;
		}
		
		#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: 983px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 283px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			width: 6px;
			padding: 0 0px 0 5px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.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: #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: #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: #0066CC;
			text-decoration: none;
		}
		
		#pcLeftCatLinks a:hover {
			color: #FFFFFF;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #666666;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #FF6600;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #777777;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #FF6600;
		}


	/* Define the right column */
	
		#pcShowCart {
			background-color: transparent;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
			margin-left:50px;
			width:283px;
		}
	
		#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: 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 */


/* Custom fo sho */
html{
	height:100%;
}

body{
	background:url(images/footer.jpg) repeat-x bottom fixed;
	height:100%;
	margin:0px;
	font:11px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
}

a{
	color:#990000;
}

a img{
	border:none;
}
/* IDs */
#center{
	background:url(images/repeat_bg.jpg) top repeat-x;
}

#container{
	width:990px;
	text-align:left;
}

#body{
	background:url(images/header.png) no-repeat;
	width:990px;
	height:212px;
}

#leftCol{
	margin-top:146px;
	width:283px;
	float:left;
}

#rightCol{
	width:699px;
	float:left;
}

#nav{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:270px;
	height:32px;
}

#nav li{
	display:inline;
	padding:0px;
	margin:0px;
}


#leftCol a {
	font:12px Arial, Helvetica, sans-serif;
	color:#12284b;
	text-decoration:none;
}

#nav_side{
	width:283px;
	height:359px;
	background:url(images/nav_bg.jpg) repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	color:#12284b;
}

#nav_side ul{
	width:170px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-left:65px;
}

#nav_side ul li{
	list-style-type:none;
	background:url(images/arrow.jpg) no-repeat 5px;
	border-bottom:1px dotted #9da2a2;
	padding:4px 0px 4px 25px;
}

#nav_side table{
	width:170px;
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-left:65px;
	text-align:left;
}


td.nav_item{
list-style-type:none;
	background:url(images/arrow.jpg) no-repeat 5px;
	border-bottom:1px dotted #9da2a2;
	padding:4px 0px 4px 25px;
}

#nav_side_bottom{
	width:283px;
	height:195px;
	background:url(images/nav_bottom.png) no-repeat;
	font:12px Arial, Helvetica, sans-serif;
	color:#12284b;
}

#nav_side_bottom ul{
	width:170px;
	margin:0px;
	padding:0px;
	margin-left:65px;
}

#nav_side_bottom ul li{
	list-style-type:none;
	background:url(images/arrow.jpg) no-repeat 5px;
	border-bottom:1px dotted #9da2a2;
	padding:4px 0px 4px 25px;
}

#footer{
	color:#007a8b;
	font:10px Arial, Helvetica, sans-serif;
	margin-left:70px;
	margin-top:25px;
	margin-bottom:15px;
}

#box{
	width:213px;
	padding-right:10px;
	float:left;
}

#boxes{
	margin-left:15px;
}

#boxes p{
	padding:5px;
	margin:0px;
}

#box_middle{
	background:url(images/box_middle.jpg) repeat-y;
	width:213px;
	height:115px;
}

#box_content{
	margin-left:15px;
	margin-right:15px;
}

#ads{
	margin-left:15px;
}

#box_footer{
}

/* Classes */

.foot{
	font:11px Arial, Helvetica, sans-serif;
	width:135px;
	color:#007a8b;
	border-left:1px solid #007a8b;
	margin-left:15px;
	padding-left:15px;
	margin-bottom:15px;
	text-align:left;
	float:left;
}

.foot ul{
	margin:0px;
	padding:0px;
}

.foot ul  li{
	list-style-type:none;
	padding-top:2px;
}
