/* 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;
}

/* Ridefinizione tag*/

body{
	color:#FFFFFF;
	font-size:14px;
	text-align:left;
	background:url(../images/body.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

img, a img{
	border:none;
}

a{
	font-weight:bold;
	text-decoration:none;
	color:#e90751;
}

a:hover{
	text-decoration:underline;
}

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

h1{
	color:#ffffff;
	font-size:24px;
	line-height:27px;
	padding:6px 0 15px 0;
	font-weight:normal;
}


h2{
	color:#c6074f;
	line-height:18px;
	padding-bottom:3px;
	letter-spacing: 1px;
	font-size:14px;
}

h2{
	color:#ffffff;
}

ul{
	list-style:none;
	padding-bottom:18px;
}

li{
	background:#FFF url(../images/punto.gif) left no-repeat;
	padding-left:21px;
	text-align:left;
}

/* Form */

input, textarea{
	padding:6px 3px;
	margin-right:15px;
	margin-bottom:9px;
	border:1px solid #d9d9d9;
	width:376px;
	color:#2893CD;
}

input.check{
	width:18px;
	margin-right:44px;
	float:right;
}

input.button{
	width:120px;
	float:right;
	background-color:#2893CD;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:44px;
	border:1px solid #2893CD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
}

input.button:hover{
	background-color:#A0C32B;
	border:1px solid #A0C32B;
}

label.check{
	display:inline;
}

label{
	display:block;
}

/* Sezioni  */

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

#header{
	height:125px;
}

#header img.logo{
	padding-top:30px;
}

#header img.telefono{
	float:right;
	padding-top:24px;
}

#content{
	height:222px;
	padding:18px 0;
	position:relative;
	margin-bottom:36px;
}

#slider{
	float:right;
}

#sx{
	width:480px;
}

#sx p{
	text-align:justify;
}

#contenuto{
	color:#444;
	padding-top:12px;
	float:left;
}

#contenuto h1{
	color:#a0c32b;
}

#contenuto h1 strong{
	color:#2893cd;
	font-weight:normal;
}

#contatti{
	width:480px;
	padding-bottom:18px;
	background:url(../images/baloon.png) top right no-repeat;
}

#servizi{
	width:400px;
	background:url(../images/lampadina.png) top right no-repeat;
	padding-bottom:18px;
	border-bottom:#d9d9d9 solid 1px;
}

#ufficio{
	margin-top:20px;
	width:400px;
	background:url(../images/logo-min.gif) top right no-repeat;
	padding-left: 48px;
}

#footer{
	height:90px;
	font-size:12px;
	border-top:#d9d9d9 solid 3px;
	color:#444;
	padding-top:9px;
	clear:both;
}

#footer a:link, #credits a:visited{
	padding:3px;
	color: #00186a;
}

#footer a.validation:hover{
	color:#fff;
	background: #00186a;
	text-decoration:none;
}

/* Stili per homepage */

.grigio{
	padding-left:48px;
	padding-top:18px;
	width:435px;
	height:420px;
	background-color:#f7f7f7;
	border:#d9d9d9 1px solid;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	float:left;
}

.warning{
	padding:9px 15px;
	border:1px solid #FF0000;
	background-color:#ffcccc;
	color:#000000;
	width:352px;
	display:none;
	margin-bottom:9px;
}

.floatedLeft{
	float:left;
}

.floatedRight{
	float:right;
}

.cleared{
	clear:both;
}
