/* CSS Document */


/* Tag Reset */

html, body, h1, h2, h3, p, ul, li, input, textarea, label, fieldset, a, img, table, tr, td{
	margin:0;
	padding:0;
	line-height:18px;
}

/* Ridefinizione tag*/

body{
	color:#706969;
	font-size:12px;
	text-align:left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

img, a img{
	border:none;
}

a{
	text-decoration:none;
	color:#00CCFF;
}

a:hover{
	text-decoration:none;
	color:#FF9900;
}

p{
	line-height:18px;
	padding-bottom:9px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00CCFF;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	padding-bottom:18px;
	letter-spacing: -1px;
}

h1 strong{
	color:#DE2314;
	font-weight:normal;
}

h1 a{
	font-weight:bold;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#648EB4;
	line-height:18px;
	padding-bottom:9px;
	letter-spacing: -1px;
	font-size:14px;
}

ul{
	list-style:none;
}

input, textarea{
	border:1px solid #CCCCCC;
	width:250px;
	padding:3px;
	float:right;
	margin-bottom:6px;
}

input:hover, textarea:hover{
	border:1px solid #00CCFF;
}

input:focus, textarea:focus{
	border:2px solid #00CCFF;
	padding:2px;
}

input.button{
	background-color:#00CCFF;
	width:150px;
	color:#FFFFFF;
}

input.button:hover{
	background-color:#FFFFFF;
	color:#00CCFF;
	width:150px;
}

label{
	display:block;
	width:100px;
	height:27px;
	line-height:27px;
	float:left;
	border-bottom:1px solid #CCCCCC;
	text-align:right;
	font-weight:bold;
	color:#00CCFF;
}

/* Sezioni  */

#container{
	margin:0 auto;
	width:750px;
}

#content{
	padding:3px 0;
	margin:0 auto;
}
	
#content p{
	padding:10px ;
}
	
#content ul{
	list-style:none;
}

#content li{
	background: url(../images/list.gif) 0 4px  no-repeat;
	padding:0 0 9px 18px;
	border-bottom:1px dashed #d9d9f0;
	margin: 9px 0;
}

#header{
	height:160px;
	border-bottom:4px #FF9900 solid;
	background:url(../images/bg-header.gif) bottom right no-repeat;
}

#header h1{
	padding-top:85px;
	padding-left:5px;
}

#menu-top{
	bottom:0;
	height:42px;
	color:#A1A5A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

#menu-top a {
	padding:0 8px;
}

#menu-top a:link, #menu-top a:visited, #footer a:link, #footer a:visited{
	color:#A1A5A9;
	line-height:41px;
}

#menu-top a:hover, #footer a:hover{
	color:#00CCFF;
	line-height:41px;
}

#photogallery img:hover{
	border:14px solid #FFFFFF;
	margin:2px;
}

#photogallery h2{
	text-align:center;
	width:146px;
	margin:2px;
	float:left;
}

#footer{
	text-align:center;
	background:url(../images/bg-footer.gif) 0 8px repeat-x;
	clear:both;
}

#validation{
	background-color:#f8f8f8;
	border:1px solid #e8e8e8;
	width:100%;
	height:40px;
	margin-bottom:15px;
}

#validation a{
	padding:0 8px;
}

#validation img{
	padding-right:10px;
	vertical-align:middle;
}

#form1 p{
	padding:8px 0;
}

/* Stili per homepage */

.box{
	background:url(../images/bg-testi.gif) no-repeat top #EDEDED;
	width:400px;
	min-height:297px;
	height: auto !important;
    height: 297px;
	padding:25px 20px 25px 20px;
}

.box h1{
	color:#333333;
}

.box1{
	background-color:#FFFFFF;
	width:307px;
	border-left:3px solid #FFFFFF;
	text-align:center;
}

.box1 p{
	padding-bottom:15px;
}

.box1 h1{
	padding:15px 0;
	color:#333333;
}

.menu-bottom{
	margin:0 auto;
	padding-bottom:12px;
	height:35px;
	color:#00CCFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	border-top:4px solid #00CCFF;
}

.menu-bottom a {
	padding: 0 6px;
}

.menu-bottom a:hover{
	color:#00CCFF;
	padding-top:11px;
	border-top:2px solid #FFFFFF;
}

.evento{
	text-align:center;
	clear:both;
	padding:25px 20px 25px 20px;
	background-color:#f8f8f8;
	border:1px solid #e8e8e8;
	margin-bottom:4px;
}

.photogallery img{
	border:14px solid #E8E8E8;
	margin:2px;
}

.testi{
	padding-top:15px;
}

.spazio{
	margin-top:3px;
}

.floatedLeft{
	float:left;
}

.floatedRight{
	float:right;
}

.cleared{
	clear:both;
}

form{
	margin-top:9px;
	padding:9px;
	border-top:1px solid #a3b3c8;
	border-bottom:1px solid #a3b3c8;
}
