
*, html {
	padding: 0;
	margin: 0;
	}
	
body {
    background: url(images/pinebg.jpg) #81461a;
	/* background: url(images/bg2.jpg) repeat-x  #2f1a09  #81461a;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444444;
	}
	
.clear {
	clear: both;
	}
	
.fl {
	float: left;
	}
	
.fr {
	float: right;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
ul, li {
	list-style: none;
	}
	
#wrapper {
	width: 960px;
	padding: 0 15px;
	margin: 0 auto;
	/* background: url(images/bg-wrap2.jpg) no-repeat top center; */
	}
	
#header {
	width: 960px;
	height: 92px;
	}
	
#header img {
	float: left;
	}
	
#header h1 {
   margin: 50px 0 0 0;
   padding: 0;
   float: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 220%;
	color: /* #fff; */ #083403; background: transparent;
	text-transform: uppercase;
	
	}
	
#header ul {
	float: right;
	height: 33px;
	list-style: none;
	background: url(images/nav-bg.gif) repeat-x;
	margin-top: 59px;
	}
	
#header li {
	float: left;
	font-size: 11px;
	/* padding: 10px 40px; */
	background: url(images/nav-divider.gif) top right no-repeat;
	}
	
#header li a {
   display: block;
   padding: 10px 40px;
	color: #fff; background: transparent;
	text-decoration: none;
	}
	
#header li a:hover {
	text-decoration: underline;
	}
	
#header li a.current {
   color: #2b432b; background: transparent;
   text-decoration: none;
   cursor: default;
   }
	
#header li.last {
	background: none;
	}
	
#main {
	width: 930px; 
	padding: 15px;
	background: #fff;
	}
	
#main #masthead {
	width: 930px;
	height:  /* 332px; */ 290px;
	padding:0;
	background: url(images/header-bg2.jpg);
	margin-bottom: /* 15px; */ 30px;
	
	}
	
#main #masthead h2 {
   padding: 44px 0 0 10px;
	font-size: 22px;
	color: #fff; background: transparent;
	}
	
#main #masthead p {
	font-size: 12px;
	color: #d0d49d;
	line-height: 24px;
	width: 525px;
	margin: 40px 0 25px 10px;
	}
	
#main #container {
	background: url(images/sidebar-bg.gif) repeat-y right;
	}
	
#main #content {
	float: left;
	width: 602px;
	padding-left: 3px;
	}
	
#main #content h3 {
	color: #2d4b32;
	font-size: 18px;
	margin: 15px 0 20px 0;
	}
	
#main #content p {
	line-height: 20px;
	padding: 0 25px 25px 0;
	}
	
#main #content hr {
	border: none;
	height: 1px;
	background: #ddded1;
	color: #ddded1;
	margin-bottom: 25px;
	}
	
#main #content h4 {
	color: #2d4b32;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
#main #content ul {
	width: 275px;
	padding-bottom: 10px;
	margin-left: 10px;
	}
		
#main #content li {
	padding: 8px 0 8px 16px;
	background: url(images/bullet.gif) left no-repeat;
	}
	
#main #sidebar {
	float: right;
	width: 265px;
	padding: 15px;
	}
		
#main #sidebar .feed {
	padding: 2px 8px 0 0;
	}
	
#main #sidebar h3 {
	color: #2d4b32;
	font-size: 18px;
	margin: 15px 0 20px 0;
	}
	
#main #sidebar h4 {
	color: #2d4b32;
	font-size: 14px;
	margin-bottom: 20px;
	}
	
#main #sidebar p {
	margin-bottom: 20px;
	line-height: 20px;
	}
	
#main #sidebar p a {
	color: #444; background: transparent;
	text-decoration: underline;
	}
	
#main #sidebar p a:hover {
	text-decoration: none;
	}
	
#main #sidebar span {
	color: #168c27;
	font-style: italic;
	}
	
#main #sidebar p a.link {
	color: #78451e;
	text-decoration: none;
	border-bottom: dotted 1px #e08f50;
	font-style: italic;
	padding-bottom: 3px;
	}
	
#footer {
	color: #000; background: transparent;
	font-size: 85%;
	margin: 15px 3px;
	padding-bottom: 15px;	
	font-weight: bold;
	}
	
#footer a {
	color: #000; background: transparent;
	text-decoration: none;  
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer a.current {
   color: /* #d0d49d; */ #355c29; background: transparent;
   text-decoration: none;
   cursor: default;
   }	
   
 /*table styles on product page */
table {
  border-collapse: collapse;
  width: 250px;
  border: 1px solid #7da159;
  text-align: center;
  margin: 10px auto;
}

th, td {
  padding: 4px 10px;
}

caption {
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
}  

col {
  border-right: 1px solid #e6e7d5;
}

col#colauthor {
  border: none;
}  

thead {
  background: #e5e6d4 url(images/sidebar-bg.gif) repeat-y right;
  border-top: 1px solid #7da159;
  border-bottom: 1px solid #7da159;
}  

#images { /* products page */
  float: left;
  width: 960px;  
  margin-left: -15px;
  margin-bottom: 15px;
  background: #fff; color: #000;
  border-top: 6px solid #fff;
  text-align: center;
}

#border {
float: left;
  border: 1px solid #7da159;
  width: 860px;
  margin: 20px 0 20px 50px;
  }

#images p { 
  float: left;
  margin: 20px 20px 10px 60px;
}
#images p img {
  padding: 4px;
  border: 1px solid #d8d9be;
  border-bottom-color: #C0D2AE;
  border-right-color: #C0D2AE;
}     

	

