 /** BODY AND TD AFFECT THE WHOLE SITE  */
body{
    margin: 0px;
	background-color: #FDFDFB;
	font-family:  Verdana, Arial, helvetica, sans-serif;
	color: #6b6b5b;
    font-size: 12px;
    text-decoration: none; 
	line-height: 150%;
	background-image: url(img/background3.jpg);
	background-repeat: repeat-x;  
}

td {
	vertical-align: top;
	font-family:  Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;	
	color: #6b6b5b;
	line-height: 150%;

}


.hr {
	height: 1px;
	width: 80%;
	color: #979700;
}

form {
	margin: 0px;
}



div.clearboth {
	clear:both;
	height:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}



/** CONTAINER / STRUCTURE STYLES  */

/** maintable is only used in the admin pages **/
.maintable{
	width: 850px;
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width:1px;
}

/** Change link colors  */
.maintable a:link {
	color: #003366;
}

/** Change link colors for visited links */
.maintable a:visited{
	color: #003399;
}

/** Change link colors when you hover over links */
.maintable a:hover{
	color: #0066FF;
}



.holder {
	clear: both;
	padding-top: 5px;
}

.outer_box {
	background-color: #FFFFFF;
	width: 900px;
	padding: 0px;
	border-color: #999999; /* #979700; */
	border-style: solid;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width:1px;
}

.menu{
	width: 880px;
	height: 30px;
}


.leftbar{
	width: 192px;
	border-right: 1px solid #E2E4E9; /* #CFD2DA; */
	padding: 3px 1px 3px 1px;
}

.rightbar{
	width: 150px;
	border-left: 1px solid #E2E4E9; /* #CFD2DA; */
	padding: 3px 2px 3px 2px;
}

.midsec { 
	padding: 2px 15px 2px 15px;
	width: 708px;

}


.footer {
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

.footertop {
	height: 25px;
	background-image: url(img/footer_top.jpg);
	background-position: left;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.footer_mid{
	height: 90px;
	background-image: url(img/globe.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.footerbot {
	height: 25px;
	background-image: url(img/footer_bot2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
} 


/** Change link colors  */
.midsec a:link, .leftbar a:link, .rightbar a:link, .footer a:link{
	color: #979700;
}

/** Change link colors for visited links */
.midsec a:visited, .leftbar a:visited, .rightbar a:visited, .footer a:visited{
	color: #979700;
}

/** Change link colors when you hover over links */
.midsec a:hover, .leftbar a:hover,  .rightbar a:hover, .footer a:hover{
	color: #FFFF00;
}

/** This changes the unnumbered bullet list bullets */
.midsec ul li {
	list-style-image: url(img/gbullet1.jpg); /*bullet image, if deleted, the list-style-type will show up instead*/
	list-style-type: circle;
	line-height: 140%;
	color: #666666;
}

/** TABLE STYLES  */

/** Table4 is used for boxes all over the site (grayish background) */

.table4 {
	background-color:#FFFFFF;
	border-collapse: collapse;
}

.table4 td {
	background-color: #FFFFFF;
	border: 1px solid #CFD2DA;
	padding: 8px 8px 8px 8px;
}


.table5 {
	background-color:#FFFFFF;
	border-collapse: collapse;
}
/** Table5 is the one used on the top of the products page (gray background) */
.table5 td {
	background-color:#FFFFFF;
	border:1px solid #E2E4E9; /* #CFD2DA; */
	padding:5px;
}

/** xsnazzybox is the style of most side boxes. It had rounded corners but I took out all those styles. change the background to #FFFFFF for white */
#xsnazzybox {background: transparent; margin-top: 0.2em; margin-bottom: 0.5em; margin-left: 4px; margin-right: 4px;}
#xsnazzybox .xboxcontent {background:#FFFFFF; border:0px solid #AFAFAF; padding: 0px 5px 0px 5px;}



 /** TEXT STYLES  */

/** h1 is the large heading style */

h1, .h1 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #979700;
	line-height: normal;
	padding: 3px;
	margin: 3px;
}

/** h1 a:link is when the heading is a link. It includes a background image of arrows. */
h1 a:link, .h1 a:link {
	background-image: url(img/h1-bg.gif);
	height: 31px;
	line-height: 31px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: none;
	border: none;
}



/** h1 is the second largest heading style */

h2, .h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color:  #979700;
}
/** h2 a:link is when the heading is a link. It includes a background image of arrows. */

h2 a:link, h2 a:visited  {
	background-image: url(img/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	line-height: 25px;
	padding-left: 26px;
	font-size: 15px;
	border: none;
	text-decoration: none;
}

/** h3 is the third largest heading. */

h3, .h3, .prodtextBold {
	font-family: Verdana, Arial, helvetica, sans-serif;
	line-height: 120%;
	font-size: 14px;
	color: #979700;
	font-weight: bold;
}



h4, .h4 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #556363;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
}

h5, .h5 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color:  #979700;
	font-weight: bold;
}

h6, .h6 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #617462;
	font-weight: bold;
}

h7, .h7 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #979700;
	font-weight: bold;
}

h8, .h8 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #979700;
	font-weight: normal;
}


.lighttext {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #979700;
}

.small {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%
}

.smaller {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 120%

}
/** STYLES THAT NIK CAN EDIT WITH NO PROBLEM  */


.tablemenu{ /* top menu for subsection pages*/
	width: 100%;
	padding: 3px 5px 3px 5px;	
	border-style: solid;	
	border-color: #979700;
	border-left-width: 0px;		
	border-right-width: 0px;	
	border-top-width: 1px;	
	border-bottom-width: 1px;
	line-height: 150%;
}

.vspace { /*vert spacer div*/
	height: 5px;
}

/* newscroll applies to the news scroll box on pages other than home */

.newscroll{
	border-top: 1px solid #D6D7BD;
	border-bottom: 1px solid #D6D7BD;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
	padding-bottom: 6px;
	height: 180px;
	width: 198px;
	color: #363636;
}




/* listbox1 is the background style of the articles menu */
.listbox1 {
border: 1px solid #376797;
width: 100%;
}

.listbox2 {
	padding: 7px 5px 5px 5px;
	background-color: #979700;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}

/* sectionLinks styles */
/* artlist is the main styles of the articles menu. It makes the rollover changes on the menu items, scrollbar and other backgrounds and borders */

#artlist{
	margin: 0px;
	padding: 0px;
	height: 450px;
	overflow: auto;
}

#artlist h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#artlist a:link, #artlist a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #F5F7F6;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #78A142;
}

#artlist a:hover{
	border-top: 1px solid #cccccc;
	background-color: #EEEFD1;
	text-decoration: underline;
}


/* end sectionLinks styles */

/* Side Picture styles */

.sidepic {
	padding: 2px 1px 1px 2px; 
}

.sidepiccap {
	padding:3px;
	margin: 1px 2px; 
	border: solid 1px #EAEAEA;
	font-size: 11px;
	font-style: oblique;
	text-align: left;
}





/* shopping cart styles */	
.catnug {
height: 275px; 
background-image: url(../images/cat_back.jpg); 
background-repeat: repeat-x;
}

.catnug_div {
padding-left: 6px; 
padding-right: 6px;
}

.catnug_nameline {
background-image:url(../images/dotline1.jpg); 
background-position: center; 
background-repeat: repeat-x; 
height: 2px; 
width: 90%; 
}

#rightnugget3 {
	width: 98%;
	font-family: Verdana, Arial, helvetica, sans-serif;
	border-collapse: collapse;
}

#rightnugget3body {
	max-height: 450px;
	overflow: auto;
}

#rightnugget3 .h3 {
	background-color: #455B26; 
	font-size: 12px;
	font-weight: bold; 
	color: #E4E4DC;
	line-height: 130%;
	border: 1px solid #EAEAEA;
	padding: 3px 5px 1px 5px;
	}


#rightnugget3 a:link, #rightnugget3 a:visited {
	display: block;
	background-color: #EDEFED;
	color: #004000;
	font-size: 11px; 
	line-height: 130%;
	border: 1px solid #EAEAEA;
	padding: 3px 5px 3px 5px;

}

#rightnugget3 a:hover {
	background-color: #E1FBE1;
	color: #979700;
}

/* Product list styles added by Jim Camomile */
.prodlist {
	width: 100%;
	border: 1px solid #E2E4E9; /* #CFD2DA; */
	padding-right: 0px;
}

.productcompany{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A2A70C;
	padding: 5px 9px;
}

.productbox {
	padding: 10px 8px 10px 8px;
	border-top: 1px solid #CECECE;	
	border-bottom: 1px solid #EAEAEA;  
}

.producttable {
	width: 95%;
}

.productbox td {
	vertical-align: top;
}

.prodtext { 
	width: 283px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 140%;
	}
	
.prodtextBold { 
	font-size: 13px;
	color: #556363;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 8px;
	}
	
.prodimg {
	width: 270px;
}



.zfeeder h2 a {
 line-height: normal;
 color: #FF0000;

}