html {
	border: none;
	border-top: 1px solid #4fa600;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f0ede1 url(images/wrapper.gif) repeat-y center top;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
p {
	line-height: 14px;
	margin: 10px 0;
	}
	
p.contact_details strong {
  float: left;
  display: inline;
  width: 30px;
}
	
a {
	text-decoration: none;
	color: #4fa600;
	border-bottom: 1px solid #e7f9d7;
	padding: 2px 2px 0 2px;
	}
	
a:hover {
	color: #fff;
	border-bottom: none;
	background-color: #97cc10;
	}
	
.pdf {
  padding: 3px 2px 0 20px;
  background-image: url(images/bullet_pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

a.image_link {
  border: none;
  padding: 0;
}


#cs_contact_link {
  float:right;
  margin-right: 200px;
  display: inline;
}

	
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
li {
	margin-bottom: 10px;
	}
	
ul {
	margin: 10px 0;
	}
	
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial Narrow;
	clear: both;
	/*width: 370px;*/
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	

h1, h2 {
	font-size: 23px;
	color: #317023;
	margin: 0 0 10px 0;
	line-height: 30px;
	text-transform: uppercase;
	}

	
h1 strong, h2 strong {
	color: #4fa600;
	font-weight: normal;
	}

h2 {
	font-size: 20px;
	color: #4fa600;
	line-height: 24px;
	margin: 20px 0 0;
	}
	
h3 {
	font-size: 17px;
	color: #4fa600;
	line-height: 20px;
	}
	
h4, h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #4fa600;
	margin: 30px 0 0 -3px;
	line-height: 18px;
	}
	
h5 {
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #5a6b5a;
	}
	
h6 {
	font-size: 10px;
	color: #aab8b9;
	font-style: normal;
	margin-top: 40px;
	}
	
img {
	border-style: none;
	}
	
.replace_heading {
	visibility: hidden;
	display:none;
	}
	
.replaced_heading {
	}
	
/*** Wrapper ***/
#wrapper {
	width: 750px;
	background: #fff;
	margin: 0 auto;
	}
	
/*** Header ***/
#header a {
	padding: 0;
	margin:0;
	border: none;
	}
#header img {
	display: block;
	}

#hp_promo {
	display: none;
	}
	
/*** Main ***/

#main {
	margin: 5px;
	padding-top: 20px;
	background: url(images/main.gif) no-repeat top;
	min-height: 300px;
	text-align: left;
	position: relative;
	}
	
* html #main {
	height: 300px;
	}
	
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
	
/*** Nav Strip / Menu ***/

#nav_strip {
	height: 25px;
	background: #dde6d7 url(images/nav_strip.gif) repeat-x top;
	z-index: 9999;
	}
	
#menu {
	padding: 0;
	margin: 0;
		z-index: 9999;
	}
	
#menu li {
	float: left;
	margin: 0;
	padding: 0;
		z-index: 9999;
	}
	
#menu a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #49601c;
	border: none;
	padding: 0 15px;

	border-right: 1px solid #fff;
	}
	
#menu a strong{
	font-weight: normal;
	}
	
#menu a:hover {
	color: #fff;
	background: #4fa600;
	}
	
#menu .selected {
	background: url(images/main_menu_selected.gif) repeat-x bottom;
	}

	
/*** Content ***/
#content {
	padding: 0 20px 20px 20px;
	color: #5a6b5a;
	margin-left: 200px;
}

* html #content {
	height: 1px;
	}

#content p {
	line-height: 19px;
	}
	
#content ul {
	margin: 10px 30px 20px 10px;
	font-size: 11px;
	color: #777;
	}
	
#content li {
	padding-left: 15px;
	background: url(images/bullet_green.gif) no-repeat 0 5px;
	}
	
.product_table th {
	font-size: 11px;
	color: #999;
}
	
.product_table td {
	font-size: 11px;
	color: #777;
}
	
* html #content ul li {
	height: 1px;
	}
	
#content .column_container ul {
	width: 160px;
	float: left;
	}
	
.column_container {
	min-height: 1px;
	}
	
* html .column_container {
	height: 1px;
	}
	
.column_container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	

	
#content ol {
	margin: 10px 50px 30px 10px;
	padding: 0 0 0 20px;
	font-size: 11px;
	color: #777;
	}
	
#content ol li {
	list-style: decimal;
	background: none;
	padding: 0;
	}	
	
/*** Sidebar ***/
.sidebar {
	width: 180px;
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 10px;
	padding: 0 15px 0 0;
	min-height: 300px;
	margin: -3px 0 0;
	}

.sidebar h4 {
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	height: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	background: #317023 url(images/sidebar_h4.gif) repeat-x top;
	padding: 0 0 0 5px;
	}

/*
#sub_menu {
	margin: 0;
	border-top: 1px solid #a8d92a;
	}


#sub_menu li {
	border-bottom: 1px solid #eee;
	margin: 0;
	}
	
#sub_menu a {
	display: block;
	border: none;
	line-height: 25px;
	height: 25px;
	padding: 0 2px;
	background: #fff url(images/bullet_green.gif) no-repeat 97% 10px;
	color: #777;
	text-transform: uppercase;
	}
	
#sub_menu a:hover {
	color: #fff;
	background: #97cc10 url(images/bullet_white.gif) no-repeat 97% 10px;
	} */
	
/*** Footer ***/

#footer_wrapper {
	clear: both;
	padding-top: 100px;
	}

#footer {
	height: 100px;
	/*border-top: 1px solid #e5f2d9;*/
	margin: 10px 5px 20px;
	text-align: left;
	font-size: 10px;
	position: relative;
	color: #777;
	line-height: 16px;
	padding-top: 100px;
	background: url(images/footer.gif) no-repeat top;
	}
	
#footer a {
	color: #678f00;
	border-bottom: 1px solid #d7e9a1;
	text-decoration: none;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #8da09f;
	border-bottom: 1px solid #8da09f;
	color: #fff;
	}
	
#footer strong {
 color: #798b09; 
 font-weight: bold;
}
	
#site_credit {
	color: #aaa;
	position: absolute;
	top: 100px;
	right: 0;
	}
	
#site_credit a {
	color: #aaa;
	border: none;
	padding: 0;
	}
	
#lupo_links a:hover {
	color: #bbb;
	text-decoration: none;
	background: none;
	border-bottom: 1px solid #bbb;
	}
	
/*** Product Thumbs ***/
#product_thumbs img {
	margin: 0 15px;
}

#content #product_thumbs a {
	border: none;
	background: none;
	}
	
#content #product_thumbs a:hover {
	border: none;
	background: none;
	}
	
#product_thumbs {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px dashed #e5f2d9;
	}


/***
==== News Summary ====
***/

.news_summary {
	padding: 20px;
	margin: 20px 0;
	background: #f9f9f9;
	border: 1px solid #eee;
	}
	
#content .news_summary h4 {
	margin: 4px 0 0 0;
	}
	
#content .news_summary p {
  	margin: 0 0 5px 0;
	color: #999;
	}
	
.news_summary a {
	font-size: 10px;
	}
	
.news_summary em {
	font-size: 10px;
	color: #aaa;
	font-style: normal;
	margin-bottom: 4px;
	}
		
/***
==== Page Messages ====
***/
		
.pageMessage {
	font-weight: bold;
	font-size: 11px;
	vertical-align: text-top;
	padding: 2px 0px 8px 0px;
	line-height: 13px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 5px;
	display: block;
}

.pageMessage img {
	margin-left: -30px;
}

.pageMessageCritical {
  color: #FF4901;
}

.pageMessageWarning {
  color: #999999;
}

.pageMessageInformation {
  color: #0C6AEA;
}

	
/*** Temporary Hacks for Initial Launch ***/
.sidebar {
  display: none;
}


#content {
	margin: 0;
}

.edmonds_promo .sidebar {
  display: block; 
}

.edmonds_promo #content {
	margin-left: 200px;
}

.people_contact {
  line-height:20px;

}

.amco_image
{
	margin:0 0 0 -12px;
}

.inner-truffle-ad {
    margin-top:30px;
    display:block;
}

.inner-truffle-ad {
    border:none !important;
    background:none !important;
}

#content .pack-shot {
    border:none !important;
    background:none !important;
    margin-right:10px;
}
