@import "reset.css";
@import "classes.css";

body{
	margin:0;
	color:#000;
	font:18px Georgia, "Times New Roman", Times, serif;
	background:#f1eedd url(../images/bg-body.gif) no-repeat 50% 0;
}
img{border:0;}
a{
	color:#291609;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,textarea,select{
	font:100% Georgia, "Times New Roman", Times, serif;
	vertical-align:middle;
}
#register-btn{
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
form{display:inline;}
#wrapper{
	width:940px;
	margin:0 auto;
}
.logo{
	width: 365px;
	height: 49px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	margin:40px 0 0 25px;
	float:left;
	display:inline;
}
.logo a{
	display: block;
	height: 100%;
}
#header .holder{
	float:right;
	width:520px;
}
.top-nav{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background: url(../images/bg-top-nav-solid.jpg) no-repeat right top;
	padding:5px 5px 0 13px;
	height:30px;
	overflow:hidden;
}
.top-nav ul{
	list-style:none;
	margin:0;
	padding:2px 0 2px 15px;
	text-transform:uppercase;
	overflow:hidden;
	float:right;
	/*background: url(../images/separator-topnav.gif) no-repeat 0 50%;*/
}
.top-nav span{
	font-style:italic;
	float:left;
	padding:2px 0 0;
}
.top-nav ul li{
	margin:0 8px 0 0;
	float:left;
	padding:0;
	display:inline;
}
.top-nav ul li a{
	color:#fff;
	padding:0 0 2px;
	float:left;
	background: url(../images/bg-top-links.gif) repeat-x 0 100%;
}
.top-nav ul li a:hover{
	text-decoration:none;
}
.search{
	float:right;
	margin:15px 0 0;
}
.search fieldset{
	display:inline;
}
.search .txt{
	background: url(../images/bg-input.gif) no-repeat;
	width: 188px;
	margin:0 6px 0 0;
	float:left;
	padding:8px 8px 10px;
}
.search .txt input{
	font-size:13px;
	color:#807f76;
	font-style:italic;
	border:none;
	background:none;
	padding:0;
	float:left;
	width:100%;
	line-height:16px;
}
.submit{
	background: url(../images/btn-go.png) no-repeat;
	border:none;
	cursor:pointer;
	width:30px;
	height:30px;
}
.submit:hover, .search .hover{
	background: url(../images/btn-go-hover.png) no-repeat;
}
.area{
	overflow:hidden;
	height:1%;
	margin:0 0 25px;
}
#nav{
	list-style:none;
	margin:0 0 11px;
	padding:0;
	width:100%;
	overflow:hidden;
}
#nav li{
	float:left;
	height:45px;
	overflow:hidden;
}
#nav li a{
	display:block;
	height:90px;
	text-indent:-9999px;
	cursor:pointer;
}
#nav li a:hover, #nav li.active a{
	margin:-45px 0 0;
}
.main{
	background: url(../images/bg-main.png) no-repeat;
	width:93px;
}
.shop{
	background: url(../images/bg-shop.png) no-repeat;
	width:165px;
}
.wholesale{
	background: url(../images/bg-wholesale.png) no-repeat;
	width:153px;
}
.contract{
	background: url(../images/bg-contract.png) no-repeat;
	width:338px;
}
.about{
	background: url(../images/bg-about.png) no-repeat;
	width:191px;
}
.promo img{
	display:block;
}
.promo .slides{
	height:294px;
	overflow:hidden;
	width:940px;
}
.promo .slides img{
	height:294px;
	width:940px;
}
.promo .slides a{
	display:block;
}
.panel{
	background: url(../images/bg-subnav.gif) repeat-x;
	overflow:hidden;
	height:1%;
	position:relative;
}
.sub-nav{
	list-style:none;
	padding:9px 0 0 20px;
	margin:0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}
.sub-nav li{
	float:left;
	margin:0 35px  0 0;
	padding:0
}
.sub-nav a{
	color:#fff;
	display:block;
	height:17px;
	padding:10px 5px 16px;
	float:left;
}
.sub-nav li a:hover{
	color:#e5cc97;
	text-decoration:none;
}
.sub-nav li.active{
	background: url(../images/bg-subnav-li.gif) 50% 100% no-repeat;
}
.sub-nav li.active a{
	color:#fff !important;
}
.sub-nav li a.activeSlide{
	background: url(../images/bg-subnav-li.gif) 50% 100% no-repeat;
	color:#fff !important;
}
.panel .switcher{
	float:right;
	list-style:none;
	padding:7px 7px 0 0;
	margin:0;
}
.panel .switcher li{
	margin:0;
	padding:0;
	float:left;
}
.panel .switcher li a{
	display:block;
	text-indent:-9999px;
	height:38px;
	width:38px;
	cursor:pointer;
	margin: 0 5px 0 0;
	overflow:hidden;
}
.prev{
	display:block;
	background: url(../images/a-prev.png) no-repeat;
}
.prev:hover{
	background: url(../images/a-prev-hover.png) no-repeat;
}
.next{
	display:block;
	background: url(../images/a-next.png) no-repeat;
}
.next:hover{
	background: url(../images/a-next-hover.png) no-repeat;
}
#main{
	height:1%;
	padding:0 0 30px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
.intro{
	width:647px;
	float:left;
	padding:35px 0 20px;
}
.intro .img{
	float:left;
	margin:0 25px 0 0;
}
.intro .img img{
	display:block;
}
.intro p, #content p{
	margin:0 0 14px;
	color:#52504d;
	line-height:27px;
}
.intro p a{
	background: url(../images/bg-content-links.gif) repeat-x 0 100%;
}
.intro p a:hover{
	text-decoration:none;
}
#main .more{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#bb3727;
	background: url(../images/bg-more.gif) no-repeat 100% 50%;
	padding:0 18px 0 0;
}
#main .more:hover{
	background-image: url(../images/bg-more-hover.gif);
	color:#3d2c1e;
	text-decoration:none;
}
.intro .boxes{
	background: url(../images/bg-boxes.gif) no-repeat;
	overflow:hidden;
	height:1%;
	padding:0 0 0 20px;
}
.boxes .box{
	float:left;
	width:205px;
	padding:20px 0 0;
	color:#291609;
}
.boxes .box h2{
	text-indent:-9999px;
	height:41px;
}
.ttl-coffee{
	background: url(../images/text-coffee.png) no-repeat;
	width:144px;
	height:40px;
	margin:0 0 14px;
}
.boxes .box img{
	display:block;
	margin:0 0 10px;
	z-index:5;
	position:relative;
}
.boxes .box ul{
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	line-height:18px;
}
.intro .boxes .box ul a{
	font-size:15px;
	font-style:italic;
	background: url(../images/bg-border.gif) repeat-x 0 100%;
}
.intro .boxes .box a:hover{
	text-decoration:none;
}
.intro .boxes .box a{
	color:#291609;
}
.intro .box .link{
	background: url(../images/btn-start.gif) no-repeat;
	width:141px;
	height:14px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.intro .box .link.vid{
	background: url(../images/btn-watch.png) no-repeat;
	width:141px;
	height:14px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.intro .box .link.read{
	background: url(../images/btn-read-notes.png) no-repeat;
	width:141px;
	height:14px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
.intro .box .link:hover{
	background-position:0 -14px;
}
.ttl-month{
	margin:0 0 17px;
	background: url(../images/text-coffeemonth.png) no-repeat;
	width:158px;
}
.ttl-story{
	background: url("../images/text-story.png") no-repeat scroll 0 0 transparent;
    margin: 0 0 29px;
    width: 185px;
}
.boxes .date{
	color:#906c1e;
	font:bold 27px/30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	background: url(../images/bg-date.png) no-repeat;
	width:180px;
	text-align:center;
	padding:7px 0 12px;
	margin:-37px 0 0 -12px;
	z-index:2;
	position:relative;
}
.boxes strong{
	font-size:14px;
	background: url(../images/bg-border.gif) repeat-x 0 100%;
	float:left;
	margin:0 0 10px;
}
.intro .box .buy{
	background: url(../images/btn-buy.gif) no-repeat;
	width:107px;
	clear:both;
}
.ttl-gold{
	margin:0 0 10px;
	background: url(../images/text-gold.png) no-repeat;
	width:187px;
}
.boxes .box h2.ttl-cupping{height:25px;}
.ttl-cupping{
	background: url("../images/text-cupping.png") no-repeat scroll 0 0 transparent;
    margin: 26px 0 0;
    width: 187px;
}

.intro .boxes p{
	margin:0 0 10px;
	font-size:15px;
	color:#52504d;
	font-style:italic;
	line-height:18px;
	width:185px;
}
.intro .box .join{
	background: url(../images/btn-join.gif) no-repeat;
	width:126px;
}
.service-box{
	background: url(../images/bg-aside.jpg) repeat-y;
	float:right;
	width:281px;
	margin:65px 0 -30px;
	position:relative;
}
.service-box .holder{
	background:url(../images/bg-aside-t.jpg) no-repeat;
	float:right;
	width:281px;
}
.service-box .frame{
	background: url(../images/bg-aside-b.jpg) no-repeat 0 100%;
	padding:0 0 40px;
	overflow:hidden;
	height:1%;
}
#sidebar_slides .slide{
	background:url(../images/bg-aside-t.jpg) no-repeat left bottom;
	width:281px;
	height:502px;
}
.service-box .slide img{
	display:block;
	margin:0 auto 18px;
}

.service-box .img{
	position:absolute;
	top:-36px;
	left:14px;
}
.service-box .ttl-specialize{
	margin:0 0 11px;
	color:#fff;
	background: url(../images/text-specialize.png) no-repeat;
	text-indent:-9999px;
	width:218px;
	height:72px;
}
.service-box .ttl-commercial{
	margin:0 0 12px;
	color:#ffebba;
	font-size:18px;
	background: url(../images/text-commercial.gif) no-repeat;
	text-indent:-9999px;
	width:217px;
	height:27px;
}
.service-box p{
	font-style:italic;
	font-size:15px;
	color:#fff;
	line-height:18px;
	margin:0 30px 14px;
}
.links {
	margin: 0 -5px 0 0;
	padding: 0 30px 11px;
	list-style: none;
	overflow:hidden;
	width:225px;
	float:left;
	height:34px;
}
.links li{
	float:left;
	height:34px;
	padding:0 0 0 0;
	margin: 0 5px 0 0;
}
.links li a{
	height:34px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
.links li a.read{
	background: url(../images/btn-read.png) no-repeat;
	width:105px;
}
.links li a.contact{
	background: url(../images/btn-contact.png) no-repeat;
	width:107px;
}
.links li a:hover{
	background-position: 0 -34px;
	cursor:pointer;
}
.add-nav{
	width:100%;
	overflow:hidden;
	position:relative;
}
.add-nav div{
	position:relative;
	left:50%;
	float:left;
}
.add-nav ul {
	position:relative;
	float:left;
	left:-50%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.add-nav li{
	float:left;
	height:17px;
	overflow:hidden;
	padding:0 10px 0 0;
}
.add-nav li a{
	width:16px;
	height:51px;
	text-indent:-9999px;
	display:block;
	background: url(../images/bg-addnav.png) no-repeat;
}
.add-nav li.active a{
	margin:-34px 0 0 !important;
	cursor:pointer;
}
.add-nav li a:hover{
	margin:-17px 0 0;
	cursor:pointer;
}
.section{
	background:#0b0603 url(../images/bg-area-r.gif) repeat-x;
	min-width:1003px;
}
.section .holder{
	background: url(../images/bg-area.jpg) no-repeat 50% 0;
	padding:95px 0 15px;
}
.section .frame{
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
.section .box-holder{
	margin:0 -60px 0 0;
	width:1000px;
}
.section .box{
	float:left;
	width:295px;
	padding:0 25px 0 0;
}
.box h3{
	margin:0 0 15px;
	text-indent:-9999px;
	background: url(../images/text-sign.png) no-repeat;
	width:229px;
	height:36px;
}
.signup .row{
	overflow:hidden;
	height:1%;
	padding:0 0 12px;
}

input.honeypot{display:none;}
.signup input{
	padding:1px 9px 3px;
	float:left;
	width:110px;
	border:3px solid #5e4d3d;
	background:#291609;
	margin:0 12px 0 0;
	color:#b7a47b;
	font-style:italic;
	font-size:14px;
	line-height:16px;
}
.signup textarea{
	padding:8px 9px 3px;
	margin:0 0 2px;
	width:256px;
	border:3px solid #5e4d3d;
	background:#291609;
	height:90px;
	color:#b7a47b;
	font-style:italic;
	font-size:14px;
	line-height:16px;
	overflow:auto;
	max-height:90px;
	max-width:256px
}
.signup input.checkbox{
	padding:0;
	margin:0 8px 0 0;
	float:left;
	width:14px;
	border:none;
}
.signup label{
	font-size:13px;
	font-style:italic;
	line-height:15px;
	color:#f1eedd;
	overflow:hidden;
	height:1%;
	display:block;
	margin:0 0 4px;
}
.signup input.btn-send{
	padding:0;
	float:none;
	width:auto;
	border:none;
	background:#291609;
	margin:0;
}
.section .twitter{
	padding:0 47px 0 0;
}
.section .box h3.ttl-twitter{
	margin:58px 0 -50px;
	background: url(../images/text-twitter.png) no-repeat;
	width:207px;
	height:117px;
}
.section .box p{
	margin:0 0 22px;
	width:289px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e09d69;
}
.section .box p a {
	color: #b7cddf;
}
.section .follow{
	/*background: url(../images/bg-cat.png) no-repeat;*/
	/*padding:51px 0 0;*/
	height:1%;
}
.section .follow a{
	text-indent:-9999px;
	display:block;
	background: url(../images/btn-follow.gif) no-repeat;
	width:114px;
	height:34px;
	overflow:hidden;
}
.section .follow a:hover{
	background-position:0 -34px;
}
.section .box em{
	color:#f1eedd;
	font-size:15px;
	line-height:18px;
	display:block;
	margin:0 0 15px;
}
.section .box h3.facebook{
	margin:0 0 7px;
	background: url(../images/text-facebook.png) no-repeat;
	width:226px;
	height:14px;
	font-size:0;
}
.section .list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow:hidden;
	height:1%;
}
.section .list li{
	float:left;
	color:#f1eede;
	font-size:12px;
	text-align:center;
	padding:0 19px 19px 0;
}
.section .list img{
	display:block;
	margin:0 0 12px;
}
.section .become{
	text-indent:-9999px;
	display:block;
	background: url(../images/btn-become.gif) no-repeat;
	width:144px;
	height:34px;
	overflow:hidden;
	margin:0 0 0 -4px;
	position:relative;
}
.section .become:hover{
	background-position:0 -34px;
}
#footer{
	background:#a6331c url(../images/bg-footer-r.gif) repeat-x;
	min-width:1003px;
}
#footer .holder{
	background: url(../images/bg-footer.gif) no-repeat;
	width:940px;
	padding:28px 31px 8px 19px;
	margin:0 auto;
	position:relative;
}
#footer .holder img.twitter-max{
	position:absolute;
	top:-110px;
	left:480px;
	z-index:1;
}
#footer .info {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	overflow:hidden;
	height:1%;
}
#footer .info li{
	float:left;
	font:13px/16px Verdana, Geneva, sans-serif;
	color:#ffcdaf;
	background: url(../images/separator-contact.gif) no-repeat 0 6px;
	padding:0 5px 0 11px;
	margin:0 6px 0 -6px;
}
#footer .info li a{
	color:#ffcdaf;
	background: url(../images/bg-border2.gif) repeat-x 0 100%;
}
#footer .info li a:hover{
	text-decoration:none;
}
.nav {
	margin: 0 0 82px;
	padding: 0;
	list-style: none;
	overflow:hidden;
	height:1%;
}
.nav li{
	float:left;
	padding:0 12px 0 6px;
	overflow:hidden;
	height:11px;
}
.nav li a{
	text-indent:-9999px;
	display:block;
	height:22px;
	width:66px;
	background: url(../images/nav-contact.png) no-repeat;
}
.nav li a.fundraising{
	width:98px;
	background: url(../images/nav-fundraising.png) no-repeat;
}
.nav li a.careers{
	width:64px;
	background: url(../images/nav-careers.png) no-repeat;
}
.nav li a.press{
	width:44px;
	background: url(../images/nav-press.png) no-repeat;
}
.nav li a.privacy{
	width:61px;
	background: url(../images/nav-privacy.png) no-repeat;
}
.nav li a.terms{
	width:48px;
	background: url(../images/nav-terms.png) no-repeat;
}
.nav li a:hover{
	margin:-11px 0 0;
	cursor:pointer;
}
#footer p{
	margin:0;
	font: 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#601811;
}
#footer p a{
	color:#601811;
}
.shoping{
	position:absolute;
	top:157px;
	right:0;
	width:50px;
	background: url(../images/bg-shoping.gif) no-repeat;
	overflow:hidden;
	padding:193px 0 17px;
	outline:none;
}
.shoping:hover{
	background-position:-50px 0;
	cursor:pointer;
	text-decoration:none;
}
.shoping span{
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	display:block;
	line-height:24px;
}
.shoping span strong{
	display:block;
	font-size:9px;
	text-transform:uppercase;
}
.btn-shop{
	height:22px;
	width:22px;
	font-style:normal;
	overflow:hidden;
	display:block;
	margin:0 auto;
}
.btn-shop span{
	height:44px;
	width:22px;
	font-style:normal;
	overflow:hidden;
	display:block;
	background: url(../images/btn-shop.png) no-repeat;
}
.active .btn-shop span{
	margin:-22px auto 0;
}
.active:hover{
	background-position:0 0;
}
#content{
	float:right;
	width:700px;
	overflow:hidden;
}
#tert #content{ padding-top: 20px; }
#content .visual{
	margin:0 0 33px;
}
#content .visual img{
	margin:0;
	display:block;
}
#content .img{
	margin:10px 30px 10px 5px;
	float:left;
}
.columns{
	width:720px;
	padding:15px 0 0;
	margin: 0 -20px 25px 0;
	overflow:hidden;
}
.columns div{
	float:left;
	width:212px;
	margin:0 28px 0 0;
}
.columns strong,
div#content div.product_details p strong,
div.gallery_caption p strong {
	font-size:16px;
	font-weight:bold;
	display:block;
	color:#906c1e;
	padding:0 10px 0 0;
	text-transform:uppercase;
}
#content .columns p{
	font-size:15px;
	line-height:21px;
	margin: 0 0 2px;
}
.experience{
	background: url(../images/bg-exp.gif) no-repeat;
	padding:0 0 32px 0;
	overflow:hidden;
	height:1%;
	clear: left;
}
.experience .text{
	float:left;
	margin:30px 0 0;
}
strong.exp{
	background: url(../images/txt-experience.png) no-repeat;
	width:363px;
	height:16px;
	text-indent:-9999px;
	display:block;
	padding:0 0 10px;
	font-size:0;
	line-height:0;
}
#content .experience p{
	font-style:italic;
	font-size:15px;
	line-height:18px;
	width:302px;
	float:left;
	margin:0 20px 0 0;
}
.experience img{
	float:left;
	margin:0 5px 0 0;
}
#content a.learn{
	background: url(../images/txt-learnmore.png) no-repeat;
	width:147px;
	height:30px;
	text-indent:-9999px;
	float:left;
	cursor:pointer;
	font-size:0;
	line-height:0;
	margin:30px 0 0 ;
}
#content a.learn:hover{
	background: url(../images/txt-learnmore-hover.png) no-repeat;
}
#sidebar{
	float:left;
	width:220px;
}
.secnav{
	list-style:none;
	margin:0 0 20px;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	/*background: url(../images/bg-secnav-repeat.gif) repeat-y 189px 0;*/ /* removed 6/10/10 via Kelly request per Brandon Meeting */
	height:1%;
}
.secnav li{
	line-height:17px;
	vertical-align:middle;
	border-bottom:4px solid #3d2c1e;
	padding:11px 0 11px 0;
}
.secnav a{
	color:#3d2c1e;
	display:block;
	padding-right:37px;
}
.secnav ul{
	list-style:none;
	margin:9px 0 -5px 0;
	padding:0;
	text-transform:none;
}
.secnav ul li{
	/*background: url(../images/bg-secnav.gif) no-repeat; */ /* removed 6/10/10 via Kelly request per Brandon Meeting */
	background: url(../images/bg-secnav-alt.gif) no-repeat;
	padding:11px 0 6px;
	border-bottom:none;
}
.secnav ul li a{
	display:block;
	height:1%;
}
.secnav .selected ul{
	display: block;
}
.secnav a:hover{
	text-decoration:none;
}
.secnav li a:hover{
	background: url(../images/bg-arrow.png) no-repeat;
}
.secnav li.selected a{
	background: url(../images/bg-arrow.png) no-repeat;
}
.secnav li.selected li a{
	background: none;
}
.secnav li li.selected a{
	background: url(../images/bg-arrow.png) no-repeat;
}
.cart{
	background: url(../images/bg-shop.gif) repeat-y;
}
.cart .holder{
	background: url(../images/bg-shop-t.gif) no-repeat;
}
.cart .frame{
	background: url(../images/bg-shop-b.gif) no-repeat 0 100%;
	padding:22px 0 28px;
}
.login{
	margin:0 10px 13px 12px;
	display:block;
}
.login p{
	font-size:15px;
	color:#52504d;
	line-height:18px;
	font-style:italic;
	margin:0 0 10px;
}
.login p a {
	color: #3d2c1e;
	border-bottom: 1px dotted #3d2c1e;
}
.login p a:hover {
	border-bottom: 1px solid #3d2c1e;
	text-decoration: none;
}
.online{
	background: url(../images/txt-shop.png) no-repeat;
	text-indent:-9999px;
	display:block;
	width:116px;
	height:14px;
	font-size:0;
	line-height:0;
	margin:0 0 10px;
}
.login .row{
	margin:0 0 10px;
}
.login .txt{
	border:3px solid #e6e3da;
	padding:5px 7px 6px;
	font-size:13px;
	color:#7f7d79;
	font-style:italic;
	width:175px;
}
.login label{
	font-size:13px;
	color:#7f7d79;
	font-style:italic;
	overflow:hidden;
	height:1%;
	display:block;
	line-height:15px;
}
.login .checkbox{
	float:left;
	margin:0 5px;
	padding:0;
	width:16px;
	height:16px;
}
.sticker{
	background:#f1bf56;
	margin:0 15px 8px 1px;
	padding:15px;
}
.sticker strong{
	display:block;
	text-indent:-9999px;
	font-size:0;
	margin:0 0 10px;
}
.sticker .sell{
	background: url(../images/text-sell.png) no-repeat;
	width:143px;
	height:57px;
}
.sticker .partner{
	background: url(../images/text-partner.png) no-repeat;
	width:159px;
	height:14px;
}
.sticker p{
	font-size:15px;
	color:#52504d;
	font-style:italic;
	line-height:18px;
	margin:0 0 10px;
}
.sticker a{
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#bb3727;
	background: url(../images/bg-ticket-link.gif) 100% 50% no-repeat;
	padding:0 21px 0 0;
}
.sticker a:hover{
	color:#3d2c1e;
	background-image:url(../images/bg-ticket-link-hover.gif);
	text-decoration:none;
}

/* ---------- Listings ---------- */

div.listings_head {
	margin-top: 30px;
	overflow: auto;
}

div#content div.listings_head p.title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #906c1e;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

div#content div.listings_head p.sec-title {
	font-size: 30px;
	color: #52504d;
}

form.roast_level {
	display: block;
	background: #d3d1c1;
	padding: 10px 20px;
	overflow: auto;
}

div#content form.roast_level p {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

form.roast_level select {
	float: right;
	font-size: 12px;
	margin-top: 2px;
}

div.pag_wrapper {
	margin-top: 20px;
	overflow: auto;
}

div#content div.pag_wrapper p.total_results {
	float: left;
	font-size: 18px;
}

div.pag {
	float: right;
}

div#content div.pag {
	font-size: 18px;
}

div.pag a {
	display: block;
	float: left;
	width: 23px;
	height: 22px;
	text-align: center;
	color: #52504D;
}

div.pag a.active {
	background: #d3d1c1;
}

div.pag a:hover {
	background: #3e2c1e;
	text-decoration: none;
	color: #f1eedd;
}

div.pag a.prev,
div.pag a.next {
	display: block;
	background: none;
	width: 22px;
	height: 22px;
	background: url(../images/btn-pag-nav.gif) no-repeat 0 -44px;
	text-indent: -9999px;
	padding: 0;
}

div.pag a.prev {
	margin-right: 5px;
}

div.pag a.next {
	background: url(../images/btn-pag-nav.gif) no-repeat -22px -44px;
	margin-left: 5px;
}

div.pag a.prev:hover {
	background-position: 0 0;
}

div.pag a.next:hover {
	background-position: -22px 0;
}

div.pag a.prev:active {
	background-position: 0 -22px;
}

div.pag a.next:active {
	background-position: -22px -22px;
}

div.pag a.see_all {
	width: auto;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 3px 0 0 10px;
}

div.pag a.see_all:hover {
	background: none;
	border-bottom: 1px dotted #3e2c1e;
	color: #52504D;
}

div.listings_product {
	border-bottom: 2px solid #d3d1c1;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: auto;
	clear: both;
	width: 100%;
}

div.listings_product img.product_photo {
	float: left;
}

div.listings_product div.product_info {
	float: right;
	width: 520px;
	display:inline;
}

div#content div.product_info p.category {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #3e2c1e;
	font-weight: bold;
	margin-bottom: 5px;
}

div#content div.product_info p.title {
	margin-bottom: 5px;
}

div#content div.product_info p.title a {
	font-size: 24px;
	color: #906c1e;
	background: url(../images/prod-title-arrow.gif) no-repeat right 9px;
	padding-right: 24px;
}

div#content div.product_info p.title a:hover {
	color: #3e2c1e;
	background: url(../images/prod-title-arrow-mo.gif) no-repeat right 9px;
	text-decoration: none;
}

div#content div.product_info p.desc {
	font-size: 18px;
	font-style: italic;
	margin: 0 0 3px;
}

div#content div.product_info p.alloptions {
	font-size: 13px;
	margin: 0 0 10px;
	text-align:right;
}
div#content div.product_info p.alloptions a {
	text-decoration:underline;
}

div#content div.product_info p.roast-indicator,
div#content div.product_photo p.roast-indicator {
	width: 520px;
	height: 29px;
	background: url(../images/roast-bar.jpg) no-repeat 0 6px;
	margin-bottom: 0;
	position: relative;
}

p.roast-indicator img,
p.roast-indicator img {
	position: absolute;
}

/* ---------- Product ---------- */

div.product_photo {
	float: left;
	width: 220px;
	margin: 30px 0 30px 0;
}

div.product_photo img {
	margin: 0 0 15px 0;
}

div#content div.product_photo p.roast-indicator {
	width: 220px;
	background: url(../images/roast-bar-220.jpg) no-repeat 0 6px;
}

p.roast-indicator .roastlevel_1 { left: 0%; }
p.roast-indicator .roastlevel_2 { left: 20%; }
p.roast-indicator .roastlevel_3 { left: 50%; margin-left: -41px; }
p.roast-indicator .roastlevel_4 { right: 80%; }
p.roast-indicator .roastlevel_5 { right: 0%; }

div#content div.product_photo p.category {
	margin-top: 10px;
	height: 27px;
	background: url(../images/bg-prod-cat.gif) no-repeat;
	text-align: center;
}

div#content div.product_photo p.category span {
	display: block;
	height: 8px;
	text-indent: -9999px;
	position: relative;
	top: 10px;
}

div#content div.product_photo p.category span.light {
	background: url(../images/txt-light-roast.gif) no-repeat center top;
}

div#content div.product_photo p.category span.medium-light {
	background: url(../images/txt-med-light-roast.gif) no-repeat center top;
}

div#content div.product_photo p.category span.medium {
	background: url(../images/txt-med-roast.gif) no-repeat center top;
}

div#content div.product_photo p.category span.medium-dark {
	background: url(../images/txt-med-dark-roast.gif) no-repeat center top;
}

div#content div.product_photo p.category span.dark {
	background: url(../images/txt-dark-roast.gif) no-repeat center top;
}

div.product_details {
	float: left;
	width: 460px;
	margin: 30px 0 30px 20px;
}

div.product_details h2 {
	font-size: 30px;
	color: #906c1e;
}

div#content div.product_details p,
div#content div.product_details ul {
	margin-bottom: 30px;
}

div#content div.product_details p.desc {
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
}

div#content div.product_details ul {
	line-height: 10px;
}

strong.why{
	background: url(../images/txt-why-goodson.png) no-repeat;
	width:202px;
	height:16px;
	text-indent:-9999px;
	display:block;
	padding:0 0 10px;
	font-size:0;
	line-height:0;
}

div.add-to-cart {
	background: #a8b1b6;
	padding: 10px 20px 20px 20px;
	margin-bottom: 30px;
}

div.add-to-cart table {
	width: 100%;
}

div.add-to-cart table,
div.add-to-cart table tr th,
div.add-to-cart table tr td {
	padding: 10px 0;
}

div.add-to-cart table tr th {
	padding: 0;
}

div.add-to-cart table tr th {
	font-size: 16px;
	color: #f1eedd;
	text-transform: uppercase;
}

div.add-to-cart table tr td {
	font-size: 15px;
	border-bottom: 3px solid #c0cbd1;
}

td.add-btn {
	text-align: right;
}

td.add-btn input {
	display: block;
	float: right;
	background: url(../images/btn-add-to-cart.gif) no-repeat;
	width: 119px;
	height: 34px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

td.add-btn input:hover {
	background: url(../images/btn-add-to-cart.gif) no-repeat 0 -34px;
}

th.qty,
td.qty {
	text-align: center;
}

td.qty input {
	width: 44px;
	border: 3px solid #e6e3da;
	text-align: center;
	padding: 5px 0;
}

div#content div.add-to-cart p.returns {
	margin-bottom: 0;
}

div.add-to-cart p.returns a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3e2c1e;
}

div.add-to-cart p.returns a:hover {
	background: none;
	border-bottom: 1px dotted #3e2c1e;
	text-decoration: none;
}

/* ---------- Checkout ---------- */

ul.checkout {
	background: url(../images/bg-checkout-nav.jpg) no-repeat;
	padding-left: 130px;
	height: 45px;
	margin-bottom: 50px;
}

ul.checkout li {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #f1eedd;
	text-transform: uppercase;
}

ul.checkout li span {
	display: block;
	padding: 17px 15px 5px 15px;
	color: #f1eedd;
	margin-right: 15px;
}


ul.checkout li span.active {
	background: #f1bf56;
	color: #88510a;
}

div.checkout h2 {
	color: #906C1E;
	font-size: 30px;
	margin-bottom: 20px;
}

.checkout_box {
	float: left;
	background: #d3d1c1;
	padding: 20px;
}

p.checkout_box {
	float: none;
	padding: 15px 20px;
}

.checkout_box.existing_customer {
	width: 240px;
	margin-right: 20px;
}

.checkout_box h5,
.order_info h5,
p.checkout_box,
label {
	font-size: 12px;
	color: #52504d;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	font-style: normal;
}
label.sel{
	font-size: 15px; line-height: 1em; font-family: georgia, serif; font-weight: normal; text-transform: none;
}

input.text_field {
	width: 200px;
	font-size: 13px;
	color: #7f7d79;
	font-style: italic;
	margin: 0 10px 10px 0;
}

.checkout_box a {
	font-size: 13px;
	color: #3e2c1e;
	font-style: italic;
	border-bottom: 1px dotted #3e2c1e;
}

.checkout_box a:hover {
	border-bottom: 1px solid #3e2c1e;
	text-decoration: none;
}

div.remember {
	margin-top: 10px;
}

.checkout_box em.remember {
	color: #52504d;
	font-size: 13px;
}

input.btn_login {
	width: 69px;
	height: 34px;
	background: url(../images/btn-log-in.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

input.btn_login:hover {
	background: url(../images/btn-log-in.gif) no-repeat 0 -34px;
}

.checkout_box p {
	font-style: italic;
	font-size: 15px;
	color: #52504d;
}

.checkout_box a.continue {
	display: block;
	margin-top: 20px;
	width: 97px;
	height: 34px;
	background: url(../images/btn-continue.png) no-repeat;
	text-indent: -9999px;
	border: none;
}

.checkout_box a.continue:hover {
	background: url(../images/btn-continue.png) no-repeat 0 -34px;
}

div.checkout_info {
	float: left;
	width: 640px;
	font-size: 15px;
	color: #52504d;
}

div.checkout_fields {
	overflow: hidden;
	margin-bottom: 20px;
}

div.checkout_fields p {
	float: left;
}

div.checkout_info select,
div.checkout_info input,
div.checkout_fields select {
	font-size: 13px;
	margin-right: 10px;
}

div.checkout_fields input,
div.checkout_fields select {
	margin-top: 5px;
}

input.text_field.w30 {
	width: 30px;
}

input.text_field.w100 {
	width: 100px;
}

input.text_field.w300 {
	width: 300px;
}

input.text_field.w400 {
	width: 400px;
}

input.continue {
	border: none;
	width: 97px;
	height: 34px;
	background: url(../images/btn-continue.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
}

input.continue:hover {
	background: url(../images/btn-continue.png) no-repeat 0 -34px;
}

div.order_info {
	width: 220px;
	float: right;
	background: #fffdf1;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #52504d;
}

div.order_info h5 {
	margin: 0;
	background: #d3d1c1;
	padding: 15px;
	margin: 0 15px;
}

div.order_info div {
	margin: 15px;
	border-bottom: 2px solid #d3d1c1;
}

div.order_info div ul li {
	margin-bottom: 25px;
}

div.order_info div.order_costs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 15px;
	line-height: 20px;
}

div.order_info input.edit_cart {
	font-size: 12px;
	margin: 0 0 15px 15px;
}

div.payment_info {
	margin: 40px 0;
}

form.card_info div.checkout_fields {
	margin-top: 20px;
}

div.checkout_fields {
	width: 100%;
	clear: both;
}

p.card_logos {
	padding-top: 15px;
}

p.checkout_buttons {
	margin-top: 40px;
}

p.checkout_buttons a,
p.checkout_buttons input {
	float: left;
	margin-right: 10px;
}

a.back {
	display: block;
	width: 61px;
	height: 34px;
	background: url(../images/btn-back.gif) no-repeat;
	text-indent: -9999px;
}

a.back:hover {
	background: url(../images/btn-back.gif) no-repeat 0 -34px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

input.submit_order {
	display: block;
	float: left;
	border: none;
	width: 203px;
	height: 34px;
	background: url(../images/btn-submit-order.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

input.submit_order:hover {
	background: url(../images/btn-submit-order.gif) no-repeat 0 -34px;
}

input.create_account {
	border: none;
	width: 149px;
	height: 34px;
	background: url(../images/btn-create-account.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

input.create_account:hover {
	background: url(../images/btn-create-account.gif) no-repeat 0 -34px;
}

a.continue-shopping {
	display: block;
	width: 174px;
	height: 34px;
	background: url(../images/btn-continue-shopping.gif) no-repeat;
	text-indent: -9999px;
}

a.continue-shopping:hover {
	background: url(../images/btn-continue-shopping.gif) no-repeat 0 -34px;
}

table.shopping_cart {
	margin: 20px 0;
}

table.shopping_cart tr th,
table.shopping_cart tr td {
	vertical-align: middle;
	padding: 15px 10px;
}

table.shopping_cart tr td {
	padding: 20px 10px;
}

table.shopping_cart tr td {
	border-bottom: 2px solid #d3d1c1;
}

table.shopping_cart tr td table tr td {
	border-bottom: none;
	padding: 0;
}

td.align_right {
	text-align: right;
}

table.shopping_cart tr td input.text_field.w30 {
	margin: 0;
}

table.shopping_cart tr td table tr td input {
	font-size: 12px;
}

table.shopping_cart tr td table tr td em {
	font-size: 13px;
}

table.shopping_cart tr th,
table.shopping_cart tr.couponCode td,
table.shopping_cart tr td table tr td strong {
	font-size: 12px;
	color: #52504d;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	background: #d3d1c1;
}

table.shopping_cart tr td table tr td strong {
	background: none;
}

table.shopping_cart tr td {
	color: #3e2c1e;
	font-size: 15px;
}

table.shopping_cart tr td a {
	color: #906c1e;
	font-size: 15px;
}

table.shopping_cart tr td a:hover {
	color: #3e2c1e;
	text-decoration: none;
}

table.shopping_cart tr.couponCode {
	background: #d3d1c1;
}

table.shopping_cart tr.couponCode td {
	padding: 15px 10px;
}

table.shopping_cart tr.couponCode td input.text_field {
	margin: 0;
}

#content p.checkout_buttons.cart {
	text-align: right;
	background: none;
}

p.checkout_buttons input.begin_checkout {
	border: none;
	width: 147px;
	height: 34px;
	background: url(../images/btn-begin-checkout.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	display: block;
	font-size: 0;
	line-height: 0;
}

p.checkout_buttons input.begin_checkout:hover {
	background: url(../images/btn-begin-checkout.gif) no-repeat 0 -34px;
}

p.checkout_buttons input.continue_shopping {
	border: none;
	width: 174px;
	height: 34px;
	background: url(../images/btn-continue-shopping.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
	display: block;
	font-size: 0;
	line-height: 0;
}

p.checkout_buttons input.continue_shopping:hover {
	background: url(../images/btn-continue-shopping.gif) no-repeat 0 -34px;
}

/* ---------- Gallery ---------- */

div.gallery_header {
	border-bottom: 4px solid #906c1e;
	overflow: auto;
	margin-top: 10px;
}

div.gallery_header h2 {
	float: left;
}

div.gallery_buttons{
	float: right;
	margin-top:-5px;
}

div.gallery_buttons a {
	float: left;
	background: url(../images/btn-back-next.gif) no-repeat;
	width: 83px;
	height: 34px;
	text-indent: -9999px;
	margin-left: 15px;
}

div.gallery_buttons a.next_img {
	background: url(../images/btn-back-next.gif) no-repeat -83px 0;
}

div.gallery_buttons a.back:hover {
	background: url(../images/btn-back-next.gif) no-repeat 0 -34px;
}

div.gallery_buttons a.next_img:hover {
	background: url(../images/btn-back-next.gif) no-repeat -83px -34px;
}

div.gallery_photo {
	text-align: center;
	background: #d2d0c0;
	margin-top: 15px;
}

div.gallery_photo.loading {
	background: #d2d0c0 url(../images/img-loader.gif) no-repeat center center;
	height: 426px;
}

div.gallery_footer {
	border-top: 4px solid #906c1e;
	border-bottom: 4px solid #906c1e;
	padding-top: 15px;
	margin: 15px 0;
}

#content div.gallery_caption {
	width: 440px;
}

#content div.gallery_caption p.photo_num {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.gallery_thumbs a img {
	margin: 6px;
}

div.gallery_thumbs a:hover img,
div.gallery_thumbs a.active img {
	margin: 0;
	border: 6px solid #f1bf56;
}

/* ---------- Account Pages ---------- */

div.account h2 {
	color: #906C1E;
	font-size: 30px;
	margin-bottom: 20px;
}

div.account div#content {
	margin-top: 30px;
}

div#content p.checkout_box {
	font-size: 12px;
	font-style: normal;
}

div.account div.formModule {
	font-style: italic;
	font-size: 13px;
	color: #52504d;
	margin-bottom: 40px;
}

div.account div.formModule a {
	color: #3e2c1e;
	border-bottom: 1px dotted #3e2c1e;
}

div.account div.formModule a:hover {
	border-bottom: 1px solid #3e2c1e;
	text-decoration: none;
}

div.account div.formModule input.text_field {
	margin-right: 10px;
}

div.account div.formModule input.btn_login {
	background: url(../images/btn-login.png) no-repeat;
}

div.account div.formModule input.btn_login:hover {
	background: url(../images/btn-login.png) no-repeat 0 -34px;
}

div.account div.formModule input {
	font-size: 13px;
}

a.logout {
	display: block;
	width: 83px;
	height: 34px;
	background: url(../images/btn-logout.gif) no-repeat;
	text-indent: -9999px;
}

a.logout:hover {
	background: url(../images/btn-logout.gif) no-repeat 0 -34px;
}

div#content div.contact_details p {
	float: left;
	margin: 0 80px 40px 0;
}

div.contact_details {
	border-top: 4px solid #d3d1c1;
	border-bottom: 4px solid #d3d1c1;
	padding: 20px 0;
	overflow: auto;
}

div.contact_details p strong {
	color: #906c1e;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div.contact_details p a {
	color: #52504D;
	border-bottom: 1px dotted #52504D;
}

div.contact_details p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #52504D;
}

div#content div.contact_details p.mb0 {
	margin-bottom: 0;
}

.boxes .box {
	position: relative;
}

.boxes .box img.coming-soon {
	position: absolute;
	z-index: 6;
	top: 90px;
}