html, body {
	margin: 0;
	padding: 0;
}

img {border:0;}

body {
	font-family: tahoma, arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background: #f0efe5 url(/shop/pc/images/design/page-background.gif) repeat-y scroll 50% 0;
}


    /* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 904px;
			height: 90px;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			padding: 3px;
			vertical-align: bottom;
		}
		
		#pcStoreDescription {
			text-align: left;
			padding-top:6px;
			padding-left:8px;
			padding-bottom:10px;
			height:65px;
			float:left;
		}
		
		
		#pcStickStuffGo {
		    float:left;
		    margin-top:23px;
		    margin-left:180px;
		}
		
		#menuholder {
		    background:red;
		}
		
		#pcStoreName {
			font-size: 28px;
			font-weight: bold;
			text-align: left;
		}
		
		#pcStoreSearch {
			text-align: right;
		}
		
		#pcTopNav {
		    float:left;
			text-align: left;
			border-bottom:solid 1px #E1E1E1;
			margin-bottom:5px;
			margin-left:10px;
			margin-right:10px;
			margin-top:30px;
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			color: #999999;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #000000;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding:5px;
		}
				
		#pcTopNav a:link, #pcTopNav a:visited {
		    line-height:28px;
			text-decoration: none;
			font-weight:bold;
			font-size: 14px;
			color: #8cc43f;
		}
		
		#pcTopNav a:hover {
			color: #8cc43f;
			border-bottom:solid 1px #8cc43f;
		}
		
        .twitterbutton {
            float:left;
            margin-left:10px;
            margin-top:-11px;
        }


/* 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: 904px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
			table-layout:fixed;
		}
	
		#pcLeft {
			text-align: left;
			vertical-align: top;
			padding-left:13px;
		}
	
		#pcCenter {
			width: 520px;
			padding: 0px;
			text-align: left;
			vertical-align: top;
		}
	    
	    #pcCenter a:link, #pcCenter a:visited {
		    color: #000000;
	    }
    	
	    #pcCenter a:hover {
	        color: #f78f1e;
	        text-decoration:underline;
        }
	    	
		#pcRight {
			text-align: left;
			vertical-align: top;
			padding:0px;
			padding-right:13px;
		}
		
		.pcColumnSpacer {
			width: 11px;
			padding:0px;
			background:  url(/shop/pc/images/design/pcColumnSpacer-background.gif) repeat-y;
		}

	/* Define the left column */
	
		#pcLeft {
		    color: #000000;
		    font-size:13px;
		    }
		
		#pcLeft h3 {
			font-size: 13px;
			margin: 0;
			height:19px;
			padding-left:10px;
			padding-top:6px;
		    background: #d0e7b0 url(/shop/pc/images/design/leftmenu-header-green.gif) no-repeat;
		}
		
		#pcLeft #pcLeftCatLinks h3 {
		    margin-top:0px;
		    background: #d0e7b0 url(/shop/pc/images/design/leftmenu-header-green.gif) no-repeat;
		}

		#pcLeftCatLinks {
		    width:167px;
		}
		
		#pcLeftCatLinks h3 a:hover {
		    color:#000000;
        }
		
		#pcLeftPriceLinks {
		    width:167px;
			margin-top:15px;
		}
		
		#pcLeftStoreLinks {
		    width:167px;
			margin-top:15px;
        }
        
        #pcLeftStoreLinks h3 {
		    background: #d0e7b0 url(/shop/pc/images/design/leftmenu-header-green.gif) no-repeat;
        }
        
        #pcOtherLinks {
            width:167px;
            margin-bottom:15px;
        }            
				
		#pcLeft a:link, #pcLeft a:visited {
			color: #000000;
			text-decoration: none;
		}

		#pcLeft a:hover {
			color: #f78f1e;
			text-decoration:underline;
		}
		
		#pcLeft ul {
			list-style-type: none;
			margin: 0;
            padding: 0;
			background:#f7f7f7;
			border-bottom:1px solid #DDDDDD;
		}
		
		#pcLeft ul ul {
		    padding:0;
		    border:none;
		}
		
		#pcLeft li {
			margin: 0 0 0 0;
			border-top:1px solid #DDDDDD;
			padding: 3px 0  3px 10px;
		}
		
		#pcLeft li li {
		    padding-left:15px;
		    background: url(/shop/pc/images/design/leftmenu-arrow.gif) no-repeat 2px ;
		}

	/* Define the right column */
	
	    #pcRight {
		    color: #000000;
		    font-size:13px;
        }
	
		#pcRight h3 {
			font-size: 12px;
			height:17px;
			padding-left:10px;
			padding-top:6px;
		    background: #d0e7b0 url(/shop/pc/images/design/leftmenu-header-green.gif) no-repeat;
			margin:0;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 0 0px;
            padding: 0;
			background:#f7f7f7;
			border-bottom:1px solid #DDDDDD;
		}
	
		#pcRight li {
			margin: 0 0 0 0;
			border-top:1px solid #DDDDDD;
			padding: 3px 0  3px 10px;
		}
				
		#pcRight li li {
		    padding-left:15px;
		    background: url(/shop/pc/images/design/leftmenu-arrow.gif) no-repeat 2px ;
		}

	    #pcRight a:link, #pcRight a:visited {
			color: #000000;
			text-decoration: none;
		}

		#pcRight a:hover {
			color: #f78f1e;
			text-decoration:underline;
		}

		#pcShowCart {
		    width:167px;
			margin-bottom: 15px;
		}
		
        #pcShowCart h3 {
		    background: #d0e7b0 url(/shop/pc/images/design/leftmenu-header-green.gif) no-repeat;
        }

	
		#pcCustomerLogin {
		    width:167px;
			margin: 0 0 5px 0;
		}
				
		#pcAffiliateLogin {
			background-color: #FFEE99;
			color: #0066FF;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}
		

/* End MAIN AREA */

/* START Footer */
	
    #pcFooter {
		text-align: center;
		margin-top:5px;
        margin-left:3px;
        margin-right:3px;
        padding-top:15px;
        padding-bottom:15px;
		border-top:1px solid #e1e1e1;
		font-size:13px;
    }
    
    
    #pcFooter a:link, #pcFooter a:visited {
        color:#000000;
        text-decoration:underline;
    }

    #pcFooter a:hover {
        color:#F78F1E;
        text-decoration:underline;
    }    
    
    .pcFooterSpacer {
        height: 5px;
    }
	
/* END Footer */