body {
	margin: 0;
	padding: 0;
	color: #200f01;
	font-size: 76%;
	line-height: 1.3;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif; 
	background: #f1c984;
}

p, form, input, table, textarea, select, ul, li {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

textarea {

}

img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 1em 1em;
}

img.floatLeft {
	float: left;
	margin: 0 1em 1em 0;
}

a {
	color: #c40;
	text-decoration: none;
}

a:hover {
	color: #f60;
}

.clear {
	clear: both;
	font-size: 1px;
}

.required {
	color: #c00;
}


hr {
	border: 0;
	height: 1px;
	color: #333;
	background-color: #333;
	font-size: .92em;
	margin: 1em 0;
}


/* Centered container */

#outerContainer {
	width: 1010px;
	margin: 0 auto;
}

#container {
	width: 894px;
	margin: 0 auto;
	padding: 0 58px;
	background: transparent url("../styleImages/contentBg.gif") top left repeat-y;
}

#header {
	height: 177px;
	width: 894px;
	position: relative;
}

#logo {
	position: absolute;
	top: 6px;
	left: 13px;
}

#headerImage {
	position: absolute;
	left: 186px;
}

#searchContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 154px;
	padding: 0 16px;
	text-align: center;
}

#searchContainer h4 {
	margin-top: .8em;
}

#searchContainer p {
	margin-bottom: .3em;
}

#searchContainer a {
	color: #200f01;
}

.searchBox,
.maillistBox {
	border: 1px solid #d1ba93;
	background-color: #fbe0b2;
	font-size: 1em;
	padding: 2px;
}

.submit,
.searchBtn,
.txtButton {
	border: 1px solid #cb9738;
	background-color: #fbb033;
}

a.txtButton  {
	color: #200f01;
	padding: 2px 3px 1px;
}

#header a.txtLink {
	color: #fff;
}

#navStrip {
	width: 896px;
	height: 30px;
	margin: 0 -1px;
	position: relative;
	background-color: #522f14;
	color: #ffd350;
}

#navStrip a {
	color: #ffd350;
}

#navStrip a:hover {
	color: #ec4f31;
}

#nav {
	list-style-type: none;
	position: absolute;
	left: 190px;
	top: 4px;
}

#nav li {
	float: left;
	text-transform: uppercase;
	font-size: 1.16em;
	margin-left: 10px;
}

#nav li a {
	display: block;
	padding: 2px 10px;
}

#navStrip h3 {
	position: absolute;
	width: 186px;
	text-align: center;
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 1.6em;
	letter-spacing: .1em;
}

#navStrip h3#navRight {
	right: 0;
}


#leftCol {
	float: left;
	width: 154px;
	margin-left: 16px;
	text-align: center;
	display: inline;
}

#leftCol a {
	color: #200f01;
}

#mainmenu-nav {
	list-style-type: none;
	text-align: left;
}

#mainmenu-nav li {
	text-transform: uppercase;
	font-size: 1.24em;
	font-weight: bold;
	letter-spacing: .07em;
	margin-bottom: .2em
}

.li-nav
{
	float: none;
}

#mainmenu-nav li a {
	display: block;
	color: #200f01;
	padding: 2px 3px 1px;
	background-color: transparent;
	text-indent: 0;
	width: auto;
}

#mainmenu-nav li a:hover {
	background-color: #ffd350;
}

.boxTitleLeft {
	display: none;
}

.boxCategories {
	background: none;
	padding: none;
	border: none;
}

#rightCol {
	float: right;
	width: 154px;
	margin-right: 16px;
	text-align: center;
	display: inline;
}

#rightCol a {
	color: #200f01;
}

.columnUnit {
	border-bottom: 1px solid #522f14;
	padding: 20px 0 18px;
}

.columnUnit p {
	margin-bottom: .5em;
}

h4,
.boxTitleRight {
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffd350;
	background-color: #70431f;
	padding: 2px 3px 1px;
	margin: 0 0 .5em;
	font-size: 1.16em;
	font-weight: bold;
}

.boxContentLeft,
.boxContentRight {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#rightCol h4 a {
	color: #ffd350;
}

#rightCol h4 a:hover {
	text-decoration: none;
}


a.txtviewCart:active, 
a.txtviewCart:link, 
a.txtviewCart:visited 
{
	border: 1px solid #cb9738;
	background-color: #fbb033;
	color: #200f01;
	padding: 2px 2px 1px;
}

h5 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}


h2,
.txtContentTitle {
	color: #f60;
	margin: 1em 0 .5em;
	font-size: 1.8em;
	border-top: 3px solid #fdeed4;
	padding-top: .5em;
}

h2.noBorder,
.txtContentTitle {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}


#centerCol {
	float: left;
	margin-left: 50px;
	width: 454px;
	padding: 35px 0 16px;
}

#centerCol p {
	margin: 0 0 1.2em;
}

#centerCol ul {
	margin: 0 0 1.2em 1.5em;
}

#centerCol h3 {
	margin: 2em 0 1em;
}

#footer {
	width: 1010px;
	height: 80px;
	padding-top: 5px;
	background: transparent url("../styleImages/contentBgBottom.gif") top left no-repeat;
	text-transform: uppercase;
	font-size: 1.16em;
	text-align: center;
	position: relative;
}

#footer a {
	color: #ffd350;
}

#footer a:hover {
	color: #ec4f31;
}

#footer span {
	padding: 0 20px;
}


.txtCartPrice {
	float: right;
	padding-right: 3px;
}

.latestProds {
	text-align: center;
	width: 19%;
	margin-right: 4px;
	margin-bottom: 3px;
	height: 200px;
	float: left;
	overflow: hidden;
	/*border-right: 1px solid #e1e1e1;*/
	position: relative;
}

table.bordered {
	border: 1px solid #976238;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}

.bordered td {
	padding: 3px;
}

.borderedTr tr {
	border: 1px solid #d2baa6;
}



.cartProgress {
	font-weight: normal;
	padding: 4px;
	background-color: #fbb033;
	margin: auto;
}
.txtcartProgressCurrent {
	font-weight: bold;
}

.tdcartTitle,
.tdListTitle {
	font-weight: bold;
	background-color: #976238;
	color: #ffd350;
}

.tdListTitle a {
	color: #ffd350;
}

.callout {
	background-color: #f1c984;
}

.productText {
	float: right;
	margin-left: 15px;
}

.copyright {
	text-transform: none;
	margin-top: 1em;
	font-size: .92em;
	color: #5e4120;
}


#twtr-widget-1 h4 {
	font-size: .92em !important;
	background-color: transparent !important;
}

td.paddingRight {
	padding-right: 10px;
}

.subCoffees {
	border-collapse: collapse;
	margin-bottom: 1em;
	border-top: 1px solid #c09b7c;
}

.subCoffees td {
	font-size: .92em;
	padding-right: 6px;
}

.subCoffees tr.bottomRow td {
	border-bottom: 1px solid #c09b7c;
	padding-bottom: 9px;
}

.subCoffees tr.topRow td {
	padding-top: 9px;
}



/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #f1c984;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #70CDCC !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #B1D16C !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */



/* ADD THIS widget */

.addthis_toolbox {
	margin-top: .5em;
}

a.addthis_button_compact {
	color: #ffd350;
}
