@charset "utf-8";
* {
	margin: 0px;

}


body  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/* font-size: 100%; */
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
}

img { border: 0px; }


.pb #container {
	width: 825px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: solid 1px #999999;
	padding: 8px 8px 0px 8px;
} 
.pb #header {
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 10px;
} 
.pb #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.pb .sidebar_info {
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	}
	
.pb .sidebar_info h3 {
	font-size: 21px;
	font-weight: bold;	/* Leave less than normal space below header */
	color: #8B9B43;
}

.pb .sidebar_info p {
	font-size: 13px;
	/* line-height: 1.3; */
	line-height: 17px;	/* Slightly more consistent than 1.3 when comparing Safari vs other browsers */
	letter-spacing: 0.050em;
	font-weight: normal;
}

.pb .sidebar_info input {
	font-size: 12px;
	}


.pb .sidebar_info a:link {text-decoration: none; color: #8B9B43; font-weight: bold}     /* unvisited link */
.pb .sidebar_info a:visited {text-decoration: none; color: #8B9B43; font-weight: bold}  /* visited link */
.pb .sidebar_info a:hover {text-decoration: none; color: #8B9B43; font-weight: bold}   /* mouse over link */
.pb .sidebar_info a:active {text-decoration: none; color: #8B9B43; font-weight: bold}   /* selected link */



.pb #footer {
	background:#FFFFFF;
	margin-top: 10px;
} 
.pb #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main-menu-container
 {
	height: 28px;
	width: 100%;
	}

#main-menu-container ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #a7bd1c;
	/* background-image: url(../images/mm/mm_bg.gif); */
	/* background-repeat: repeat-x; */
	color: White;
	float: left;
	width: 100%;
}

#main-menu-container ul li { display: inline; }

#main-menu-container ul li a
{
	padding: 0;
	background-color: #5E451A;
	color: White;
	text-decoration: none;
	font-size: 16px;
	float: left;
}

#main-menu-container ul li a:hover
{
	background-color: #A8C15B;
	color: #2E1010;
}

.footer-text {
text-align:right;
font-size: 12px;
color: #58595B;
}

.footer-text a:link {text-decoration: none; color: #58595B; }     /* unvisited link */
.footer-text a:visited {text-decoration: none; color: #58595B; }  /* visited link */
.footer-text a:hover {text-decoration: none; color: #58595B; }   /* mouse over link */
.footer-text a:active {text-decoration: none; color: #58595B; }   /* selected link */
.product_title {
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #366732;
}
.product_subtitle {
	font-size: 15px;
	text-decoration: none;
	font-style: italic; 
	letter-spacing: 0; 
	color: #366732;
}
.product_awardtitle {
	font-size: 10px;
	font-style: italic;
	letter-spacing: 0.075em;
	color: #983620;
}

.product_awardtitle a:link {text-decoration: none; font-style: italic; letter-spacing: 0.075em; color: #983620;}     /* unvisited link */
.product_awardtitle a:visited {text-decoration: none; font-style: italic; letter-spacing: 0.075em; color: #983620;}  /* visited link */
.product_awardtitle a:hover {text-decoration: none; font-style: italic; letter-spacing: 0.075em; color: #983620;}   /* mouse over link */
.product_awardtitle a:active {text-decoration: none;  font-style: italic; letter-spacing: 0.075em; color: #983620;}   /* selected link */

.product_description {
	font-size: 11px;
	letter-spacing: 0.075em;
	color: #58595B;
	margin-bottom: 11px;
	line-height: 1.2;
}
.product_header_word {
	font-weight: bold;
}
.product_view_large_image {
	font-size: 11px;
	color: #676767;
	text-align: right;
}
.product_blends_title {
	font-size: 11px;
	letter-spacing: 0.050em;
	font-weight: bold;
	color: #58595B;
	padding-bottom: 4px;
}
.product_view_large_image a:link {text-decoration: none;  color: #676767;}     /* unvisited link */
.product_view_large_image a:visited {text-decoration: none; color: #676767;}  /* visited link */
.product_view_large_image a:hover {text-decoration: none; color: #676767;}   /* mouse over link */
.product_view_large_image a:active {text-decoration: none;  color: #676767;}   /* selected link */
.product_price_label {
	font-size: 11px;
	color: #333333;
	padding-bottom: 6px;
}
.product_price_value {
	font-size: 11px;
	color: #676767;
	padding-bottom: 6px;
}
.product_blends_description {
	font-size: 11px;
	color: #58595B;
	background-color: #FDF9CE;
	letter-spacing: 0.05em;
	padding: 0px;
    border: thin dashed #CCCCCC;
    margin-bottom: 10px;
	padding-left: 3px;

}
.product_blends_description p {
	margin-bottom: 3px;
	padding: 2px;
}

.learnmore a:link {text-decoration: none; font-style: italic; white-space:nowrap; color: #333333;}     /* unvisited link */
.learnmore a:visited {text-decoration: none; font-style: italic; white-space:nowrap; color: #333333;}  /* visited link */
.learnmore a:hover {text-decoration: none; font-style: italic; white-space:nowrap; color: #333333;}   /* mouse over link */
.learnmore a:active {text-decoration: none; font-style: italic; white-space:nowrap; color: #333333;}   /* selected link */

/* Used for About and Contact pages */
.basic_text p {
   font-size: 14px;  
   font-weight: normal; 
   letter-spacing: .075em; 
   color: #676767; 
   line-height: 21px; 
   }
   
.basic_text h1 {
   font-size: 16px;  
   font-weight: bold; 
   letter-spacing: .075em; 
   color: #676767; 
   line-height: 21px; 
   }
   
.basic_text h2 {
   font-size: 14px;  
   font-weight: normal; 
   letter-spacing: .075em; 
   color: #95AC39; 
   line-height: 21px; 
   }
   
.basic_text a:link {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #676767; line-height: 21px; } 
.basic_text a:visited {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #676767; line-height: 21px; } 
.basic_text a:hover {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #676767; line-height: 21px; } 
.basic_text a:active {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #676767; line-height: 21px; } 

.basic_text h2 a:link {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 21px; } 
.basic_text h2 a:visited {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 21px; } 
.basic_text h2 a:hover {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 21px; } 
.basic_text h2 a:active {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 21px; } 

.wholesale_text {
   font-size: 14px;  
   font-weight: normal; 
   letter-spacing: .075em; 
   color: #231F20; 
   line-height: 21px; 
}

.wholesale_text a:link {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_text a:visited {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_text a:hover {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_text a:active {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 

div.wholesale_table {
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px; 
}

table.wholesale_table {
   font-size: 14px;  
   font-weight: normal; 
   letter-spacing: .075em; 
   color: #231F20; 
   line-height: 21px; 
}
table.wholesale_table tr {

	height: 21px;
}


.wholesale_table a:link {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_table a:visited {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_table a:hover {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 
.wholesale_table a:active {text-decoration: none; font-size: 14px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 21px; } 

.wholesale_winzip {
    padding-left: 30px; padding-right: 50px; 
	font-size:12px; line-height: 12px;
}

.wholesale_winzip a:link {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 12px; } 
.wholesale_winzip a:visited {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 12px; } 
.wholesale_winzip a:hover {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 12px; } 
.wholesale_winzip a:active {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #231F20; line-height: 12px; } 

/* Used for Community pages */
.community_text h1 {
   font-size: 16px;  
   font-weight: bold; 
   letter-spacing: .075em; 
   color: #676767; 
   line-height: 21px; 
   }

.community_text p {
   font-size: 12px;  
   font-weight: normal; 
   letter-spacing: .075em; 
   color: #58595B; 
   line-height: 12.5px; 
   }
   
.community_title {
   color: #95AC39; 
   }
   
   
.community_text a:link {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #58595B; line-height: 12.5px; } 
.community_text a:visited {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #58595B; line-height: 12.5px; } 
.community_text a:hover {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #58595B; line-height: 12.5px; } 
.community_text a:active {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #58595B; line-height: 12.5px; } 

.community_text h2 a:link {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 12.5px; } 
.community_text h2 a:visited {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 12.5px; } 
.community_text h2 a:hover {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 12.5px; } 
.community_text h2 a:active {text-decoration: none; font-size: 12px; font-weight: normal; letter-spacing: .075em; color: #95AC39; line-height: 12.5px; } 

/* Yahoo Store */

.product_yahoo_option {
	font-size: 11px;
	color: #676767;
}

.product_yahoo_option select {
	margin-left: 20px;
	font-size: 11px;
	color: #676767;
	}
