/* CSS layout */
body {
  text-align: center;
  min-width: 770px; /* 770 maintain */
  background-image: url("../images/thtch.gif");
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
  background-attachment: fixed;
  height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

html,
body {
  height: 100%;
}

h1 {
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 3;
}

h3 {
  color: #b22222;
  text-align: center;
  text-decoration: none;
}

.wrapper {
  min-width: 780px; /* 770 maintain */
  margin-left: auto;
  margin-right: auto;
  border: transparent;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -55px; /* full height */
}

h3 a:link {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}
h3 a:hover {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}
h3 a:visited {
  color: #b22222;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
}

#masthead {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.noborder {
  /* eliminates border around logo */
  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: 25px;
  font-size: large;
  letter-spacing: 1px;
}

.lauhala_brown {
  background-color: #cead8e;
}

#dropline {
  /* list id - style the whole thing here*/
  padding: 0px; /* 20px how tight the two lines junto*/
  list-style: none;
  background: url("https://www.barkclothhawaii.com/images/nav_buttons/trans.gif");
  text-align: center;
  margin: 0px auto; /* 0 auto = center position*/
  font-size: 14px;
  font-family: arial, sans-serif;
  height: 21px; /* 41px*/
  width: 875px; /* 800px*/
  position: relative; /* had it as left:100px;*/
  top: -15px; /* -120px how far the dropline sits below buttons */
  z-index: 600;
}
#dropline div {
  /* position of dropline text*/
  padding: 5px 0px 0px 70px; /* 5 0 0 70 centers dropline tect horz*/
  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/images/nav_buttons/trans.gif"); /* url(trans.gif*/
}
#dropline table {
  border-collapse: collapse;
  font-size: 1em; /* 1em*/
  float: left; /* left*/
  margin: -1px; /* -1px*/
  width: auto;
} /* -1px*/

#dropline ul li {
  /* vertical space between dropline */
  display: inline; /* inline*/
  margin: 0px 0px 0px 0px; /* 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 space between dropline words*/
  padding: 0 5px; /* -50  55*/
  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 {
  display: inline-block;
  height: 36px; /* 36*/
  margin: 5px -6px 0 0; /* 5 000*/
  padding: 0px 20px 0 0; /* 0 20 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>    /* right top button position */

body #dropline li {
  margin: 0px; /* 0*/
  display: inline-block;
  padding: 0px; /* 0*/
}

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

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

#dropline li a:hover {
  /* hover button text */
  /* replace color:= fff */
  background-position: right bottom;
}
#dropline li a:hover b {
  /* color:= hover button text */ /* replace color:= DC143C */
  background-position: right bottom;
}
/* replace color:= fff, 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: 41px; /* top 41px*/
  text-align: center; /* center*/
}

/* background color: of all hovered dropline text */
#dropline :hover ul li a:hover {
  text-decoration: none;
}

div ul #maqua a:hover {
  background-color: #c3e1d2;
  color: black;
}
div ul #mblack a:hover {
  background-color: #000;
  color: #fff8dc;
}
div ul #mblue a:hover {
  background-color: #add8e6;
  color: black;
}
div ul #mbrown a:hover {
  background-color: #d2b48c;
  color: #fff8dc;
}
div ul #mgray a:hover {
  background-color: #c0c0c0;
  color: black;
}
div ul #mgreen a:hover {
  background-color: #8fbc8f;
  color: #fff8dc;
}
div ul #mnatural a:hover {
  background-color: #f5f5dc;
  color: black;
}
div ul #morange a:hover {
  background-color: #ffa07a;
  color: black;
}
div ul #mpink a:hover {
  background-color: #ffe4e1;
  color: black;
}
div ul #mpurple a:hover {
  background-color: #dda0dd;
  color: black;
}
div ul #mred a:hover {
  background-color: #b22222;
  color: #fff8dc;
}
div ul #myellow a:hover {
  background-color: #f0e68c;
  color: black;
}

div ul #abstracts a:hover {
  background: url("../images/nav_buttons/atomic.png") no-repeat center;
  height: 25px;
  width: 75px;
}

#abstracts a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #anthurium a:hover {
  background: url("../images/nav_buttons/anthurium.png") no-repeat center;
  height: 25px;
}

#anthurium a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #bamboo a:hover {
  background: url("../images/nav_buttons/bamboo.png") no-repeat center;
  height: 25px;
}

#bamboo a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #bop a:hover {
  background: url("../images/nav_buttons/bop2.png") no-repeat center;
  height: 25px;
}

#bop a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #critters a:hover {
  background: url("../images/nav_buttons/koi.png") no-repeat center;
  height: 25px;
}

#critters a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #folks a:hover {
  background: url("../images/nav_buttons/hulagrl.png") no-repeat center;
  height: 25px;
}

#folks a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #ginger a:hover {
  background: url("../images/nav_buttons/ginger2.png") no-repeat center;
  height: 25px;
}

#ginger a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #heliconia a:hover {
  background: url("../images/nav_buttons/heliconia.png") no-repeat center;
  height: 25px;
}

#heliconia a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #hibiscus1 a:hover {
  background: url("../images/nav_buttons/hibiscus.png") no-repeat center;
  height: 25px;
}

#hibiscus1 a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #keiki a:hover {
  background: url("../images/nav_buttons/keiki.png") no-repeat center;
  height: 25px;
}

#keiki a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #leafy a:hover {
  background: url("../images/nav_buttons/leafy.png") no-repeat center;
  height: 25px;
}

#leafy a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #orchid a:hover {
  background: url("../images/nav_buttons/orchid.png") no-repeat center;
  height: 25px;
}

#orchid a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #palms a:hover {
  background: url("../images/nav_buttons/palm.png") no-repeat center;
  height: 25px;
}

#palms a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #plumeria a:hover {
  background: url("../images/nav_buttons/plumeria.png") no-repeat center;
  height: 25px;
}

#plumeria a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #other a:hover {
  background: url("../images/nav_buttons/protea.png") no-repeat center;
  height: 25px;
}

#other a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #sceanic a:hover {
  background: url("../images/nav_buttons/sceanic.png") no-repeat center;
  height: 25px;
}

#sceanic a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #solids a:hover {
  background: url("../images/nav_buttons/solids.png") no-repeat center;
  height: 25px;
}

#solids a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #surfboards a:hover {
  background: url("../images/nav_buttons/surf.png") no-repeat center;
  height: 25px;
}

#surfboards a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

div ul #woodies a:hover {
  background: url("../images/nav_buttons/woody.png") no-repeat center;
  height: 25px;
}

#woodies a span {
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  display: block;
}

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;
}

.wrapper {
  min-width: 780px; /* 770 maintain */
  margin-left: auto;
  margin-right: auto;
  border: transparent;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -55px; /* full height */
}

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

#page_content {
  border: medium solid #000000;
  background-color: #f0eee7;
  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("../images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  height: 800px; /* height of gallery box */

  padding-top: 80px;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 140px;
}

#captcha_input {
  text-align: left;
  font-size: 14px;
}

#intro {
  margin: 50px;
  top: -50px;
  padding-bottom: 50px;
}

.remnant4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  display: block;
  color: #b22222;
  left: 20px;
}

.required {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  position: relative;
  display: block;
  color: #b22222;
  left: 20px;
}

a:hover {
  background: #c3e1d2;
  text-decoration: none;
} /*BG color is a must for IE6*/

a.tooltip span {
  display: none;
  padding: 5px 3px;
  margin-left: 8px;
  width: 100px;
  font-size: small;
  top: -30px;
  z-index: 200;
}

a.tooltip:hover span {
  display: inline;
  position: absolute;
  background: #c3e1d2;
  border: 1px solid #cccccc;
  color: #000;
}

.box1 {
  margin-top: 75px;
  margin-left: 70px;
  list-style-type: none;
  float: left;
  border-top-width: thin;
  border-right-width: thin;
  border-left-width: thin;
}

.toparrows {
  position: relative;
  text-decoration: none;
  list-style-type: none;
  left: 43%;
  margin: -8%;
  padding-bottom: 20px;
}

.toparrows a:link {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}

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

.toparrows a:visited {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}

#formbox {
  /* surrounding contact form box */

  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("../images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  height: 990px;
  margin-top: 150px;
  margin-left: 200px;
  margin-right: 200px;
  text-align: center;
  background-color: #f0eee7;
  width: 800px;
}

#insidebox {
  /* the center large contact form box */
  padding-top: 20px;
  border: thin solid #000000;
  top: -150px;
  left: 40px;

  position: relative;
  display: block;
  background-color: #c3e1d2;
  width: 561px;
  height: 70%;
  border-spacing: 5px; /* v space between boxes */
}

#info: {
  text-align: left;
  margin-left: 30px;
}

input {
  top: 200px;
  text-align: left;
}

#masthead {
}
#top_nav {
}
#page_content {
  border: medium solid #000000;
  background-color: #f0eee7;
  border-color: #9d5c35;
  border-style: none solid solid solid;
  background-image: url("../images/nav_buttons/gallery/boxtop800.gif");
  background-repeat: no-repeat;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  height: 800px; /* height of gallery box */

  padding-top: 80px;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: -400px;
}

* {
  /* for the footer push */
  margin: 0;
}

#footer,
.push {
  height: 55px;
}

#footer {
  height: 30px;
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  display: block;
  padding-top: 25px;
  position: relative;
}

#footer span {
  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:visited {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
#footer a:hover {
  color: #fff8dc;
  text-decoration: none;
  background-color: transparent;
}
#footer a:active {
  color: #b22222;
  text-decoration: none;
  background-color: transparent;
}
