/* CSS Document */

body {
	background-color: #B00000;
}

.homeSubtitle {
	color:#E8CA81;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}

.homePhrase {
	color:#E8CA81;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-top: 35px;
}

.homePhraseSmall {
	color:#947D39;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#left-side-menu {
	background-image: url(images/info/left-line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #957C39;
}

#left-side {
	background-image: url(images/info/left-line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #EEEFDD;
}

#right-side-menu {
	background-image: url(images/info/right-line.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #957C39;
}

#right-side {
	background-image: url(images/info/right-line.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EEEFDD;
}

.diritti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #864817;
	padding-top: 6px;
	padding-left: 0px;
}

.diritti a {
text-decoration: none;
}
.diritti a:link, .diritti a:active, .diritti a:visited {
color: #864817;
}

.diritti a:hover {
color: #947D39;
}

.piePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #864817;
	padding-top: 6px;
	padding-left: 4px;
}

.piePagina a {
text-decoration:underline;
}
.piePagina a:link, .piePagina a:active, .piePagina a:visited {
color: #864817; 
}

.piePagina a:hover {
color: #947D39;
}

/**
* Info
*/
#info {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 85%;
}

#info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #947D39;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#info hr {
	color: #844918;
	width: 100%;
	text-align: left;
}

#info p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

#info li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.bordered {  
	border: #844918; 
	border-style: ridge; 
	border-top-width: 1px; 
	border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
	padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; 
	text-align: center; vertical-align: middle
}

.textual {
	padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px; 
	vertical-align:top;
}

/* 
CSS Styles per il menu di sinistra
*/
#list-menu {
width: 120px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}
#list-menu li {
	margin: 2px 0 0;
	border-bottom-width: 1px;
	border-bottom-style:ridge;
	border-bottom-color: #FABE7F;
}
#list-menu a {
display: block;
width:105px; /* 120px + 2px = 132px ! */
padding: 2px 2px 2px 10px;
/* border: 1px solid #000000; */
background: #957C39;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #E7CB81;
}

#list-menu a:hover {
color: #884614;
background: #E7CB81;
}

/**
Barra di pič di pagina
**/
#footer {
	margin-left: 10px;
	margin-right: 10px;
	vertical-align:middle;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
	color:#CCCCCC;
}

#footer a {
text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited {
color: #E3ECF3;
}

#footer a:hover {
color:#947D39;
}

.sottotitolo {
	position:absolute;
	top: 109px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 52%;
	ssmargin-right: 52%;
	color:#957C39;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style: italic;
	font-size: 14px;
	z-index: 2;
}

.titolo {
	position: absolute;
	left: 240px;
	z-index:1;
}

