
/* ######### Page Layout ######### */

body {
  background-color: #800000;
}

.table {
  margin-top: 15px;
  margin-bottom: 6px;
  padding: 0;
  width: 800px;
  height: 590px;
  text-align: left;
  background-color: #F2E3C6;
}

.logo {
  float: left;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 148px;
}

.menu {
  float: right;
  margin: 0;
  padding: 0;
  width: 476px;
  height: 148px;
}

.menu h3 {
  position: relative;
  top: 80px;
  text-align: center;
  font-size: 15px;
  color: #800000;
}

.left_1 {
  float: left;
  margin-left: 25px;
  padding: 0;
  width: 275px;
  height: 193.5px;
  text-align: center;
  font-size: 20px;
  font-family: Times New Roman;
  border: 10px solid #fff6dd;
  border-bottom: 5px solid #fff6dd;
  overflow: hidden;
}

.left_1 img {
  border: 0;
}

.left_2 {
  float: left;
  margin-left: 25px;
  padding: 0;
  width: 275px;
  height: 193.5px;
  text-align: left;
  font-size: 16px;
  font-family: Times New Roman;
  border: 10px solid #fff6dd;
  border-top: 5px solid #fff6dd;
}

.left_2 img {
  border: 0;
}

.mainarea {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  width: 730px;
  height: 396px;
  background-color: #fff6dd;
  border: 10px solid #fff6dd;
}

.maintext {
  float: right;
  margin-right: 25px;
  padding: 10px;
  padding-bottom: 0;
  width: 435px;
  height: 406px;
  text-align: justify;
  font-size: 16px;
  font-family: Times New Roman;
  background-color: #fff6dd;
  border: 0;
  overflow: auto;
}

.maintext h1 {
  margin-top: 0px;
  margin-bottom: 7px;
  text-align: center;
  font-size: 16px;
  font-family: Times New Roman;
}

.maintext h3 {
  text-align: center;
}

.products {
  float: right;
  margin-right: 25px;
  padding: 10px;
  padding-bottom: 0;
  width: 435px;
  height: 406px;
  text-align: left;
  font-size: 14px;
  font-family: Times New Roman;
  overflow: auto;
  background-color: #fff6dd;
  border: 0;
}

.products h3 {
  margin: 0;
  font-size: 15px;
}

.products hr {
  margin: 0;
}

.aboutus {
  float: right;
  margin-right: 25px;
  padding: 10px;
  padding-bottom: 0;
  width: 435px;
  height: 406px;
  text-align: justify;
  font-size: 14px;
  font-family: Times New Roman;
  background-color: #fff6dd;
  border: 0;
  overflow: auto;
}

.spanwords {
  font-style: italic;
  font-size: 17px;
}

.bottomcopyright {
  width: 800px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

.bottomcopyright h1 {
  margin: 0px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: black;
}

/* ######### Set up for Drop Down Menu ######### */

.chromestyle{
  margin-top: 10px;
  width: 99%;
  font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in   Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul{
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.chromestyle ul li{
  display: inline;
  font:bold 12px Arial;
}

.chromestyle ul li a{
  color: black;
  padding: 4px 5px;
  margin: 0;
  text-decoration: none;
}

.chromestyle ul li a:hover{
  text-decoration: underline;
  color: #800000;
  padding: 4px 5px;
  margin: 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
  position:absolute;
  top: 0;
  font:bold 12px Arial;
  z-index:100;
  width: 200px;
  visibility: hidden;
}


.dropmenudiv a{
  width: auto;
  display: block;
  padding: 2px 0;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.dropmenudiv a:hover{

}

/* ######### Setup for a:links ######### */

a:link { 
  text-decoration: none;
  color: black;
}
a:visited { 
  text-decoration: none;
  color: black;
}
a:hover { 
  text-decoration: underline;
  color: #800000;
}
a:active {
  text-decoration: none;
  color: black;
}


/* ######### Setup for form ######### */

fieldset {
  font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #efefef;
  padding: 2px;
  border: solid 1px #d3d3d3;
  width: 435px;
  height: 396px;
  overflow: hidden;
}

legend {
  font-weight: bold;
  font-variant: small-caps;
  background-color: #d3d3d3;
  padding: 2px 6px;
  margin-bottom: 8px;
}

label {
  font-weight: bold;
  line-height: normal;
  text-align: right;
  margin-right: 10px;
  position: relative;
  dislay: block;
  float: left;
  width: 125px;
}

input.formInputText {
  font-size: 0.8em;
  color: #666;
  background-color: #F2E3C6;
  padding: 2px;
  border: solid 1px #800000;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20px;
}

input.formInputText:hover {
  background-color: #fff6dd;
  border: solid 1px #800000;
  color: #000;
}

input.formInputText:focus {
  color: #000;
  background-color: #fff6dd;
  border: solid 1px #800000;
}

#textarea {
  width: 200px;
  height: 140px;
  font-size: 1em;
  color: #666;
  background-color: #F2E3C6;
  padding: 2px;
  border: solid 1px #800000;
  margin-right: 5px;
}

#textarea:hover {
  background-color: #fff6dd;
  border: solid 1px #800000;
  color: #000;
}

#textarea:focus {
  color: #000;
  background-color: #fff6dd;
  border: solid 1px #800000;
}


input.formInputButton {
  font-size: 1.2em;
  vertical-align: middle;
  font-weight: bolder;
  text-align: center;
  color: black;
  background-color: #d6d3d3;
  padding: 1px;
  border: solid 1px #800000;
  cursor: pointer;
  float: right;
}

input.formInputButton:hover {
  background-color: #969393;
}

/* ######### Setup for Gallery ######### */

#slide {
  position: absolute;
  z-index: 1000;
  display: none;
  top: 75px;
  text-align: right;
  padding: 0px 8px 8px 8px;
  background-color: #fff;
  cursor: pointer;
  font: bold 12px "helvetica neue",Arial, Helvetica, sans-serif;
}

#cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  background-color: #000;
  opacity: .5;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
  top: 0px;
  left: 0px;
}

#photoAlbum {
  position: relative;
  z-index: 0;
  width: 730px;
  height: 396px;
  overflow: auto;
}

#photoAlbum img {
  width: 214px;
  height: 112px;
  border: 0px;
  margin-left: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  cursor: pointer;
}

.slideControl { 
  color: red;
}