@charset "UTF-8";
/* CSS Document */


/************************************************
*************************************************
HTML TAGS
*************************************************
************************************************/

body {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2e2417;
	background-color: #2e2417;
}
#placeholder {
	padding: 100px;
}
p { 
	display: block;
	margin: 0px 0px 15px 0px;
	position: relative;
}
a, a:link, a:visited  {
	color: #966715;
	text-decoration: none;
}
a:hover, a:active {
	color: #2e2417;
}
h1 {
	color: #2e2417;
}
h1 a {
	width: 136px;
	height: 153px;
	display: block;
}
h1 span, h2 span, h3 span {
	display: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

/************************************************
*************************************************
MAIN CONTAINERS
*************************************************
************************************************/

#wrapper {
	position: relative;
	width: 925px;
	margin: 0 auto;
	height: auto;
}
#mainContainerWrapper {
	width: 925px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	background: #ded08a url(../images/main_background.jpg) repeat-y left 120px;
	float: left;
}
#mainContainerBackground {
	position: relative;
	float: left;
	background: transparent url(../images/main_bottom.jpg) no-repeat left bottom;
	width: 925px;
	height: auto;
	text-align: left;
}
#mainContainer {
	position: relative;
	padding: 28px 0px 150px 0px;
	background: transparent url(../images/main_top.jpg) no-repeat left top;
	width: 925px;
	height: auto;
	text-align: left;
	float: left;
}
#flashContent {
	position: absolute;
	top: 0px;
	left: 192px;
	width: 733px;
	height: 650px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
#content {
	padding: 60px 10px 20px 20px;
	width: 508px;
	float: left;
}
.contentWrapper {
	width: auto;
	height: auto;
	position: relative;
}
.contentBlockHalf {
	padding: 0px 0px 0px 30px;
	width: 224px;
	float: left;
}
#contentColumn1 {
	float: left;
	width: 308px;
	padding: 0px 30px 0px 0px;
}
#contentColumn2 {
	float: left;
	width: 160px;
	padding: 0px 0px 9px 0px;
	color: #7e5d22;
	font-size: 10px;
	line-height: 15px;
	
}
#popUpContainer{
	background-color: #ded08a;
	color: #2e2417;
	padding: 20px;
	margin: 10px;
	text-align: left;
}
#popUpColumn {
	width: 100%;
	clear: both;
}
#popUpHeader {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.popUpHeaderLeft {
	clear: both;
	float: left;
	width: 50%;
}
.popUpHeaderRight {
	float: left;
	width: 50%;
	text-align: right;
}

/************************************************
*************************************************
GLOBAL NAV
*************************************************
************************************************/

#sideNav {
	position: relative;
	text-align: center;
	padding: 0px 28px 0px 28px;
	width: 136px;
	height: auto;
	float: left;
}
#sideNav a:link, #sideNav a:visited  {
	color: #dbc87d;
	text-decoration: underline;
}
#sideNav a:hover, #sideNav a:active {
	color: #2e2417;
}
#sideNav h1 {
	float: left;
	clear: both;
	background: transparent url(../images/vcw_logo.gif) no-repeat left top;
	width: 136px;
	height: 153px;
	float:left;
	display: block;
	margin: 0px 0px 0px 0px;
}
#globalNav {
	background: transparent url(../images/nav_divider.gif) no-repeat left bottom;
	margin: 20px 0px 20px 0px;
	float: left;
	clear: both;
	width: 136px;
	height: auto;
	display: block;
}
#globalNav span {
	display: none;
}
#globalNav ul {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	width: 136px;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
#globalNav li {
	display: block;
	clear: both;
	float: left;
	width: 136px;
	background: transparent url(../images/nav_divider.gif) no-repeat left top;
	height: auto;
	padding: 1px 0px 1px 0px;
	margin: 0px;
}
.navAbout, .navShop, .navBean, .navTips {
	clear:both;
	float: left;
	display :block;
}
.navAbout a, .navShop a, .navBean a, .navTips a {
	width: 136px;
	height: 20px;
	display: block;
}
.navAbout a{
	background: transparent url(../images/nav_about.gif) no-repeat left top;
}
.navShop a{
	background: transparent url(../images/nav_shop.gif) no-repeat left top;
}
.navBean a{
	background: transparent url(../images/nav_bean.gif) no-repeat left top;
}
.navTips a{
	background: transparent url(../images/nav_tips.gif) no-repeat left top;
}
.navAbout a, .navShop a, .navBean a, .navTips a {
	background-position: 0px 0px;
}
.navAbout a:active, .navShop a:active, .navBean a:active, .navTips a:active {
	background-position: 0px 0px;
}
.navAbout a:hover, .navShop a:hover, .navBean a:hover, .navTips a:hover {
	background-position: 0px -20px;
}
#shoppingCartModule {
	background: transparent url(../images/shopping_cart_bottom.gif) repeat-y left bottom;
	float: left;
	clear: both;
	height: auto;
	width: 136px;
	color: #e3d592;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 13px;
}
#shoppingCartModuleContents {
	background: transparent url(../images/shopping_cart_top.gif) no-repeat left top;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 136px;
	height: auto;
}
.cartGraphic {
	background: transparent url(../images/sh_shopping_basket.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	width: 136px;
	height: 47px;
	display: block;
}
.cartGraphic span {
	display: none;
}
#shoppingCartModule a {
	display: block;
	float: left;
}
#shoppingCartModule a:link, #shoppingCartModule a:visited  {
	color: #dbc87d;
	text-decoration: none;
}
#shoppingCartModule a:hover, #shoppingCartModule a:active {
	color: #2e2417;
}
#utilityNav {
	padding: 0px 0px 20px 0px;
	clear: both;
	float: left;
	width: 136px;
	height: auto;
}

/************************************************
*************************************************
SECONDARY NAV
*************************************************
************************************************/

#secondaryNav {
	text-align: left;
	padding: 60px 20px 20px 20px;
	width: 145px;
	height: auto;
	float: left;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}
#secondaryNav ul {
	display: block;
	float: left;
	list-style: none;
	width: 145px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
#secondaryNav ul li {
	background: transparent url(../images/arrow.gif) no-repeat left top;
	display: block;
	float: left;
	width: 138px;
	padding: 0px 0px 5px 7px;
	margin: 0px;
}
#secondaryNav a:link, #secondaryNav a:visited  {
	color: #dbc87d;
	text-decoration: none;
}
#secondaryNav a:hover, #secondaryNav a:active {
	color: #faf0be;
}
.activeCategory {
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 25px;
	display: block;
	clear: both;
}
/************************************************
*************************************************
TOUTS
*************************************************
************************************************/
.toutContainer {
	position: relative;
	width: 145px;
	height: auto;
	margin: 0px 0px 25px 0px;
	text-align: center;
	color: #b19a72;
	clear: both;
	float: left;
	display: block;
}
.toutHeader {
	width: 145px;
	height: 80px;
	display: block;
	float: left;
}
.toutHeader a {
	width: 145px;
	height: 80px;
	display: block;
}
.toutHeader span {
	display: none;
	font-size: 13px;
	font-weight: bold;
}
.toutDescription {
	width: 145px;
	height: auto;
	display: block;
	float: left;
	clear: both;
}
.shCoffeeClubTout {
	background: transparent url(../images/sh_coffee_tout.gif) no-repeat center top;
}
.shBeanTout {
	background: transparent url(../images/sh_bean_tout.gif) no-repeat center top;
}
.shCoffeesTout {
	background: transparent url(../images/sh_coffees_tout.gif) no-repeat center top;
}

/************************************************
*************************************************
HEADERS
*************************************************
************************************************/
.header {
	width: 200px;
	height: 33px;
}
.hdCoffeeTips {
	background: transparent url(../images/hd_coffee_tips.gif) no-repeat left top;
}
.hdAboutUs {
	background: transparent url(../images/hd_about_us.gif) no-repeat left top;
}
.hdCoffeeFacts {
	background: transparent url(../images/hd_coffee_facts.gif) no-repeat left top;
}
.hdCustomerService {
	background: transparent url(../images/hd_customer_service.gif) no-repeat left top;
}
.hdContactUs {
	background: transparent url(../images/hd_contact_us.gif) no-repeat left top;
}
.shCoffee {
	background: transparent url(../images/sh_coffee.gif) no-repeat left top;
}
.shMerchandise {
	background: transparent url(../images/sh_merchandise.gif) no-repeat left top;
}
.shCheckout {
	background: transparent url(../images/sh_checkout.gif) no-repeat left top;
}

/************************************************
*************************************************
BUTTONS
*************************************************
************************************************/
.checkoutButton {
	float: right;
/*	background: #ded08a url(../images/btn_checkout.gif) no-repeat left top;*/
	background: #ded08a;
	width: 120px;
	height: 30px;
	margin: 0px 0px 0px 0px;
}
.signInButton {
	float: left;
/*	background: #ded08a url(../images/btn_sign_in.gif) no-repeat left top;*/
	background: #ded08a;
	width: 85px;
	height: 30px;
	margin: 5px 0px 0px 0px;
}
.sendButton {
	float: left;
/*	background: #ded08a url(../images/btn_send.gif) no-repeat left top;*/
	background: #ded08a;
	width: 61px;
	height: 31px;
	margin: 5px 0px 0px 0px;
}
.continueButton {
	float: left;
/*	background: #ded08a url(../images/btn_continue.gif) no-repeat left top;*/
	background: #ded08a;
	width: 85px;
	height: 30px;
	margin: 5px 0px 0px 0px;
}
.submitButton {
	float: left;
/*	background: #ded08a url(../images/btn_submit.gif) no-repeat left top;*/
	background: #ded08a;
	width: 120px;
	height: 30px;
	margin: 5px 0px 0px 0px;
}
.addButton span, 
.checkoutButton span, 
.signInButton span, 
.sendButton span,
.continueButton span, 
.submitButton span {
	display: none;
}
.addButton a, 
.checkoutButton a, 
.signInButton a, 
.sendButton a,
.continueButton a, 
.submitButton a {
	display: block;
	width: inherit;
	height: inherit;
}

/************************************************
*************************************************
SHOP ONLINE
*************************************************
************************************************/

.productThumb {
	position: relative;
	display: block;
	font-size: 10px;
	padding: 0px 10px 15px 10px;
	width: 105px;
	height: 200px;
	float: left;
	text-align: center;
	line-height: 13px;
}
.productThumb a {
	font-size: 11px;
	font-weight: bold;
	position: relative;
}
#productDetails {
	padding: 0px 8px 0px 0px;
	width: 245px;
	float: left;
}
#productPhoto {
	padding: 0px 0px 0px 10px;
	width: 240px;
	float: left;
}
#productPhoto img {
	border-bottom: 1px;
	border-bottom-color: #645331;
	border-bottom-style: dashed;
	margin: 0px 0px 5px 0px;
}
#largerView {
	clear: both;
	float: left;
	width: 230px;
	padding: 5px 0px 0px 0px;
	
}
.detailPrice {
	font-size: 12px;
	font-weight: bold;
}
.detailFormRow {
	background: #ded08a url(../images/divider_detail.gif) no-repeat left bottom;
	padding: 5px 0px 5px 0px;
	clear: both;
	float: left;
	width: 230px;
}
.addToBasket {
	clear: both;
	float: left;
	width: 230px;
}
.addToBasket span, .basketRow span {
	display: none;
}
.grind {
	background: #ded08a url(../images/sh_grind.gif) no-repeat left top;
	padding: 15px 0px 0px 0px;
	float: left;
	width: 160px;
}
.quantity {
	background: #ded08a url(../images/sh_quantity.gif) no-repeat left top;
	padding: 15px 0px 0px 0px;
	float: left;
	width: 70px;
}
.subCoffee {
	float: left;
	width: 160px;
}
.subQuantity {
	float: left;
	width: 70px;
}
.addButton {
	clear: both;
	float: left;
/*	background: #ded08a url(../images/btn_add.gif) no-repeat left top;*/
	background: #ded08a;
	width: 120px;
	height: 30px;
	margin: 15px 0px 0px 0px;
}
.basketRow {
	position: relative;
	padding: 10px 0px 10px 0px;
	float: left;
	clear: both;
	width: 508px;
}
.basketBackground {
	background: #ded08a url(../images/basket_row_background.gif) no-repeat center bottom;
}
.rowDivider {
	background: #ded08a url(../images/divider.gif) no-repeat center bottom;
}
.basketItem {
	clear: both;
	float: left;
	width: 183px;
	padding: 0px 15px 0px 0px;
}
.basketCell {
	position: relative;
	display: block;
	float: left;
	width: 62px;
	padding: 0px 15px 0px 0px;
}
.basketShipping {
	clear: both;
	float: left;
	width: 255px;
	padding: 0px 20px 0px 0px;
}
.checkoutSteps {
	font-size: 12px;
	line-height: 16px;
	color: #ded08a;
}
.message{
	font-size: 11px;
	line-height: 15px;
	color: #ded08a;
	font-weight: normal;
}

/************************************************
*************************************************
FORM ELEMENTS
*************************************************
************************************************/

.formRow {
	clear: both;
	float: left;
	width: 508px;
	padding: 2px 0px 2px 0px;
}
.formHeader {
	background: #ded08a url(../images/divider.gif) no-repeat center bottom;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.formBlock {
 	position: relative;
	clear: both;
	float: left;
	padding: 0px 0px 20px 0px;
}
.formBlock input {
	width: 200px
}
input {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #faf1bf;

}
textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #e2efe0;

}
select {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #faf1bf;
}

/************************************************
*************************************************
FOOTER
*************************************************
************************************************/

#footer {
	position: relative;
	text-align: right;
	clear: both;
	float: left;
	width: 925px;
	padding: 10px 0px 30px 0px;
	color: #cfb572;
	z-index: 5;
}
#footer a {
	position: relative;
}
#footer a, #footer a:link, #footer a:visited  {
	color: #966715;
}
#footer a:hover, #footer a:active {
	color: #ded08a;
}
.altFooterLink{
	color: #5f5030;
	padding: 0px 7px 0px 0px;
}
