/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  border-collapse: collapse;
}
body {
  background: #196bac url(../img/background.png) 50% -10px repeat-x;
  font-size: 13px;
  margin-bottom: 20px;
}
body, a {
  color: #fff;
}
a:hover {
  color: #79bde9;
}
/* /defaults */

/* layout */
#container {
  width: 800px;
  margin: 0 auto;
}
/* /layout */

/* head */
#head {
  background: #000 url(../img/nheader.png) no-repeat;
  height: 200px;
}
#head h1 {
  display: none;
}
/* /head */

/* site navigation */
#menu {
  float: left;
  margin-top: 140px;
  margin-left: 180px;
}
#menu li {
  float: left;
}
#menu li a {
  float: left;
  display: block;
  line-height: 25px;
  border-left: 1px solid #f79239;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
#menu li:first-child a {
  border: 0;
}
#menu li.current a, #menu li a:hover {
  color: #009cdc;
}
#menu li.current a {
  font-weight: bold;
  color: #f79239;
}
/* /site navigation */

/* content */
#content {
  clear: both;
  min-height: 200px;
  border-top: 0;
  background: url(../img/rentals.png) 50% 35px no-repeat;
  color: #d7eaf6;
  border: 2px solid #fff;
  border-top: 0;
  overflow: auto;
  margin: 15px 0 0 0;
  padding-top: 45px;
}
#content a {
  border-bottom: 1px solid #f79239;
}
#content>.section {
  clear: both;
  width: 750px;
  margin: 0 auto;
  border-top: 1px solid #79bde9;
}
#content>.section:first-child {
  border: 0;
}
#content>.section>h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #79bde9;
  color: #fff;
  text-transform: uppercase;
}
#content>.section>p {
  clear: left;
  padding: 0 0 20px 0;
}
#content h3 span {
  display: block;
  text-align: right;
  font-size: 75%;
  width: 50%;
  float: right;
}
#adventure {
  float: right;
  width: 124px;
  height: 97px;
  background: url(../img/adventure.png) 50% 50% no-repeat;
}
#events {
  margin: 0 0 20px 0;
  border: 1px solid #79bde9;
}
#events li {
  padding: 10px;
  border-top: 1px dotted #79bde9;
}
#events li:first-child {
  border: 0;
}
#events li>a {
  font-weight: bold;
  font-size: 15px;
}
#events li>p {
  padding-top: 5px;
}
#map {
  display: block;
  width: 450px;
  height: 128px;
  margin: 20px auto;
}
#services {
  float: left;
  width: 50%;
  padding: 20px 0 0 0;
}
#services li {
  margin-left: 50px;
  list-style: square;
}
#delivery {
  float: right;
  width: 250px;
  height: 150px;
  background: url(../img/delivery.png) no-repeat;
}
.icon {
  float: right;
  width: 150px;
  height: 150px;
  background: #ff0;
}
#kayak {
  background: url(../img/kayak.png) no-repeat;
}
#bicycle {
  background: url(../img/bicycle.png) no-repeat;
}
#other {
  background: url(../img/other.png) no-repeat;
}
#equipment {
  background: url(../img/equipment.png) no-repeat;
}
#clock {
  background: url(../img/clock.png) no-repeat;
}

/* /content */

/* footer */
#foot {
  background: url(../img/footer-logo.png) 25px 12px no-repeat;
  padding-left: 130px;
  padding-top: 32px;
  height: 90px;
  color: #79bde9;
  line-height: 25px;
  font-size: 11px;
}
#foot-menu {
  clear: both;
  height: 20px;
}
#foot-menu li {
  float: left;
}
#foot-menu li a {
  line-height: 15px;
  display: block;
  padding: 0 5px;
  border-left: 1px solid #79bde9;
}
#foot-menu li:first-child a {
  padding-left: 0;
  border: 0;
}
#foot-menu li.current a {
  text-decoration: underline;
}
/* /footer */

/* css corners */
.round {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.roundTop {
  -moz-border-radius-topleft:         8px;
  -moz-border-radius-topright:        8px;
  -webkit-border-top-left-radius:     8px;
  -webkit-border-top-right-radius:    8px;
  border-radius-topleft:              8px;
  border-radius-topright:             8px;
}
.roundBottom {
  -moz-border-radius-bottomleft:      8px;
  -moz-border-radius-bottomright:     8px;
  -webkit-border-bottom-left-radius:  8px;
  -webkit-border-bottom-right-radius: 8px;
  border-radius-bottomleft:           8px;
  border-radius-bottomright:          8px;
  border-top: none;
}
/* /css corners */

/* tables */
table {
  float: left;
  width: 75%;
  margin: 0 auto 20px auto;
}
th, td {
  text-align: right;
}
th {
  padding: 3px 20px 3px 0;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #79bde9;
}
.title {
  text-align: left;
  padding-left: 20px;
  text-transform: uppercase;
}
td {
  padding: 6px 20px 6px 0;
  border-bottom: 1px dotted #79bde9;
}
/* /tables */