*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #0F0F0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5A5A5A;
	height: 100%;
  background-image: url(/img/bamboo.jpg);
	background-position: top left;
	background-repeat: repeat;
}

a, a:visited, a:active{
  color: #5A5A5A;
  text-decoration: none;
}

a:hover{
  color: #BA4818;
  text-decoration: none;
}

h1, h2{
  font-size: 100%;
  font-weight: bold;
  line-height: 110%;
}

li label{
  width: 100px;
}

#cart {
	width: 380px;
	border: none;
	margin-top: 20px;
}

#cart th{
	font-weight:bold;
	border-bottom: 1px solid #000;
	padding: 4px;
}

#cart td{
	border-bottom: 1px solid #000;
	padding: 4px;
}

#cart tfoot td{
  border: 0;
}

#wood{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
  background-image: url(/img/wood-1024.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#container {
	background-color: #F0F0F0;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	height: 100%;
	text-align: left;
}

#header{
	/*background-color: #5A5A5A;*/
	height: 75px;
	overflow: hidden;
	/*float: left;*/
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	background-image: url(/img/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 {
  margin: 25px 5px;
  padding: 0;
  width: 250px;
  height: 500px;
}

#header h1 a {
  display: block;
  width: 250px;
  height: 50px;
  margin: 0;
  padding: 0;
}

#header h1 a span {
  display: none;
}

#navigation{
  background-color: #C8C8C8;
  width: 800px;
  float: left;
  margin: 0;
  text-align: left;
  border-bottom: 2px solid #5A5A5A;
}

#navigation ul{
  margin: 6px 0 3px 0;
  padding: 0px;
  width: 300px;
}

#navigation ul li{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
}

#navigation ul li.last{
	border-right: 0px;
}

#navigation ul li input{
  height: 15px;
  font-size: 90%;
}

#navigation div{
  float:right;
  display: inline;
}

#navigation form{
  display: inline;
  width: 100px;
}

#navigation label{
  line-height: 16px;
}

#navigation form input{
  width: 170px;
  height: 12px;
  color: #5A5A5A;
  margin: 3px 10px 3px 0;
  font-size: 10px;
}

#center{
  width: 800px;
  background-image: url(/img/border.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#left{
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#left dt{
  margin: 0;
  font-variant: small-caps;
  font-size: 115%;
}

#left dd, #left ul{
  margin: 0;
  padding: 0 0 0 10px;
}

#right{
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
}

#right h1{
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 8px;
}

#right p{
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

#homeright {
  text-align: center;
}

#homeright p{
  text-align: center;
}


#right p.addtocart {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
}


#content{
	float: left;
	width: 380px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px
}

#content h2{
	font-size: 110%;
}
/*Address Forms*/
#content form{
  width: 100%;
  text-align: left;
}

#content form div{
  width: 100%;
  float: left;
  margin-top: 2px;
}

#content form div.label{
  width: 100px;
  float: left;
}

#content form div.input{
  float: left;
  width: 180px;
}

#content form div.input input{
  width: 120px;
}

#content div.product{
	width: 75px;
	margin: 4px 4px 12px 12px;
	float: left;
	text-align: center;
	font-size: 90%;
}

#content div.productLeft{
	width: 75px;
	margin: 4px 4px 12px 12px;
	float: left;
	clear: left;
	text-align: center;
	font-size: 90%;
}

#content div.product img, #content div.productLeft img{
	border: 0;
}

#content button {
  float:right;
  margin:1em 0;
  padding:5px;
  width:10em;
}

#content fieldset {
  padding-top:1em;
}

#content fieldset ul{
  padding-bottom:1em;
}


#bottom{
  width: 100%;
  /*background-color: #5A5A5A;*/
  border-top: 2px solid #5A5A5A;
  color: #C8C8C8;
}

#baseline{
  margin: 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
	text-align: left;
	color: #C8C8C8;
	padding-bottom: 100px;
}

#baseline p{
  margin: 14px 0 0 6px;
  padding-top: 6px;
  line-height: 12pt;
}
#footer{
  background-color: #C8C8C8;
  width: 800px;
  height: 24px;
  float: left;
  margin: 0;
  text-align: left;
  border-bottom: 2px solid #5A5A5A;
  color: #5A5A5A;
}

#footer ul{
  margin: 6px 0 6px 0;
  padding: 0px;
  width: 600px;
}

#footer ul li{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #000000;
}

#footer ul li.last{
	border-right: 0px;
}

#footer ul li input{
  height: 15px;
  font-size: 90%;
}

/*from stock*/
legend{
  font-weight:bold;
  padding:0;
}

fieldset {
  border:0;
}

input, textarea{
  color: #5A5A5A;
  border:1px solid #ccc;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
  color: #5A5A5A;
  padding:2px 4px;
  width: 200px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

option {
  padding:0 1em 0 4px;
}

ul.flist, fieldset ul {
  margin-top:0;
  list-style: none;
}

ul.flist {
  padding-left:1em;
}

ul.flist li {
  display:inline;
  float:left;
  margin:0 1em 0 0;
  width:14em;
}

ul.flist li label{
  display:block;
}

ul.flist li.cl {
  clear:left;
}

ul.flist li.cb {
  clear:both;
  width:26em;
}

ul.flist li.cb input {
  width: 60px;
  height: 12px;
  font-size: 9px;
}

ul.flist li.cb input[type='checkbox'] {
  width: auto;
}

li.error {
  border: 1px solid red;
  padding:0.5em 0.5em;
  font-weight:bold;
  margin-right:1em;
}

li.error span {
  display:block;
}

li.save {
  clear:both;
}

button {
  clear:both;
  display:block;
  font-weight:bold;
  padding:0.2em 0.5em;
}

input.btn{
   background-color: #F0F0F0;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 /*height: 20px;*/
	 color: #5A5A5A;
	 width: auto;
	 padding: 0 4px 0 0;
   border: 0;
   cursor: pointer;
   margin: 4px 0 0 0;
   text-align: left;
   font-size: 11px;
}

input.quote{
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: #F0F0F0;
	 height: 20px;
	 color: #5A5A5A;
	 width: auto;
	 padding-left: 4px;
   border: 0;
   cursor: pointer;
   text-align: center;
   font-size: 11px;
}

input.quantity{
  width: 15px; 
  height: 12px; 
  font-size: 9px;
}

input.zipcode{
  width: 40px; 
  height: 12px; 
  font-size: 9px;
  margin-left: 4px;
}

select.shipping{
  font-size: 9px;
}

/* address and shipping */
.order {
  width: 380px;
}

.order fieldset {
  margin-bottom:1em;
}

.oaddress {
  float:left;
  width: 100%;
}

.oinfo {
  clear:right;
  float:right;
  padding:0;
  width: 165px;
}

.oinfo li {
  margin:0;
  /*padding-left:1.5em;*/
  /*line-height:2em;*/
}

.oinfo li.active {
  background:#cfff9f;
  font-weight:bold;
}

.oinfo li input{
  bottom:-3px;
  position:relative;
}

.errorbox{
  width: 80%;
  margin: 6px;
  background-color: #FFFFCC;
	border: 1px solid #990000;
	padding: 4px;
	font-size: 9px;
}

.postmeta{
	margin: 12px 0 12px 0;
}

.commentlist{
	margin: 6px 0 6px 20px;
}

.entry p{
	padding: 8px 0 8px 0;
}
