/* ######### chromestyle ######### */

.chromestyle {
  width: 99%;
  font:normal 11px arial,helvetica,sans-serif;
  font-weight: bold;
}

.chromestyle1 {
  width: 99%;
  font:normal 12px arial,helvetica,sans-serif;
  font-weight: bold;
}

.chromestyle2 {
  width: 99%;
  font:normal 11px arial,helvetica,sans-serif;
  font-weight: bold;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle1:after { /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul {
  border: 0px;
  width: 100%;
/*background: #F2E3C6; THEME CHANGE HERE*/
  padding: 10px 0;
  margin: 0;
  text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul {
  border: 0px;
  width: 100%;
/*background: #F2E3C6; THEME CHANGE HERE*/
  padding: 10px 0;
  margin: 0;
  text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle1 ul {
  border: 0px;
  width: 100%;
/*background: #FFF6DD; THEME CHANGE HERE*/
  padding: 0px 0;
  margin: 0;
  text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
  display: inline;
}

.chromestyle1 ul li {
  display: inline;
}

.chromestyle2 ul li {
  display: inline;
}


.chromestyle ul li a {
  color: black;
  padding: 0px 2px;
  margin: 0;
  text-decoration: none;
  border-right: 0px;
}

.chromestyle1 ul li a {
  color: black;
  padding: 0px 0px;
  margin: 0;
  text-decoration: none;
  border-right: 0px;
}

.chromestyle2 ul li a {
  color: black;
  padding: 0px 0px;
  margin: 0;
  text-decoration: none;
  border-right: 0px;
}

.chromestyle ul li a:hover {
  color: #576323; 
}

.chromestyle1 ul li a:hover {
  color: #576323;
}

.chromestyle2 ul li a:hover {
  color: #576323;
}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
  content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.chromestyle1 ul li a[rel]:after { /*HTML to indicate drop down link*/
  content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.chromestyle2 ul li a[rel]:after { /*HTML to indicate drop down link*/
  content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
  position:absolute;
  top: 0;
  border: 0px; /*THEME CHANGE HERE*/
  border-bottom-width: 0;
  font:normal 11px arial,helvetica,sans-serif;
  line-height:18px;
  z-index:100;
/*background-color: #F2E3C6;*/
  width: 200px;
  visibility: hidden;
}

.dropmenudiv1 {
  position:absolute;
  top: 0;
  border: 0px; /*THEME CHANGE HERE*/
  border-bottom-width: 0;
  font:normal 11px arial,helvetica,sans-serif;
  line-height:18px;
  z-index:100;
/*background-color: #F2E3C6;*/
  width: 200px;
  visibility: hidden;
}

.dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border: 0px; /*THEME CHANGE HERE*/
  padding: 7px 7;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.dropmenudiv1 a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border: 0px; /*THEME CHANGE HERE*/
  padding: 7px 7;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

* html .dropmenudiv a { /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
  color: #576323;
}

/* ######### gal ######### */

body.mar {
  margin: 0px;
  padding: 0px;
}

a.linkopacity img {
  filter:alpha(opacity=90);
  -moz-opacity: 0.9; 
  opacity: 0.9;
  -khtml-opacity: 0.9;}


a.linkopacity:hover img {
  filter:alpha(opacity=100);   
  -moz-opacity: 1.0;   
  opacity: 1.0;
  -khtml-opacity: 1.0; }

/*table.bg {
  background: url('http://www.hertco.com/images/Headers/craft.jpg') no-repeat top;
  background-attachment: fixed;
}*/

img.gal2 {
  display: block;
  width: auto;
  height: 550px;
}

table.a {
  border-left: 6px solid #1a1a1a; 
  border-right: 6px solid #c3c3c2; 
  border-top: 6px solid #000000;  
  border-bottom: 6px solid #cecece;
}

input.button {
  display: block;
  margin: 0 auto;
  width: 100px;
}
