/* Stylesheet for Optiks */

body {
  background: rgb(197,174,77);
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: arial, helvetica, sans, sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  }

div.header {
  position: relative;
  }

div.logo {
  position: absolute;
  width: 3900px;
  height: 124px;
  margin-top: 12px;
  z-index: 3;
  }

div.address {
  position: absolute;
  width: 185px;
  height: 56px;
  margin-top: 5px;
  margin-left: 540px;
  z-index: 3;
  }

div.orange_bar_top {
  width: 800px;
  height: 15px;
  background-color: #ffbf52;
  z-index: 3;
  opacity: .6;
  filter: alpha(opacity=60);
  }

div.table_container {
  position: relative;
  margin-top: 136px;
  width: 790px;
  z-index: 3;
  padding: 0px;
  
  }
  
  .table_container1 {
  
  border: 1px solid #e7b358;
  }
td {
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, sans, sans-serif;
  font-size: 12px;
  }

div.nav_wrapper {
  width: 230px;
  background: rgb(135,133,80);
  }

div.nav {
  padding: 20px;
  text-align: right;
  background: rgb(135,133,80);
  }

div.hours_box {
  margin-top: 0px;
  width: 170px;
  padding: 7px;
  border: 1px solid black;
  color: rgb(237,218,110);
  text-align: left;
  }

div.image_wrapper {
  width: 220px;
  height: 100%;
  background: rgb(231,184,79);
  }

div.content_wrapper {
  width: 350px;
  height: 100%;
  /*background: rgb(255,225,150);
  padding: 0px;
  opacity: .85;
  filter: alpha(opacity=85);*/
  }

div.content_wrapper_no_image {
  width: 560px;
  height: 100%;
  /*background: rgb(255,225,150);
  padding: 0px;
  opacity: .85;
  filter: alpha(opacity=85);*/
  }

div.content {
  padding: 10px;
  }

div.orange_bar_bottom {
  width: 800px;
  height: 15px;
  background: rgb(255, 191, 82);
  opacity: .6;
  filter: alpha(opacity=60);
  }

h1 {
  color: rgb(95,92,22);
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  }

span.heading_2 {
  color: rgb(95,92,22);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  }

a.nav:link {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  }

a.nav:hover {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  }

a.nav:visited {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  }
  
a.sub_nav:link {
  font-size: 12px;
  font-weight: normal;
  color: rgb(250,220,177);
  text-decoration: none;
  }

a.sub_nav:hover {
  font-size: 12px;
  font-weight: normal;
  color: white;
  text-decoration: none;
  }

a.sub_nav:visited {
  font-size: 12px;
  font-weight: normal;
  color: rgb(250,230,177);
  text-decoration: none;
  }

a.content:link {
  font-weight: bold;
  color: rgb(150,0,0);
  text-decoration: none;
  }

a.content:hover {
  font-weight: bold;
  color: rgb(150,0,0);
  text-decoration: none;
  }

a.content:visited {
  font-weight: bold;
  color: rgb(150,0,0);
  text-decoration: none;
  }

.texta{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
