
BODY {
  margin: 0;
  padding: 0;
  background-image: url("img/bg.gif");
  font-family: sans-serif, Arial;
  font-size: 12px; }

A:active {
  border-style: none;
  outline-style: none; }

A:focus {
  border-style: none;
  outline-style: none; }

#container {
  width: 980px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

#banner {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  height: 113px;
  position: relative; }

#banner #logo {
  background-image: url("img/logo.jpg");
  width: 248px;
  height: 113px; }

#banner #foto {
  height: 72px;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0; }

#banner #menu {
  height: 40px;
  background-image: url("img/menu_bg.gif");
  background-repeat: repeat-x;
  margin-left: 250px;
  position: absolute;
  top: 72px;
  right: 0; }

#banner #menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#banner #menu li {
  float: left;
  width: 146px;
  text-align: center;
  height: 40px;
  line-height: 40px; }

#banner #menu li a#attivo {
  background-image: url("img/but_active.jpg");
  background-position: 0 0;
  color: #fff;
  cursor: default; }

#banner #menu li a {
  text-decoration: none;
  color: #2450A9;
  font-weight: bold;
  display: block; }

#banner #menu li a:hover {
  color: #fff;
  background-position: 0 0;
  background-image: url("img/but_hover.jpg"); }

/****** contenuti ******/ 
#content {
  padding: 0;
  height: 428px;
  background-position: center;
  background-repeat: no-repeat; }

#content-in {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  position: relative; }

.home {
  background-image: url("img/pag_bg/home.jpg"); }

.about_us {
  background-image: url("img/pag_bg/about.jpg"); }

.shore_excursion {
  background-image: url("img/pag_bg/excursion.jpg"); }

.tours {
  background-image: url("img/pag_bg/tours.jpg"); }

.contacts { }

#footer {
  margin-top: 5px;
  background-color: #999;
  border-top-color: #390;
  border-top-width: 6px;
  border-top-style: solid;
  border-bottom-color: #fff;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding-left: 5px; }

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

#footer a:hover {
  color: #2450A9; }

