html, body {
/* Mozilla browsers require the following CSS for this doctype, */
/* otherwise page content height is not 100%. */
margin: 0;
padding: 0;
height: 100%;
}

body{
 	/*scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #CCFF99;
	scrollbar-shadow-color: #009900;
	scrollbar-3dlight-color: #CCFF99;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #006600;*/
	background-image: url(../images/bg-greentop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #686D1B;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size:11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#333333;
	line-height:1.2;	
	margin-bottom:10px;
}

p { margin:0; } 

body.plain{
	background: #686D1B none;
}

body.gutter{
	background-image: url(../images/bg-guttergreentop.jpg);
}

body.content{
	background: #ffffff none;
	padding: 0 0 0 10px;
}

table.holdAll{
	width:100%;
	border:none;
}

table.contentMain {
	width:779px;
	border:none;
	margin: 0 0px 10px 0px;
	text-align:left;
}

table.masthead {
	width:779px;
	border:none;
	margin:0px;
}

table.masthead tr td {

}

#nav {
	margin:0px;
	padding:0px;
}

#nav li {
	list-style: none;
	float: left;
	padding-left: 8px;
	margin: 0 0 0 1px;
	white-space:nowrap;
	background: #9083B9 url(../images/menutab-left-purple.gif) 0 0 no-repeat;
	font-weight:bold;
	font-size:1.2em;
	color: #ffffff;
	vertical-align: middle;
}

#nav a {
	display: block;
	padding: 4px 8px 4px 0;
	/*height:100%;*/
	float: left;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	background: #9083B9 url(../images/menutab-right-purple.gif) 100% 0 no-repeat;
	color:#ccccff;
}

#nav a:hover {
	color:#ffffff;
}

/* mike - modified the nav slightly */
#nav li.currentPage {
	background: #fff url(../images/menutab-left-white.gif) 0 0 no-repeat;
}

#nav li.currentPage a{
	color:#57591c;
	background: #fff url(../images/menutab-right-white.gif) 100% 0 no-repeat;
}

/* Commented Backslash hack to hide rule from IE5-Mac \*/
#nav a {
	float: none;
}
/* End IE5-Mac hack \*/

td.marginleft {
	width:18px;
	background: #ffffff url(../images/corner-topleft-green.gif) 0 0 no-repeat;
}

td.marginleftProdInfo { 
	width:18px;
	background: #ffffff url(../images/productinfo-top.gif) 0 0 no-repeat;	
}

td.marginright {
	width:18px;
	background: #ffffff; /*
	mike - no longer want a cornered top left
	url(../images/corner-topright-green.gif) 100% 0 no-repeat;
	*/
}

tr.secondRow td.marginright {
	background: #ffffff none;
}


#maincontent {
	width:779px;
	padding: 25px 0 15px 0;
	background: #ffffff;
	vertical-align: top;
	font-size:1.2em;
	font-weight:normal;
}

#maincontentHome {
	width:779px;
	padding: 0 0 15px 0;
	background: #ffffff;
	vertical-align: top;
	font-size:1.2em;
	font-weight:normal;
}

#productcontent { 
	width:484px;
	padding: 0 0 15px 0;
	background: #ffffff;
	vertical-align: top;
	font-size:1.2em;
	font-weight:normal;
}

h1 {
	font-size:1.9em;
	font-weight:normal;
	color:#333399;
	margin:0;
}

h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#333399;
	margin:0;
}

.text {
	font-size:1.1em;
	font-weight:normal;
}

table.price{
	border:none;
	width:100%;
	margin:0;
	padding:2px;
	border-spacing: 1px;
}

table.price th{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	/*width:25%;*/
	height:20px;
	background:#9083B9;
} 

td.pricecell {
	font-size:1.1em;
	font-weight:normal;
	text-align:center;
	/*width:25%;*/
	height:20px;
	background:#dddddd;
}

td.spacer {
	width:16px;
	background: #ffffff;
}

#rightColumn {
	width:201px;
	background: #ffffff;
}

#rightColumn table {
	border:0;
	width: 201px;
	border-spacing: 0px;
	margin: 0 0 16px 0;
}

#rightColumn table tr td.header{
	background: #9083B9;
	padding: 6px 10px 6px 10px;
	font-weight:bold;
	color:#ffffff;
	font-size:0.9em;
}

#rightColumn table tr td.content{
	background: #cccccc;
	padding: 6px 10px 6px 10px;
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
}

#imageRotate {
	width:256px;
	height:276px;
	background: #ffffff;
	vertical-align: top;
}

.introtext {
	font-weight:bold;
	color:#333333;
}

a:link {
	color:#333399;
	text-decoration:underline;
	}
	
a:visited {
	color:#6666CC;
	text-decoration:underline;
}

a:hover {
	color:#ff0000;
	text-decoration:none;
}

a:active {
	color:#333399;
	text-decoration:none;
}

td.botleft {
	width:18px;
	background: #ffffff url(../images/corner-botleft-green.gif) 0 100% no-repeat;
}

td.botright {
	width:18px;
	background: #ffffff url(../images/corner-botright-green.gif) 100% 100% no-repeat;
}

td.baseline {
	background: #ffffff;
	font-size:1.1em;
	color:#999999;
}

td.basenav {
	height:24px;
	vertical-align:bottom;
	font-size:11px;
	color:#3d3f0a;
}

td.basenav a:link{
	font-weight:bold;
	color:#CCCC99;
	text-decoration:none;
}

td.basenav a:visited{
	font-weight:bold;
	color:#CCCC99;
	text-decoration:none;
}

td.basenav a:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

td.basenav a:active{
	font-weight:bold;
	color:#CCCC99;
	text-decoration:none;
}

span.framelinks {
}

span.framelinks a {
display:block;
margin-bottom:4px;
font-size:1.2em;
}

td.gallery {
	background: #ffffff url(../images/bg-gallerypage.gif) no-repeat center;
	padding: 0 0 0 150px;
}

/* added styles */

/* shopping cart */
table#cartBox { 
	width:230px;
	margin-bottom:22px;
}

td.cartContainer { 
	height:36px;
	background:url(../images/cart-bg.gif) no-repeat;	
	text-align:center;
	color:#a1a16d;
	font-size:12px;

}

td.cartContainer a { 
	color:#a1a16d;
	text-decoration:none;
}

td.cartContainer a:hover { 
	text-decoration:underline;
}

td.cartContainer a.cart { 
	margin-left:41px;
	background:url(../images/bg-cart-button.gif) no-repeat left;
	padding-left:26px;
	color:#fff;
}

/* logo */
td.logo { 
	vertical-align:bottom;
}

td.jaciFooter {
	background:url(../images/footer-bg.gif) repeat-x;
	height:15px;
}

td.footer-text  {
	color:#333301;
	text-align:center;
}

td.footer-text a { 
	color:#333301;
}

/* category header */

#maincontent table#catHeaderTable { 
	background:url(../images/cat-bg.gif) repeat;	
	width:754px;
}

#maincontent td.catHeader { 
	font-size:12px;
	color:#fff;
	background: url(../images/cat-bg-corner.gif) no-repeat top left;
	padding:0 30px;
}

#maincontent td.catHeaderRight {
	text-align:right;	
	width:562px;
} 

#maincontent td.catHeader h2 { 
	font-size:12px;
	color:#fff;
}

/* subcat boxes */

div.subCat { 
	background:url(../images/subcat-bg.gif) no-repeat;
	width: 147px;
	height:157px;
	position:relative;
}

div.subCat img { 
	position:absolute;
	top:3px;
	right:9px;
}
div.subCatName { 
	position:absolute;
	top:130px;
	left:0;
	width:147px;
	text-align:center;
	font-size:12px;
}

div.subCatName a {
	color:#474908;
	text-decoration:none;
	text-transform:lowercase;
}
div.subCatName a:hover; {
	color:#474908;
	text-decoration:underline;
	text-transform:lowercase;
	font-size:12px;
}

div.productListContainer { 
	position:relative;
	background:url(../images/card-background.gif) no-repeat;
	width:131px;
	height:134px;
}

div.productListContainer img { 

}

div.productListName { margin-top:5px; }

div.productListName a { 
	color:#474908;
	font-size:12px;
	text-decoration:none;
}

div.productListName a:hover { 
	color:#000;
	font-size:12px;
	text-decoration:none;
}


A.pageResults {
  color: #474908;
  text-decoration:none;

}

A.pageResults:hover {
  color: #000;
  text-decoration:none;
}

td.productInfoBox-top { background:url(../images/productbg-t.gif) repeat-x; }
td.productInfoBox-left { background:url(../images/productbg-l.gif) repeat-y; }
td.productInfoBox-right { background:url(../images/productbg-r.gif) repeat-y; }
td.productInfoBox-bottom { background:url(../images/productbg-b.gif) repeat-x; }

h1.productName { 
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:13px;
	margin-top:7px;
}

#productDesc { 
	font-size:12px;
	line-height:1.5;
	color:#000;
}

table#priceBox { 
	margin-top:21px;
}

#product-price-list { 
	font-size:14px;
	color:#000000;
	border-top: 1px #cacaca solid;
	border-bottom: 1px #cacaca solid;
	padding:6px 5px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}

div.reviewsLink { 
	margin-top:28px;
	color:#666666;
	font-size:12px;
}

div.reviewsLink a 		{ color:#797a4a; text-decoration:none; }
div.reviewsLink a:hover { color:#000; }

div.reviewsLink a.review-view { 
	background:url(../images/button-view.gif) no-repeat left;
	padding-left:12px;
}

div.reviewsLink a.review-add {
	margin-left:7px; 
	background:url(../images/button-add.gif) no-repeat left;
	padding-left:18px;
}

#product-price-list .priceRed { 
	color:#ff0000;
}

#productsOptions { 
margin-top:16px;
}

#productInfoTopBar { 
	background:url(../images/productInfoTopBar.gif) no-repeat;
	width:770px;
	height:48px;
	position:relative;
}

a#productInfoPrev { 
	top:12px;
	left:629px;
	position:absolute;
}

a#productInfoNext { 
	top:12px;
	left:703px;
	position:absolute;
}

#productSelectDrop { 
	position:absolute;
	left:126px;
	top:12px;
	font-size:11px;
	color:#474908;
	font-weight:bold;
}

#productSelectDrop select { 
	margin-left:5px;
}

#buttonBack { margin-top:20px; } 

div.productListDimensions { 
	margin:3px 0;
	font-weight:bold;
}

div.galleryImagePlaceholder { 
	height:95px;
}

#addedmessage { 
	border: 2px solid #9083B9;
	padding:5px;
	font-size:11px;
	font-weight:bold;

	
}

#listingBack { 
	margin-top:5px;
}

div.productSetImage { 
	margin-right:8px;
	margin-bottom:6px;
	float:left;
}

div.productSetSmallImages {
	margin-left:6px;
	margin-top:6px;
}

#enlargeSmallImages { 
	margin:10px 0 10px 10px;
	font-size:12px;
	color:#000;
	background:url(../images/enlarge-icon.gif) no-repeat right;
	width:130px;
}

#finalFooter { 
	font-size:11px;

	text-align:left;
	width:779px;
	margin:0 auto;
}

#finalFooter a { 
	color:#cccc9a;
	text-decoration:none;
}

#finalFooter a:hover { 
	color:#cccc9a;
	text-decoration:underline;
}

table#priceBox #setDisclaimer { 
	padding:0 10px;
	font-size:10px;
}

div.productListQtyBox { 
	font-size:11px;
	color:#8a7fa9;
	margin-top:5px;
}

div.productListQtyBox input { 
	width:30px;
	font-size:11px;
}

div.addall {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:11px 0;
	text-align:center;
}

div#addall-disclaimer { 
	margin-bottom:10px;
	font-size:11px;
	text-align:center;
	padding:0 10px;
	font-weight:bold;
}

#homeBoxesRight { 
	margin-left:30px;
	margin-top:10px;
}