/*
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
background-image: url(images/Backgrounds/Dons_favorite II.gif); */
html, body {
	text-align:center;
 	margin-left:auto;
	margin-right:auto;	
	padding: 0;
}

body {
	vertical-align: top;
	font-family:  Verdana ;
	font-size: 11px;
	color: #333333;
	background-color: #71808E;
	scrollbar-face-color: #524858;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BFBFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #7194DB;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #CACACA;


}

#topleft {
	/* background-color: #002F50; */ TEXT-ALIGN: CENTER;
	width: 340px;
	padding: 0px;
	height: 100px;
	font-size: 16px;
	color:#ffffff;
	float:left;
	
} 

#topright {	
	background: #000099;
	/* margin: 30 0 0 280px; */ 
	padding: 10px; 
	font-size: 12px;
	height: 100px;
	background-image: url(images/vendor/cover1sm.jpg);
	} 
	
.yellowtext {
	color: #ffff00;
	font-weight:bold;
	} 
.bluetext {
	padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
	color: #002F50;
	font-weight:normal;
	font-size:12;
	}

.greentext {
	color: #1E791E;
	font-size:14;
	font-weight:bold;
	}

.redtext {
	color: #DD0D0D;
	font-weight:bold;
	} 

#nav a{
color: #ffffff;
text-align: left;
text-decoration: none;
}

#nav A:Hover { 
		
	color: #68FFE8;
		}
/* TOP AREA of the page: store description, store name, search box, navigation */
		#MasterHeader {
			width: 900px;
			background-color: #002F50;
		}

		#pcToprow {
			background-color: #002F50;
		}
			

		#pcHeader {
			width: 1000px;
			height: 90px;
			vertical-align: top;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			margin-bottom: 5px;
			padding: 0;
			background-color: #31319C;
			font-size: 12px;
			color: #FFFBFB;
			border-collapse: collapse;
			border: 0;
		}
		
		#pcHeader td {
			background-image: url(images/Backgrounds/gradua37.jpg); 
			padding: 3px;
			vertical-align: top;
			font-size: 18px;
			
		}
		
		#pcStoreDescription {				
			font-size: 14px;
			font-weight: normal;
			text-align: left;
			color: #8CFFE8;	
		}
		
		#pcStoreName {
			font-size: 36px;
			font-weight: bold;
			vertical-align: top;
			text-align: left;
			color: #F5FDFF;
						
		}

		#pcStoreNamebottom {
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			color: #FFFFFF;
		}
		

		#pcStoreSearch td {			
			text-align: left;
				
		}

		#submit {
			background-color: #524858;
			color: #FFFFFF;
						
		}
		

		#pcTopright {			
			font-size: 18px; 
			color: #8CFFE8;
			text-align: center;
		}
						
		#pcTopNav {			
			text-align: center;
			
		}
		
		#pcStoreSearch a {
			text-decoration: none;
			text-align: left;
			color: #FFFFFF;
			font-size: 11px;
		}
		
		#pcStoreSearch a:hover {
			color: #8CFFE8;
		}
		
		#pcTopNav ul {
			list-style: none;
			margin: 0;
		}
		
		#pcTopNav li {
			display: inline;
			padding-right: 1px;
			color: #8CFFE8;
		}
		
		#pcTopNav a:link, #pcTopNav a:visited {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			color: #FBFB04;
		}
		
		#pcTopNav a:hover {
			color: #8CFFE8;
			font-weight: bold;
		}

/* 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: 1000px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
	
		#pcCenter {
			/* background-image:url(images/Backgrounds/ltgraydk.gif); */
			background-color: #fff;
			width: 820px;
			/* padding: 0 5px 0 5px; */
			text-align: justify;
			vertical-align: top;
			font-family:"Arial";
			font-size:16px;
			color: #000000;
		}

		#pcCenterHeadline {
			background-color: #524858;
			vertical-align: center;		
			text-align: center;
			/* padding: 10px 10px; */
			width=100%;
			height: 20px;
			font-size:12px;
			color: #FFFFFF;
			
		}
			
		#CenterTopTable {
			vertical-align: top;
			text-align: left;
			font-size:14px;
			color: #000000;
		}

		#pcCenterBlog {
			vertical-align: top;
			margin-right: 50px;
			padding: 10px 10px 10px 10px;
			text-align: justify;
			font-family:"Ariel";
			font-weight:normal;
			font-size:12px;
			color: #002F50;
		}
		
		#pcCenterHeadline2 {
			vertical-align: center;		
			text-align: left;
			width: 810px;
			
			font-size:12.5px;
			color: #FFFF00;
			
		}
				
		#LgLetter {
			font-size: 20px;			
		}

		#pcRight {
			width: 180px;
			text-align: left;
			vertical-align: top;
		}
		
		.pcColumnSpacer {
			width: 1px;
			/* 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: #524858;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 13px; 
		}
		
		#pcLeftPriceLinks {
			background-color: #336699;
			color: #FFFBFB;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			font-size: 12px;
		}
		
		#pcLeftStoreLinks {
			background-color: #002F50; 
			color: #FFFFFF;
			padding: 10px 5px 1px 10px; 
			margin: 0 0 2px 0;
			font-size: 12px;
		}
	
		#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: bold;
		}
		
		#pcLeftCatLinks a:hover {
			color: #8CFFE8;
		}
		
		#pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited {
			color: #FFFBFB;
			text-decoration: none;
		}
		
		#pcLeftPriceLinks a:hover {
			color: #8CFFE8;
		}
		
		#pcLeftStoreLinks a:link, #pcLeftStoreLinks a:visited {
			color: #FFFBFB;
			text-decoration: none;
		}
		
		#pcLeftStoreLinks a:hover {
			color: #8CFFE8;
		}
		
		#pcShowCart a:link, #pcShowCart a:visited {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			color: #FBFB04;				
		}
			
		#pcShowCart {
			text-align: center;
			font-size: 10px;
			color: #ffffff;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}

	/* Define the right column */	
	

		#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;
		}
		#pcBottomright {			
			font-size: 12px; 
			color: #8CFFE8;
			text-align: center;
		}
		
		#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;
		}
		
		#jesus {			
			text-align: center;
			font-size: 9px;
			color: #71808E;
		}
	
}		

.box { 
  background: #524858; 
}
.boxtop { 
  background: url(images/rounded bars/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/rounded bars/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/rounded bars/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/rounded bars/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

		


/* End MAIN AREA */

/* START Footer */
	
		#pcFooter {			
			background-color: #002F50; ;
			font-size: 10px;
			color: #FFFFFF;
			text-align: center;
			padding: 5px;
			Width: 900px;
			height: 10px;
			height: 5px;
		}

		#pcFotterBottomlinks a:link, #pcFooter a:visited, {
			text-decoration: none;
			color: #FFFFFF;
		}		
			
		#pcFotterBottomlinks a:hover {
			text-decoration: none;
			color: #7BFFD2;
		}
		
		#pcFooterSpacer {
			background-image:url(images/dotted_spacer_left.gif);
			height: 5px;
		}
		
		#Copyright {
			
			text-align: right;			
			color: #8CFFE8;
		}
	
/* END Footer */
