﻿div.copy {
	width: 640px;
	float: right;
	margin: 47px 40px 50px 0;
}
div.copy h1 {
	margin-top: 0;
}
div.no-left-nav h1 {
	margin-top: 0.9em;
}
div.no-left-nav {
	width: 920px;
	margin: 0 20px 100px;
	float: none;
}
div.copy.full-width {
	margin: 0;
	width: 100%;
}
div.copy h1 {
	font-size: 2.5em;
	letter-spacing: -0.02em;
}
div.copy h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #916e48;
	margin: 3em 0 1em;
	line-height: 1.7em;
}
div.copy h3 {
	margin: 2em 0 0.5em;
	color: #916e48;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
div.copy h4 {
	margin-top: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 0.8em;
}
div.copy p, div.copy li {
	font-size: 0.98em;
	color: #444;
}
div.copy p {
	line-height: 1.7;
	margin: 0 0 1.6em;
}
div.copy li {
	line-height: 1.5;
	margin-bottom: 0.5em;
}
div.copy img.left {
	float: left;
	margin: 0 1em 0.5em 0;
}
div.copy img.right {
	float: right;
	margin: 0 0 0.5em 1em;
}
div.copy div.wrapped-image {
	float: left;
	border: 2px solid #e9efeb;
	margin: 0 1em 0.5em 0;
}
div.copy div.wrapped-image.right {
	float: right;
	margin: 0 0 0.5em 1em;
}
div.copy div.wrapped-image img {
	padding: 0.5em;
}
div.copy div.wrapped-image p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #e9efeb;
	padding: 0.5em;
	margin: 0
}	
/* tables */
div.copy table {
	border-collapse: collapse;
	margin-bottom: 1em;
	color: #444;
	border-bottom: 1px solid #ccc;
}
div.copy table td.alt, div.copy table th.alt {
	background-color: #eef3ef;
}
div.copy table thead td, div.copy table th {
	text-transform: uppercase;
	color: #916e48;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1.1em 1em 1em 1em;
	letter-spacing: 0.15em;
	font-size: 0.75em;
	vertical-align: middle;
	font-weight: normal;
}
div.copy table thead td.alt {
	padding: 1.1em 1em 1em 1em;
}
div.copy table thead td.first {
	padding-left: 0;
}
div.copy table tbody td {
	padding: 1em 1em 1.2em 1em;
	font-size: 0.95em;
}
div.copy table tbody td.alt {
	padding: 1em 1em 1.2em 1em;
}
div.copy table tbody td.first {
	padding-left: 0;
}
div.copy .paging-table {
	margin-top: 2.5em;
}
div.copy .paging-table .filter {
	margin: 0 0 1em;
	color: #6f807a;
}
div.copy .paging-table thead a img {
	vertical-align: text-bottom;
}
div.copy .paging-table .filter input.text {
	padding: 8px 0 7px 8px;
	height: 14px;
	border: 1px solid #c4cfc9;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	width: 15em;
	float: left;
}
div.copy .paging-table .filter input.button {
	width: 30px;
	height: 31px;
	background: url(/images/buttons/search-short.png) no-repeat;
	border: 0;
	cursor: pointer;
}
div.copy .paging-table .info {
	float: left;
	font-family: Helvetica, Arial;
	color: #6f807a;
	font-size: 0.9em;
	margin: 0.3em 0 0;
}
div.copy .paging-table .pagers {
	text-align: right;
	float: right;
}
div.copy .paging-table .pagers input {
	width: 41px;
	height: 31px;
	background: url(/images/buttons/paging-datatables.png) no-repeat;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
	float: left;
}
div.copy .paging-table .pagers input.next {
	background-position: left bottom;
}
div.copy .paging-table .pagers input.disabled {
	background-position: right top;
	cursor: default;
}
div.copy .paging-table .pagers input.next.disabled {
	background-position: right bottom;
}
div.copy .paging-table table .no-result {
	font-style: italic;
	text-align: center;
}
div.copy table span { cursor: default; }
div.copy table span:hover { color: #000 }
div.copy table.reset {
	color: inherit;
	border: 0;
}
div.copy table.reset td.alt {
	background-color: inherit;
}
.tooltip {
	background-color: #fff;
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #ccc;
	color: #444;
}
/* left navigation */
#left-nav {
	width: 225px;
	margin: 47px 0 50px;
	float: left;
}
#left-nav a {
	display: block;
	font-size: 0.75em;
	padding: 8px 20px;
	border: 1px solid #d6e1d9;
	border-width: 0 1px;
}
#left-nav .head a {
	padding: 14px 20px;
	color: #916e48;
	font-size: 0.85em;
	letter-spacing: 1px;
	border-width: 1px;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
#left-nav .head a:hover {
	background-color: #fff;
}
#left-nav div.items a {
	font-size: 0.95em;
	height: 20px;
	padding: 11px 20px;
	background: url(/images/leftnav/subcat.png) no-repeat;
}
#left-nav div.items a.has-children {
	background-position: -446px;
}
#left-nav a.selected {
	color: #000;
}
#left-nav a.selected:hover {
	background-color: #fff;
	cursor: default;
}
#left-nav div.items a.selected {
	background-position: -223px 0;
}
#left-nav div.items a.selected.has-children {
	background-position: -669px;
}
#left-nav div.items div a {
	background: 0;
	text-transform: uppercase;
	font-size: 0.75em;
	height: auto;
	padding: 9px 20px;
}
#left-nav div.items div a.first {
	padding-top: 20px;
}
#left-nav div.items div a:last-child {
	padding-bottom: 20px;
}
#left-nav div.items div div a.first {
	padding-top: 9px;
}
#left-nav div.items div a:hover {
	background-color: #dde3df;
}
#left-nav div div {
	border-bottom: 1px solid #d6e1d9;
}
#left-nav div div div {
	border-bottom: 0;
}
#left-nav div.items div div a {
	text-transform: none;
	font-size: 0.9em;
}
#left-nav div div div {
	text-indent: 20px;
}
#left-nav .foot {
	height: 50px;
	border: 1px solid #d6e1d9;
	border-width: 0 1px 1px 1px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
}
/* all brands page */
#all-brands h1 {
	margin-left: 17px;
	float: left;
	font-size: 2.5em;
}
#all-brands .main-div p {
	width: 700px;
	font-size: 0.9em;
	color: #787e7c;
	line-height: 1.5;
	padding: 28px 0 35px 74px;
	margin: 0;
	float: left;
	font-style: italic;
}
#all-brands #list {
	background: #f8faf9;
	border-top: 1px solid #e9efeb;
}
#all-brands #list ul {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0;
	list-style-type: none;
}
#all-brands #list li {
	margin: 0 0 30px;
	padding: 0;
	float: left;
	width: 189px;
	border: 1px solid #f8faf9;
	height: 145px;
	cursor: pointer;
}
#all-brands #list li:hover {
	border-color: #d6e1d9;
	background: #fff;
}
#all-brands #list li span {
	color: #916e48;
	font-style: italic;
	font-size: 0.7em;
	display: block;
	line-height: 1.45;
	height: 33px;
	padding: 10px 30px;
}
#all-brands #list li:hover span {
	color: #9f2236;
	background: #fdf8f9
}
#all-brands #list a {
	display: block;
}
/* about kirstin */
#kirstin {
	background: url(/images/backgrounds/about-kirstin.jpg) no-repeat 450px 0;
	margin-top: -50px;
	padding: 50px 0;
}
#kirstin h2 {
	margin: 2em 0;
}
#kirstin h2.first {
	margin-top: 0.3em;
}
#kirstin p, #kirstin ul {
	width: 440px;
}
#kirstin div.other {
	float: right;
	width: 230px;
}
#kirstin div.other div {
	color: #7c817b;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	margin-bottom: 2em;
	line-height: 1.4;
	background: url(/images/icons/right-angle.png) no-repeat 0 12px;
	padding-left: 14px;
}
#kirstin div.other a {
	display: block;
	font-family: Georgia, Serif;
	font-size: 1.7em;
}
#kirstin p.sig {
	margin: 2.2em 0 0;
}
/* saffron rouge product - inner circle and gift certificate */
div.sr-product {
	margin-right: 0;
	width: 940px;
}
.sr-product p.intro {
	font-style: italic;
	width: 630px;
}
div.sr-product > div {
	float: left;
	width: 300px;
	padding-right: 30px;
}
.sr-product div.right {
	float: right;
	width: 262px;
	padding: 0;
}
div.sr-product h2 {
	margin: 1em 0 0.5em;
}
.sr-product form {
	background-color: #e9efeb;
	height: 240px;
	padding: 10px 15px;
}
.sr-product form strong {
	display: inline-block;
	font-weight: normal;
	font-size: 1.7em;
	margin-right: 20px;
}
.sr-product form input {
	vertical-align: middle;
}
.sr-product form span {
	/* "for 12 months" */
	display: inline-block;
	color: #916e48;
	font-size: 0.75em;
	text-transform: uppercase;
	font-family: Helvetica, Arial, Sans-Serif;
	width: 80px;
	padding-left: 15px;
}
.sr-product p.note {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #8a8a8a;
}
.sr-product p.note strong {
	color: #c2727f;
	font-weight: normal;
}
/* gift cert */
#gift-cert > div {
	margin-bottom: 40px;
}
#gift-cert #fine-print {
	padding-left: 1em;
}
#gift-cert #fine-print li {
	font-size: 0.9em;
	width: 630px;
	color: #444;
	margin-bottom: 0.8em;
	font-family: Helvetica, Arial, Sans-Serif;
}
#gift-cert label {
	display: inline-block;
	width: 60px;
	padding: 5px 15px 10px 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
}
#gift-cert select, #email-input input {
	width: 150px;
	padding: 6px;
	vertical-align: top;
	margin-bottom: 10px;
}
#email-input input {
	width: 220px;
}
#email-input label {
	padding: 0 0 3px 0;
}
#gift-cert .add-to-cart {
	float: right
}
/* /all page */
#everything {
	margin: 0 0 50px;
}
#everything h1 {
	font-size: 2.5em;
	padding: 1em 0 0.7em 17px;
	margin: 50px 0 0;
	letter-spacing: -0.02em;
	border-top: 1px solid #e9efed;
}
#everything h1.first {
	border-top: 0;
	margin-top: 0;
}
#everything a:hover {
	text-decoration: none;
}
#everything .li {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	padding: 4px 4px 4px 8px;
}
#everything .li:hover, #everything .ul .ul .li:hover {
	background-color: #f2f3ee;
}
#everything .ul {
	padding: 0;
	float: left;
	width: 260px;
	padding: 0 85px 0 0;
}
#everything .ul .ul {
	float: none;
}
#everything .ul.third {
	padding: 0;
}
#everything .ul .li {
	font-size: 1.3em;
	margin: 6px 0 0 18px;
}
#everything .ul .ul {
	font-family: Georgia, serif;
	font-size: 12pt;
	color: #d6e1d9;
	padding: 0 0 0 16px;
	padding-bottom: 26px;
}
#everything .ul .ul .ul {
	padding-bottom: 2px;
}
#everything .ul .ul .li {
	margin: 0;
	padding-left: 20px;
	background: url(/images/icons/all-page-bullet.gif) no-repeat 8px center;
}
#everything .ul .ul .li:hover a {
	color: #9a2538;
}
#everything .ul .ul a {
	color: #344451;
	font-size: 0.75em;
}
/* newsletter sign up */
#newsletter-signup {
	margin: 0 20px;
	height: 455px;
	background: url(/images/backgrounds/newsletter-signup.jpg) no-repeat 720px 0;
}
#newsletter-signup h1 {
	font-size: 2.5em;
}
#newsletter-signup p {
	width: 550px;
	font-size: 1.2em;
	color: #555;
}
/* faq main page */
div.faq div {
	float: left;
	width: 45%;
	margin-right: 30px;
}
div.faq h2 {
	text-transform: none;
	color: #333;
	font-size: 1.4em;
	letter-spacing: normal;
	margin: 1em 0 0.5em;
}
div.faq div p {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.85em;
}
/* /learn/organic/certifications */
#standards td.first {
	width: 200px;
}
#standards td.first span, #standards tbody td.third {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
}
#standards img {
	float: right;
}
/* learn/faq */
#faq-main {
	background: url(/images/backgrounds/learn-faq.jpg) no-repeat 446px 0;
	padding-top: 10px;
}
#faq-main .faq-style {
	margin: 10px 0 100px;
}
.faq-style {
	border-bottom: 1px solid #eaf0ec;
	width: 444px;
	margin: 50px 0;
}
.faq-style a {
	display: block;
	border-top: 1px solid #eaf0ec;
	padding: 9px 0 9px 40px;
	background: url(/images/icons/right-arrow-circle.png) no-repeat 12px 12px;
	font-size: 1.1em;
}
.faq-style a:hover {
	color: #a5886a
}
/* learn */
#learn blockquote {
	color: #a02237;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1em;
	line-height: 1.5;
}
#learn p {
	font-size: 0.95em;
	line-height: 1.4;
	margin-bottom: 40px;
}	
.learn-style div {
	float: left;
	width: 255px;
	height: 95px;
	font-size: 0.75em;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 15px 30px 10px 20px;
	color: #333;
	border-top: 1px solid #eaf0ec;
	cursor: pointer;
}
.learn-style div:hover {
	background-color: #f1f3f2;
}
.learn-style div.second {
	margin-right: 0;
}
.learn-style a {
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.7em;
	font-family: Georgia, Serif;
	display: block;
	margin-bottom: 6px;
}
#learn a:hover {
	text-decoration: none;
}
/* saffron six */
#saffron-six p.first {
	font-style: italic;
	margin-top: -27px;
}
#saffron-six #kirstin {
	position: absolute;
	z-index: 0;
	top: 165px;
	left: 815px;
	display: none;
}
#saffron-six div {
	padding-top: 25px;
	border-top: 1px solid #eaf0ec;
	background-color: #fff;
	z-index: 1;
}
#saffron-six div div {
	width: 250px;
	float: left;
	border: 0;
	padding: 0 0 0 38px;
	background: url(/images/articles/saffron-six/1.png) no-repeat;
}
#saffron-six div.second div { background-image: url(/images/articles/saffron-six/2.png) }
#saffron-six div.third div { background-image: url(/images/articles/saffron-six/3.png) }
#saffron-six div.fourth div { background-image: url(/images/articles/saffron-six/4.png) }
#saffron-six div.fifth div { background-image: url(/images/articles/saffron-six/5.png) }
#saffron-six div.sixth div { background-image: url(/images/articles/saffron-six/6.png) }
#saffron-six h2 {
	margin: -0.3em 0 0.2em;
}
#saffron-six span {
	font-size: 1.4em;
	display: block;
	color: #393939;
}
#saffron-six div p {
	margin-left: 365px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5;
}
/* ten reasons */
#ten-reasons {
	padding: 17px 0 30px;
	font-size: 0.85em;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.8;
}
#ten-reasons td {
	border-top: 1px solid #eaf0ec;
	padding: 0 2em 28px 0;
}
#ten-reasons td.second {
	padding-right: 0;
	background: 0;
}
#ten-reasons span {
	font-size: 1.6em;
	display: block;
	color: #a02237;
	font-family: Georgia, Serif;
	margin-bottom: 4px;
	line-height: 1.2;
}
/* why organic */
#why-organic .brands-item-style div {
	height: 90px;
}
