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

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	font-size: 12px;
	width: 960px;
	background-color: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}
.menu {
	width: 460px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.adr_block_right {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	text-align: right;
}

.adr_block_left {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	padding-right: 10px;
	text-align: left;
}
.walch_pic {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.sidebar1 {
	float: left;
	width: 460px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.sidebar2 {
	float: left;
	width: 430px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.split_left {
	float: left;
	width: 480px;
	padding-bottom: 10px;
	padding-right: 0px;
}
.split_right {
	float: left;
	width: 480px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-size: 34px;
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2 {
	font-size: 23px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	color: #fff;
	padding-bottom: 6px;
	margin-bottom: 0;
}
.bodytext {
	font-size: 21px;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: Stone Sans, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
}
.bodytext_div {
	font-size: 21px;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: Stone Sans, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	color: #02a4e1;
	margin-bottom: 0;
	line-height: 30px;
}
.bodytext_area {
	font-size: 18px;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: Stone Sans, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	line-height: 27px;
}
.doloop {
	font-size: 50px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight: 400;
	color: #02a4e1;

	margin-top: 100x;
	margin-bottom: 0;
}

.scroll_checkboxes {
    height: 78px;
    padding: 5px;
    overflow: auto;
    border: 1px solid #ccc
}
/* used in maint/copy/copytest */
.tarea {
	width: 99%;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	/*color: #e37300; */ /* ORANGE */
	text-decoration: none;
	/* color: #7653b5; */  /* purple */
	color: #fff;  /* color of selected menu */
}
a:visited {
	/*color: #6e8f8a;   Blueish-Gray  darker version of 779792 used for h1 */
	/*color: #444f51;*/
	/* color: #777c4f;  GREENISH */
	/*color: #b55400; */  /* rusty orange */
	text-decoration: none;
	color: #fff;   /* lightish green */
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}




/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 0;
	height: 120px;
	background-color: #FFF;
}


.orange_button
{
background-color: #f19228;
color: black;
font-family: Arial, Helvetica, sans-serif;
}
.picbox
{
  color: #000;
  border-width: 1px;
  border-style: solid;
}
.spacer1 {
	margin-top: 3px;

}	

.spacer {
	margin-top: 15px;
	padding-left: 15px;
}
.fldcapt
{
	font-size: 10px;
}
.errcapt {  
	color: #C00;
	font-size: 10px;
}
.menu_container {
	height: auto;
	margin-bottom: 10px;
	margin-top: 3px;
}
.maint_grid  {
	font-size: 11px;
	padding: 1px;
	color: #000;
	}
	
.maint {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #779792;
}
.maint-menu {
	text-align: left;
	margin-top: 20px;
	font-size: 20px;
	color: #779792;
}
.greengrey {
	color: #566955;
	font-size: 12px;
}
.giant-right {
	float: left;
	margin-left: 20px;
	width: 805px;
	margin-top: 15px;
}
.big-right-buying {
	float: right;
	width: 540px;
	margin-top: 15px;
	background-color:#000;
}
.big-right {
	float: right;
	width: 540px;
	margin-top: 15px;
}
.big_right2 {
	float: right;
	width: 540px;
	margin-top: 15px;
	margin-left: 18px
}
.dml-right {
	margin-left: 230px;
	width: 540px;
	margin-top: 15px;
}
.dml-right-wide {
	margin-left: 160px;
	width: 800px;
	margin-top: 15px;
}
.big-error {
	margin-top: 100px;
	margin-left: 100px;
	color: #779792;
	font-size:24px;
}
.big-left {
	float: left;
	width: 540px;
	/*margin-top: 15px; not needed here because this is inside giant-right that already has margin-top */
}
.marg-50-right {
	margin-right: 50px;
}
.menu-left {
	float: left;
}
.cust-left {
	float: left;
	width: 540px;
	margin-top: 15px;
	margin-left: 15px;
}
.whole-side {
	float: left;
	width: 800px;
	margin-top: 15px;
	margin-left: 15px;
}
.panelheader {
	/*font: bold 0.7em sans-serif;*/
	width: 800px;
}
.show_adr {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-right: 20px;
	height: 120px;
}
.indent_adr {
padding-left: 4px;
margin-bottom: 0px;
padding-bottom: 0px;	
}

.cart {
	width: 520px;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid; 
	padding-bottom: 15px;
	padding-top: 15px;
	margin-right: 20px;	
	margin-bottom: 20px;
	margin-top: 5px;	
}

.cart td {
	width: 83px;
}

	
.alright {
	text-align: right;
	width: 150px;
}
.alright100 {
	text-align: right;
	width: 100px;
}
.alright140 {
	text-align: right;
	width: 140px;
}
.alright60 {
	text-align: right;
	width: 60px;
}
.alr {
	/*text-align: right;*/
	width: 100px;
	
	text-align: center;
}
.alright130 {
	text-align: right;
	width: 130px;
}
.alright350 {
	text-align: right;
	width: 350px;
	margin-top: 15px;
}
.alright500 {
	text-align: right;
	width: 500px;
	margin-top: 15px;
}
.maint_edi_marg {
	margin-left: 15px;
	margin-top: 15px;
}
.alleft {
	text-align: left;
	width: 150px;
}
.alleft100 {
	text-align: left;
	width: 100px;
}
.alleft130 {
	text-align: left;
	width: 130px;
}	
.alleft180 {
	text-align: left;
	width: 180px;
}
.tinted-orange {
	background-color:#fbe3c7;
}
.tinted-blue {
	background-color:#CCE0E1;
}
.hr {
	float: left;
}
#sortedtable thead th {
     color: #00f;
     font-weight: bold;
     text-decoration: underline;
}
#invtab {
	margin: 15px;
	margin-top: 15px;
	padding: 10px;
	float: left;
	height: auto;
	width: 495px;
	background-color: #f4f7f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.hidden {
    visibility: hidden;
}
.notfound {
	margin: 15px;
	float: left;
	height: auto;
	width: 495px;
	font-size: 16px;
	background-color: #f4f7f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 10px;
}

a.black:link {
	  color: #000;
  }
a.black:visited {
	  color: #000;
  }
.addrec {
	margin-top: 4px;
	padding: 5px;
	padding-top: 8px;
	height: 22px;
	width: 120px;
	font-weight: 700;
	font-size: 12px;
	border: thin solid;
	background-color: #B9DFE3;
	color: #000;
	background-color: #eef1ee;
}
.imgright
{
	 float:right; 
	 margin: 0 0 15px 15px; 
}
.imgleft
{
	 float:left; 
	 margin: 0  15px 15px 0; 
}

.col_779792
  {
	  color: #779792; 
  }
.bgcol_e1e8e7
  {
	  background-color: #e1e8e7; 
}
.bgcol_e5eae4
{
	background-color: #e5eae4;
}
.email_thanks {
	border-top-width: thin;
	border-style: solid;
	padding: 10px;
	display: block;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	margin-top: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 380px;
}
.errline {
	display: inline;
	color: #BA1D0C;
	font-size: 9px;
}
.last {
	margin-left: 115px;
	}

.show_err {
	border-top-width: thin;
	border-style: solid;
	padding: 5px;
	display: block;
	color: #BA1D0C;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.show_msg {
	border-top-width: thin;
	border-style: solid;
	padding: 5px;
	display: block;
	/*color: #BA1D0C;*/
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.prodname
  {
	  color: #779792; 
	  font-weight: bold;
	  font-size: 14px;
  }
.prodcapt
  {
	  color: #779792; 
	  font-weight: normal;
	  font-size: 14px;
  }

.available
{
	color: #ee8f00;
	font-weight:  bolder;
	font-size: 14px;
	}

#big-gallery-pix {
	float: right;
	width: 540px;
	margin-top: 0px;
}
.mid-col {
	float: left;
	width: 255px;
	background: #FFF;
	margin: 0px 0 0 0;
		
}
.right-col {
	float: right;
	width: 255px;
	background: #FFF;
	margin: 0px 15px 0 15px;
}
.left-col {
	float: left;
	width: 255px;
	background: #FFF;
	margin: 15px 0 0 15px;
}
.cust-right {
	float: right;
	width: 255px;
	background: #FFF;
	margin: 15px 0 0 15px;
}

.bl-logo {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
.bl-logo2 {
	padding-bottom: 12px;
	padding-left: 10px;
}

.footer {
	font-size: 11px;
	margin-top: 20px;
	margin-left: 300px;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.credit {
	font-size: 9px;
}
.pixlft {
	float: left;
	padding-bottom: 15px;
}
.pixlft-with-caption {
	float: left;
	padding-bottom: 0px;
}
.pixlftpad {
	float: left;
	padding-bottom: 15px;
	padding-right: 4px;
}

.buyarray12 {
	float: left;
	margin-bottom: 4px;
	margin-right: 6px;
}
.buyarray3 {
	float: left;
	margin-bottom: 4px;
	margin-right: 0;
}

.gridcapt {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	bottom: 4px;
	}
.gridprice {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	bottom: 4px;
}
.sidebar_pic {
	margin-top: 0px;
	padding: 20px 0 20px 0;
	margin-right: 0px;
	position: relative;
	left: 10px;     
}

.enter_pay {
    float:right; 
	margin: 0 0 15px 15px; 
	position: relative;
	right: 18px;  
}
.change_button {
	 float:left; 
	 margin: 0 15px 15px 0px; 
}
.place_order_button {
float:left; 
	 margin: 0 20px 15px 0px;	
}
#detail form  { 
  display: inline; 
  margin: 0px 0px 0px 0px; 
  }
.cancel_button
{
    float: left;
    margin: 2em  0 0 1em;
}  
.orange
{
	color: #f19228;
}
.scart
  {
	background-color: #f19228;
	height: 30px;
	width: 120px;
	font-size: 9px;
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
  }
.s_and_c {
	color: #fff;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding-right: 3px;
 }
 

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
	clear: both;
}
#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	letter-spacing: normal;
	height: auto;
	width: 235px;
	padding-right: 12px;
	float:right;
}

.selectwidth
{
	width: 140px;
}
.selordq {
	width: 50px;
}

.name-address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	letter-spacing: normal;
	margin-right: 10px;
	color: #333;
}
.cart-button {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	font-weight: bold;
	color: #779792;
	margin-bottom: 0;
	margin-right: 10px;
	display: inline;
	border: none;
}
.cart-button a:visited {
	text-decoration: none;
	color: #ffffff;  
}

.itemcnt a:visited {
	text-decoration: none;
	color: #000000;  
}

.itemcnt a {
	text-decoration: none;
	color: #000000;  
}

.grid {
	padding-bottom: 11px;
}

.undergrid h1{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #779792;
	padding-top:10px;
	margin-bottom: 0;
}
.gallerycontainer{
  position: relative;
  height: 750px; /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
  padding-bottom: 4px;
  padding-right: 4px;
}

.thumbnail:hover{
  background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
  position: absolute;
  left: -1000px;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.thumbnail span img{ 
  border-width: 0;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
margin-top: 0;
left: 273px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#gallery {
	list-style-type: none;
	position: relative;
	display: block;
}
#gallery li {
	width: 100%;
	text-align: center;
	display: block;
}
#gallery img {
}
#slides {
	width: 540px;
	margin-top: 5px;
}

#quaranteebox {
	float: right;
	height: 470px;
	width: 255px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 3px;	
}
#safe_and_secure {
	width: 255px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 3px;	
}
#safe_and_secure_horiz {
	width: 540px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 3px;	
}
.top_outer_box
{
  height: 30px;
  width: 215px;
  padding-right: 50px;
  display: block;
}
.top_outer_box2
{
  margin-top: 20px;
  height: 30px;
  width: 540px;
  padding-right: 50px;
  display: block;
}
.topgreen 
{
    height: 20px;
	background-color: #b3c8ab;
	float: left;
	font-weight:700;
	font-size:12px;
	padding: 6px 6px 0 6px;
}
.lineht {
    line-height: 95%;
}
.greycopy 
{
	float: left;
	width: 242px;
	padding: 6px 6px  0px 0px;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.greycopy2 
{
	float: left;
	width: 540px;
	padding: 6px 6px  0px 0px;
	font-size:11px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.botgreen 
{
    height: 20px;
	float: left;
	width: 115px;
	background-color: #b3c8ab;
	font-size:10px;
	padding: 6px 6px 0px 6px;
	margin-top: 0px;  /* this was 0 in the original version with the grey backgrnd */
	margin-right: 8px;
}
 
.my_acct {
	margin-left: 150 px;
}


.bkgrnd
{
	background-color: #CCC;
}

#navigation {
 width: 12em;
 margin: 0;
 padding: 0;
 list-style: none;
 background: #fff;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
}

#navigation > li {
 display: block;
 text-align: right;
 width: 100%;
}

#navigation > li > a {
 display: block;
 height: 100%;
 padding: .4em;
 color: #000;
 text-decoration: none;
}

#navigation > li > a:hover {
 background: #779792; /* grey/green */
 color: #fff;
 }
#navigation > li.sub {
 position: relative;
 z-index: 1000;  /* so that menu appears ON TOP of the images that may be there */
}

#navigation > li.sub ul {
	margin: 0;
	padding: 0;
	width: 6em;
	list-style: none;
	font: 100% Arial, sans-serif;
	background: #c60;
	color: #fff;
	position: absolute;
	left: -1000em;
	text-align: right;
}

#navigation > li.sub ul li {
 display: block;
 width: 100%;
}

#navigation > li.sub ul li a {
 height: 100%;
 display: block;
 color: #fff;
 font-size: 8pt;
 background: none repeat scroll 0 0 #a40;
 text-decoration: none;
 padding: .4em;
}

#navigation > li.sub ul li a:hover {
 background: #a40;
}
#navigation > li.sub:hover ul {
 top: 0;
 left: 10em;
}

body#homepage #navigation li#home a,
body#studiopage #navigation li#studio a,
body#woodfiringpage #navigation li#kiln a,
body#showspage #navigation li#shows a,
body#linkspage #navigation li#links a,
body#visitpage #navigation li#visit a,
body#eatingpage #navigation li#eating a,
body#drinkingpage #navigation li#drinking a,
body#servingpage #navigation li#serving a,
body#storagepage #navigation li#storage a,
body#portfoliopage #navigation li#portfolio a,
body#displaypage #navigation li#display a,
body#buyingpage #navigation li#buying a
{
	
	color: #779792;
	font-weight: bold;
}

.orh_headings {
	color: #779792;
	font-size: 14px;
}
.ord_review_hdr {
	width: auto;
}
.ord_review_hdr td { 
	padding: 15px;
	vertical-align: top;  
	}

.ord_review_hdr table { 
	border-collapse:separate; border-spacing: 5px; 
	}



/* HTML5 equivalents
// cellpadding
th, td { padding: 5px; }

// cellspacing
table { border-collapse:separate; border-spacing: 5px; }

// valign
th, td { vertical-align: top; }

// align (center)
table { margin: 0 auto; }
*/
