/*
These are the styles for the default template.
You will want to replace this entire file when you lay out the site.
*/
html,body {
  background: #ebead4 url(../images/bg.gif) left top repeat;
  color: #593d23;
  font: normal 14px/14px Times New Roman,serif;
}
p {
  padding: 0px 0px 14px 0px;
  margin: 0px;
}
h1 {
  font: normal 24px/32px Georgia,serif;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #203566;
}
h2 {
  font: normal 18px/24px Times New Roman,serif;
  margin: 0px;
  padding: 0px 0px 14px 0px;
  letter-spacing: 1px;
  color: #203566;
}
div.lgbamboo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 101px;
  height: 1024px;
  background: url(../images/lgbamboo.png) left top no-repeat;
}
* html div.lgbamboo {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='/images/lgbamboo.png');
}
div.smbamboo {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 110px;
  width: 130px;
  height: 100px;
  background: url(../images/smbamboo.png) left top no-repeat;
}
* html div.smbamboo {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='/images/smbamboo.png');
}
div.stage {
  position: absolute;
  top: 199px;
  left: 83px;
  width: 760px;
  padding: 0px;
  background: url(../images/stage-bg.png) left top repeat-y;
}
* html div.stage {
  background-image: url(/images/stage-bg.gif);
}
div.stagetop {
  position: absolute;
  top: -132px;
  left: 0px;
  width: 740px;
  height: 132px;
  background: url(../images/stage-top.png) left top no-repeat;
}
* html div.stagetop {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='/images/stage-top.png');
}
div.stagebottom {
  position: absolute;
  bottom: -132px;
  left: 0px;
  width: 740px;
  height: 132px;
  background: url(../images/stage-bottom.png) left top no-repeat;
}
* html div.stagebottom {
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='/images/stage-bottom.png');
}
div.content {
  position: relative;
  top: -110px;
  width: 680px;
  padding: 0px 30px;
  margin: 0px 0px -220px 0px;
}

form.contactform {
  display: block;
  margin: 0px;
  padding: 0px;
}

form.contactform  input.textbox, form.contactform textarea {
  width: 500px;
  border: 1px solid #aaa79c;
}
form.contactform textarea {
  height: 150px;
}
form.contactform table th {
  text-align: left;
  vertical-align: top;
}
form.contactform input.button {
  cursor: pointer;
}

/***********************************************************/
p.attribution {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 45px;
  left: 30px;
  font: italic 15px/22px Giovanni,Georgia,serif;
}
span.clientname {
  font: bold 15px/15px Franklin Gothic,Arial Black,sans-serif;
  font-style: normal;
  color: #485133;
}
p.poweredby {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 5px;
  right: 40px;
  color: white;
  font: italic 10px/10px Franklin Gothic,sans-serif;
}
p.poweredby b {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
}
div.nplogo {
  position: absolute;
  top: 0px;
  right: 10px;
}
* html div.nplogo {
  width: 1px;
  height: 1px;
}
* html div.nplogo img {
  visibility: hidden;
}

h3 {
  margin: 0px;
  padding: 3px 0px 0px 0px;
  font: bold 11px/14px Verdana,sans-serif;
}
div.main h2.homepage {
  background: url(../images/demo/h2-home-main-bg.jpg) top left no-repeat;
  color: #fff3d5;
  font: bold 12px/18px Verdana,sans-serif;
  padding: 0px 12px;
  margin: 8px 0px 8px -2px;
  text-transform: uppercase;
}
form.search {
  display: block;
  padding: 8px 0px;
  margin: 0px 6px 12px 6px;
  border-bottom: 1px solid #4d4622;
  width: 168px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
form.search label {
  font: bold italic 14px/14px Franklin Gothic,sans-serif;
  letter-spacing: -1px;
}
form.search input {
  width: 115px;
}
div.sidebar h2.homepage {
  background: url(../images/demo/h2-home-sidebar-bg.jpg) top left no-repeat;
  color: #fff3d5;
  font: bold 12px/20px Verdana,sans-serif;
  padding: 0px 12px;
  margin: 8px 0px;
  text-transform: uppercase;
}
div.sidebaritem {
  padding: 0px 6px;
}
div.sidebaritem hr {
  border: 0;
  color: #4d4622;
  background-color: #4d4622;
  height: 1px;
}
p.copyright {
  clear: left;
  float: left;
  width: 180px;
  text-align: center;
  font-size: 8px;
  font-family: Tahoma,sans-serif;
}
p.staticlinks {
  margin-left: 180px;
  text-align: center;
  width: 560px;
  font-size: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
div.sidebar {
  clear: left;
  float: left;
  width: 180px;
}

div.hpannounce {
  border: 1px solid #eae5d2;
  background-color: #fbf3de;
  width: 500px;
  padding: 5px;
}
div.footer {
  position: absolute;
  bottom: -150px;
  right: 0px;
  padding: 24px 53px 12px 0px;
  font: normal 10px/10px Arial,Helvetica,sans-serif;
  color: #626262;
}
div.footer a {
  color: #626262;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}
div.footer div.copyright {
  float: left;
  padding: 0px 8px;
}
div.footer div.footlinks {
  float: right;
  padding: 0px 8px;
}
div.prlistbox {
  width: 560px;
  border: 1px solid #dcd6c6;
}
div.prlistbox a {
  color: #2a2a2a;
  text-decoration: none;
}
div.prlistbox a:hover {
  text-decoration: underline;
}
div.prlistbox p {
  margin: 0px 16px;
  padding: 6px 0px;
  line-height: 16px;
  border-top: 1px solid #dcd6c6;
}
div.prheader {
  padding: 6px;
  background: #f6f1d1;
  border-bottom: 1px solid #dcd6c6;
}
div.prheader h2 {
  margin: 0px;
  padding: 0px;
}
* html .pnghelper {
  width: 1px;
  height: 1px;
  display: block;
}
* html .pnghelper img {
  visibility: hidden;
}

/*
These styles control the display of the gallery thumbnails. You'll probably want to keep
many of the attributes, but change out the colors.
*/
div.thumbbox {
  padding: 14px 5px 0px 5px;
  margin: 6px;
  float: left;
  background-color: #f8f3da;
  border: 1px solid #dcd6c6;
}
div.thumbshadow {
  background-color: #e2ddc6;
  position: relative;
  left: 4px;
  margin-left: auto;
  margin-right: auto;
}
div.thumbshadow img {
  position: relative;
  top: -4px;
  left: -4px;
}
div.thumbbox p {
  margin: 0px;
  padding: 10px 0px;
  font: bold 11px/11px Arial,sans-serif;
  color: #333;
}
div.thumbbox p a {
  color: #333;
  text-decoration: none;
}
div.thumbbox p a:hover {
  text-decoration: underline;
}

/*
These styles control the display of calendar events.
*/
div.callistbox {
  padding: 0px;
  margin: 12px 0px 0px 0px;
  border: 1px solid #dcd6c6;
}
div.calheader {
  background-color: #f6f1d1;
  border-bottom: 1px solid #dcd6c6;
  padding: 0px 4px;
}

div.calheader a {
  text-decoration: none;
  color: #333;
}

div.calheader a:hover {
  text-decoration: underline;
}
div.callistbox th {
  border-top: 1px solid #dcd6c6;
  border-right: 1px solid #dcd6c6;
  font: bold 12px/12px Arial,Helvetica,sans-serif;
  text-align: right;
}
div.callistbox td {
  border-top: 1px solid #dcd6c6;
  font: normal 12px/12px Arial,Helvetica,sans-serif;
}
input.button {
  background: #f4f0d1 url(../images/demo/buttonbg.gif) bottom left repeat-x;
  border: 1px solid #aaa79c;
  color: black;
  font: normal 10px/10px Arial,sans-serif;
}

table.shoppingcart {
  border-collapse: collapse;
}
table.shoppingcart th {
  color: black;
  font: bold 10px/10px Tahoma,sans-serif;
  margin: 0px;
  padding: 6px 10px;
  background-color: #f4f0d1;
  border: 1px solid #dcd6c6;
}
table.shoppingcart td {
  color: #866116;
  font: bold 10px/10px Tahoma,sans-serif;
  margin: 0px;
  padding: 6px 10px;
  border: 1px solid #dcd6c6;
}
table.shoppingcart tr.odd td {
  background-color: #f6f2da;
}
table.shoppingcart table {
  border-collapse: collapse;
}
table.shoppingcart table th {
  margin: 0px;
  padding: 0px;
  text-align: right;
  border: none;
}
table.shoppingcart table td {
  margin: 0px;
  padding: 0px;
  text-align: left;
  border: none;
}
p.subtotal {
  float: right;
  padding: 10px 10px 0px 0px;
  margin: 0px;
  color: #866116;
  font: bold 10px/10px Tahoma,sans-serif;
}
input.qty {
  background: white;
  border: 1px solid #b4b4b4;
  text-align: center;
  font: bold 10px/10px Tahoma,sans-serif;
  color: #866116;
}
table.shipbill {
  border-collapse: collapse;
  border: 1px solid #c8c5b2;
}
table.shipbill th,table.shipbill td {
  font: normal 11px/11px Arial,sans-serif;
  padding: 4px;
  background-color: #f8f4de;
}
table.shipbill th {
  text-align: right;
}
table.shipbill td {
  text-align: left;
  border-right: 1px solid #c8c5b2;
}
table.shipbill thead th {
  text-align: left;
  background-color: #f4f0d1;
  border: 1px solid #c8c5b2;
}
table.shipbill input,table.shipbill select {
  border: 1px solid #b4b4b4;
}
a#shippingimg {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='images/demo/shipping.png') alpha(opacity=50);
}
a#deliveryimg {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='images/demo/delivery.png') alpha(opacity=50);
}
a#reviewimg {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='images/demo/review.png') alpha(opacity=50);
}
a#paymentimg {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='image',src='images/demo/payment.png') alpha(opacity=50);
}
div#response p {
  color: red;
}
div#response ul {
  margin: 0px 0px 12px 0px;
  padding: 0px 20px;
}
div#response li {
  color: red;
  margin: 0px;
  padding: 0px;
}
table.prodopts {
  border: none;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
}
table.prodopts th {
  text-align: left;
  font: bold 12px/12px Arial,Helvetica,sans-serif;
  margin: 0px;
  padding: 0px 10px 2px 0px;
}
table.prodopts td {
  padding: 0px 10px 2px 0px;
}

div.search {
  position: absolute;
  top: 80px;
  left: 550px;
  font: bold 12px/12px Arial,Helvetica,sans-serif;
  color: #353823;
}
div.search input {
  border: 1px solid #faf5e3;
}