﻿/****************** Body and Tags *****************/

body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #573C26;
	background-color: #FAF7ED;
	background-image: url('../images/Background.jpg');
	background-repeat: repeat;
}
.homecell {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px outset #EDE0BA;
}
.foottext {
	font-family:"Trebuchet MS";
	font-size: 10pt;
	font-weight: 700;
	font-style:oblique;
}
.note {
	padding: 5px;
	color: #573C26;
	background-color: #F3EDD6;
	border: 1px solid #EBE1BC;
}
.bignote {
	padding: 5px;
	margin: 0 0 11px 0;
	color: #573C26;
	background-color: #F3EDD6;
	border: 1px solid #EBE1BC;
	font-size:16px;
	font-weight:bold;
}
.picshow {
	padding: 5px;
	color: #312115;
	background-color: #F3EDD6;
	border: 1px solid #EBE1BC;
	text-align: center;
	position: relative;
}
.freetext {
	padding: 5px;
	font-style: italic;
	position: relative;
	clear: both;
}
.menucont {
	margin-bottom: 7px;
	position: relative;
}
img {
	border-width: 0px;
}
.icon {
	vertical-align: middle;
	margin-right: 15px;
}
.mappa_img {
	margin: 5px 0px 5px 0px;
}

td {
	background-color:#FAF7ED;
}
.contcell {
	padding: 5px;
	vertical-align: top;
	border: 1px outset #EDE0BA;
}

h1 {
	font-family: "Trebuchet MS";
	font-weight: 700;
	font-style: oblique;
	font-size: 12pt;
	margin:0px
}
p {
	margin:0px
}
.title_area{
	border: 1px solid #DDD1AA;
	background-color: #F4ECD6;
	font-family: "Trebuchet MS";
	font-weight: 700;
	font-style: oblique;
	font-size: 12pt;
	text-indent: 7px;
	height: 50px;
	line-height: 50px;
}
.textonly{
	margin: 9px 5px 9px 5px;
}
.centered{
	margin: 5px;
	text-align: center;
}


/******************* CSS Layout *********************/

#top{
	padding: 7px 5px 7px 5px;
	width: 898px;
	margin: 0px auto 0px auto;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#header{
	border: 1px outset #EDE0BA;
	padding: 5px;
	margin: 0px auto 0px auto;
	height: 207px;
	width: 898px;
	background-color: #FAF7ED;
	background-image:url('../images/header_home.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#header_chi{
	border: 1px outset #EDE0BA;
	padding: 5px;
	margin: 0px auto 0px auto;
	height: 207px;
	width: 898px;
	background-color: #FAF7ED;
	background-image:url('../images/header_chisiamo.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#container{
	border: 1px outset #EDE0BA;
	padding: 6px;
	margin: 5px auto 0px auto;
	width: 896px;
	background-color: #FAF7ED;
	position: relative;
}
#homeshow{
	margin: 0px auto 0px auto;
	width: 920px;
	position: relative;
}
#footer{
	padding: 10px 5px 10px 5px;
	height: 25;
	width: 898px;
	margin: 0px auto 15px auto;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

/******************* Hovering *********************/

a:link {color: #312115;	text-decoration:none; font-weight:bold}
a:visited {color: #312115; text-decoration:none; font-weight:bold}
a:active  {color: #cc0000; text-decoration:none; font-weight:bold}
a:hover  {color: #cc0000; text-decoration:none; font-weight:bold}

/******************** TOP MENU *********************/

#solidblockmenu {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:14px;
	padding: 0;
	float: left;
	width:100%;
	position:relative;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu li a{
	border:1px #EDE0BA	solid;
	background-color:#F3EDD6;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right:5px;
	margin-right:7px;
	margin-bottom:7px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #573C26;
}
#solidblockmenu li .current{
	color: #cc0000;
	background-color:#ffffff;
}
#solidblockmenu a:hover{
	color: #cc0000;
}

/******************** SIDE MENU *********************/

#sidekmenu{
	font-size:14px;
	margin: 7px 0px 7px 0px;
	padding: 0;
	float: left;
	width:156px;
}
#sidekmenu li{
	display: inline;
}
#sidekmenu li a{
	width:156px;
	border:1px	#EDE0BA	solid;
	background-color:#F3EDD6;
	padding: 1px 5px 0px 5px ;
	margin:0 0 5px 0;
	float: left;
	text-decoration: none;
	text-align: left;
	color: #573C26;
}
#sidekmenu li .current{
	color: #cc0000;
}
#sidekmenu a:hover{
	color: #cc0000;
}
.fullwidth {
	margin: 0px;
	text-align: left;
}

