/* 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;
	background:url(../images/bg.gif) no-repeat;
}

img, a img{
	border:none;
}

a:link, a:visited{
	font-family:Trajan Pro, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	color:#3a96ae;
}

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

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

p strong, .pan ul li strong{
	color:#555;
}

h1{
	font-family:Trajan Pro, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:normal;
	font-size:36px;
	line-height:36px;
	letter-spacing:-1px;
}

h1 strong{
	font-family:Trajan Pro, "Times New Roman", Times, serif;
	color:#3a96ae;
	line-height:18px;
	padding-bottom:24px;
	font-size:18px;
	display:block;
}

h1 a:link, h1 a:visited{
	font-weight:bold;
}

h2,h3{
	font-family:Trajan Pro, "Times New Roman", Times, serif;
	color:#3a96ae;
	line-height:18px;
	padding-bottom:24px;
	font-size:18px;
	letter-spacing:2px;
}

h2{
	padding-top:12px;
	padding-bottom:9px;
}

ul{
	list-style:none;
}

li{
}

/* FORMS */

label{
	font-weight:bold;
	display:block;
	}

input, textarea{
	border:1px solid #cfcfcf;
	padding:3px;
	width:240px;
	margin-bottom:6px;
}

input:hover, textarea:hover{
	border:1px solid #3a96ae;
}

input:focus, textarea:focus{
	border:2px solid #3a96ae;
	padding:2px;
	background:#FFF url(../images/edit.gif) top right no-repeat;
}

input.button{
	font-weight:bold;
	border:1px solid #1e677a;
	background:#3a96ae;
	color:#FFF;
}

input.button:hover, input.button:focus{
	border:1px solid #3a96ae;
	background:#d8eaef;
	color:#3a96ae;
}

.required{
	color:#ff0000;
}

/* Sezioni  */

#container{
	width:952px;
}

#header{
	position:relative;
	height:271px;
	width:952px;
}

#header img{
	position:absolute;
	top:91px;
	right:0;
}

#menu{
    position:absolute;
	top:235px;
/*	bottom:0;*/
	height:36px;
	width:502px;
	padding-left:62px;
	font-size:18px;
	background-color:#3a96ae;
	overflow:hidden;
}

#menu li{
	float:left;
}

#menu a:link, #menu a:visited{
	color:#FFFFFF;
	line-height:36px;
	padding:8px 12px;
}

#menu a:hover{
	color:#FFFFFF;
	line-height:36px;
	background-color:#297f9a;
	}

#content{
	padding:43px 0 52px 72px;
	width:880px;
	height:372px;
	text-align:justify;
}

#map{
	 height:200px;
	 border:1px solid #CCCCCC;
}

#sx{
	width:492px;
}

#sx li, #dx li{
	background:url(../images/li.gif) 0 5px no-repeat;
	padding-left:15px;
	padding-bottom:1px;
}

#sx li.big, #dx li.big{
	font-size:16px;
}

#dx li.big{
	background-position:0 11px;
	border-bottom:1px solid #c7e0e7;
	padding-top:6px;
	padding-bottom:6px;
	}

#dx{
	width:353px;
}

#dx-contatti{
	width:303px;
	padding-left:50px;
}

#wrapper-footer{
	padding-top:10px;
	border-top:1px solid #e1e1e1;
}

#footer{
	width:952px;
}

#footer a:link, #footer a:visited{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#3a96ae;
	padding:2px 9px;
}

#footer a:hover{
	color:#FFFFFF;
	background-color:#3a96ae;
	padding:2px 9px;
}

#studio, #menu-bottom, #validation{
	padding-top:13px;
}

#studio{
	width:230px;
	height:67px;
	border-right:1px solid #e1e1e1;
	padding-left:72px;
}

#menu-bottom{
	padding-left:54px;
	width:434px;
	height:67px;
	border-right:1px solid #e1e1e1;
}

#validation{
	height:67px;
	padding-left:17px;
}

/* EXTRAS */

.spazio{
	padding-top:13px;
}

.floatedLeft{
	float:left;
}

.floatedRight{
	float:right;
}

#dx .selected{
	color:#0d5877;
}

.pan{
	background:url(../images/bg-javascript.gif) top left no-repeat;
}

