body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

a:focus {
  outline: none;
}

.clear {
  clear: both;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 1;
}

.container {
}

.header {
  position: relative;
  margin: 0 auto;
  width: 960px;
  border-bottom: 2px solid #008fd8;
}

.header h1.logo {
  margin-bottom: 10px;
}

.header h1.logo a {
  display: block;
  width: 418px;
  height: 75px;
  background: transparent url(../images/logo.png) no-repeat top left;
  text-indent: -999em;
  overflow: hidden;
}

.header .nav {
  font-size: 14px;
  text-transform: uppercase;
  /* text-rendering: optimizeLegibility; */
}

.header .nav li {
  float: left;
}

.header .nav li a {
  display: block;
  padding: 0 20px 4px 0;
  color: #444444;
  text-decoration: none;
}

.header .nav li a:hover {
  color: #6c6c6c;
}
.header .nav li a:active, .header .nav li a.active {
  color: #008fd8;
}

.header .subnav {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
}

.header .subnav li {
  float: left;
  font-size: 12px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header .subnav li a {
  display: block;
  padding: 20px 10px;
  color: #6c6c6c;
  text-decoration: none;
}

.header .subnav li a:hover, .header .subnav li a:active, .header .subnav li a.active {
  color: #008fd8;
}

.header .subnav li form {
  margin-left: 10px;
  margin-top: 15px;
}

.header .subnav li form input[type="text"] {
  padding: 1px 3px;
  font-size: 12px;
  line-height: 16px;
  color: #6c6c6c;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #999999;
}

.header .socialmedia {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
}

.header .socialmedia li {
  float: left;
  margin-left: 6px;
}

.main {
  margin: 20px auto 0;
  width: 960px;
}

.main .ad {
  margin: 0 auto 16px;
  text-align: center;
}

.main .ad div {
  margin: 0 auto !important;
}

.main .filterbar {
  padding: 0 20px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  text-shadow: 0 1px 0 #ffffff;
  background: #ffffff url(../images/filterbar_bg.png) repeat-x top;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.main .filterbar a {
  color: #008fd8;
}

.main .filterbar .dropdown {
  display: inline;
  position: relative;
}

.main .filterbar .dropdown .menu {
  display: none;
  position: absolute;
  top: 24px;
  left: -17px;
  padding: 4px 16px;
  line-height: 2em;
  background-color: #ffffff;
  list-style: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  z-index: 2;
}

.main .filterbar .dropdown .menu li {
  white-space: nowrap;
}

.main .filterbar .command, .main .filterbar .separator {
  float: right;
}

.main .filterbar .separator {
  margin: 0 25px;
}

.main .filterbar input[type="text"] {
  width: 570px;
  margin-top: -2px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  border: 1px solid #dddddd;
  border-top: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.main .col_1, .main .col_2 {
  margin-top: 16px;
}

.main .col_2 {
  float: left;
  margin-right: 32px;
  width: 624px;
}

.main .col_2.right {
  width: 636px;
  margin-right: 0;
}

.main .categories {
  margin-top: 10px;
}

.main .directories {
  margin-top: 24px;
}

.main .category, .main .directory {
  float: left;
}

.main .category a {
  display: block;
  padding: 14px;
  width: 284px;
  height: 83px;
  text-decoration: none;
}

.main .directories hr {
  margin: 10px 60px;
  background: #e5e5e5;
  background: -moz-linear-gradient(left, #ffffff 0%, #e5e5e5 30%, #e5e5e5 70%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(30%,#e5e5e5), color-stop(70%,#e5e5e5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%,#e5e5e5 30%,#e5e5e5 70%,#ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%,#e5e5e5 30%,#e5e5e5 70%,#ffffff 100%);
  background: -ms-linear-gradient(left, #ffffff 0%,#e5e5e5 30%,#e5e5e5 70%,#ffffff 100%);
  background: linear-gradient(to right, #ffffff 0%,#e5e5e5 30%,#e5e5e5 70%,#ffffff 100%);
  border-top: none;
}

.main .directory a {
  display: block;
  padding: 8px 14px;
  width: 292px;
  height: 82px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.main .directory a:hover {
  background: #fafafa;
}

.main .category img {
  float: left;
  margin-right: 15px;
  height: 73px;
  width: 73px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
}

.main .category h2 {
  font-size: 16px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: #008fd8;
  white-space: nowrap;
}

.main .category p {
  font-size: 12px;
  color: #6c6c6c;
  line-height: 20px;
  font-weight: bold;
}

.main .directory h1 {
  font-size: 17px;
  line-height: 22px;
  font-weight: normal;
  color: #008fd8;
  white-space: nowrap;
  text-shadow: 0 1px 0 #ffffff;
}

.main .directory p {
  font-size: 13px;
  color: #777777;
  line-height: 17px;
  text-shadow: 0 1px 0 #ffffff;
}

.main .directory a:hover p {
  color: #444444;
}

.main .classifieds {
  margin-top: 30px;
}

.main .tabbar {
  margin-bottom: 22px;
  height: 32px;
  line-height: 32px;
  list-style: none;
  background: #ffffff url(../images/tabbar_bg.png) repeat-x top;
  border: 1px solid #d0d0d0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.main .tabbar li {
  float: left;
  width: 88px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #c7c7c7;
}

.main .tabbar li.first {
  border-left: none;
}

.main .tabbar li a {
  display: block;
  color: #444444;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.main .tabbar li a:active, .main .tabbar li a.active {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
  background: #ffffff url(../images/tab_bg.png) repeat-x top;
}

.main .classi {
  border: 1px solid #f4f4f4;
  border-bottom: none;
}

.main .classifieds .headingbar {
  height: 24px;
  margin: -1px -1px 0;
  padding: 0 16px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  background: #008fd8 url(../images/headingbar_bg.png) repeat-x top;
  text-shadow: 0 1px 0 #006da5;
}

.main .classifieds .listing {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
}

.main .classifieds .listing:hover {
  background-color: #fcfcfc;
}

.main .listing h4 {
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.main .listing h4 a {
  color: #008fd8;
  text-decoration: none;
}

.main .listing h3 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
}

.main .listing h3 a {
  color: #444444;
  text-decoration: none;
}

.main .listing p {
  font-size: 12px;
  line-height: 16px;
  color: #6c6c6c;
}

.main .listing p strong {
  color: #444444;
}

.main .listing p a {
  padding: 0 2px;
  font-size: 13px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #008fd8;
}

.main .listing p a:hover {
  color: #ffffff;
  background-color: #008fd8;
  text-decoration: none;
}

.main .search h1 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 20px;
  color: #444444;
}

.main .search .suggestion {
  margin: 12px 25px;
  font-size: 12px;
  line-height: 12px;
  color: #444444;
}

.main .search .suggestion a {
  color: #008fd8;
}

.main .search .total {
  margin: 12px 25px;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}

.main .results {
  border: 1px solid #f4f4f4;
  border-bottom: none;
}

.main .results a.result {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #f4f4f4;
}

.main .results a.result:hover {
  background-color: #fcfcfc;
}

.main .results a.result h2 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #444444;
}

.main .results a.result p {
font-size: 12px;
line-height: 16px;
color: #6C6C6C;
}

.main .results a.result span {
font-size: 10px;
line-height: 10px;
color: #008FD8;
font-weight: bold;
}

.main .search .pagination {
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.main .search .pagination span.current {
  padding: 4px 6px;
  color: #444444;
}

.main .search .pagination a {
  padding: 4px 6px;
  color: #008FD8;
  text-decoration: none;
}

.main .search .pagination a:hover {
  text-decoration: underline;
}

.main .col_1 {
  float: left;
  width: 304px;
}

.main .col_1.left {
  width: 312px;
  margin-right: 12px;
}

.main .zine {
  position: relative;
  margin-bottom: 30px;
  padding: 12px;
  background-color: #444444;
}

.main .zine a.cover {
  display: block;
}

.main .zine img {
  border: 8px solid #ffffff;
}

.main .zine img.logo {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 244px;
  border: none;
}

.main .zine .promolink {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 14px;
  color: #ffffff;
  text-align: right;
}

.main .sidebar_ad {
  margin: 30px 0;
  padding: 2px;
  line-height: 0;
  background-color: #444444;
}

.main .articles {
  margin-top: 30px;
}

.main .articles h4 {
  padding-bottom: 5px;
  font-size: 12px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #008fd8;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}

.main .articles ul {
  list-style: none;
}

.main .articles li {
  margin-top: 15px;
  padding-bottom: 5px;
}

.main .articles li a {
  display: block;
  text-decoration: none;
}

.main .articles li img {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
}

.main .articles li h5 {
  margin-bottom: 5px;
  padding-left: 60px;
  font-size: 14px;
  color: #444444;
  line-height: 14px;
}

.main .articles li p {
  margin-bottom: 3px;
  padding-left: 60px;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 16px;
}

.main .articles li span {
  display: block;
  padding-left: 60px;
  font-size: 11px;
  color: #6c6c6c;
  line-height: 11px;
  font-weight: bold;
}

.main .articles .archives {
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #cccccc;
}

.main .articles .archives a {
  font-size: 12px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  color: #008fd8;
}

.main .content {
  margin-top: 35px;
}

.main .content p {
  margin: 15px auto 0;
  width: 960px;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Museo300", Helvetica, Arial, sans-serif;
  font-weight: 300;
  /* text-rendering: optimizeLegibility; */
}

.main .content p span, .main .content p a {
  color: #008fd8;
}

.main .content p.badges {
  text-align: center;
}

.main .col_3 h1.pagename {
  margin-bottom: 24px;
  color: #444444;
  font-size: 26px;
  line-height: 26px;
}

.main .col_3 h2.subtitle {
  margin-top: -16px;
  margin-bottom: 24px;
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.main .col_3 h2.subtitle a {
  color: #008fd8;
  text-decoration: none;
}

.main .col_3 h2.subtitle a:hover {
  text-decoration: underline;
}

.main .fourboxes a {
  float: left;
  display: block;
  position: relative;
  width: 225px;
  height: 139px;
  margin-left: 20px;
  text-decoration: none;
  color: #ffffff;
}

.main .fourboxes a.first {
  margin-left: 0;
}

.main .fourboxes.top {
  margin-bottom: 30px;
}

.main .fourboxes.bottom {
  margin-top: 30px;
}

.main .fourboxes a img {
  -webkit-border-radius: 6px;
}

.main .fourboxes a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 205px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.main .fourboxes a .content h1 {
  font-size: 13px;
}

.main .fiveboxes a {
  float: left;
  display: block;
  position: relative;
  width: 176px;
  height: 139px;
  margin-left: 20px;
  text-decoration: none;
  color: #ffffff;
}

.main .fiveboxes a.first {
  margin-left: 0;
}

.main .fiveboxes.top {
  margin-bottom: 30px;
}

.main .fiveboxes.bottom {
  margin-top: 30px;
}

.main .fiveboxes a img {
  -webkit-border-radius: 6px;
}

.main .fiveboxes a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 157px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .8);
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.main .fiveboxes a .content h1 {
  font-size: 14px;
}

.main .bizlist {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.main .bizlist.first {
  margin-left: 0;
}

.main .bizlist h2 {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #008FD8;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}

.main .bizlist ul {
  list-style: none;
}

.main .bizlist li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.main .bizlist ul a {
  display: block;
  padding: 14px 15px 8px 15px;
  text-decoration: none;
}

.main .bizlist ul a:hover {
  background-color: #fcfcfc;
}

.main .bizlist ul a img {
  float: left;
  height: 72px;
  width: 72px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.main .bizlist ul a h3 {
  margin-bottom: 8px;
  margin-left: 88px;
  font-size: 16px;
  line-height: 16px;
  color: #444444;
}

.main .bizlist ul a p.promotion {
  margin-bottom: 10px;
  margin-left: 88px;
  font-size: 13px;
  line-height: 13px;
  color: #008fd8;
  font-weight: bold;
}

.main .bizlist ul a p.address {
  width: 250px;
  margin-left: 88px;
  font-size: 12px;
  line-height: 12px;
  color: #6c6c6c;
  font-weight: bold;
}

.main .bizlist ul p.contact {
  position: absolute;
  top: 61px;
  right: 15px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #aaaaaa;
}

.main .bizlist ul p.contact a {
  display: inline;
  padding: 0px 2px;
  color: #008FD8;
}

.main .bizlist ul p.contact a:hover {
  text-decoration: underline;
}

.main .business {
  margin-top: 16px;
}

.main .business h1 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
  color: #444444;
}

.main .business .summary {
  position: relative;
  height: 320px;
}

.main .business .summary .hero {
  float: left;
  width: 480px;
  height: 320px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.main .business .summary .info, .main .business .summary .extras {
  float: left;
  height: 278px;
  width: 209px;
  padding: 20px 15px;
  border: 1px solid #cccccc;
  border-left: none;
}

.main .business .summary .info {
  background-color: #eeeeee;
}

.main .business .summary .extras {
  background-color: #f8f8f8;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.main .business .summary .info h1, .main .business .summary .extras h1 {
  margin-bottom: 5px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}

.main .business .summary .info h2 {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 13px;
  color: #444444;
}

.main .business .summary .info p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 13px;
  color: #444444;
}

.main .business .summary .info p a {
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #008fd8;
  text-decoration: none;
}

.main .business .summary .info p a:hover {
  text-decoration: underline;
}

.main .business .summary .extras ul {
  list-style: none;
}

.main .business .summary .extras li {
  padding: 8px 0;
  border-top: 1px solid #dddddd;
}

.main .business .summary .extras li.first {
  border-top: none;
}

.main .business .summary .extras li a {
  display: block;
  background: transparent url(../images/downloadable.png) no-repeat center right;
  text-decoration: none;
}

.main .business .summary .extras li a h2 {
  margin-right: 35px;
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 13px;
  color: #444444;
}

.main .business .summary .extras li a:hover h2 {
  color: #008fd8;
}

.main .business .summary .extras li a p {
  margin-right: 35px;
  font-size: 11px;
  line-height: 11px;
  color: #6c6c6c;
}

.main .business .summary .back {
  position: absolute;
  top: -22px;
  right: 0px;
  height: 15px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #008fd8;
}

.main .business .summary .tours {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.main .business .summary .tours a {
  float: left;
  margin-right: 10px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #ffffff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.main .business .text {
  margin-top: 40px;
}

.main .business .text h1 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.main .business .text .legacy, .main .business .text .unimportant {
  float: left;
  margin-top: 0;
}

.main .business .text .legacy {
  margin-right: 56px;
  width: 600px;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
}

.main .business .text .legacy table table {
  margin-bottom: 20px;
}

.main .business .text .legacy p {
  margin-bottom: 20px;
}

.main .business .text .legacy a {
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #008fd8;
}

.main .business .text .legacy .img-mar-left {
  margin-left:15px;
}

.main .business .text .legacy .img-mar-right {
  margin-right: 15px;
}

.main .business .text .unimportant {
  width: 302px;
  height: 400px;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.main .business .text .unimportant {
  text-align: center;
  line-height: 400px;
  color: #cccccc;
  font-size: 120px;
  font-weight: bold;
}

#pricelist {
  margin-top: 20px;
  border-bottom: 1px solid #f0f0f0;
}

#pricelist th {
  padding: 5px 6px 5px 0;
  font-size: 13px;
  line-height: 13px;
  color: #666666;
  text-align: left;
  white-space: nowrap;
}

#pricelist th.right {
  padding: 5px 6px 5px 10px;
  text-align: right;
}

#pricelist td {
  padding: 10px 0 10px 10px;
  vertical-align: top;
  border-top: 1px solid #f0f0f0;
}

#pricelist td.thumbnail {
  width: 150px;
}

#pricelist td.name {
  width: 310px;
}

#pricelist td.numbers {
  width: 95px;
  padding-right: 5px;
  text-align: right;
}

#pricelist td.labels {
  width: 60px;
  padding-left: 0;
}

#pricelist td ul {
  list-style: none;
}

#pricelist td.thumbnail div.img {
  width: 150px;
  height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 -1px 2px rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 -1px 2px rgba(255, 255, 255, .4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), inset 0 -1px 2px rgba(255, 255, 255, .4);
}

#pricelist td.thumbnail div.img img {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}

#pricelist td h1 {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

#pricelist td h1 a {
  color: #444444;
  text-decoration: none;
}

#pricelist td p.phone {
  padding-left: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
  background: transparent url(../images/pricelist_phone.png) no-repeat center left;
}

#pricelist td p.phone a {
  color: #008fd8;
  text-decoration: none;
}

#pricelist td a.email {
  display: block;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #008fd8;
  background: transparent url(../images/pricelist_email.png) no-repeat center left;
  text-decoration: none;
}

#pricelist td p.address {
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

#pricelist td.numbers li {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  font-weight: bold;
}

#pricelist td.labels li {
  font-size: 11px;
  line-height: 24px;
  color: #999999;
  white-space: nowrap;
}

.disclaimer {
  margin: 10px 10px 0 10px;
}

.disclaimer.top {
  margin: 10px 10px 30px 10px;
}

.disclaimer h3 {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #444444;
}

.disclaimer ul, .disclaimer ol {
  margin-left: 18px;
}

.disclaimer li {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

.disclaimer p {
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

.disclaimer a {
  color: #008fd8;
  text-decoration: none;
}

.disclaimer a:hover {
  text-decoration: underline;
}

#calnav {
  float: left;
  width: 225px;
  margin-top: 10px;
  margin-right: 40px;
}

#calnav p {
  margin-top: 18px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

#calnav p strong {
  color: #777777;
}

#calnav ul {
  list-style: none;
  border: 1px solid #e8e8e8;
}

#calnav ul li {
  border-top: 1px solid #e8e8e8;
}

#calnav ul li.first {
  border-top: none;
}

#calnav ul li a {
  display: block;
  padding: 0 9px;
  font-size: 16px;
  line-height: 43px;
  color: #777777;
  font-weight: bold;
  text-decoration: none;
}

#calnav ul li a:active, #calnav ul li a.active {
  color: #008fd8;
}

#calnav .fb-like {
  width: 195px;
  margin-top: 18px;
  padding: 10px 14px 9px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#calnav .fb-like iframe {
  width: 195px !important;
}

#months {
  float: left;
  width: 695px;
  margin-top: 10px;
}

#months .month {
  margin-bottom: 30px;
}

#months .datelist {
  float: left;
  width: 453px;
  margin-right: 15px;
  list-style: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#months .datelist li {
  border-top: 1px solid #cccccc;
}

#months .datelist li.first {
  border-top: none;
}

#months .datelist li a {
  display: block;
  padding: 7px 16px;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#months .datelist li a.active, #months .datelist li a:active {
  background: #e9f7ff;
  border: 1px solid #0cadff;
}

#months .datelist li a h2 {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-weight: bold;
}

#months .datelist li a.active h2, #months .datelist li a:active h2 {
  color: #005783;
}

#months .datelist li a p {
  font-size: 13px;
  line-height: 18px;
  color: #777777;
}

#months .datelist li a.active p, #months .datelist li a:active p {
  color: #008fd8;
}

#months .calendar {
  float: left;
  width: 225px;
}

#months .calendar h3 {
  padding: 0 5px 2px;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #999999;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#months .calendar table {
  border-collapse: collapse;
}

#months .calendar th, #months .calendar td {
  width: 31px;
  padding: 2px 0;
  color: #888888;
  line-height: 20px;
  text-align: center;
  border: 1px solid transparent;
}

#months .calendar th {
  font-weight: normal;
  font-size: 11px;
}

#months .calendar td {
  font-size: 12px;
}

#months .calendar td a {
  display: block;
  width: 24px;
  margin: 0 auto;
  color: #008fd8;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#months .calendar td a.active, #months .calendar td a:active {
  color: #ffffff;
  background: #008fd8;
}

#months .calendar p {
  padding: 20px 5px 0;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#schedule {
  margin-top: 20px;
}

#schedule ul {
  list-style: none;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#schedule ul li {
  position: relative;
  height: 120px;
  border-top: 1px solid #e5e5e5;
}

#schedule ul li.first {
  border-top: none;
}

#schedule ul li:hover {
  background: #fcfcfc;
}

#schedule ul li .calendar {
  position: absolute;
  top: 33px;
  bottom: 33px;
  left: 12px;
  width: 46px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

#schedule ul li .calendar h4 {
  height: 15px;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  background: #008fd8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

#schedule ul li .calendar p {
  padding: 3px 0 2px;
  font-size: 22px;
  line-height: 22px;
  color: #444444;
  font-weight: bold;
  text-align: center;
  border: 1px solid #dddddd;
}

#schedule ul li .calendar p span {
  display: block;
  font-size: 10px;
  line-height: 10px;
  color: #bbbbbb;
  letter-spacing: 1px;
  text-align: center;
}

#schedule ul li .details {
  position: absolute;
  top: 28px;
  left: 80px;
}

#schedule ul li .details h2 {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
}

#schedule ul li .details h2 a {
  color: #008fd8;
  text-decoration: none;
}

#schedule ul li .details h2 a:hover {
  text-decoration: underline;
}

#schedule ul li .details h3 {
  width: 410px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
}

#schedule ul li .details h3 a {
  color: #555555;
  text-decoration: none;
}

#schedule ul li .details h3 a:hover {
  color: #444444;
  text-decoration: underline;
}

#schedule ul li .details p {
  width: 533px;
  margin-top: 7px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 15px;
  color: #666666;
  border-top: 1px dotted #cccccc;
}

#schedule ul li span.time {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-size: 12px;
  line-height: 20px;
  font-family: "Museo500", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #aaaaaa;
}

.main .notfound {
  padding: 80px 0 120px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 0 #ffffff;
  -moz-box-shadow: inset 0px 1px 0 #ffffff;
  box-shadow: inset 0px 1px 0 #ffffff;
}

.main .notfound img {
  display: block;
  margin: 0 auto 10px;
}

.main .notfound h1 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 18px;
}

.main .notfound p {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}

.main .notfound h1, .main .notfound p {
  color: #999999;
  text-shadow: 0 1px 0 #ffffff;
}

.main .notfound a {
  color: #008fd8;
  text-decoration: none;
}

.main .notfound a:hover {
  text-decoration: underline;
}

.main .notfound hr {
  width: 520px;
  margin: 30px auto;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #e0e0e0;
  background-color: #e0e0e0;
  height: 1px;
}

.footer {
  margin: 20px auto;
  padding: 20px 0;
  width: 960px;
  font-size: 12px;
  color: #444444;
  border-top: 2px solid #008fd8;
}

.footer a {
  color: #008fd8;
}

#planner .hero {
  position: relative;
  margin-top: 20px;
  height: 395px;
}

#planner .hero h1 {
  margin-bottom: 6px;
  font-size: 38px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

#planner .hero h2 {
  font-size: 20px;
  line-height: 24px;
  color: #666666;
  font-weight: normal;
  text-align: center;
}

#planner .hero img {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 309px;
  width: 1000px;
  margin-left: -500px;
}

#planner .apps {
  margin-top: 30px;
}

#planner .apps .app {
  position: relative;
  float: left;
  width: 430px;
  height: 228px;
  margin-top: 16px;
  margin-left: 16px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #dddddd;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
}

#planner .apps .app:hover {
  background: #ffffff;
}

#planner .apps .app.top {
  margin-top: 0;
}

#planner .apps .app.left {
  margin-left: 0;
}

#planner .apps .app h3 {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

#planner .apps .app h4 {
  width: 256px;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-weight: normal;
}

#planner .apps .app p {
  width: 256px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #444444;
}

#planner .apps .app p a {
  color: #008fd8;
}

#planner .apps .app img {
  position: absolute;
  height: 134px;
  width: 114px;
  top: 50%;
  right: 40px;
  margin-top: -57px;
}

#planner .apps .app p.soon {
  margin-top: 54px;
  margin-bottom: 54px;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #aaaaaa;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}

#planner .apps .app span.question {
  position: absolute;
  height: 108px;
  width: 108px;
  top: 50%;
  right: 40px;
  margin-top: -57px;
  font-size: 72px;
  line-height: 108px;
  font-weight: bold;
  color: #aaaaaa;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  border: 3px dashed #aaaaaa;
  -webkit-border-radius: 14px;
}

#planner .bottombar {
  margin-top: 40px;
  text-align: center;
}

#songtabs {
  position: relative;
  height: 40px;
  background: #e8e8e8;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8);
  box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8);
}

#songtabs a {
  position: absolute;
  top: 7px;
  height: 24px;
  width: 100px;
  line-height: 24px;
  font-weight: bold;
  color: #555555;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8), 0 1px 0 rgba(255, 255 ,255, .8);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8), 0 1px 0 rgba(255, 255 ,255, .8);
  box-shadow: inset 0 1px 0 rgba(255, 255 ,255, .8), 0 1px 0 rgba(255, 255 ,255, .8);
}

#songtabs a.active {
  color: #ffffff;
  text-shadow: 0 1px 0 #555555;
  background: #888888;
  border-color: #777777;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255 ,255, .8);
}

#songtabs a.grid {
  left: 377px;
  border-right: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#songtabs a.list {
  left: 478px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#songs {
  padding: 30px 14px 10px;
  background: #dddddd;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0 ,0, .2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0 ,0, .2);
  box-shadow: inset 0 0 6px rgba(0, 0 ,0, .2);
}

#songs a.song {
  display: block;
  float: left;
  width: 186px;
  height: 172px;
  text-decoration: none;
  text-align: center;
}

#songs a.song .thumbnail {
  margin: 0 auto 6px;
  height: 108px;
  width: 108px;
  background-size: 144px 108px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 6px #000000;
  -moz-box-shadow: 0 0 6px #000000;
  box-shadow: 0 0 6px #000000;
}

#songs a.song:hover .thumbnail {
  -webkit-box-shadow: 0 0 6px #008fd8;
  -moz-box-shadow: 0 0 6px #008fd8;
  box-shadow: 0 0 6px #008fd8;
}

#songs a.song h2 {
  margin-bottom: 3px;
  font-size: 13px;
  line-height: 13px;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
}

#songs a.song:hover h2 {
  color: #0079b6;
}

#songs a.song p {
  font-size: 12px;
  line-height: 13px;
  color: #555555;
  text-shadow: 0 1px 0 #ffffff;
}

#songs a.song:hover p {
  color: #0079b6;
}

#songlist {
  width: 958px;
  background: #e8e8e8;
  border: 1px solid #aaaaaa;
  border-bottom: none;
  list-style: none;
}

#songlist li {
  height: 36px;
}

#songlist li a {
  display: block;
  font-size: 15px;
  line-height: 34px;
  color: #404040;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  border-top: 1px solid rgba(255, 255, 255, .8);
  border-bottom: 1px solid #aaaaaa;
}

#songlist li a:hover {
  background: #eeeeee;
}

#songlist li a:active {
  color: #ffffff;
  background: #008fd8;
  text-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, .4);
  border-bottom: 1px solid #008fd8;
}

#songlist li a h2, #songlist li a p, #songlist li a span {
  float: left;
  padding-left: 20px;
}

#songlist li a h2 {
  width: 300px;
}

#songlist li a p {
  width: 270px;
}

#songlist li a span {
  width: 328px;
}
