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

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

}


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

form {
	margin: 0px;
}



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

.header {
width: 900px;
height: 100px;
/* background-image:url(img/header-bak-900-100-square-whitegrad.png); 
background-position: top left;
background-repeat: no-repeat;*/
}

/** 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: #816232; /* #292010 */
	border-style: solid;
	border-left-width: 1px;	
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width:1px;
}

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


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

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

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

}

.media_nug {
width: 350px;
background-color: #F7E7C6;
border: 1px solid #816232;
}

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

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

.footer_mid{
	height: 50px;
	background-position: left bottom;
	background-repeat: no-repeat;
}


.footerbot {
	height: 20px;
	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: #795D30;
}

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

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

/** 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 #816232;
	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: #FFF3D6;
	border: 1px solid #816232; /* #CFD2DA; */
	padding:5px;
}

/********** rounded box, no images, with border - for sidebar boxes  *******
#xsnazzybox h1, #xsnazzybox h2, #xsnazzybox p {margin:0 10px; letter-spacing:0px;}
#xsnazzybox h1 {font-size:2.5em; color:#FFFFFF;}
#xsnazzybox h2 {font-size:2em;color:#06a; border:0;}
#xsnazzybox p {padding-bottom:0.5em;}
#xsnazzybox h2 {padding-top:0.5em;}*/ 
#xsnazzybox {background: transparent; margin-top: 0.2em; margin-bottom: 0.5em; margin-left: 4px; margin-right: 4px;}
#xsnazzybox .xtop, .xbottom {display:block; background:transparent; font-size:1px;}
#xsnazzybox .xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
#xsnazzybox .xb1, .xb2, .xb3 {height:1px;}
#xsnazzybox .xb2, .xb3, .xb4 {background:#FEFEFE; border-left:1px solid #816232; border-right:1px solid #816232;}
#xsnazzybox .xb1 {margin:0 5px; background:#816232;}
#xsnazzybox .xb2 {margin:0 3px; border-width:0 2px;}
#xsnazzybox .xb3 {margin:0 2px;}
#xsnazzybox .xb4 {height:2px; margin:0 1px;}
#xsnazzybox .xboxcontent {display:block; background:#FEFEFE; border:0 solid #816232; border-width:0 1px; padding: 0px 5px 0px 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;}
*/


/********** ROUNDED BOX USED FOR SUB-BOXES AND SIDE BOXES  ********/
.homebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(img/boxes/sbbody-r.jpg) no-repeat bottom right;
	font-size: 100%;
	color: #333333; 
}
.homebox .boxhead {
	background: url(img/boxes/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.homebox .boxhead h6 {
	background: url(img/boxes/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	padding: 13px 18px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1.1em;
}
.homebox .boxbody {
	background: url(img/boxes/sbbody-l.jpg) no-repeat bottom left;
	margin: 0;
	height: 225px;
	padding: 0px 15px 20px 15px;
}

 /** TEXT STYLES  */

/** h1 is the large heading style */

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



h2, .h2 {
	font-family: Verdana, Arial, helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color:  #523810;
}


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



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

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

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

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

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


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

.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: #292010;
	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;
}




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

.listbox2 {
	padding: 7px 5px 5px 5px;
	background-color: #F7E7C6;
	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: #9C794A;
}

#artlist a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F7E7C6;
	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;
}






