* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}
.hidden{
	visibility: hidden;
	position: absolute;
}
.riga{
	width: 730px;
	height: 10px;
	display: block;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
h1, h2 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}
h3 a:visited,link{
	color: #fff;
}
a:visited {
	color: #0AAAFD;
}

a:link {
	color: #0AAAFD;
}
a img{
	border-style: none;
	border-width: 0;
}
a:hover {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 300px;
	height: 80px;
	background: url(images/stemma.jpg) no-repeat;
	padding-left: 80px;
	margin-top: 10px;
}

#logo h1 {
	padding-top: 20px;
	text-align: left;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
	background-color: #fff;
}

#logo h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 390px;
	margin-top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#splash {
	width: 770px;
	height: 200px;
	margin: 0 auto;
	/*background: url(images/img3.jpg) no-repeat;*/
}
#splash h2{
	color: #fff;
	padding-top: 10px;
	font-size: 20px;
	padding-left: 20px;
	text-align: left;
	font-variant: small-caps;
}
#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 490px;
	padding: 20px;
}


#content_big{
	float: left;
	width: 730px;
	padding: 20px;
}
#content ol, #content ul {
	margin-left: 3em;
}
#gallery{
	margin-left: 20px;
}
#gallery a img{
	border-style: none;
}
#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background-color: #3B3B3B;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
.premi{
		color: #0AAAFD;
	font-weight: bold;
}
#elenco_premi{
	font-size: 12px;
}
#elenco_premi li{
	list-style-type: square;
	list-style-position: outside;
	line-height: 14px;
	margin-bottom: 10px;
}
/* @group tips */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}


/* @end */

/* @group form */
#invio_btn{
	border-style: none;
	border-bottom-style: dotted;
	cursor: pointer;
	text-align: left;
	color: #3f3f3f;
	background-color: #fff;
}
#invio_btn:hover{
	border-bottom-style: solid;
}
input{
	display: block;
	width: 478px;
	border: 1px dotted #525355;
	padding: 5px;
	margin-top: 5px;
}
textarea{
	width: 478px;
		border: 1px dotted #525355;
	padding: 5px;
	margin-top: 5px;
	overflow: hidden;
}
