* {
	margin: 0;
	padding: 0;
} 

/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 2em auto 1em auto;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/bg_body.gif) repeat;
	width: 850px;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 1.5em;
}
h2.home {
	margin: 0;
	font-size: 1.4em;
	padding: 0 0 5px 20px;
	color: #000;
	border: none;
	background: none;
	letter-spacing: 0;
}
div.h2-container {
	background: url(../images/bg_content_main.gif) no-repeat top left;
	margin: 0;
	padding: 20px 0 5px 20px;
}
h2 {
	margin: 0 0 0 290px;
	font-size: 1.4em;
	background: #f9f9e5 url(../images/bg_h2.gif) repeat-x bottom;
	padding: 2px 3px 3px 7px;
	color: #016633;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #b7dbb7;
	letter-spacing: 1px;
}
h3 {
	font-size: 1.3em;
}
h3.link-cat {
	background: #659965;
	margin: 12px 0 4px 0;
	padding: 1px 2px;
	color: #fff;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006500;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.7em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
div.img-float-right {
	background: #659965;
	float: right;
	margin: 0 0 8px 8px;
}
div.img-float-right img {
	border: 3px solid #e5f3e5;
	display: block;
	padding: 1px;
}
div.img-float-left {
	background: #659965;
	float: left;
	margin: 4px 8px 8px 0;
}
div.img-float-left img {
	border: 3px solid #e5f3e5;
	display: block;
	padding: 1px;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #659965;
}
a:active, a:hover {
	color: #c30;
}

label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 3px;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #CC3300;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  HEADER LAYOUT  ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
#header {
	padding: 0;
	background: url(../images/bg_header.gif) repeat-x bottom left;
	height: 40px;
}
#header-nav {
	background: url(../images/bg_nav_header.gif) no-repeat bottom right;
	width: 180px;
	float: right;
	padding: 20px 0 0 0;
	margin: 0;
}
#header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 8px;
}
#header-nav ul li {
	display: inline;
	margin: 0;
	padding: 0 1px 0 1px;
	color: #006500;
	font-size: 0.9em;
}
#header-nav ul a {
	text-decoration: none;
	padding: 0 1px 0 0;
}
#header-nav ul a:link, #header-nav ul a:visited {
	color: #ffffcc;
}
#header-nav ul a:active, #header-nav ul a:hover {
	color: #FFDE00;
}
div.header-under {
	background: #006500;
	height: 1px;
	margin: 0;
	padding: 0;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  NAV BAR H ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
div#navbarh-container {
	background: url(../images/bg_nav_bar.gif) no-repeat top left;
	width: 100%;
}
div#navbarh {
	background: transaprent;
	width: 610px;
	margin: 0 0 0 auto;
}
#navbarh ul {
	padding: 5px 0 5px 5px;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 3px 0 0;
	color: #005724;
}
#navbarh ul li a {
	font-weight: bold;
	text-decoration: none;
	padding-right: 3px;
}
#navbarh a:link, #navbarh a:visited {
	color: #005724;
}
#navbarh a:active, #navbarh a:hover {
	color: #CC3333;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  MAIN LAYOUT ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
table.content {
	width: 100%;
	border-right: 1px solid #1e771e;
	border-left: 1px solid #1e771e;
}
table.content tr td.nav-side {
	background: url(../images/bg_nav_side.gif) no-repeat bottom left;
	width: 204px;
}
table.content tr td.content-main {
	background: #fff url(../images/bg_content_fade.gif) repeat-x bottom;
}
table.content tr td.content-main p {
	font-size: 0.9em;
}
table.content tr td.content-right {
	background: #659965;
	width: 178px;
	border-left: 1px solid #0c3e0c;
}
div#home-text {
	width: 443px;
	margin-left: 11px;
}
div#main-content {
	padding: 0 10px;
}
div#main-content p {
	margin: 0 0 1em 0;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  SHOP NAVIGATION ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
h6.shop-nav {
	background: url(../images/bg_nav_shop_header.gif) no-repeat top left;
	color: #005d00;
	width: 203px;
	text-transform: uppercase;
	margin: 11px 0 0 0;
	padding: 6px 0;
	text-align: center;
}
ul.nav-shop {
	background: transparent url(../images/bg_nav_shop_header_under.gif) no-repeat top left;
	padding: 12px 0 0 12px;
	margin: 0;
	list-style: none;
}
ul.nav-shop li {
	background: url(../images/button_nav_shop.gif) no-repeat;
	padding: 3px 0 6px 12px;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
ul.nav-shop a {
	text-decoration: none;
	background: url(../images/bullet_cross_stitch.gif) no-repeat 0 0.5em;
	padding: 4px 0 4px 19px;
}
ul.nav-shop a:link, ul.nav-shop a:visited {
	color: #fff;
}
ul.nav-shop a:active, ul.nav-shop a:hover {
	color: #FFDE00;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  NEWS BOX STYLES ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
h6.news-header {
	background: url(../images/bg_news_header.gif) no-repeat top left;
	color: #004f00;
	width: 178px;
	text-transform: uppercase;
	margin: 11px 0 0 0;
	padding: 6px 0;
	text-align: center;
}
h6.news-header a {
	text-decoration: none;
}
h6.news-header a:link, h6.news-header a:visited {
	color: #004f00;
}
h6.news-header a:active, h6.news-header a:hover {
	color: #CC3300;
}
ul.news-box {
	background: url(../images/bg_news_header_under.gif) no-repeat top left;
	list-style: none;
	padding: 4px 11px 0 8px;
}
ul.news-box li {
	background: url(../images/bullet_news.gif) no-repeat 0 0.75em;
	padding: 1px 0 0 11px;
	color: #fff;
}
ul.news-box li a {
	text-decoration: none;
}
ul.news-box li a:link, ul.news-box li a:visited {
	color: #fff;
}
ul.news-box li a:active, ul.news-box li a:hover {
	color: #FFDE00;
}
p.news-teaser {
	background: url(../images/line_news_seperator.gif) no-repeat bottom;
	padding-bottom: 5px;
}
h3.news-cat {
	color: #659965;
	margin-bottom: 10px;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #CC3300;
	margin: 0 0 1em 0;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  SPECIAL OFFERS ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
ul.special-offer {
	background: url(../images/bg_news_header_under.gif) no-repeat top left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.special-offer li {
	margin: 0;
	padding: 5px 0 2px 0;
	background: url(../images/line_offers_seperator.gif) no-repeat bottom left;
}
div.special-offer-item {
	font-size: 0.8em;
	width: 178px;
	color: #fff;
}
div.special-offer-item img {
	border: 1px solid #0a2f06;
	float: left;
	margin: 0 5px 5px 5px;
}
div.special-offer-item p {
	margin: 0;
	line-height: 1.4em;
}
p.offer-title {
	/*margin-top: 5px;*/
}
p.offer-title a {
	text-decoration: none;
}
p.offer-title a:link, p.offer-title a:visited {
	color: #fff;
}
a.offer-more:link, a.offer-more:visited {
	text-decoration: none;
	color: #ffde00;
}
a.offer-more:active, a.offer-more:hover {
	text-decoration: underline;
	color: #ffde00;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  SHOP CATEGORY GRID ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
table.shop-categories {
	/*width: 343px;*/
	/*background: lime;*/
	margin: 0 50px;
}
table.shop-categories tr td.item {
	background: url(../images/bg_cat_image.gif) no-repeat top left;
	border: 1px solid #003200;
	width: 105px;
}
table.shop-categories tr td.item p {
	text-align: center;
	margin: 0;
	line-height: 1.4em;
}
table.shop-categories tr td.item a:link, table.shop-categories tr td.item a:visited {
	color: #000000;
	text-decoration: none;
}
table.shop-categories tr td.item a:active, table.shop-categories tr td.item a:hover {
	color: #CC3300;
	text-decoration: none;
}
table.shop-categories tr td.item img {
	border-width: 1px 0;
	border-style: solid;
	border-color: #006500;
	margin: 10px 0 0 0;
	display: block;
}

/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[  FOOTER ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */
div#footer {
	border-width: 0 1px;
	border-style: solid;
	border-color: #1e771e;
	background: #b5dab5 url(../images/bg_footer_line.gif) repeat-x top;
	color: #000;
	font-size: 0.9em;
	padding: 2px 4px;
}
div#footer a {
	font-weight: normal;
	text-decoration: none;
}
div#footer a:link, div#footer a:visited {
	color: #000;
}
div#footer a:active, div#footer a:hover {
	color: #1E771E;
}
#footerbar {
	padding: 0;
	margin: 0;
	background: url(../images/bg_footer.gif) repeat-x top left;
	height: 40px;
}
#footerbarunder {
	font-size: 0.9em;
	color: #999;
	padding: 1em;
}
div#address {
	/*background: lime;*/
	padding-left: 6px;
}
div#address p {
	font-size: 0.9em;
	color: #00612b;
}
div#address a {
	font-weight: normal;
}
div#address a:link, div#address a:visited {
	color: #00612c;
	text-decoration: none;
}
div#address a:active, div#address a:hover {
	color: #00612c;
	text-decoration: underline;
}
ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}
/* ============ misc content styles =============== */
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #85b78b;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #85b78b;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1.6em 0 0 0;
	background: #f9f9e7;
	border-top: 1px solid #CADFCC;
	border-bottom: 1px solid #CADFCC;
	padding: 2px 0;
}
div.privacy {
	float: right;
	font-size: 1.1em;
	padding-right: 3px;
	padding-top: 3px;
}
div.privacy a:link, div.privacy a:visited {
	color: #659965;
	text-decoration: none;
}
div.privacy a:active, div.privacy a:hover {
	color: #CC3300;
	text-decoration: underline;
}