body {
  margin: 0;
  padding: 0;
  background-image: url("../images/thtch.gif");
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  background-attachment: fixed;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
h2 {
  font-size: 80%;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
}

h3 {
  font-size: 80%;
}
.heading {
  /* gallery heading */
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff8dc;
  background-color: transparent;
  position: absolute;
  display: block;
  font-size: 20px;
  line-height: 15px;
  margin-left: 10px;
  top: -10px;
}

.pages {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  display: block;
  font-size: 12px;
  margin-left: 100px;
  top: 35px;
}

.pages a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
.pages a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
}
.pages a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

.style1 {
  width: 614px;
  height: 49px;
}

.pnumbers {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 75%;
  font-weight: lighter;
}
/* begin top div*/
#masthead {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.noborder {
  /* eliminates border around logo & colorswatch in right col*/
  border-width: 0;
}

#phone {
  /* styles phone numbers under logo */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  word-spacing: 100px;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  margin: -10px;
  margin-bottom: 155px;
}

.lauhala_brown {
  background-color: #cead8e;
}

.centerlogo {
  text-align: center;
}

#dropline {
  /* list id - style the whole thing here*/
  padding: 0;
  list-style: none;
  background: url(https://www.barkclothhawaii.com/images/nav_buttons/trans.gif);
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-family: arial, sans-serif;
  height: 41px; /* 41px*/
  width: 800px; /* 800px*/
  position: absolute; /* had it as left:100px;*/
  left: 60px; /* 60px horz button aligniment*/
  top: 190px; /* 170px how far the dropline sits below buttons */
}
#dropline div {
  /* position of dropline text*/
  padding: 2px;
  margin: auto 15px auto;
  list-style: none;
  position: absolute;
  left: -9999px; /* -9999px*/
  width: 800px; /* 820px*/
  text-align: center; /* left*/
  background: url("https://www.barkclothhawaii.com/trans.gif"); /* url(trans.gif*/
}
#dropline table {
  border-collapse: collapse;
  font-size: 1em; /* 1em*/
  float: left; /* left*/
  margin: -1px;
  width: auto;
} /* -1px*/

#dropline ul li {
  /* vertical space between dropline */
  display: inline; /* inline*/
  margin: 0 0 0 0; /* 0000*/
  text-align: center;
} /* dropline position */

/* all horiz linked menu text */
#dropline ul li a {
  display: inline-block; /* inline-block*/
  height: 23px; /* 23px*/
  line-height: 30px; /* 30px*/
  margin: 0; /* 0*/
  padding: 0 5px; /* 0 5 horz txt spacing*/
  background: transparent; /* transparent*/
  font-weight: bold;
  font-size: 14px;
}

#dropline li {
  display: inline;
  margin: 0 -2px; /* 0, -2 space between buttons,replace color:= 8B0000 */
  text-align: right;
} /*  right color and position of text on a buttons and dropline */

#dropline li a {
  /* button look*/
  display: inline-block;
  height: 36px; /* 36 button look*/
  margin: 5px -6px 0 0; /* 5 -6 0 0*/
  padding: 0px 15px 0 0; /* 0 15 0 0*/
  background: url(../images/nav_buttons/topnoarrow.gif) right top;
  line-height: 30px; /* 30px*/
  text-decoration: none;
  color: #8b0000; /* 8B0000*/
  cursor: pointer;
}
/* horz width of buttons */

#dropline li a.sub {
  background: url(../images/nav_buttons/toparrow.gif) right top;
}
html > body #dropline li {
  margin: 0; /* 0 squishes buttons*/
  display: inline-block;
  padding: 0; /* 0*/
}

* html #dropline li a {
  margin-bottom: -4px;
  margin-right: 3px;
} /* -4px   3px*/

#dropline li a b {
  display: block;
  height: 36px;
  float: left;
  padding: 0 0 0 15px; /* 0 0 0 15 button shape */
  background: url(../images/nav_buttons/topnoarrow.gif) left top;
}

#dropline li a:hover {
  /* hover button text */
  background-position: right bottom;
}
#dropline li a:hover b {
  /* color:= hover button text */
  background-position: right bottom;
}

/*  position of hover text */
#dropline li:hover > a {
  background-position: right bottom;
}

#dropline li:hover > a b {
  background-position: left bottom;
} /* moves arrow spacing */

#dropline :hover div {
  left: -40px; /* top 40px*/
  top: 41px; /* top 41px*/
  text-align: center;
  width: auto;
}

/* background color: of all hovered dropline text */
#dropline :hover ul li a:hover {
  text-decoration: none;
}
/* Style colors here */
div ul #aqua a:hover {
  background-color: #afeeee;
  color: black;
}

div ul #black a:hover {
  background-color: #000;
  color: #fff8dc;
}

div ul #blue a:hover {
  background-color: #add8e6;
  color: black;
}

div ul #brown a:hover {
  background-color: #d2b48c;
  color: #fff8dc;
}

div ul #gray a:hover {
  background-color: #c0c0c0;
  color: black;
}

div ul #green a:hover {
  background-color: #8fbc8f;
  color: #fff8dc;
}

div ul #natural a:hover {
  /* styles dropdowns */
  background-color: #f5f5dc;
  color: black;
}

div ul #orange a:hover {
  background-color: #ffa07a;
  color: black;
}

div ul #pink a:hover {
  background-color: #ffe4e1;
  color: black;
}

div ul #purple a:hover {
  background-color: #dda0dd;
  color: black;
}

div ul #red a:hover {
  background-color: #b22222;
  color: #fff8dc;
}

div ul #yellow a:hover {
  background-color: #f0e68c;
  color: black;
}

div ul a span #abstracts #anthurium #bamboo #bop #critters #folks #ginger #heliconia #hibiscus #keiki #leafy #orchids #palms #plumeria #other #solids #surfboards #woodies {
  background-repeat: no-repeat; /*motif text position & backgrnd placement*/
  background-position: center;
  height: 25px;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #abstracts a:hover {
  background: transparent url("../images/nav_buttons/atomic.png");
  width: 75px;
}

div ul #anthurium a:hover {
  background: transparent url("../images/nav_buttons/anthurium.png");
}

div ul #bamboo a:hover {
  background: transparent url("../images/nav_buttons/bamboo.png");
}

div ul #bop a:hover {
  background: transparent url("../images/nav_buttons/bop2.png");
}

div ul #critters a:hover {
  background: transparent url("../images/nav_buttons/koi.png");
}

div ul #folks a:hover {
  background: transparent url("../images/nav_buttons/hulagrl.png");
}

div ul #ginger a:hover {
  background: transparent url("../images/nav_buttons/ginger2.png");
}

div ul #heliconia a:hover {
  background: transparent url("../images/nav_buttons/heliconia.png");
}

div ul #hibiscus a:hover {
  background: transparent url("../images/nav_buttons/hibiscus.png");
}

div ul #keiki a:hover {
  background: transparent url("../images/nav_buttons/keiki.png");
}

div ul #leafy a:hover {
  background: transparent url("../images/nav_buttons/leafy.png");
}

div ul #orchids a:hover {
  background: transparent url("../images/nav_buttons/orchid.png");
}

div ul #palms a:hover {
  background: transparent url("../images/nav_buttons/palm.png");
}

div ul #plumeria a:hover {
  background: transparent url("../images/nav_buttons/plumeria.png");
}

div ul #other a:hover {
  background: transparent url("../images/nav_buttons/protea.png");
}

div ul #solids a:hover {
  background: transparent url("../images/nav_buttons/solids.png");
}

div ul #surfboards a:hover {
  background: transparent url("../images/nav_buttons/surf.png");
  width: 65px;
}

div ul #woodies a:hover {
  background: transparent url("../images/nav_buttons/woody.png");
  width: 105px;
  padding-left: 41px;
}

div ul .droptext:link {
  color: #000;
  background-color: transparent;
} /*highlight text backgrnd cream*/
div ul .droptext:visited {
  color: #8b4513;
  background-color: transparent;
}
div ul .droptext:hover {
  background: #f5f5dc;
}

div ul .aquadroptext:link {
  border-style: none;
  color: #d30601;
} /*highlight text backgrnd aqua*/
div ul .aquadroptext:visited {
  border-style: none;
  color: #8b4513;
  background-color: transparent;
}
div ul .aquadroptext:hover {
  border-style: none;
  background: #c3e1d2;
}

#top_nav {
}
#page_content {
  text-align: center;
}

.cat1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #996633;
  text-align: center;
  padding-top: 100px;
  padding-right: 40px;
  cursor: text;
}
.cat1 a:link {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: text;
}

.cat1 a:hover span {
  border-style: none;
  border-width: 0px;
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

.cat1 a:visited {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
}

#remnant {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 82%;
  font-weight: normal;
  position: relative;
  display: block;
}

#moretop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 82%;
  font-weight: normal;
  position: relative;
  display: block;
  color: #fff8dc;
  left: -30px;
}

.nexttop {
  top: 10px;
  left: 590px;
  position: absolute;
  display: block;
  text-decoration: none;
}

.nexttop a:link {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}
.nexttop a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
}
.nexttop a:visited {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}

.message1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #996633;
  margin-left: 25px;
  top: 80px;
  position: absolute;
  display: block;
  cursor: text;
}

.message1 a:link {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: text;
}

.message1 a:hover span {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  cursor: text;
}
.message1 a:visited {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
}

.message2 a:visited {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  cursor: text;
}

.message2 a:link {
  color: #996633;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
}

.message2 a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  cursor: text;
}

#gallery h1 {
  font-size: 2em;
  text-align: center;
  text-decoration: none;
  color: #fff8dc;
  padding-top: 0px;
  margin-top: 0px;
}

#gallery ul li {
  /*  gallery images lineup horz*/

  float: left;
  list-style-type: none; /*list style get rid of the dots in the at pics.*/
  border: none;
}

#gallery a.at {
  /*at text*/
  /* space between gallery images*/
  border: none;
  padding: 0px 18px 28px 0px;
  margin: 0px;
  width: 72px;
  height: 108px;
  text-decoration: none;
  float: left;
  list-style-type: none;
  text-align: center;
  list-style-image: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  background-color: transparent;
  margin: 50px 5px -35px -5px;
  outline: none;
}

#gallery a:hover span {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #c3e1d2;
  border: none;
  cursor: pointer;
}

#gallery a img {
  border: none; /* get rid of border on at pics */
  list-style-type: none;
}

#gallery a .large {
  /* vertical placement of gallery text */
  border: none;
  display: block;
  position: inherit;
  width: 0;
  height: 0px;
  list-style-type: none;
}

#gallery a .large2 {
  /* vertical placement of 2nd gallery text */
  display: block;
  position: absolute;
  width: 0;
  height: 0px;
  list-style-type: none;
  border: none;
}

#gallery a.at:hover .large {
  /* controls the t hover img */

  display: block;
  position: absolute;
  top: 100px;
  left: 620px;
  width: 144px;
  height: 230px;
  z-index: 100;
  border: none;
}

#gallery a.at:hover .large2 {
  /* controls the t hover img */

  display: block;
  position: absolute;
  top: 600px;
  left: 620px;
  width: 144px;
  height: 230px;
  z-index: 100;
  border: none;
}

#gallery li.dmtb1 {
  /* controls the img under T hover img */

  display: block;
  position: absolute;
  top: 100px;
  left: 620px;
  width: 144px;
  height: 130px;
  border: none;
}

#gallery {
  /* gallery white background box */
  border-style: none solid solid solid;
  border-color: #9d5c35 #9d5c35 #9d5c35 #9d5c35;
  background-position: center -4px;
  width: 620px;
  height: 950px; /* length of gallery white background box */
  top: 150px; /* how far down the page that the thumbnails begin */
  left: 150px;
  background-color: #f0eee7;
  z-index: 100;
  list-style-type: none;
  list-style-image: none;
  float: left;
  background-image: url("../images/nav_buttons/gallery/9D5C35top.png");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  margin-left: auto;
  margin-right: auto;
  margin-top: 240px;
  position: absolute;
}

.nextbottom {
  left: 590px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #b22222;
}

.nextbottom a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
}

.nextbottom a:hover span {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  cursor: pointer;
}
.nextbottom a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

#nextpage {
  top: 780px;
  left: 800px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  width: 105px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#nextpage a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  font-size: medium;
  text-decoration: none;
  font-weight: bold;
}

#nextpage a:hover span {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
  cursor: pointer;
  font-size: medium;
  text-decoration: none;
}
#nextpage a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}

#fabdescript span {
  border: thin solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #c4a585;
  margin-left: 10px;
  position: absolute;
  top: -40px;
  line-height: 17px;
  width: 102px;
}

#fabdescript {
  top: 910px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  position: absolute;
  text-align: left;
  margin-left: 780px;
  background-color: transparent;
  font-weight: lighter;
  width: 102px;
}
#fabdescript #upview {
  top: -100px;
  color: #b22222;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  position: absolute;
  text-align: center;
  margin-left: 15px;
  border: none;
  line-height: 17px;
  font-variant: normal;
  text-decoration: none;
  font-weight: lighter;
  width: 112px;
}

#upview a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}
#upview a:hover {
  color: #b22222;
  text-decoration: none;
  background-color: #c3e1d2;
}
#upview a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.clear {
  clear: both;
}

.referkissbutton {
  color: #8fbc8f;
  border-style: solid;
  border-width: 0;
  margin-left: -790px;
  display: block;
  position: absolute;
}
#referbutton {
  margin-top: 1070px;
  margin-left: -90px;
}

#footer {
  text-align: center;
  height: 30px;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  display: block;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 300px;
  top: 1350px;
}
#foottop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;
  background-color: transparent;
}

#footer a:link {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
#footer a:hover {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}
#footer a:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
