/* Main ABRAMOSBAND CSS style */
body{
  background:URL('../images/bg_big.png') repeat-x top center #141414;
  /*background:URL('../images/bg.png') repeat-x #141414;*/
}
.tabContent{
  background:URL('../images/bg_content.jpg') repeat-y #000000;
}
.tabContent td{
  color:#666666;
  /*color:#333333;*/
  font-family:verdana;
  font-size:11px;
}

.footer td{
  margin-left: auto;
  margin-right: auto;
  font-family: arial, tahoma, sans-serif;
  font-size:11px;
  color:#333333;
  /*text-align:center;*/
}

.newsletter input, textarea{
  color:#999999;
  font-family:verdana;
  font-size:11px;
  background-color:#333333;
  border:1px solid #141414; /*stile definito anche in config.php*/
  padding:5px;
  font-weight:bold;
}


.titnews{
  color: #CC0000;
  font-weight:bold;
  margin-bottom:0px;
  margin-top:10px;
}

.testonews{
  margin-bottom:10px;
  margin-top:0px; 
}

a:link{
  color:#999999;
  text-decoration:none;
}
a:visited{
  color:#999999;
  text-decoration:none;
}
a:active{
  color:#999999;
  text-decoration:none;
}
a:hover{
  color:#FAFAFA;
  text-decoration:underline;
}


/*-------------- menu OLD -------------*/
.menu ul {
	margin:0; padding:0; 
	list-style-type:none;
}
	
.menu li {
  float:left;
}

.menu a {
	display:block; 
	width:140px;
	height:60px; 
	/*text-indent:-9999px;*/
	background-repeat:none;
	background-position:0 -60px;
}

a.band {background-image:url(../images/menu_band.png); }	
a.media { background-image:url(../images/menu_media.png); }
a.music { background-image:url(../images/menu_music.png); }
a.tour { background-image:url(../images/menu_tour.png); }
a.contacts { background-image:url(../images/menu_contacts.png); }

a:hover { background-position:0 0; }

a.bandActive {background-image:url(../images/menu_band.png);background-position:0 0px; }	
a.mediaActive { background-image:url(../images/menu_media.png);background-position:0 0px;  }
a.musicActive { background-image:url(../images/menu_music.png);background-position:0 0px;  }
a.tourActive { background-image:url(../images/menu_tour.png);background-position:0 0px;  }
a.contactsActive { background-image:url(../images/menu_contacts.png);background-position:0 0px;  }


/*#zone_bgimg{
  background:URL(../images/zone_band.png) no-repeat;
  z-index:-1;
  width:100%;
  height:100%;
  position:absolute;
}*/