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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: disc;
  padding-left: 1.333em;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  background: url(../images/background-page.png) no-repeat top center;
  font-family: Arial;
  font-size: 13px;
  line-height: 18px;
}
a.top-anchor {
  color: #008ec2;
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 10px;
  font-weight: bold;
}
#container {
  width: 832px;
  margin: 0 auto;
}

#header {
  background: url(../images/background-header.png) no-repeat center center;
  height: 341px;
}
#logo {
  height: 195px;
  padding-top: 40px;
  text-align: center;
}
ul#call-to-action {
  list-style-type: none;
  margin: 30px 20px;
  padding: 0;
  height: 53px;
}
ul#call-to-action li {
  float: left;
  width: 153px;
  line-height: 53px;
  background: url(../images/call-to-action-divider.png) no-repeat top right;
}
ul#call-to-action.child1 li {
  width: 100%;
}
ul#call-to-action.child2 li {
  width: 50%;
}
ul#call-to-action.child3 li {
  width: 33%;
}
ul#call-to-action.child4 li {
  width: 25%;
}
ul#call-to-action.child5 li {
  width: 20%;
}
ul#call-to-action li:last-child {
  background: none;
}
ul#call-to-action li a {
  background: url(../images/textlinks.png) no-repeat;
  height: 21px;
  margin: 18px auto 14px;
  display: block;
}
ul#call-to-action li#phone {
  font-size: 22px;
  color: #fff;
  text-shadow: 2px 2px 2px #005889;
  font-weight: bold;
  text-align: center;
  display: block;
}	
ul#call-to-action li#email a {
  background-position: 0 -21px;
  height: 20px;
  width: 74px;
}
ul#call-to-action li#website a {
  background-position: 0 -41px;
  height: 20px;
  width: 109px;
}
ul#call-to-action li#coupon a {
  background-position: 0 -61px;
  width: 103px;
}
ul#call-to-action li#print a {
  background-position: 0 -82px;
  width: 72px;
}
#business-core {
  background: url(../images/background-business.png) no-repeat;
  height: 183px;
  width: 748px;
  margin: 0 auto;
  text-align: center;
}
#business-core h1 {
  text-transform: uppercase;
  font: 30px arial bold;
  padding: 35px 0 5px;
  margin: 0 43px;
  border-bottom: 2px solid #008ec2;
  font-weight: bold;
}
#business-core h2 {
  font: 22px arial bold;
  font-style: oblique;
  padding: 15px 0 5px;
  margin: 0;
}
#content {
  background: url(../images/background-content.png) no-repeat;
  width: 748px;
  margin: 0 auto;
  min-height: 414px;
  padding-top: 50px;
}
ul#content-tabs {
  background: url(../images/background-tabs.png) no-repeat;
  width: 595px;
  height: 37px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul#content-tabs li {
  width: 119px;
  float: left;
  text-align: center;
  line-height: 37px;
  background: url(../images/content-tab-divider.png) no-repeat top right;
}
ul#content-tabs.child1 li {
  width: 100%;
}
ul#content-tabs.child2 li {
  width: 50%;
}
ul#content-tabs.child3 li {
  width: 33%;
}
ul#content-tabs.child4 li {
  width: 25%;
}
ul#content-tabs.child5 li {
  width: 20%;
}
ul#content-tabs li:last-child {
  background: none;
}
ul#content-tabs li a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  display: block;
}
ul#content-tabs li a:hover {
  color: #333;
  text-shadow: 1px 1px white;
}
#column-wrapper {
  width: 662px;
  margin: 0 auto;
  border-top: 2px solid #008ec2;
  background: url(../images/column-background.png) repeat-y;
}

#left-column {
  width: 379px;
  padding-right: 16px;
  float: left;
}
#right-column {
  width: 252px;
  padding-left: 15px;
  float: right;
  background: #f3eaa5;
  text-align: center;
}
#left-column .section {
  margin-bottom: 50px;
}
.section {
  position: relative;
}

#map-canvas {
  margin-top: 5px;
  height: 200px;
}
h3, h4 {
  color: #008ec2;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
  padding-top: 5px;
  text-transform: uppercase;
  border-top: 2px solid #008ec2;
  padding-left: 5px;
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



ul#photos {
  list-style-type: none;
  position: relative;
  top: 0;
  padding: 0;
}
ul#photos img {
  vertical-align: middle;
}
#photo-wrap {
  margin: 50px 0 50px -5px;
  position: relative;
}
.jcarousel-clip-vertical {
  overflow: hidden;
  height: 502px;
}
.jcarousel-item {
  height: 251px;
  width: 250px;
  line-height: 250px;
}
.jcarousel-prev {
  display: block;
  background: url(../images/arrows.png) no-repeat top center;
  width: 75px;
  height: 70px;
  position: absolute;
  top: -60px;
  left: 90px;
  cursor: pointer;
}
.jcarousel-prev-disabled {
  background: none;  
}
.jcarousel-next {
  display: block;
  background: url(../images/arrows.png) no-repeat bottom center;
  width: 75px;
  height: 70px;
  position: absolute;
  bottom: -70px;
  left: 90px;
  cursor: pointer;
}
.jcarousel-next-disabled {
  background: none;  
}


.deal {
  border: 2px dashed #ccc;
  margin: 0 auto 50px;
  overflow: hidden;
  background: #fff;
  width: 90%;
}
.deal .deal-title {
  margin: 15px 10px;
  font-size: 1.1em;
}
.deal .deal-text {
  margin: 15px 10px;
}
.deal .deal_terms {
  padding: 5px 10px;
  margin: 10px 0;
  color: #7b7b7b;
}
.deal .deal-expiration {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #7b7b7b;
}
.deal .print-button {
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  background: #00adf1;
  margin: 5px;
  padding: 5px 8px 5px 7px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #008ec2;
  float: right;
  display: inline-block;
}

#footer {
  text-align: center;
  padding: 0 0 40px;
  width: 662px;
  margin: 0 auto;
}

#footer ul {
  border-top: 2px solid #008ec2;
  border-bottom: 2px solid #008ec2;
  margin: 0 0 30px;
  padding: 5px 0;
}
#footer ul li {
  padding: 0 10px;
  font-size: 1.2em;
  border-right: 2px solid #008ec2;
}

#footer ul li a {
  text-transform: uppercase;
  color: #008ec2;
  text-decoration: none;
  font-weight: bold;
}

ul.horizontal-list {
  list-style-type: none;
  padding-left: 0;
}
ul.horizontal-list li {
  display: inline;
}

