body { background: #e1f3ff; }
div#page { width: 980px; margin: auto; position: relative; }
div#header { margin: 0 auto; height: 80px; position: relative; z-index: 2; }

div#header a {
  background: url(images/logo.png) top left no-repeat;
  text-indent: -9999em;
  width: 187px;
  height: 128px;
  display: block;
  position: relative;
  z-index: 3;
  top: 35px;
  left: 20px;
}

div#header p {
  background: url(images/slogan.png) top left no-repeat;
  text-indent: -9999em;
  width: 477px;
  height: 37px;
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  margin: 0;
}

div#nav {
  height: 40px;
  position: relative;
  background: url(images/nav-sprite.png) 0 -40px repeat-x;
  margin: 0 10px;
  z-index: 1;
}

div#nav ul { height: 100%; margin: 0; float: right; overflow: hidden; }
div#nav ul li { float: left; list-style: none; margin: 0; }

div#nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 20px;
  font-size: 13px;
  display: block;
  float: left;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
}

div#nav ul li a:hover { background: #009AFF; background: rgba(255,255,255,0.2); }
div#nav ul li.active div {
  background: url(images/nav-sprite.png) 0 -120px no-repeat;
  width: 10px;
  height: 6px;
  margin: -6px auto 0 auto;
}
div#nav div.left, div#nav div.right {
  margin: 0;
  height: 40px;
  width: 10px;
  background-image: url(images/nav-sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

div#nav div.left { background-position: 0 0; left: -10px; }
div#nav div.right { background-position: 0 -80px; right: -10px; }


div#content {
  padding: 60px 0 20px 0;
  background: #fefefe url(images/footer-sprite.png) bottom left repeat-x;
}

div#footer {
  padding: 20px;
  margin: 0 auto;
  background: #f0f9ff;
  overflow: hidden;
  font-size: 12px;
}

div.sub-footer { font-size: 12px; color: #666; margin-top: 10px; }
div.sub-footer a { color: #6EC4FF; }

table.contact { width: 100%; }
table.contact th, table.contact td { border-bottom: 1px solid #ccc; padding: 5px 0; }
table.contact th { color: #999; font-weight: normal; text-align: right; padding-right: 10px; }
table.contact td { color: #666; }
table.contact a { color: #666; }

.button, input[type~="submit"] {
  background-color: #008ae6; /* Default to blue */
  background-image: url(images/button-grad.png);
  background-position: top left;
  background-repeat: repeat-x;
  border: none;
  box-shadow: 2px 2px 2px #666;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 1px #666;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
}

.button:hover, input[type~="submit"]:hover, input[type~="submit"]:focus { background-color: #299BE6; }
input[type~="submit"] { width: 78px; height: 28px; line-height: 24px; float: right; }
.yellow { background-color: #ffd304; color: #444; text-shadow: 1px 1px 2px #fff; }
.yellow:hover { background-color: #FFD926; }
.wide { width: 100%; height: 40px; line-height: 40px; }
table.contact a.map { color: #fff !important; color: #666; font-size: 12px; margin: 15px 0 0 0; width: 70px; height: 25px; line-height: 25px; }
.cta { padding: 10px 15px; }

/* SUBNAV */
div.panes div { overflow: hidden; }
div.subnav-contain { position: relative; padding: 4px 0; overflow: hidden; }
div.subnav-top, div.subnav-bottom, ul.subnav { background-image: url(images/sub-nav-sprite.png);  width: 216px; }
div.subnav-top, div.subnav-bottom { background-repeat: no-repeat; height: 4px; position: absolute; left: 0; }
div.subnav-top { background-position: 0 0; top: 0;}
div.subnav-bottom { background-position: -432px 0; bottom: 0; }
ul.subnav {
  background-position: -216px 0;
  background-repeat: repeat-y;
  margin: 0;
  list-style: none;
  position: relative;
  /*overflow: hidden;*/
}
ul.subnav li { margin: 0 0 -1px 2px; height: 37px; line-height: 37px; }
ul.subnav li.first { margin-top: -2px; }
ul.subnav li.last { border-bottom: none; margin-bottom: -2px; }
ul.subnav li a { display: block; padding-left: 10px; width: 220px; text-decoration: none; }
ul.subnav li a:hover, ul.subnav li.active a { background-image: url(images/sub-nav-active.png); background-repeat: no-repeat; color: #444; background-position: 0 -37px; text-shadow: 1px 1px 1px #BFE5FF; }
ul.subnav li.first a:hover, ul.subnav li.first.active a { background-position: 0 0; }
ul.subnav li.last a:hover, ul.subnav li.last.active a { background-position: 0 -74px; }

.hidden, .hidden * { display: none; }

div.hero-tabs { overflow: hidden; position: relative; }

div.hero-tabs ul {
  height: 64px;
  margin: 20px 10px 0 10px;
  display: block;
  list-style: none;
  background: url(images/hero-tab-sprite.png) 0 -64px repeat-x;
}

div.hero-tabs ul li { float: left; margin: 0; height: 100%; width: 230px; }
div.hero-tabs ul li.first, div.hero-tabs ul li.last { position: relative; }
div.hero-tabs ul li.active.first b, div.hero-tabs ul li.first:hover b, div.hero-tabs ul li.active.last b, div.hero-tabs ul li.last:hover b {
  background-image: url(images/hero-tab-sprite.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
}

div.hero-tabs ul li.first b, div.hero-tabs ul li.last b { display: none; }
div.hero-tabs ul li.first b { background-position: 0 -192px; left: -10px; }
div.hero-tabs ul li.last b { background-position: 0 -320px; right: -10px; }
div.hero-tabs ul li.active b, div.hero-tabs ul li:hover b { display: block; }
div.hero-tabs ul li.active b, div.hero-tabs ul li:hover b { display: block; }

div.hero-tabs ul li a {
  display: block;
  height: 60px;
  margin-top: 2px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid rgba(0,0,0, 0.2) !important;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid rgba(255,255,255, 0.2) !important;
  border-right: 1px solid #ededed;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #444;
  text-decoration: none;
  text-shadow: 1px 1px 1px #BFE5FF;
  /*width: 100%;*/
}

div.hero-tabs ul li.first a { border-left: none !important; }
div.hero-tabs ul li.last a { border-right: none !important; }
div.hero-tabs ul li a:hover, div.hero-tabs ul li.active a, div.hero-tabs ul li:hover a {
  background: url(images/hero-tab-sprite.png) 0 -258px repeat-x;
}

div.hero-tabs-left, div.hero-tabs-right {
  background-image: url(images/hero-tab-sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  width: 10px;
  height: 64px;
}

div.hero-tabs-left { background-position: 0 0; left: 0; }
div.hero-tabs-right { background-position: 0 -128px; right: 0; }
div.hero-tabs ul li div { display: none; }

div.hero-tabs ul li.active div {
  display: block;
  width: 20px;
  height: 12px;
  background: url(images/hero-tab-arrow.png) top left no-repeat;
  margin: -72px auto 0 auto;
}

div.sub-header {
  background: url(images/sub-header-sprite.png) 0 -40px repeat-x;
  margin: 0 8px 20px 8px;
  /*overflow: hidden;*/
  height: 40px;
}

div.sub-header h2, div.sub-header p {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #666;
  line-height: 40px;
  margin: 0;
}

div.sub-header h2 {
  background: url(images/sub-header-sprite.png) 0 0 no-repeat;
  margin-left: -8px;
  padding-left: 20px;
  float: left;
  font-size: 20px;
}

div.sub-header p {
  background: url(images/sub-header-sprite.png) right -80px no-repeat;
  margin-right: -8px;
  padding-right: 20px;
  text-align: right;
  float: right;
}

table.pricing { border-collapse: collapse; border: 1px solid #a6dbff; width: 100%; }
table.pricing th, table.pricing td { border: 1px solid #a6dbff; text-align: center; padding: 3px; }
table.pricing th { background: #e1f3ff; font-weight: normal; }
table.pricing td { border-bottom: none; border-top: none; }
table.pricing tr.alt td { background: #ecf8ff; }

div.menu { background: url(images/cafe-menu-sprite.png) -230px 0 repeat-y; color: #fff; font-size: 12px; overflow: hidden; width: 220px; }
div.menu h2 { background: url(images/cafe-menu-sprite.png) 0 0 no-repeat; margin: 0; text-indent: -9999em; height: 36px; }
div.menu p { margin-bottom: 0.25em; padding: 0 10px; }
div.menu table { width: 100%; }
div.menu td { text-align: right; padding-right: 10px; }
div.menu th { font-weight: normal; padding-left: 10px;}
div.menu div.menu-foot { background: url(images/cafe-menu-sprite.png) -450px 0 no-repeat; height: 36px; width: 220px;/* margin-left: -10px;*/ }

img.border { border: 1px solid #444; }

ul.gallery { margin: 0; overflow: hidden; }
ul.gallery li { float: left; margin: 0 20px 20px 0; list-style: none; }
ul.gallery li.last { margin: 0 0 20px 0; }
ul.gallery li img { border: 1px solid #444; }

blockquote { background: url(images/testimonial.png) top left no-repeat; }
blockquote p { font-style: italic; margin-bottom: 0.5em; }
blockquote cite { font-weight: bold; text-align: right; }