﻿/* startbody definition */
body
{
    background: url('img1.gif');
    /*padding: 0;
    font-size: 11px;
    color: #3C3728; */  
    background-color:#786E50;
}
form#form1
{
    width:868px;
    height:100%
}
/* start <a> definition */
a:link
{
    color: #626200;
}
a:hover
{
    color: #003300;
}
a:visited
{
    color: #999999;
}
a:active
{
    color: #FF6633;
}
/* Firefox Dotted Outline Fix */
a:active
{
    outline: none; 
}
/* Firefox Dotted Outline Fix */
a:focus
{ 
	-moz-outline-style: none; 
}
/* end <a> definition */

/* start DIV definition */
div#head
{
    background-position: top;
    width: 868px;
    height: 200px;
    margin: 0 auto;
    background: url('header.png');
    border: 4px solid #000000;
}
div#menudiv
{
    border-left: 4px solid #000000;
    border-right: 4px solid #000000;
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    width: 868px;
    height: 54px;
}
/* start Menu definition */
ul#menu
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 868px;
    height: 54px;
}
/* Float LI Elements - horizontal display */
ul#menu li
{
	float:left;
}
/* Link - common attributes */
ul#menu li a
{
    background: url('button_menu.png') no-repeat scroll left top;
    display: block;
    height: 54px;
    position: relative;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
}
/* class: "home" */
ul#menu li a.news
{
	width:124px;
}
/* class: "portfolio" */
ul#menu li a.band
{
	width:124px;
	background-position:-124px 0px;
}
/*  class: "discography" */
ul#menu li a.discography
{
	width:124px;
	background-position:-248px 0px;
}
/* class: "guestbook" */
ul#menu li a.tourdate
{
    width:124px;
	background-position:-372px 0px;
}
/* class: "media" */
ul#menu li a.media
{
    width:124px;
	background-position:-496px 0px;
}
/* class: "conctacus" */
ul#menu li a.conctactus
{
    width:124px;
	background-position:-620px 0px;
}
/* class: "link" */
ul#menu li a.link
{
    width:124px;
	background-position:-744px 0px;
}
/* Span (on hover) */
ul#menu li a span
{
    background: url('button_menu.png') no-repeat scroll left top;
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}
/* Span (on hover) - puntatore */
ul#menu li a span:hover
{
	cursor:pointer;
}
/* on hove class: "band" */
ul#menu li a.news span
{
	background-position:0px -54px;
}
/* on hover class: "discography" */
ul#menu li a.band span
{
	background-position:-124px -54px;
}
/* on hover class: "tourdate" */
ul#menu li a.discography span
{
	background-position:-248px -54px;
}
/* on hover class: "guestbook" */
ul#menu li a.tourdate span
{
	background-position:-372px -54px;
}
/* on hover class: "media" */
ul#menu li a.media span
{
	background-position:-496px -54px;
}
/* on hover class: "conctacus" */
ul#menu li a.conctactus span
{
	background-position:-620px -54px;
}
/* on hover class: "link" */
ul#menu li a.link span
{
	background-position:-744px -54px;
}
/* end menù definition */
div#contentbody
{
    background-position: left;
    width: 868px;
    margin: 0 0px 0 0px;
    border: 4px solid #000000;
    height: 100%;
    background: url('img5.gif') repeat-y;
    display: table;
}
div#contentleft
{
    padding: 4px;
    float: left;
    width: 195px;
    height: 98%;
    margin-left: 0px;
    margin-right: 0px;
}
div#contentright
{
    padding: 4px;
    float: right;
	width: 655px;
	margin-left: 0px;
	height:98%;
	background-color:#786E50;
}
#footer
 {
	width: 868px;
	margin: 0 auto;
	background: #000000;
	height:auto;
	float:inherit;
	border: 4px solid #000000;
	color:White;
	z-index:auto;
}
/* end DIV definition */

/* start text definition */
.T12_yellow
{
    font-size: 12px;
    color: #FFFFFF;
}
.T14_Gold
{
    font-size: 14pt;
    color: #353500;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
    text-align: right;
}
.T12_Black
{
    font-size: 12pt;
    color: #FFFFFF;
    font-style: normal;
    text-align:left;
}
.T16_Gold
{
    font-size: 16pt;
    font-weight: bold;
    color: #353500;
}
.T14_Black
{
    font-size: 14pt;
    font-weight: normal;
    color: #FFFFFF;
}
.a_header
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}
div#titlepageleft
{
    border: 0px;
    font-size: x-large;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline overline;
    text-align: center;
    vertical-align: middle;
    padding: 2px 0px 2px 0px;
    margin: 0px;
}
.meseanno_tour
{
    font-size: x-small; 
    font-weight: bold; 
    vertical-align: middle; 
    text-align: center; 
    width: 50px; 
    height: 15px; 
    background-color: #FF0000;
}
.giorno_tour
{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    height: 40px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
    background-color: #FFFFFF;
}