@charset "UTF-8";
/* CSS Document */

body {
 background-image: url("bgbikecarrot.png");
 background-color: #F0F0F0;
}

.content {
  width: 780px;
  left: 50%;
  min-height:950px;
  background-color: #fff;
  margin:auto;
}

.banner-container  {
  width: 100%;
  height: auto;
  margin: auto;
  float: left;
}

.banner-image {
  float: left;
  width: 676px;
  margin: 0 20px 0 20px;
}

.lang {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  width: 25px;
}

.lang li a {
  font-size: 10px;
  display: block;
  color: #000;
  font-family: sans-serif;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
}

.lang li a:hover {
  background-color:#6dbd96;
}





.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  border-top: 1px solid #666;
  width: 100%;
}

.nav li {
  float: left;
}

.nav li a {
  display: block;
  color: #000;
  font-family: sans-serif;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.f { border: none;}
.m { border-left: 1px dashed #999; }
.b { border-left: 1px dashed #999; margin-left: 45px; }


li a:hover {
  font-style: oblique;
}

/*li a:hover {
  font-weight: bold;
}*/

/*li a:hover {
  color: #fff;
  background-color: #6dbd96;
}*/

.left {
  width: 520px;
  float: left;
  height: auto;
  background-color: #fff;
}

.right {
  width: 260px;
  float: left;
  height: auto;
  background-color: #fff;
}


.bigmap {
  padding: 10px;
  margin: 10px;
  border: 5px solid #a8d0db;
}

.whole {
  width: 100%;
  max-width: 780px;
  height: auto;
  float: left;
  background-color: #fff;
}


.imgcont {
  width: 150%;
  max-width: 1040px;
  height: auto;
  float: left;
  margin: 20px 0 30px -20px;
}

.imgcont img {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  vertical-align: top;
  width:400px;
}

.imgcont .big {
  display: inline-block;
  margin: 0 20px 20px 0;
  position: relative;
  vertical-align: top;
  width:840px;
}
/*
.imgcont img {
  padding: 10px;
}

.imgcont .big {
  padding: 10px;
  width:840px;
}
*/
.tools {
  list-style-type: none;
  margin: 20px 0 20px 20px;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}

.tools li {
  display: block;
  float: left;
  font-family: sans-serif;
  text-align: center;
  padding: 16px;
  font-style: italic;
  border: 1px solid #333;
  width: 100px;
  height: 100px;
  margin: 5px;
}

.tools img {
  margin-top: 8px;
}

.photo-banner {
  float: left;
}

.schedule {
  width: 80%;
  min-height: 230px;
  height: auto;
  border: 5px solid #6dbd96;
  padding: 10px;
  margin-left: 10px;
  float: left;
}



.hoursframe {
  width: auto;
  min-height:198px;
}

h1 {
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  padding: 10px;
}

.schedule p {
  color: #000;
  font-family: serif;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}

.schedule a {
  color: #000;
  font-family: serif;
  text-decoration: none;
  font-size: 16px;
  padding: 2px;
  border-bottom: 2px solid #fff;
}

.schedule a:hover {
  color:#000;
  border-bottom: 2px solid #6dbd96;
}

/*
 .schedule {
  display: block;
  width: 100%;
  max-width: 230px;
  min-height: 240px;
  height: auto;
  background-color: #91e6bd;
  padding: 10px;
  margin-left: 10px;
  float: left;
}
*/

.location {
  width: 88%;
  height: auto;
  float: left;
  min-height: 200px;
  border: 5px solid #a8d0db;
  margin: 10px 0 0 10px;
}

.address {
  border-top: 2px solid #a8d0db;
}

.address p {
  color: #000;
  font-family: serif;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}

h3 {
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
}

.contact {
  width: 91%;
  height: auto;
  border-top: 2px dashed #999;
  margin: 10px 0 10px 10px;
  padding-top: 20px;
  float: left;
}

.contact p {
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  padding: 10px 0 0 0;
  line-height: 20px;
}

.contact a {
  color: #000;
  font-family: serif;
  text-decoration: none;
  font-size: 16px;
  padding: 2px;
  border-bottom: 2px solid #fff;
}

.contact a:hover {
  color:#000;
  border-bottom: 2px solid #6dbd96;
}

.text a {
  color: #000;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 14px;
  padding: 1px;
  border-bottom: 2px solid #fff;
}

.text a:hover {
  color:#000;
  border-bottom: 2px solid #6dbd96;
}

.lists-container {
  width: 91%;
  height: auto;
  border-top: 2px dashed #999;
  margin: 10px 0 10px 10px;
  padding-top: 20px;
  float: left;
}

.lists {
  list-style-type: none;
  margin: 20px 0 20px 10px;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 100%;
}

.lists li a {

  color: #000;
  font-family: serif;
  text-decoration: none;
  font-size: 14px;
  padding: 1px;
  line-height: 20px;
  border-bottom: 2px solid #fff;
}

.lists li a:hover {
  color:#000;
  border-bottom: 2px solid #6dbd96;
  font-style: normal;
}

h2 {
  color: #000;
  font-family: serif;
  font-size: 15px;
  padding: 10px;
  font-style: italic;
  font-weight: bold;
}

h2 a{
  color: #000;
  border-bottom: 2px solid  #fff;
  padding: 2px;
  text-decoration: none;
}

h2 a:hover {
  border-bottom: 2px solid  #6dbd96;
}

.intro {
  width: 98%;
  height: auto;
  float: left;
  padding: 10px;
  margin-top: 15px;
}

.intro p {
  padding: 10px;
  font-family: sans-serif;
  font-size: 14px;
  float: left;
  width: 45%
}

.text {
  width: 90%;
  height: auto;
  float: left;
  margin: 30px 0 30px 15px;
}

.text  p {
  padding: 2px 10px 30px 10px ;
  font-family: sans-serif;
  font-size: 14px;
}

.text span  {
  padding: 2px 10px 30px 10px ;
  font-family: sans-serif;
  font-size: 12px;
  float: left;
  color: #333;
  line-height: 22px;
}

.news-container {
  width: 100%;
  height: auto;
  max-width: 520px;
  float: left;
  padding: 10px 0 20px 10px;
}

.news {
  list-style-type: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}


.news li a {
  display: block;
  width: 150px;
  height: auto;
  float: left;
  min-height: 200px;
  border: 5px solid #f2f2f2;
  margin: 10px 5px 0 5px;
  color: #333;
  text-decoration: none;
}

.news li a:hover {
  text-decoration: none;
  border: 5px solid #6dbd96;
  font-style: normal;
  background-color: #6dbd96;
  color: #fff;
}

.news li p {
  padding: 10px;
  font-family: sans-serif;
  font-size: 13px;
  float: left;
  width: 90%;
}


h5 {
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  padding: 10px;
}

.bottom {
  background-color: #6dbd96;
  min-height:80px;
  width: 100%;
  float: left;
}

.bottom p {
  color: #fff;
  padding: 20px;
  width: 50%;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 22px;
}

.bottom a {
  color: #fff;
  text-decoration: none;
}

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