/* brown 5A4333 */
/* dk green 918E38*/
/* lt green C0CB87 */

body {
	color: #444;
	/*background: #5A4333  url(/images/cssimg/bg-1-4.png) repeat-x */;
	background: url(/Images/natural-linen.jpg) repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #918E38;
}
.h1nopadding {
	font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: 2.2em;
   	color: #918E38;
	font-weight: bold;
    margin-bottom: 0.5em;
}

.catalogbreadcrumbs {
	font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: .95em;
   	color: #918E38;
	font-weight: bold;
    margin-bottom: 0.25em;
}

a#logo {
	color: #382513;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.container {
	background-color: #fff;
	border: 3px solid #C0CB87 /*light green*/;
	min-height: 600px;
}

div#nav div#placeholder-nav {
	background-color: #C0CB87/*light green*/;
}

div#hero div#placeholder-hero {
	background-color: #5C832F;
}

div#hero-sub div.inner {
	background-color: #284907;
	color: #fff;
	font-size: 11px;
}


td.menu-item {
	color: #ffffff /*#ffffd2cream*/;	
    letter-spacing: .8px;
    font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: 12px;
    font-weight: bold;
}

td.menu-item-hover {
	color: #918E38/*D3EC24yellow-green*/;
    font-weight: bold;
    letter-spacing: .8px;
    font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: 12px;
}

td.menu-item-selected {
	color: #918E38/*EBEF32 yellow*/;
    font-weight: bold;
    letter-spacing: .8px;
    font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: 12px;
}

td.menu-item-sale {
	color: #990000;	
    font-weight: bold;
    letter-spacing: .8px;
    font-family: Trebuchet, "Trebuchet MS", Verdana;
    font-size: 12px;
}

td.submenu-item {
	background: #f9f9f9;
	color: #444;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #C0CB87/*lt green*/;
	color: #444;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #918E38/*dk green*/;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

div.graybox {
	background-color: #f9f9f9;
	border: 6px solid #eee;
	min-height: 600px;
}

td.sidemenu-item {
	background: #f9f9f9;
	color: #444;
	font-size: 11px;
	padding: 6px !important;
}

td.sidemenu-item-hover {
	background: #918E38;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
	cursor: pointer; cursor: hand;
}

td.sidemenu-item-selected {
	background: #C0CB87;
	color: #444;
	font-size: 11px;
	padding: 6px !important;
	cursor: pointer; cursor: hand;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: #FAFAF5;
	border: 1px solid #C0CB87;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #C0CB87/*D8DBA4*/;
	border-bottom: 1px solid #C0CB87;
	font-size: 14px;
    color: #ffffd2;
	margin: 0;
	padding: 6px 18px;
}
.homepagebox {
	background: #ffffff;
	border: 1px solid #D6DCAF;
	margin-bottom: 18px;
	padding: 16px;
	width: 180px;
}
.homepageboxnarrow {
	background: #f9f9f9;
	border: 1px solid #D6DCAF;
	margin-bottom: 18px;
	padding: 16px;
	width: 160px;
}
.homepagebox h3 {
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
    color: #918E38;
	margin: 0;
	border-bottom: 1px solid #C0CB87;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.homepageboxnarrow h3 {
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
    color: #918E38;
	margin: 0;
	border-bottom: 1px solid #C0CB87;
	padding-bottom: 6px;
	margin-bottom: 12px;
}


.homepagebox p {
	margin: 0;
	padding: 0;
}

.homepageboxnarrow p {
	margin: 0;
	padding: 0;
}
.homepagebox div.form {
	margin: 0;
	padding: 0;
}
.homepageboxnarrow div.form {
	margin: 0;
	padding: 0;
}
.homepagebox div.signupform {
    padding-left: 0px;
    padding-top: 0px;
}
.homepageboxnarrow div.signupform {
    padding-left: 0px;
    padding-top: 0px;
}
.signupformnew {
    padding: 0px 0px 6px 0px;
	margin: 0px;
}


.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #57A8AE;
	text-decoration: none;	
}

a:hover, a:active {
	color: #9F5134;
	text-decoration: underline;
}

div#hero-sub a {
	color: #7EE616;
}

div#hero-sub h2 {
	color: #eee;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



/* @group Template Settings */

div#header-left img {
	margin: 30px 0 0;
}

div#header-left, div.whoslogged, div#header-right {
	height: 136px;
	line-height: 26px;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-search {
	padding: 46px 0px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}

div#nav div#placeholder-nav {
	height: 36px;
}

div#placeholder-nav {
	padding-left: 18px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	width: 600px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 216px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 18px;
}

div#main div.inner, div#sub div.inner {
	padding: 6px 0 36px;
}

div#placeholder-rss {
	/*height: 16px;*/
	margin-bottom: 0px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	padding-top: 18px;
	height: 72px ;
	border-top: 1px solid #eee;
	font-size: .85em;
}
#footer .cat_textbox_small {
	font-size: .95em;
	color: #918E38;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */


img.border {
	border: 1px solid #C0CB87;
    padding: 6px;
    margin-right: 12px;
    }
    
.bookbox {
	border: 1px solid #C0CB87;
    padding: 9px;
    margin-right: 14px;
    margin-bottom: 18px;
    max-width: 150px;
	min-width:110px;
	float:left;
    height: 190px;
    }
.bookbox img {
	border: 1px solid #ccc;
	text-align: center;
}	
.floatleft	{
	float:left;
	/*position:relative;*/
	}
.bookcaption {
	font-size: 80%;
    text-align: center;
}    
.clear {
	clear:both;
	}
    
.signupform {
    padding-left: 9px;
    padding-top: 6px;
}
.relatedproducts {
	text-align: left;
    }

div.shippingCountryDiv {
}

div.shippingDiv {
}

div.shippingStateDiv {
}

div.shippingPostcodeDiv {
}

div#shippingCalc {
	color: #990000;
}

.layouttable{width:870px;}

.cell1{float:left; width: 217px;}
.cell2{width: 217px;}

.3cell1{float:left; width: 270px;}
.3cell2{width: 280px;}
.cellthird{float:left; width: 270px;}

.tablewithborders {
	border: 1px solid #bfbfbf;
	padding: 6px;
	border-collapse:collapse;
}
.tablewithborders td {
	border: 1px solid #bfbfbf;
	padding: 3px;
	border-collapse:collapse;
	font-size: 11px;
}

.announcement {
	color:#990000;
	line-height:normal;
	font-variant:small-caps;
	text-align:center;
	font-weight:bold;
	/*display:none;*/
	}

