/* 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:#45556D;
	font-size:12px;
	text-align:justify;
	background:url(../images/bg-header.gif) repeat-x center 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

img, a img{
	border:none;
}

a{
	text-decoration:none;
	color:#D92F10;
}

a:hover{
	text-decoration:underline;
}

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

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

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

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

ul{
	list-style:none;
}

li{
}

/* Sezioni  */

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

#content{
	padding-bottom:27px;
	}
	
#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;
}

#content img{
	margin:0 0 10px 25px;
}

#content img.atelier{
	margin:0 0 15px 0;
}

#header{
	position:relative;
	height:130px;
}

#header img{
	padding:15px 0 0 0px;
}

#menu-top{
    position:absolute;
	right:0px;
	top:70px;
	bottom:0;
	height:42px;
	width:430px;
	color:#A1A5A9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

#slogan{
	float:left;
	padding:60px 20px 0 20px;
}

#slogan h1{
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	line-height:32px;
}

#categorie{
	float:right;
	padding-right:18px;
}

#photogallery{
	padding: 40px 0 35px 21px;
}

#photogallery img{
	padding:0 20px 22px 0;
}

#sub-menu img{
	float:right;
	padding: 0 4px;
}

#menu-bottom{
	margin:0 auto;
	width:656px;
	padding:0 0 12px 22px;
	height:42px;
	color:#A1A5A9;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

#menu-top a {
	padding-left:18px;
}

#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:#D92F10;
	line-height:41px;
	text-decoration:none;
}

#menu-bottom a {
	padding-left:9px;
	padding-right:9px;
}

#menu-bottom a:hover{
	color:#D92F10;
	padding-bottom:10px;
	border-bottom:4px solid #D92F10;
	text-decoration:none;
}

#validation{
	height:50px;
	float:right;
	padding-right:26px;
}

#banda{
	height: 248px;
	background:url(../images/bg-banda.gif) center 0 no-repeat;
}

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

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

/* Stili per homepage */
.evidenza{
	border:1px solid #CCCCCC;
	padding:9px;
	margin-bottom:15px;
}

.evidenza p{
	padding-bottom:6px;
}

.box{
	margin:22px 0 18px 0;
	width:380px;
	padding: 0 26px;
}

.box1{
	margin-top:22px;
	width:190px;
	padding: 0 26px;
}

.box2{
	margin-top:22px;
	width:626px;
	padding: 0 26px;
}

.dati{
	margin-top:28px;
	margin-right:40px;
	width:190px;
	padding: 0 26px 22px 26px;
	border:1px solid #CCCCCC;
}

.dati h1{
	padding-top:22px;
}

.floatedLeft{
	float:left;
}

.floatedRight{
	float:right;
}

.form{
	padding-top:15px;
	width:626px;
	border-top:1px solid #a3b3c8;
	border-bottom:1px solid #a3b3c8;
}

.form p{
	padding-bottom:10px;
}