@font-face {font-family: 'domdiagonal';
	font-style: normal;
	font-weight: normal;
	src: local('domdiagonal'), local('domdiagonal'), url('fonts/domdiagonal.ttf') format('truetype'), url('fonts/domdiagonal.otf') format('otf');
	}

@font-face {font-family: 'stampplain';
	font-style: normal;
	font-weight: normal;
	src: local('stampplain'), local('stampplain'), url('fonts/stampplain.ttf') format('truetype');
	}

@font-face {font-family: 'DroidSans';
	font-style: normal;
	font-weight: normal;
	src: local('DroidSans'), local('DroidSans'), url('fonts/DroidSans.woff') format('woff'), url('fonts/DroidSans.ttf') format('truetype');
	}

@font-face {font-family: 'MyriadPro';
	font-style: normal;
	font-weight: normal;
	src: local('MyriadPro'), local('MyriadPro'), url('fonts/MyriadPro.woff') format('woff'), url('fonts/MyriadPro.ttf') format('truetype');
	}

@font-face {font-family: 'Neuton';
	font-style: normal;
	font-weight: normal;
	src: local('Neuton'), local('Neuton'), url('fonts/Neuton-Regular.woff') format('woff'), url('fonts/Neuton-Regular.ttf') format('truetype');
	}

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 14px;
    line-height: 20px;
    font-family: DroidSans, "Trebuchet MS", sans-serif;
    color: #fff;
    background: #EC0300 url(images/body.png) top repeat-x;
}

a { color: #fff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
p { padding: 0 0 11px 0; }
.left {float: left; padding: 5px 10px 0 0;}
.right {float: right; padding-left: 10px;}

#heading {padding: 0; margin: 0; width: 100%; text-align: center;}
#contact {color: #fff; padding: 5px 0 0 0; margin: 0; width: 100%; background-color: #000; text-align: center; border-top: 2px solid #000; font-family: domdiagonal, Arial, sans-serif; font-size:20px; line-height: 110%;}
#contact a {color: #fff; text-decoration: none;}
#splash {padding: 0; margin: 0 auto; width: 100%; height: 175px; background: #fff url(images/splash-bg.png) top center no-repeat; border-bottom: 1px solid #006156; text-align: center;}
#main {padding: 10px 0 0 0; margin: 0; width: 100%; text-align: center;}
#bonz-content {padding: 10px 0 0 0; margin: 0; width: 100%; border-top: 1px solid #000; border-bottom: 1px solid #000; background: #700400; text-align: center;}
#footer {padding-top: 10px; padding-bottom: 10px; margin: 0; width: 100%; background-color: #404040; text-align: center; color: #fff;}
#bonz-special {padding: 10px 0 10px 0; margin: 0; width: 100%; background-color: #700400; text-align: center; border-bottom: 2px solid #000; font-family: stampplain, "Trebuchet MS", sans-serif; font-size: 22px; color: #FFEE33;}

.wrapper {width: 90%; padding 5px; margin: auto;}

h1 {font-family: domdiagonal, Arial, sans-serif; font-size:23px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #fff;}
h2 {font-family: domdiagonal, Arial, sans-serif; font-size:23px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #fff;}
h3 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #fff;}
h4 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 10px; font-weight: normal; line-height: 110%; color: #fff;}
h5 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #fff;}
h6 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #fff;}
h7 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #fff;}
h8 {font-family: domdiagonal, Arial, sans-serif; font-size:32px; padding-bottom: 12px; font-weight: normal; line-height: 110%; color: #fff;}

a.button {background:#EC0300; line-height:24px; color:#fff; display:inline-block; padding:5px 23px 5px 23px; font-family: domdiagonal, Arial, sans-serif; font-size: 22px; line-height: 110%; border: 1px solid #fff;}
a.button:hover {background:#131313; }

a.order-button {background:#EC0300; line-height:24px; color:#FFEE33; display:inline-block; padding:5px 23px 5px 23px; font-family: domdiagonal, Arial, sans-serif; font-size: 26px; line-height: 110%; border: 1px solid #fff;}
a.order-button {color:#FFEE33;}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu {
  font-family: domdiagonal, Arial, sans-serif;;
  font-size: 20px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #808080;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #006156 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #000;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #FF0000;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #FF0000;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

.nav-wrapper {width: 99%;}

.copy {font-family: domdiagonal, Arial, sans-serif; font-size:20px; line-height: 110%;}
.hours {color: #FFEE33;}
.location-info {font-family: domdiagonal, Arial, sans-serif; font-size:24px; padding: 10px 0 0 10px; font-weight: normal; line-height: 110%; color: #FFEE33;}