/*	@import "colors/bootstrap"; //Colour varialbles from twitter bootstrap*/
/* CSS Document */
body {
  /*	position:absolute;*/
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%; }

h2 {
  margin-left: 10px; }

p {
  margin-left: 20px; }

table {
  align-self: center;
  margin-left: 20px; }

td {
  padding-left: 10px;
  padding-right: 10px; }

.main_header {
  height: 100px;
  width: 100%;
  margin-bottom: 10px; }

.header_bar {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../../../gfx/header.jpg);
  background-size: contain;
  background-repeat: repeat-y; }

.logo {
  width: auto;
  height: 100px;
  margin-top: 10px;
  display: inline-block; }

.logo img {
  float: left;
  height: 100%;
  width: auto;
  margin-left: 20px; }

.head_main {
  color: #fff;
  font-size: 36px;
  font-family: "Copperplate Gothic Bold"; }

.head_sub {
  color: #fff;
  font-size: 16px;
  font-family: "Copperplate Gothic Bold"; }

.logo_text {
  margin-top: 15px;
  margin-bottom: auto;
  text-align: center;
  float: left;
  height: 60px;
  margin-left: 20px;
  align-self: center;
  color: #cc0609; }

.div_specials {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  height: 200px;
  background-color: #c0c0c0; }

footer {
  width: 100%;
  height: 200px;
  background: #151515;
  position: absolute;
  bottom: 0; }

/* CSS Document */
#div_Menu {
  width: 100%;
  background: #000; }

nav {
  width: 100%;
  height: 35px;
  background: #000;
  align-content: center; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: auto; }

ul li {
  display: block;
  position: relative;
  float: left;
  border: 1px solid #000; }

li ul {
  display: none;
  width: auto;
  margin-left: 10px;
  margin-right: 10px; }

ul li a {
  display: block;
  background: #000;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  width: auto; }

ul li a:hover {
  background: #1F9BF4; }

li:hover ul {
  display: block;
  position: absolute; }

li:hover li {
  float: none; }

li:hover a {
  background: #4D4D4D; }

li:hover li a:hover {
  background: #1F9BF4; }

#drop-nav li ul li {
  border-top: 0px;
  width: 100%;
  float: left; }

/*# sourceMappingURL=styles_large.css.map */
