/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:820px;/* for mozilla*/
	background-color: #FFF;
	color:#684f40;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	}
#outer
	{
	height:99.9%;
	min-height:100%;
	width:820px;
	text-align:left;
	margin:auto;
	position:relative;
	background: url(images/bg_outer.gif) repeat-y center;
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:820px;
	height:130px;
	overflow:hidden;
	z-index:100;
	background:#fff;
	}
#right 
	{
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding:0px 15px 10px 15px;
	margin:130px 0px 0px 0px;
	position:relative;
	right:13px;
	overflow:hidden;
	}
#footer 
	{
	width:820px;
	clear:both;
	height:50px;
	left:0;
	bottom:0;
	position:absolute;
	background:url(images/bg_footer.gif);
	}
#footer p
	{
	text-align:center;
	width:800px;
	margin:17px 0px 0px 7px;
	color:#684f40;
	font-size:10px;
	}
#footer a { color:#684f40; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:590px;
	float:left;
	padding:130px 0px 0px 0px;
	position:relative;
	left:7px;
	}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


.artisancaption
	{
	font-size:10px;
	margin:0;
	color:#fff;
	padding:2px 0px 4px 0px;
	line-height:12px;
	border-bottom:1px solid #fff;
	}
#artisancontent
	{
	width:575px;
	position:relative;
	left:15px;
	top:15px;
	}
.artisanlink
	{
	width:280px;
	margin:0px 15px 15px 0px;
	background:#684f40;
	overflow:hidden;
	float:left;
	}
.artisanlink img
	{
	float:left;
	margin:0px 10px 0px 0px;
	}
.artisanlink p
	{
	padding:6px 0px 0px 0px;
	color:#fff;
	font-size:10px;
	}
#artisansnav
	{
	margin:185px 0px 0px 0px;
	color:#684f40;
	}
#artisansnav li
	{
	line-height:24px;
	}
#artisansnav li a
	{
	color:#f26532;
	text-decoration:none;
	margin:0px 0px 0px 15px;
	border-bottom:1px solid #bfbfbf;
	width:162px;
	display:block;
	padding:5px 0px 4px 0px; 
	}
#artisansnav li a:hover
	{
	color:#684f40;
	}
.artisansection
	{
	background:#684f40;
	color:#fff;
	padding:15px;
	margin:0;
	clear:both;
	overflow:hidden;
	}
#breadcrumb
	{
	padding:7px 10px;
	background:#e6e6e6;
	border:1px solid #cccccc;
	margin:3px 0px 12px 15px;
	color:#000;
	}
.button
	{
	position:relative;
	top:15px;
	}
#cartbox p
	{
	margin:0;
	line-height:18px;
	color:#fff;
	}	
#centrecolumn
	{
	width:377px;
	float:left;
	}

#contact
	{
	background:#e6e6e6;
	padding:10px;
	}
#contact td
	{
	padding:0px 0px 10px 0px;
	}
	
#contentheader
	{
	height:170px;
	width:590px;
	}
	
#content
	{
	padding:0px 15px;
	color:#000;
	}
	
#ethicalknowledge li
	{
	line-height:24px;
	}
#ethicallists
	{
	background:#e6e6e6;
	padding:10px 15px 15px 15px;
	clear:both;
	color:#666666;
	}
	
.event { padding:5px 0px 5px 5px; width:370px; border-bottom:1px dotted #9D8D85; }
.event img { float:left; margin:0px 10px 0px 0px; }
.event p { line-height:20px; }

#generalcontent
	{
	width:575px;
	position:relative;
	left:15px;
	top:15px;
	}
	
.hiddenimages
	{
	display:none;
	}
	
	
#homenews a { color:#fff; text-decoration:none; }
#homenews a:hover { text-decoration:underline; }

#login
	{
	position:absolute;
	top:125px;
	left:23px;
	color:#675040;
	}
#logintable
	{
	width:585px;
	}
#logintable td
	{
	padding:3px 0px;
	}
.navlist
	{
	width:104px;
	margin:0px 14px 0px 0px;
	padding:0px 0px 3px 0px;
	list-style:none;
	float:left;
	}
.navlist a
	{
	font-size:10px;
	line-height:11px;
	text-decoration:none;
	color:#675040;
	}
.navlist a:hover
	{
	color:#f47c30;
	}
.navheadings
	{
	border-top: 1px dotted #675040;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
.newsbox
	{
	overflow:hidden;
	background:#f0f0f0;
	padding:10px;
	margin:0px 0px 15px 0px;
	border-bottom:1px dotted #f47c30;
	}
.newsbox img
	{
	float:left;
	margin:0px 15px 0px 0px;
	}
.newsbox p { margin:0; color:#666666; }
.newsbox a { color:#f47c30; }
.newsbox a:hover { color:#675040; }
.newsbox a.newsarticleheading { color:#675040; text-decoration:underline; font-weight:bold; }
.newsbox a.newsarticleheading:hover { color:#f47c30; }
.newscaption
	{
	font-size:10px;
	line-height:11px;
	color:#fff;
	padding:2px 3px 4px 5px;
	background:#0099CC;
	}
#newscolleft
	{
	width:200px;
	float:left;
	padding:0px 0px 0px 15px;
	}
#newscolleft a { color:#0099CC; text-decoration:none; }
#newscolleft a:hover { color:#0099CC; text-decoration:underline; }
#newscolright
	{
	width:360px;
	float:right;
	}
.newsbody a { color:#000; text-decoration:none; border-bottom:1px dashed #f47c30; }
.newsbody a:hover { border-bottom:1px dashed #f47c30; background:#e2e2e2;  }
.newsintro
	{
	font-size:13px;
	}
.newsintrohome
	{
	width:152px;
	margin: 0px 14px;
	padding: 6px 0px ;
	border-top: 1px solid #fff;
	}
.newslinks
	{
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	padding:4px 0px;
	}
.newslinks a { color:#0099CC; text-decoration:none; }
.newslinks a:hover { color:#0099CC; text-decoration:underline; }


p#cartlinks a
	{
	padding:3px 7px;
	background:#F47C30;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	}
.pipelinebox
	{
	padding:15px; 
	margin:15px 0px 0px 0px; 
	background:#e6e6e6; 
	color:#666;
	overflow:hidden;
	}


/* INDIVIDUAL PRODUCT LISTINGS */
#prodtable
	{
	width:575px;
	position:relative;
	left:15px;
	color:#000;
	background:#fff;
	}
#prodtable td
	{
	padding:5px 0px;
	border-top:1px solid #CCCCCC;
	text-align:left;
	}
#prodtable td.prodinfo
	{
	padding:10px 10px 10px 13px;
	}
.prodboxright
	{
	width:100px;
	float:right;
	padding:6px 5px 5px 0px;
	}
.prodstockchecktable
	{
	width:100px;
	background:#f47c30;
	color:#fff;
	}
.prodstockchecktable td
	{
	padding:5px;
	border:0;
	}
.prodstockchecktable select
	{
	width:100%;
	}
/* END */

#prodcol1
	{
	width:185px;
	padding:0px 0px 0px 15px;
	float:left;
	}
#prodcol2
	{
	width:180px;
	padding:4px 0px 0px 15px;
	float:left;
	}
#prodcol2 img
	{
	border: 1px solid #675040;
	}
#prodcol3
	{
	width:180px;
	padding:0px 0px 0px 15px;
	float:left;
	}
#prodcolwide
	{
	width:375px;
	padding:0px 0px 10px 15px;
	float:left;
	color:#684f40;
	}
	
#prodnav
	{
	margin:12px 0px 0px 15px;
	height:23px;
	}
#prodnav li
	{
	float:left;
	padding:0px 10px 0px 0px;
	}
.prodrangetitle
	{
	margin:0px;
	font-size:18px;
	text-transform:uppercase;
	}
#prodstory
	{
	background:#6c5445;
	padding:11px;
	width:174px;
	margin-top:131px;
	color:#fff;
	}
#prodstory img
	{
	margin:0px 0px 9px 0px;
	}
#prodstory a { color:#fff; text-decoration:none; }
#prodstory a:hover { color:#cbcbcb; }
.prodsupplierbox
	{
	width:375px;
	background:#F47C30;
	margin:5px 0px 15px 0px;
	overflow:hidden;
	}
.prodsupplierbox img { float:left; }
.prodsupplierbox p { float:right; color:#fff; width:170px; margin:0px 10px 0px 0px; padding:7px 0px 0px 0px; }
.prodsupplierbox a { color:#684F40; text-decoration:none; }
.prodsupplierboxcountry
	{
	font-weight:bold;
	}
.prodsupplierboxcountry img
	{
	margin:0px 5px 0px 0px;
	position:relative;
	top:7px;
	}
.prodthumb
	{
	width:110px;
	float:left;
	border-bottom:1px solid #684f40;
	padding:5px 15px 10px 0px;
	margin:0px 0px 8px 0px;
	}
.prodthumb a { color:#684f40; font-weight:bold; text-decoration:none; }
.prodthumb a:hover { text-decoration:underline; }
.prodthumb img
	{
	border:1px solid #684f40;
	margin:0px 0px 8px 0px;
	}
.prodthumb p
	{
	margin:0px;
	line-height:normal;
	}

#rightcolumn
	{
	width:180px;
	float:right;
	}
#rightnav
	{
	margin:18px 7px 0px 7px;
	width:165px;
	}
#rightnav li
	{
	color:#c1d72e;
	padding:9px 0px;
	border-bottom:1px dotted #c1d72e;
	}
#rightnav li a { color:#c1d72e;text-decoration:none; }
#rightnav li a:hover { text-decoration:underline; }
.swatches
	{
	position:absolute;
	bottom:5px;
	}

table#carttable
	{
	width:575px;
	}
table#carttable td
	{
	padding:6px 10px;
	text-align:center;
	background:#E6E6E6;
	border-bottom:3px solid #fff;
	vertical-align:middle;
	}
table#carttable.checkout td
	{
	text-align:left;
	}

table#carttable td.header
	{
	background:#F47C30;
	color:#fff;
	}
table#carttable span.product
	{
	font-size:15px;
	}
table#carttable span.unitprice
	{
	color:#7f7f7f;
	}
table#logintable
	{
	width:575px;
	}
table#logintable td
	{
	padding:6px 10px;
	vertical-align:middle;
	}
table#registertable
	{
	width:575px;
	}
table#registertable td
	{
	padding:3px 10px;
	vertical-align:middle;
	}
table#registertable td label
	{
	font-weight:bold;
	}
table#registertable td input.textbox
	{
	width:250px;
	}
table#registertable td.header
	{
	background:#F47C30;
	color:#fff;
	font-weight:bold;
	padding:6px 10px;
	border-bottom:3px solid #fff;
	}
	
	
#topnav
	{
	position:absolute;
	right:5px;
	top:7px;
	}
