/*
	Title:		Organic Gardening Loren Nancarrow
	Author: 	computer ecommerce
	Date:		June 15, 2009
--------------------------------------------------------------			
*/
  body  {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
  .subheading  {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #22400d;
}
  .subheadingred  {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color: #FF0000;
}
  .heading  {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #22400d;
}
  .headingwhite  {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}
  .tagline  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #22400d;	
}
  .breadcrumbs  {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	color: #22400d;
}
  .bodycopy  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 13px;
   	line-height : 14px;
   	font-weight : normal;
   	padding: 0px 0px 0px 0px;
   	color: #22400d;
}
  .bodycopydark  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 13px;
   	line-height : 14px;
   	font-weight : normal;
   	padding: 0px 0px 0px 0px;
   	color: #000000;
}
  .bodycopywhite {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 13px;
   	line-height : 14px;
   	font-weight : normal;
   	padding: 0px 0px 0px 0px;
   	color: white;
}
  .bodycopysmall {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 11px;
   	line-height : 13px;
   	font-weight : normal;
   	padding: 0px 0px 0px 0px;
   	color: #22400d;
}
  .bodycopydarkpadded  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 13px;
   	line-height : 16px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
   	color: #000000;
}
  .blogheading {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 14px;
   	line-height : 14px;
   	font-weight : bold;
	padding: 10px 0px 10px 0px;
   	color: #FF0000;
}
  .blogcopy {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 12px;
   	line-height : 14px;
   	font-weight : normal;
	padding: 10px 10px 10px 10px;
   	color: #22400d;
}
  .blogdatasmall {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 11px;
   	line-height : 13px;
   	font-weight : normal;
	padding: 5px 5px 5px 5px;
   	color: #22400d;	
}
  .sidebar  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 12px;
   	line-height : 14px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
   	color: #22400d;
}
  .sidebaricons {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 12px;
   	line-height : 14px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
   	color: #22400d;
}	
   .introparagraph{
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 12px;
   	line-height : 14px;
   	font-weight : normal;
   	padding: 0px 0px 0px 0px;
	color: #22400d;
}
  .padded  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 11px;
   	line-height : 12px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
	color: #22400d;
}
  .caption {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 9px;
   	line-height : 11px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
   	color: #22400d;
}
  .footer  {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 11px;
   	line-height : 11px;
   	font-weight : normal;
	padding: 10px 0px 10px 0px;
   	color: #22400d;
}
  .disclaimer {
   	font-family : Tahoma, Arial, sans-serif;
   	font-size : 10px;
   	line-height : 11px;
   	font-weight : normal;
	padding: 0px 0px 0px 0px;
   	color: #22400d;
}   

/* this group sets the blue link colors */ 
A.blue:LINK { 
font-family:Arial, Helvetica, sans-serif;
color : #6666FF; 
text-decoration : none; 
} 

A.blue:VISITED { 
font-family:Arial, Helvetica, sans-serif;
color : #6666FF; 
text-decoration : none; 
} 

A.blue:HOVER { 
font-family:Arial, Helvetica, sans-serif;
color : #111CAC; 
text-decoration : underline; 
} 

A.blue:ACTIVE { 
font-family:Arial, Helvetica, sans-serif;
color : #111CAC; 
text-decoration : none; 
} 

/* this group sets the white link colors */ 
A.white:LINK { 
font-family:Arial, Helvetica, sans-serif;
font-size: 10px; 
color : #ffffff; 
} 

A.white:VISITED { 
font-family:Arial, Helvetica, sans-serif;
font-size: 10px; 
color : #f2f2f2; 
text-decoration : none; 
} 

A.white:HOVER { 
font-family:Arial, Helvetica, sans-serif;
font-size: 10px; 
color : #ffffff; 
text-decoration : underline; 
} 

A.white:ACTIVE { 
font-family:Arial, Helvetica, sans-serif;
font-size: 10px; 
color : #ffffff; 
text-decoration : none; 
} 

/* this group sets the nav link colors */ 
A.navig:LINK { 
font-family: Tahoma, Arial, sans-serif;
font-size: 14px; 
font-weight: bold;
padding: 0px 0px 0px 20px;
color : #22400d;
text-decoration : none; 
} 

A.navig:VISITED { 
font-family: Tahoma, Arial, sans-serif;
font-size: 14px; 
font-weight: bold;
padding: 0px 0px 0px 20px;
color : #22400d;
text-decoration : none; 
} 

A.navig:HOVER { 
font-family: Tahoma, Arial, sans-serif;
font-size: 14px; 
font-weight: bold;
padding: 0px 0px 0px 20px;
color : #000000;
text-decoration : underline; 
} 

A.navig:ACTIVE { 
font-family: Tahoma, Arial, sans-serif;
font-size: 14px; 
font-weight: bold;
padding: 0px 0px 0px 20px;
color : #22400d;
text-decoration : none; 
} 

