* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #5E6472;
}

body {
	text-align: center;
}

body * {
	text-align: left;
}

#wrapper {
	width: 760px;
	position: relative;
	margin: 20px auto;
}

/*
#index #wrapper {
	//background: #ffffff url(images/wheatgrass-tray.jpg) no-repeat right 55px;
}
*/

#header {
	position: relative;
	height: 140px;
	border-bottom: 1px solid #c5c5c5;
}

#content img {
	float: right;
	margin-left: 10px;
}

/* this allows space for IE to display the floated img with neg margins */
#content p {
	padding-right: 95px;
}

#content p img {
	margin-left: 20px;
	margin-right: -95px;
}
#content .wide-right {
	padding-right: 250px;
}

#content .wide-right img {
	margin-right: -250px;
}




#content .big-image {
	float: none;
	margin: 40px 0 10px;
}

#content a img {
	float: none;
	margin: 0;
}



#content {
	margin-top: 70px;
	min-height: 200px;
}



/*##################################### headers #####################################  */ 

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
	clear: left;
} 

h1 {
	margin: 0px 0 22px;
	font-size: 32px;
}

h2 {
	margin: 36px 0 8px;
	font-size: 22px;
}

h3 {
	font-size: 16px;
/* 	 */margin: 20px 0 0;
}

#logo-header {
	width: 320px;
	height: 104px;
	margin: 0;
	position: relative;
	overflow: hidden;
}


#logo-header a:link, #logo-header a:visited {
	background: url(images/logo.png) no-repeat top left;
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
}

#logo-header a:hover, #logo-header a:active {
	background: url(images/logo.png) no-repeat bottom left;
}



/*#####################################      #####################################  */
p {
	font-size: 13px;
	width: 500px;
	line-height: 24px;
	margin-bottom: 24px;
}

.ingredients {
	margin-top: -16px;
}

div, textarea {
	font-size: 13px;
}

.last-p {
	margin-bottom: 80px;
}

.special {
	color: #a50000;
	background: url(images/special.png) no-repeat left top;
	padding-left: 20px;
}


.error {
	color: #a50000;
}

.error {
	margin-top: 0px;
}

.name {
	text-align: right;
}

.author {
	text-align: right;
}

blockquote {
	margin: 10px 160px 10px 40px;
	float: right;
	background: #F0F0F0 url(images/quote-top.png) no-repeat top center;
}

blockquote div {
	width: 200px;
	font-size: 20px;
	text-align: center;
	padding: 50px 20px;
	background: url(images/quote-bottom.png) no-repeat bottom center;
}

/*##################################### native #####################################  */ 
strong, .asterix {
	font-weight: normal;
	color: #a50000;
}

/*##################################### anchors #####################################  */ 
a {
	text-decoration: none;
	padding: 2px;
	font-size: 13px;
}

a:hover, a:active {
	color: #a50000;
	text-decoration: underline;
}



/*##################################### lists #####################################  */ 
ul, ol {
	font-size: 13px;
	margin: 0 0 24px 20px;
}


#content li {
	margin-bottom: 6px;
}



/*#####################################  all nav #####################################  */ 

.nav {
	list-style-type: none;
}

.nav li {
	width: auto;
	display: block;
}

.nav a {
	display: inline;
	width: auto;
	text-decoration: none;
}

#trade {
	height: 30px;
	background: url(images/trade.png) no-repeat left bottom;
	float: right;
	text-align: right;
	padding: 95px 0 0 100px;
}



/* general-nav and shopping-nav #####################################  */ 

#body-navigation  {
	float: right;
	width: 165px;
	margin-left: 8px;
}	

#index #body-navigation {
	margin-top: 45px;
}


#body-navigation ul {
	float: left;
	width: 165px;
	min-height: 180px;
	margin: 0 0 8px 0;
	padding-bottom: 12px;
}

#index #general-nav {
	padding-bottom: 40px;
}

#body-navigation ul li {
	margin: 0;
	padding-left: 17px
}

#body-navigation ul a {
	display: block;
	padding: 3px 10px;
}


#body-navigation #current-page a:link, #body-navigation #current-page a:visited {
	color: #fff;
}

#body-navigation .first-li {
	padding-top: 8px;
	background: url(images/nav-top.png) no-repeat right top;
}



#addthis {
	margin: 34px 0 0px;
	padding: 0;
}

#general-nav #addthis:hover, #general-nav #addthis:active {
	background-color: transparent;
}

/* ############################   general-nav  */ 
#general-nav {
	background: url(images/nav-bottom.png) no-repeat right bottom;
}

/* ############################   shopping-nav & wholesale-nav  */ 
#shopping-nav, #wholesale-nav {
	margin: 10px 0;
	min-height: 180px;
	background: url(images/shopping-nav-bottom.png) no-repeat right bottom;
}

#wholesale-nav {
	background-image: url(images/wholesale-nav-bottom.png);
}

#buy-online-nav-tab {
	background: url(images/buy-online-tab.png) no-repeat left top;
	clear: both;
	min-height: 124px;
}

#wholesale-nav-tab {
	background: url(images/wholesale-tab.png) no-repeat left top;
	clear: both;
	min-height: 124px;
}

#body-navigation #shopping-nav .first-li {
	background: url(images/shopping-nav-top.png) no-repeat right top;
}

#body-navigation #wholesale-nav .first-li {
	background: url(images/wholesale-nav-top.png) no-repeat right top;
}

.spacer {
	padding-top: 10px;
	background: url(images/seperator.png) no-repeat center 7px;
}





/* button nav #####################################  */ 

#button-nav {
	margin: 18px 0 0;
	position: relative;
	float: right;
}

#button-nav li {
	float: left;
	height: 1%;
}

#button-nav a {
	text-align: center;
	color: #306003;
	width: 100px;
	padding: 63px 0 6px;
	line-height: 30px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

#button-nav a:hover, #button-nav a:active {
	background-position: bottom left;
	padding: 64px 0 5px;
}


/*  Home button sizes  ############################ */ 

#index #button-nav {
	margin: 24px 0 0 ;
}

#index #button-nav a {
	width: 190px;
	padding: 120px 0 10px;
	line-height: 60px;
}

#index #button-nav a {
		padding: 121px 0 9px;
}




/*  Intersite nav  ############################ */ 

#body-navigation #intersite-nav li a {
	height: 60px;
	text-indent: -7000px;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
}

/*  link specific  */ 

#intersite-nav #frozen-acai_li {
	margin-top: 30px;
}

#intersite-nav #frozen-acai_li a:hover, #intersite-nav #frozen-acai_li a:active {
	background-position: bottom center;
}

#intersite-nav #frozen-acai_li a {
	background-image: url(images/intersite-links-acai.png);
}







#bb-logo {
	float: right;
	margin-top: 40px;
}

img {
	border: none;
}

#index #wrapper div img {
	margin-top: 60px;
}

form {
	margin: 10px 0 50px;
}


/* ############################   text-form  */ 


#text-form {
	border:1px solid #648842;
	margin:10px 0 50px;
	padding: 20px 20px 20px 140px;
	width: 400px;
}

#text-form .row {
	clear: none;
	margin: 20px 0;
}

#text-form label {
	color:#306003;
	display:inline;
	float:left;
	margin-left:-140px;
	text-align:right;
	width:130px;
}

#text-form textarea {
	float: none;
	height: 200px;
}

#text-form .submit {
	float: none;
	margin: 10px 0;
}



#text-form .feedback, #text-form .feedback-ta {
	color: #A50000;
	padding-left: 22px;
	background: url(images/caution.png) no-repeat left center;
}

#text-form .feedback-ta {
	margin: 10px 0;
}

.results {
	border:1px solid #648842;
	color: #A50000;
	padding: 40px 20px;
	text-align: center;
	width: 520px;
}

/* ############################  */ 



.title-column .feedback {
	background:transparent url(images/caution.png) no-repeat scroll right top;
	padding: 0 20px 0 0;
	color: #a50000;
	font-size: 13px;
}

form textarea {
	font-size: 13px;
	float: right;
}

#BB_BuyButtonForm  {
	height: 30px;
}

.row {
	margin: 40px 0 70px;
	clear: both;
	display: relative;
}

#content .row img {
	margin: 0px 40px 0 0;
	float: left;
}

.divider {
	height: 1px;
}

.price-plan {
	width: 500px;
	margin-bottom: 50px;
}

.narrow-price-plan {
	width: 370px;
	margin: 0 0 50px;
}

.price-plan td, .narrow-price-plan td {
	padding: 6px;
}

.price-plan .cost {
	width: 80px;
}

.narrow-price-plan .cost {
	width: 70px;
}


.order-form {
	margin: 40px 0 50px ;
	width: 500px;
	padding-bottom: 10px;
	border-top: 1px solid #CAD3C0;
	border-bottom: 1px solid #CAD3C0;
	overflow: hidden;
}

.order-form h2 {
	background-color: #F0F3EA;
	padding: 6px 3px;
	margin: 0;
}

.order-form table {
	float: right;
	width: 500px;
	margin-bottom: 10px;
}

.order-form .title-column {
	width: 400px;
}

.order-form table select, .order-form table input {
	float: right;
	margin: 6px 0;
	width: 180px;
}

.order-form table .currency-input {
	width: 60px;
}

.order-form select {
	padding: 1px 0;
	width: 12em;
}

.order-form img {
	float: left;
}

#content .order-form .checkbox {
	display: inline;
	float: right;
	width: 10px;
}

#content .order-summary img {
	float: left;
	margin: 0;
}

.cost {
	text-align: right;
}

.total td {
	padding-top: 16px;
	padding-bottom: 16px;
}

/*
.pp td {
	padding-top: 16px;
}
*/

.total .cost {
	font-weight: bold;
}

.total {
	border-bottom: 1px solid #CAD3C0;
}

.total span {
	font-size: 10px;
	color: #648842;
}

.feint {
	font-size: 10px;
	color: #648842;
}

.gc {
	float: right;
	margin-right: 20px;
}

#google-button {
	margin: 0px -10px 0px 0;
}

.button:link, .button:visited {
	background: url(images/button.png) no-repeat;
	height: 26px;
	width: 100px;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
}

.forward {
	background: url(images/forward.png) no-repeat 0 1px;
	height: 26px;
	width: 150px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	text-decoration: none;
	border: none;
	margin: -4px 0 0 0;
	cursor: pointer;
}

.back:link, .back:visited {
	background: url(images/back.png) no-repeat 0 0;
	height: 26px;
	width: 100px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	padding-top: 2px;
	margin-top: 1px;
	text-decoration: none;
	cursor: pointer;
}

.submit {
	float: right;}

select {
	float: right;
}

label {
	font-size: 13px;
	float: right;
	margin-right: 6px;
}

#order-form label {
	float: right;
	color: #648842;
	margin: 6px;
}





/* ############################ REVIEWS   */ 

.review p {
	margin: 0;
	width: 230px;
	padding: 0 14px;
	
}

.review {
	margin: 0 30px 40px 0;
	float: left;
	background-color: #F3F6ED;
}

.review h3{
	margin: 0;
	padding: 14px 0 0 14px;
}

.review .author {
	margin-top: 6px;
	line-height: 14px;
	background-color: #E8EBE2;
	padding: 4px 4px 4px 10px;
}

.footnote {
	/* font-size: 11px; */
}



/* ############################ Icon Instructions   */ 


.icons{
	margin-bottom: 25px;	
}

#icon-instructions h2 {
	padding-top: 50px;
	padding-right: 30px;	
	background-position: 430px bottom;
	background-repeat: no-repeat;
}

.icons a img{
	padding: 10px;
}

.icons a , .research-paper a{
	display: block;
	float: left;
	width: 100px;
	margin: 5px 25px 15px 2px;
	border-bottom: 3px solid #ffffff;
	padding-bottom: 8px;
	text-align: center;
}


.icons a:hover, .icons a:active, .research-paper a:hover, .research-paper a:active {
	text-decoration: none;
	border-bottom: 3px solid #a50000;
}

.research-paper a {
	float: right;
	margin-left: 20px;
}

.research-paper{
	border-bottom:1px solid #CAD3C0;
	width: 500px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 50px;
}


#mac {
	background-image: url(images/os/mac.png);
}

#icontainer {
	background-image: url(images/os/icontainer.png);
}

#windows {
	background-image: url(images/os/windows.png);
}


/* ############################ Comments   */ 

#comments {
	background: #F0F3EA url(images/comments_mid.png) repeat-y center;
	width: 502px;
	margin-top: 50px;
}

#comments h2 {
	margin: 0 0 0 20px;
}

#comments_top {
	background: url(images/comments_top.png) no-repeat center top;
}

#comments_bottom {
	padding: 18px 3px 0 4px;
	background: url(images/comments_bottom.png) no-repeat center bottom;
}

#comments .ingredients {
	margin: 0 0 0 20px;
}

#comments h3 {
	margin: 30px 0 0 20px;
}

.comment, .no-comment, .comment-admin {
	border-bottom: 1px solid #CAD3C0;
	padding: 25px 20px 8px;
	background: url(images/comment.png) no-repeat center bottom;
}



#comments p {
	width: auto;
	margin: 20px 0 4px;
	padding: 0;
}

#comments .author {
	margin: 10px 0 8px;
	line-height: 16px;
}

.time {
	color: #A6B995; 
}



#comments form {
	padding: 0 20px 20px 100px;
	margin-bottom: 0;
}

#comments form .row {
	margin: 18px 0;
}

#comments form textarea {
	display: inline;
	float: none;
}


#comments label { 
	float: left;
	display: inline;
	margin-left: -90px;
	text-align:right;
	width: 85px;
	color: #648842;
}


#comments form .row .error {
	background: url(images/caution.png) no-repeat left center;
}


#comments .no-comment {
	padding-bottom: 30px;
}

textarea {
	width: 356px;
}

#comments input {
	margin: 2px 10px 2px 3px;
	display: inline;
}

#captcha-row {
	padding-top: 18px;
	clear: both;
}

table {
	border-collapse: collapse;
	margin-bottom: 25px;
}

.order-summary {
	width: 500px;
} 

#confirm table {
	width: 100%;
	margin-bottom: 10px;
}

tr {
	border-top: 1px solid #CAD3C0;
}

.header-row {	
	border-top: none;
}

th {
	font-size: 13px;
	color: #306003;
	font-weight: normal;
	padding: 0 6px 6px;
	text-align: right;
}

td {
	padding: 3px 4px 4px;
	border-top: 1px solid #DAE0D4;
	color: #648842;
	font-size: 13px;
}

.title-column {
	color: #306003;
}

.odd {
	background-color: #F0F3EA;
}

.even {
	background-color: #E6EADB;
	border-bottom: 1px solid #DAE0D4;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

#footer {
	font-size: 13px;
	border-top: 1px solid #B3B3B3;
	width: 580px;
	float: left;
	margin: 50px 0px 60px 0;
}

#footer p {
	color: #306003;
	padding: 2px 0;
}

#footer p a:link, #footer p a:visited {
	color: #306003;
	text-decoration: none;
}

#footer p a:hover, #footer p a:active {
	color: #a50000;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, h7 {
	color: #306003;
} 

.ingredients, .details, .name, blockquote div, .sci-ref {
	color: #648842;
}

.author {
	color: #648842;
}

.comment-admin {
	background: url(images/comment-admin.png) no-repeat center bottom;
}
.comment-admin p {
	color: #648842;
}

a:link, a:visited {
	color: #306003;
}

ul, ol {
	color: #648842;
}

#body-navigation ul a:link,#body-navigation ul a:visited {
	color: #C0CDB4;
}

#body-navigation ul a:hover,#body-navigation ul a:active {
	color: #ffffff;
}

#button-nav a {
	color: #306003;
}

#text-form {
	border: 1px solid #648842;
}

#text-form label {
	color: #306003;
}

.results {
	border:1px solid #648842;
}

.total span {
	color: #648842;
}

.feint {
	font-size: 10px;
	color: #648842;
}

#order-form label {
	color: #648842;
}

#comments label {
	color: #648842;
}

th {
	color: #306003;
}

td {
	color: #648842;
}

.title-column {
	color: #306003;
}

#footer p {
	color: #306003;
}

.acai {
	color: #57278E;
}



/*  Home button imges  ############################ */ 

#index #button-nav #frozen-wheatgrass_li a {
	background-image: url(images/home-button-frozen.jpg);
}

#index #button-nav #fresh-wheatgrass_li a {
	background-image: url(images/home-button-fresh.jpg);
}

#index #button-nav #juicers_li a {
	background-image: url(images/home-button-juicers.jpg);
}

#index #button-nav #wholesale_li a {
	background-image: url(images/home-button-wholesale.jpg);
}


/*  Header button imges  ############################ */ 

#button-nav #frozen_li a {
	background-image: url(images/header-button-frozen.jpg);
}

#button-nav #fresh_li a {
	background-image: url(images/header-button-fresh.jpg);
}

#button-nav #juicers_li a {
	background-image: url(images/header-button-juicers.jpg);
}

#button-nav #wholesale_li a {
	background-image: url(images/header-button-wholesale.jpg);
}


