/* reset everything */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'PlakCSMedium';
  src: url('/css/webfont_plak/plak_cs_revised-webfont.eot?') format('eot'), url('/css/webfont_plak/plak_cs_revised-webfont.woff') format('woff'), url('/css/webfont_plak/plak_cs_revised-webfont.ttf') format('truetype'), url('/css/webfont_plak/plak_cs_revised-webfont.svg#webfontiKRd1GeI') format('svg');
  font-weight: 900;
  font-style: normal;
}
.red {
  color: #f01e3c;
}
.blue {
  color: #0077b5;
}
.gold {
  color: #ffc425;
}
.green {
  color: #00b259;
  margin-bottom: 5px;
}
.green2 {
  color: #00b259;
}
.gray {
  color: #d8cfc6;
}
.black {
  color: #000;
}
.white {
  color: #FFF;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
body {
  margin: 25px 25px;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
a, a:visited {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 2px;
}
img, a img {
  border: none;
  text-decoration: none;
}
#wrap {
  /*	background-color: #ffaaaa; */

  min-width: 1000px;
  position: relative;
}
#nav {
  /*	.left;*/

  /*	position: fixed;
	width: 155px;
	margin-right: 10px;*/

  position: fixed;
  top: 25px;
  left: 25px;
  font-size: 12px;
  z-index: 100;
}
#content {
  margin: 0 auto;
  /*margin-left: 175px;*/

  width: 705px;
  /*	 background-color: #aaaaff; */

  padding-left: 5px;
}
.link_block {
  /*margin-bottom: 5px;*/

}
.link_wrap a {
  border-bottom: 2px solid #000;
  line-height: 22px;
}
.link_wrap a.black {
  border-color: #000;
  color: #000;
}
.link_wrap a.red {
  border-color: #f01e3c;
  color: #f01e3c;
}
.link_wrap a.blue {
  border-color: #0077b5;
  color: #0077b5;
}
.link_wrap a.gold {
  border-color: #ffc425;
  color: #ffc425;
}
.link_wrap a.green {
  border-color: #00b259;
  color: #00b259;
}
.link_wrap a.gray {
  /*	border-color: @gray !important; */

  border-color: #d8cfc6;
  color: #d8cfc6;
}
/*
.link_wrap a.black:hover,
.link_wrap a.gold:hover,{
	border-color: @green;
	color: @green;
}
*/
.link_wrap a.no_border {
  border-bottom: none !important;
  margin-bottom: 2px;
}
.link_block {
  padding: 1px 5px 6px 5px;
  /*background-color: #ff0000;*/

  float: left;
  clear: both;
}
.link_block_margin_above {
  margin-top: 15px;
}
.phone_margin_above {
  margin-top: 25px;
}
.link_block_sandwich_menu {
  margin-left: -5px;
  clear: none;
}
.active_nav {
  background-color: #00b259;
  color: #fff !important;
  border-color: #fff !important;
}
.active_nav a, .active_nav a:visited, .active_nav a:hover {	
  color: #fff !important;
  border-color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
/*

.sandwich_entry{
	width: 220px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-top: 10px solid @red;
	cursor: pointer;
	position: relative;
}

*/
.ingredient_glossary_entry {
  width: 220px;
  height: 290px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 11px;
}
.ingredient_title {
  font-size: 13px;
  margin: 5px 0 3px;
}
.ingredient_category_meat {
  color: #f01e3c;
}
.ingredient_category_veg {
  color: #00b259;
}
.ingredient_category_other {
  color: #C8BEB4;
}
#content_header {
  /* width: 605px; */

  font-family: 'PlakCSMedium', "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 58px;
  color: #d8cfc6;
  cursor: pointer;
}
#header_logo {
  color: #00b259;
  padding-bottom: 1px;
}
table, td, tr {
  margin: 0;
  padding: 0;
}
a.sandwich_options_link {
  padding: 1px 5px 6px 5px;
}
a.sandwich_options_link:hover {
  color: #FFF !important;
  border-color: #FFF !important;
  background-color: #d8cfc6;
}
.sandwich_entry {
  width: 220px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-top: 10px solid #f01e3c;
  cursor: pointer;
  position: relative;
}
.sandwich_category_meat {
  border-color: #f01e3c !important;
}
.sandwich_category_meat .highlight {
  color: #f01e3c !important;
}
.sandwich_category_veg {
  border-color: #00b259 !important;
}
.sandwich_category_veg .highlight {
  color: #00b259 !important;
}
.sandwich_category_egg {
  border-color: #ffc425 !important;
}
.sandwich_category_egg .highlight {
  color: #ffc425 !important;
}
.sandwich_thumb {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /*display: none;*/

}
.sandwich_ingredient_list {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  /* display: none; */

  font-size: 14px;
  line-height: 14px;
  font-family: 'PlakCSMedium', "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
  letter-spacing: 0px;
  text-align: center;
  width: 220px;
  height: 150px;
  overflow: hidden;
  color: #d8cfc6;
}
.sandwich_ingredient_list table {
  border: 1px solid #d8cfc6;
}
.sandwich_ingredient_list .price {
  margin-top: 10px;
}
#sandwich_nav {
  margin-bottom: 10px;
}
.sandwich_nav_link {
  width: 140px;
  display: block;
  padding: 0;
  margin: 0;
}
.sandwich_full_entry {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#sandwich_full_entry_background {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.full_entry_container {
  width: 540px;
}
.sandwich_full_entry_wrap {
  width: 540px;
  height: 390px;
  border-top: 20px solid #f01e3c;
  position: relative;
}
.sandwich_full_ingredient_list {
  z-index: 1002;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 30px;
  font-family: 'PlakCSMedium', "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  width: 540px;
  height: 390px;
  overflow: hidden;
  background-color: #fff;
  color: #d8cfc6;
}
.sandwich_full_ingredient_list table {
  border: 1px solid #d8cfc6;
}
.sandwich_full_ingredient_list .price {
  margin-top: 25px;
}
.sandwich_full_photo {
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  width: 540px;
  height: 390px;
}
.sandwich_full_nav {
  padding-bottom: 10px;
}
.review_entry {
  width: 220px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #98908b;
  background-color: #d8cfc6;
  font-size: 13px;
  line-height: 14px;
  font-family: 'PlakCSMedium', "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  text-wrap: normal;
  word-wrap: break-word;
}
.review_entry_title {
  width: 220px;
  height: 150px;
  z-index: 1;
  color: #F9A5B1;
  background-color: #f01e3c;
}
.review_entry_excerpt {
  width: 200px;
  height: 130px;
  text-align: left;
  background-color: #d8cfc6;
  display: none;
  z-index: 2;
  padding: 10px 20px 10px 15px;
}
.review_entry_excerpt table {
  text-indent: -0.5em;
}
.review_link {
  display: none;
}
#home_wrapper {
  /*	background-color: #ccc;*/

  width: 940px;
  height: 1600px;
  position: relative;
  z-index: 0;
  padding: 0;
  margin: 0 auto 20px auto;
}
#home_nav_spacer {
  /*	background-color: #ff0000; */

  width: 0;
  height: 1600px;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#home_twitter_spacer {
  width: 200px;
  position: absolute;
  top: 0;
  left: 750px;
  height: 115px;
  /*	background-color: #ff0000;*/

}
.e {
  position: absolute;
  /*	background-color: @green;*/

  height: 100px;
  width: 140px;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-bottom: 10px;
}
.qtip {
  font-size: 11px;
  z-index: 2000;
}
.qtip b {
  font-size: 13px;
}
.qtip a, .qtip a:visited {
  color: #f01e3c;
  text-decoration: underline;
}
#page_photos {
  float: left;
  width: 380px;
  margin-right: 20px;
}
#page_text {
  float: left;
  width: 300px;
}
h3 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
h3 a:link {
  color: red;
  text-decoration: none;
  border-bottom: 2px solid #f01e3c;
}
h3 a:visited, active {
  color: red;
  text-decoration: none;
  border-bottom: 2px solid #f01e3c;
}
h3 a:hover {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid black;
}
#preload_wrapper {
  display: none;
}
#slideshow {
  position: relative;
  width: 380px;
  height: 450px;
  background-repeat: none;
}
#controls {
  z-index: 1000;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
#page_text {
  font-size: 11px;
}
#tweets {
  /*
	display: none;
	position: absolute;
	z-index: 1;
	border: 2px solid @green;
	padding: 10px;
	width: 206px;
	left: 750px;
	font-size: 11px;
	line-height: 13px;
	color: @green;
	background-color: #fff;
	height: 105px;
	*/

  display: none;
  /* position: fixed; */

  position: absolute;
  top: 25px;
  /*right:25px;*/

  z-index: 1003;
  border: 2px solid #00b259;
  padding: 10px;
  width: 206px;
  font-size: 12px;
  line-height: 15px;
  color: #00b259;
  background-color: #fff;
  height: 105px;
}
#tweet_controls {
  font-size: 13px;
  margin-bottom: 10px;
}
#tweet_text {
  /* cursor: pointer;*/

}
#tweet_text a, #tweet_text a:visited {
  color: #00b259;
  text-decoration: underline;
}
#tweet_text a:hover {
  color: #000;
}
#link_block_twitter {
  font-size: 12px;
  margin-top: -6px;
  margin-left: -5px;
  
	padding: 0px 5px 6px 5px;

}

#twitter_link_wrap a, #twitter_link_wrap a:visited{
	border-bottom: 2px solid @green;
	color:@green;
	line-height: 13px;
	padding:0;
	margin:0;
	margin-top:0;
}

#twitter_link_wrap{
	margin-top: -1px;
	margin-right: 5px;
}

.link_icon {
  margin: 6px 0 0 5px;
}
.link_block_fancy_red_hover {
  background-color: #f01e3c !important;
}
.link_block_fancy_blue_hover {
  background-color: #0077b5 !important;
}
.link_block_fancy_black_hover, .link_block_fancy_green_hover {
  background-color: #00b259 !important;
}
.link_block_fancy_black_sandwich_toggle_hover, .link_block_fancy_gray_sandwich_toggle_hover {
  background-color: #d8cfc6 !important;
}
.link_block_fancy_gold_hover {
  background-color: #ffc425 !important;
}

.link_block_fancy_black_hover a,
.link_block_fancy_black_hover a:active,
.link_block_fancy_black_hover a:hover,
.link_block_fancy_green_hover a,
.link_block_fancy_green_hover a:active,
.link_block_fancy_green_hover a:hover,
.link_block_fancy_red_hover a,
.link_block_fancy_red_hover a:active,
.link_block_fancy_red_hover a:hover,
.link_block_fancy_blue_hover a,
.link_block_fancy_blue_hover a:active,
.link_block_fancy_blue_hover a:hover,
.link_block_fancy_gold_hover a,
.link_block_fancy_gold_hover a:active,
.link_block_fancy_gold_hover a:hover,
.link_block_fancy_black_sandwich_toggle_hover a,
.link_block_fancy_black_sandwich_toggle_hover a:active,
.link_block_fancy_black_sandwich_toggle_hover a:hover,
.link_block_fancy_gray_sandwich_toggle_hover a,
.link_block_fancy_gray_sandwich_toggle_hover a:active,
.link_block_fancy_gray_sandwich_toggle_hover a:hover {
  color: #fff !important;
  border-color: #fff !important;
  /*border-bottom: 2px solid #fff !important; */
}

.trademark {
  letter-spacing: -11px;
}
#sandwich_footnotes {
  color: #f01e3c;
  font-size: 12px;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
.font_face_tm_fallback {
  font-size: 12px;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 12px;
}
