ul, ol {
  padding-left: 1.333em;
}

.container {
  background: url(./images/background.png) no-repeat;
  height: 713px;
}

#header {
  height: 39px;
}
#header h1 {
  overflow: hidden;
  color: #fafafa;
  line-height: 35px;
  font-size: 1.7em;
  padding: 0 70px 0 15px;
}
#print-button {
  float: right;
  margin: 7px;
}

#stage-top {
  height: 108px;
  position: relative;
}
#logo {
  margin: 10px 0 0 20px;
}
#stage-top ul {
  list-style-type: none;
  position: absolute;
  top: 20px;
  right: 0;
}
#stage-top li {
  background: url(./images/tab-links-background.png) no-repeat;
  float: left;
  width: 110px;
  height: 38px;
  font-size: 12px;
  font-weight: bold;
}
#stage-top li * {
  padding: 0 0 0 25px;
  line-height: 32px;
}
#stage-top li.phone * {
  padding: 0 0 0 23px;
}
#stage-top li.email * {
  padding: 0 0 0 38px;
}
#stage-top li.phone {
  background-position: 0 0;
  width: 111px;
}
#stage-top li.email {
  background-position: -110px 0;
}
#stage-top li.website {
  background-position: -220px 0;
}
#stage-top li.coupon {
  background-position: -330px 0;
}
#stage-top li a {
  text-decoration: none;
  color: #000;
}

#stage {
  height: 530px;
}

#content {
  padding: 0 20px;
  height: 100%;
  margin-top: 40px;
}

#content-header {
  width: 100%;
  height: 46px;
  background: url(./images/banner-header-background.png) repeat-x;
  margin: 0 0 5px;
}
#content-header h2 {
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  color: #e23a2f;
}

#content-left, #content-right, #content-single {
  background: #fff;
  height: 390px;
  width: 47%;
  padding: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
#content-single {
  width: 94%;
  padding: 5px 3%;
}
#content-left {
  float: left;
}

#content-right {
  float: right;
}

#tab-content {
  height: 100%;
  margin-top: -9px;
}
ul.tabs-nav {
  list-style-type: none;
  height: 37px;
  margin: 0 0 0 10px;
  padding: 0;
  width: 402px;
  border-bottom: 2px solid #bbb;
}
ul.tabs-nav li {
  float: left;
  width: 120px;
  height: 37px;
  z-index: 1;
  text-align: center;
  background: url(./images/tab-background.png) no-repeat;
  position: relative;
  margin-right: -26px;
}
ul.tabs-nav li a {
  color: #000;
  text-decoration: none;
  line-height: 48px;
  font-size: 14px;
}
ul.tabs-nav li.ui-tabs-selected {
  z-index: 5;
  border-bottom: 2px solid #eee;
}
.ui-tabs-hide {
  left: -10000px;
  position: absolute;
  top: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 0 1.4em;
  height: 400px;
  width: 390px;
  overflow: hidden;
}
#links-tab {
  padding: 1em 3em;
}
#video-tab object,#video-tab embed {
  margin: 10px 10px 0;
}
#video-caption {
  width: 300px;
  margin: 15px auto;
}
#map-canvas {
  height: 300px;
}

#footer {
  height: 34px;
  margin-top: -36px;
  line-height: 105px;
}
#footer a {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#footer #makeitlocal {
  padding: 10px 20px 0 20px;
  float: left;
}
#footer #powered-by {
  padding-right: 20px;
  float: right;
}

#slider, #slider-wrap {
  height: 300px !important;
  margin: 70px auto 0;
  position: relative;
  width: 250px !important;
}
#slider ul {
  list-style-type: none;
}
#slider li {
  width: 250px;
  text-align: center;
}
#prevBtn, #nextBtn {
  display: block;
  height: 77px;
  position: absolute;
  text-indent: -10000px;
  top: 20px;
  width: 30px;
  z-index: 90;
}
#prevBtn a:focus, #nextBtn a:focus {
  outline-style: none;
  outline-width: medium;
}
#prevBtn {
  left: -30px;
}
#nextBtn {
  right: -30px;
}
#nextBtn a, #prevBtn a {
  display: block;
  height: 77px;
  position: relative;
  width: 30px;
}
#prevBtn a {
  background: transparent url(./images/btn_prev.gif) no-repeat scroll 0 0;
}
#nextBtn a {
  background: transparent url(./images/btn_next.gif) no-repeat scroll 0 0;
}


