body {
    font-family: sans, arial, helvetica;
    background-color: #F7F7E9;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body * {
    margin: 0px;
    padding: 0px;
}

#container {
    width: 100%;
    height: 100%;
    position: relative;
}

#header {
    width: 100%;
    height: 500px;  /* can vary to 460px */
    position: absolute;
    overflow: visible;
    z-index: 1;
    background: #7886EA url('topmenu.png') bottom repeat-x !important;
    background: #7886EA url('topmenu.png') bottom repeat-x;
}

#header_inn {
    position: relative;
    width: 920px;
    height: 100%;
    margin: 0px auto;
}

#content {
    background: #C7D4DC url('backcontent.png') bottom repeat-x;
    width: 100%;
    height: 390px;
    padding-top: 105px;
}

#content_inn {
    width: 860px;
    height: 390px;
    margin: 0px auto;
    position: relative;
}


#footer {
    background: url('footerrule.png') top repeat-x;
    width: 100%;
    height: 40px;
    padding-top: 50px;
}

#footer_inn {
    width: 760px;
    height: 40px;
    margin: 0px auto;
}






#logo {
  position: absolute;
  left: 360px;
  bottom: -95px;
  width: 200px;
  height: 200px;
  background: url('logo.png') center bottom no-repeat !important;
  filter: none !important;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/TourNauticFishing/template/logo.png",sizingMethod="crop");
}

#banner {
  position: absolute;
  top: 5px;
  width: 760px;
  height: 75px;
}

.topmenuitem {
  position: absolute;
  bottom: -40px;
  width: 168px;
  height: 144px;
  background: url('framelit.png') center bottom no-repeat !important;
  filter: none !important;
  background: none;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/TourNauticFishing/template/framelit.png",sizingMethod="scale"); 
}

.topmenuitem a.label {
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #0A1593;
  text-decoration: none;
  overflow: show;
}

a.label:hover {
  font-size: 13px;
  color: white;
  top: 9px;
}

.topmenuitem img {
  margin: 36px 0px 0px 24px;
  display: block;
  border: none;
  cursor: pointer;
}

.topmenuitem a:hover + a.label {
  font-size: 13px;
  color: white;
  top: 9px;
}

#quensomos {
  left: 30px;
}

#servizos {
  left: 180px;
}

#pesca {
  right: 180px;
}

#rutas {
  right: 30px;
}



#navigator {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 110px;
    height: 250px;
    padding: 10px 20px 20px 10px;
    color: #570000;
    font-size: 12px;
    font-weight: bold;
    background: url('menuback.png') top left no-repeat;
/*
    filter: none !important;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/TourNauticFishing/template/menuback.png",sizingMethod="crop");
*/    
}

ul.navigator {
  padding: 0px;
  margin: 3px;
  margin-top: 15px;
  list-style: none;
}

li.navigator {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #570000;
}

li.navigator a {
    position: relative;
    color: #570000;
    text-decoration: none;
}

li.navigator a:hover {
    color: #0A1593;
    position: relative;
}

#photo {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 300px;
    height: 226px;
}

#fotoslideshow {
  width: 300px;
  height: 226px;
}

#fotoslideshow img {
  width: 300px;
  position: absolute;
  border: 3px solid white;  
  opacity: 0;
  filter:alpha(opacity=0);
}

#text {
    position: absolute;
    bottom: 10px;
    left: 160px;
    width: 380px;
    text-align: justify;
    color: #570000;
    font-size: 12px;
}

.pagednav {
    position: relative;
}

.pagednav {
    float: right;
}

.pagednav img {
    border: 0px;
    margin-left: 10px;
}

.hiddentext {
    display:none;
}

p.footertext {
  font-size: 11px;
  font-weight: bold;
  color: #9999CC;
}

p.footertext a {
    color: inherit;
    text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}


h1 {
    color: #570000;
    font-size: 12px;
    font-weight: bold;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 50px;
}

input.submit {
  border: none;
  background-color: transparent;
  color: #66C;
  cursor: pointer;
  position: relative;
}

input.submit:hover {
  color: #99F;
}

input.lined {
  background-color: #EEF;
  color: #66C;
  border: none;
  border-top: 1px dashed #99C; 
  border-bottom: 1px dashed #99C; 
  position: absolute;
  left: 60px;
  cursor: pointer;
  width: 300px;
}

textarea {
  background-color: #EEF;
  color: #66C;
  border: 1px dashed #99C;
  margin-left: 60px;
  cursor: pointer;
  height: 50px;
  width: 300px;
}

.noborder {
    border: none;
}