a, a:link, a:visited, a:hover {
	color: #000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

.block {
  display:block;
}

.right {
  float: right;
  margin-left:10px;
}

.no-margin {
  margin:0px;
}

.foto {
  border:1px solid #000;
  padding:1px;
}

.back {
  padding:10px 0 0 35px;
  background-image:url(../imgs/back.png);
  background-repeat:no-repeat;
  height:20px;
  display:block;
}

.gray {
	color:#555;
}

/*----------definire titoli h----------*/

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: #000;
  font-weight:bold;
}

h3, h3 a {
  font-size:14px;
}

h2, h2 a {
  font-size:18px;
}

/*---------------header----------------*/


/*---------------navbar----------------*/

#navbar {
  margin:5px 0;
  width:100%;
  height: 140px;
}

#top-bar {
	height:13px;
	width:99%;
	background-color:#F00;
	border:1px solid #DDD;
	margin:5px auto;
}

#navlist {
	width:99.1%;
  list-style-type:none;
  padding:6px 0;
  margin:0 auto;
}

#navlist span.number {
	font-size: 34px;
	color:#D7D7D7;
	width:66px;
	display:block;
	line-height:40px;
}

#navlist span {
	clear:both;
	font-size:10px;
}

#navlist li{
  float:left;
  height:auto;
  text-align:center;
  margin:0;
  width:66px;
  background-color:#FFF;
}

#navbar li a{
  color:#555;
  font-weight:bold;
  display:block;
}

#navbar .submenu {
  width:800px;
  text-align:center;
  background-color:white;
}

/*-----------quicknavbar---------------*/

#quickcontainer
{
  position:fixed;
  right:0px;
  bottom:0px;
  background-color: #333;
  color:#FFF;
}

#quick_hide{
  position:fixed;
  right:0px;
  bottom:0px;
  width:30px;
  z-index:1;
  text-align:center;
}


#quickcontainer .title{
  text-align:center;
  font-weight:bold;
}

#quickcontainer ul{
  list-style-type:none;
  margin:3px 3px 15px 3px;
  padding:5px;
}

#quickcontainer ul li {
  margin:0 0 2px 0px;
}

#quickcontainer ul li a {
  text-decoration: none;
  color:#FFF;
  width:97%;
  display:block;
  padding:0 0 0 3px;
  font-weight:normal;
}

#quickcontainer ul li a.selected {
  background-color: #FFD;
  color: #000;
  font-weight:bold;
}

#quickcontainer ul li a:hover {
  background-color: #FFC;
  color: #000;
}

/*--------------content------------------*/

#home #testo p {
  text-align:justify;
  font-size:12px;
}

#testo p,#testo li {
	font-size:14px;
	font-weight:bold;
	color:#555;
}

#home #testo {
	padding:0;
}

#testo,#formcontainer {
	padding:0 10px;
	text-align:justify;
}

#testo h2,.formtitle {
	color:#F00;
}

.box {
	width:240px;
	padding:12px;
	border-right:1px solid #EEE;
	background-color:transparent;
	margin:0;
}

.box h2 {
	margin:0;
}

#testo .box h2.invert {
	background-color:#f00;
	color:#fff;
}

.box p {
	font-size:12px;
	color:#555;
	font-weight:bold;
}

#content .no-border {
	border-right:0px none;
}

#foto-home {
	margin:20px 60px 0;
}

.foto-container {
	width:250px;
	margin:0 30px 0 0;
}

#top-box {
	width:380px;
	text-align:justify;
	line-height:23px;
}

#top-container h2, #top-container #logo {
	margin-bottom:0px;
}

#top-container {
	margin:10px 0 20px;
	float:left;
}

/*--------------contatti----------------*/

#form .formbox {
  width:auto;
}

/*--------------footer-------------------*/

#footer {
	height:23px;
	background-color:#D7D7D7;
	color:#555;
	padding:10px 5px 0;
	font-weight:bold;
}

/*--------------quicknavbar--------------*/

#quicknavbarlink {
  position:fixed;
  bottom:0;
  right:0;
  text-align:right;
}
