/*
eMerchantPro Shopping Cart Software, Copyright Global Web Solutions LLC 2006, All Rights Reserved
Use this stylesheet to change the look of the default header and footer that ship with eMerchantPro
*/
body {  font-family: Tahoma, Helvetica, sans-serif; font-size: 11px; color: #666}
p { font-family: Tahoma, Helvetica, sans-serif; font-size: 11px; color: #666}
td { font-family: Tahoma, Helvetica, sans-serif; font-size: 11px; color: #666}


.footer { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:link { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: underline}

.footer2 { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer2:link { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer2:visited { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: none}
.footer2:hover { font-size: 10px; color: #FFF; font-weight: normal; text-decoration: underline}

/* TOP AREA of the page: store description, store name, search box, navigation */

		#pcHeader {
			width: 800px;
			height: 100%;
			padding: 0;			
			background-color: #FFFFFF;
			font-size: 12px;
			color: #666666;
			border-collapse: collapse;
			border: 0px none;		
			vertical-align:top	
		}
				
		#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;
		}

		.linkFeatured:link, linkFeatured a:hover {
			text-decoration: none;
			color: #666666;
		}
		
		.linkFeatured:visited {
			text-decoration: none;
			color: #666666;
		}
		
/* End TOP AREA of the page */

/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
		#pcMain {
			width: 330px;
		}
		#pcMainArea {
			width: 800px;
			background-color: #FFFFFF;
			padding: 0;
			border: 0px none;
			border-collapse: collapse
		}

		#pcLeft {
			width: 221px;
			height:196px;
			text-align: left;
			vertical-align: top;
			padding: 0;
		}
	
		#pcCenter {
			height:196px;
			text-align: left;
			vertical-align: top;
			padding: 0;
		}
	
		#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: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#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:active, #pcFooter a:visited {
			text-decoration: none;
			color: #666666;
		}
		
		#pcFooter a:hover {
			text-decoration: underline;
		}
		
		#pcFooterSpacer {
			background-image:url('images/dotted_spacer_left.gif');
			height: 5px
		}
	
/* END Footer */
.top1 { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.top1:link { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.top1:visited { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.top1:hover { font-size: 11px; color: #000; font-weight: normal; text-decoration: underline}

.top2 { font-size: 11px; color: #7aa612; font-weight: normal; text-decoration: none}
.top2:link { font-size: 11px; color: #7aa612; font-weight: normal; text-decoration: none}
.top2:visited { font-size: 11px; color: #7aa612; font-weight: normal; text-decoration: none}
.top2:hover { font-size: 11px; color: #7aa612; font-weight: normal; text-decoration: underline}

.top3 { font-size: 12px; color: #3c4228; font-weight: bold; text-decoration: none}
.top3:link { font-size: 12px; color: #3c4228; font-weight: bold; text-decoration: none}
.top3:visited { font-size: 12px; color: #3c4228; font-weight: bold; text-decoration: none}
.top3:hover { font-size: 12px; color: #3c4228; font-weight: bold; text-decoration: underline}

.foot1 { font-size: 12px; color: #164029; font-weight: bold; text-decoration: none}
.foot1:link { font-size: 12px; color: #164029; font-weight: bold; text-decoration: none}
.foot1:visited { font-size: 12px; color: #164029; font-weight: bold; text-decoration: none}
.foot1:hover { font-size: 12px; color: #164029; font-weight: bold; text-decoration: underline}

H2 { font-size: 18px; color: #729b0f; font-weight: bold; text-decoration: none; background-image:url('images/titledots.gif'); background-position: left bottom; background-repeat:no-repeat; padding-left:12px; padding-right:0px; padding-top:0px; padding-bottom:5px}

.topnav1 { display: block; width: 185px; text-align:left; font-size: 12px; color: #444736; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav1:link { display: block; width: 185px; text-align:left; font-size: 12px; color: #444736; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav1:visited { display: block; width: 185px; text-align:left; font-size: 12px; color: #444736; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav1:hover { display: block; width: 185px; text-align:left; font-size: 12px; color: #FFF; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/navhibg.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }

.topnav2 { display: block; width: 185px; text-align:left; font-size: 12px; color: #349601; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav2:link { display: block; width: 185px; text-align:left; font-size: 12px; color: #349601; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav2:visited { display: block; width: 185px; text-align:left; font-size: 12px; color: #349601; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/nav_r3_c2.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }
.topnav2:hover { display: block; width: 185px; text-align:left; font-size: 12px; color: #FFF; font-weight: bold; text-decoration: none; text-transform:uppercase; background-image:url('images/navhibg.jpg');padding-left:8px; padding-right:0px; padding-top:4px; padding-bottom:4px }

.top4 { font-size: 18px; color: #000; font-weight: bold; text-decoration: none}

.top5 { font-size: 18px; color: #7aa612; font-weight: bold; text-decoration: underline}
.top5:link { font-size: 18px; color: #7aa612; font-weight: bold; text-decoration: underline}
.top5:visited { font-size: 18px; color: #7aa612; font-weight: bold; text-decoration: underline}
.top5:hover { font-size: 18px; color: #000; font-weight: bold; text-decoration: underline}

.top6 { font-size: 11px; color: #ff7f00; font-weight: bold; text-decoration: none}
.top6:link { font-size: 11px; color: #ff7f00; font-weight: bold; text-decoration: none}
.top6:visited { font-size: 11px; color: #ff7f00; font-weight: bold; text-decoration: none}
.top6:hover { font-size: 11px; color: #ff7f00; font-weight: bold;}
.top6 a:hover { font-size: 11px; color: #ff7f00; font-weight: bold;text-decoration: underline;}

.newsbit { padding: 10px; text-align: left; }
.newsbit a { font-size: 11px; text-decoration: underline; color: #7a8b1a; text-decoration: none; }
.newsbit a:hover { text-decoration: none; }

li  { list-style-position:inside; margin: ; padding: ; }

span.viewallnews { font-size: 11px; font-weight: bold; color: #63720d; text-decoration: none; }
.viewallnews:link { text-decoration: none; }

.aboutus_content { padding: 10px; }

.news_item {
	padding: 10px;
	background-color: #f7f7f7;
}
h1.news_title {
	font-size: 14px;
	font-weight: bold;
	color: #284318;
}
p.news_date { font-size: 11px; font-weight: normal; color: #86997a; }
p.news_content {
	padding-top: 10px;
	font-size: 12px;
	color: #242622;
}
p.news_content a { font-size: 12px; text-decoration: underline; color: #609044; }
p.news_content a:hover { text-decoration: none; }

.contactus_content { padding: 10px; }
.contact_form {
	width: 340px;
	float: left;
}
.map {
	width: 400px;
	float: right;
	clear: right;
	margin-right: 30px;
}
.extras {
	width: 400px;
	float: right;
	clear: right;
	margin-right: 30px;
}
h1.thankyou {
	font-size: 12px;
	font-weight: lighter;
	color: #316513;
	text-decoration: underline;
}

.specialoffer {
	padding: 20px;
}
.offerdesc {
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
	margin-top: 10px;
}