* {
	padding: 0;
	margin: 0;
}
html, body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
	line-height: 120%;
}
img {
	border: none
}
p {
	margin-bottom:12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.fotoleft {
	float: left;
	margin:3px 10px 4px 0;
	border:1px solid #C50726;
	background:#fff;
	padding:3px;
}
.cleardiv {
	clear: both;
}
ul {
	padding: 0 10px 10px 10px;
	margin: 20px 0 10px 20px;
}

ul.frecce {
	text-align: left;
	border: 0px solid red;
	margin: 20px 0 10px 0px;
}
ul.frecce li {	
	list-style: none;
	padding: 0 0 0 14px;
	background-image: url(../images/freccia-grigia.png);
	background-repeat:no-repeat;
	background-position:top left;
	border: 0px solid red;
}
ul.frecce li a {	
	font-weight: bold;
}





ul.demo-list {
	text-align: left;
	border: 0px solid red;
	margin: -10px 0 20px 5px;
	padding: 0 0 0 20px;
}
ul.demo-list li {
	margin: 0px 0 2px 0;
	border: 0px solid red;
	padding: 0;
}



h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #c50726;
	margin-bottom: 16px;
	line-height: 100%;
}
h1 {
	font-size:22px;
}
h2 {
	font-size:18px;
	margin-top:12px;
}
h3 {
	font-size:16px;
	margin-top:12px;
}
h4 {
	font-size:15px;
	color: #383838;
}
h5 {
	font-size:14px;	
}



a:link, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #c50726;
}
a:hover {
	text-decoration: underline;
	color: #c50726;
}
a:focus {
	outline: 0; 
}


#container {
	width: 990px;
	float:left;
}
#top {
	float:left;
	position: relative;
	height: 101px;
	width:990px;
	background-image: url(../images/bg-top.png);
	margin-bottom:9px;
}
#logo {
	position: absolute;
	top: 23px;
	left: 32px;
	width: 345px;
	height: 57px;
}
#head {
	float:left;
	position: relative;
	height: 320px;
	width:990px;
}
#flashwrapper {
  	position:absolute;
	width: 658px;
	height: 320px;
	top: 0;
	left: 0;
}
#boxeswrapper {
  	position:absolute;
	width: 324px;
	height: 320px;
	top: 0;
	right: 0;
}
#boxeswrapper img {
  	margin-bottom:7px;
}
#boxeswrapper #top-box-01 {
	display: block;
	position:relative;
	width: 324px;
	height: 123px;
/* 	background:url(../images/box-01.png); */
	margin-bottom:7px;
}
#boxeswrapper #top-box-01 h2 {
	position:absolute;
	top:16px;
	left:18px;
	width:230px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	font-size:22px;	
}
#boxeswrapper #top-box-01 h3 {
	position:absolute;
	top:86px;
	left:34px;
	width:90px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c50726;
	font-weight:bold;
	font-size:17px;	
}

.colonna_form {
	float: left;
	width: 410px;
	border: 0px solid red;
	}
.colonna_indirizzi {
	float: left;
	width: 280px;
	border: 0px solid red;
	}
.switch_form {
	display:block; 
	padding:10px; 
	background:#c50726; 
	color:#fff; 
	font-size:18px; 
	font-weight:bold; 
	font-style:italic;
	margin-bottom:25px;
	line-height: 110%;
	border-top: 5px dashed #f90418;
	border-bottom: 5px dashed #f90418;
}
.switch_form a {
	color:#fff; 
	font-size:18px; 
	font-weight:bold; 
	font-style:italic; 
	text-decoration: underline; 
}
.switch_form a:hover {
	color:#c50726; 
	background:#fff; 
	font-size:18px; 
	font-weight:bold; 
	font-style:italic; 
	text-decoration: none; 
	padding-right: 2px;
}
#policy {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #383838;
	border: 2px solid #eaebeb;
	background-color: #eaebeb;	
	line-height: 11px;
	height: 65px;
	width: 330px;
	overflow: auto;
	margin-bottom: 10px;
	}
/**   FORMS   **/

.colonna_form form {
	float: left;
	/* width: 380px; */
	border: 0px solid red;
	background: #eaebeb;
	padding: 20px 30px;
	border-top: 3px solid #858585;
	border-bottom: 3px solid #858585;
	}	
label {
	font-size: 12px;
	color: #c50726;
	font-weight: normal;
}
input {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
	border: 1px solid #cccccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	height: 21px;
	width: 240px;
}
button {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg-button-red.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 5px 3px 0 0;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	height: 26px;
	border: none;
}
/*
input[type=radio] , 
input[type=checkbox],
input.checkbox {
	border: 1px solid red;
	width: auto;
	background: none;
}
*/
textarea {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;border: 1px solid #cccccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;	
	height: 90px;
	width: 330px;
	overflow: auto;
}
select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #383838;
}
input.firstname {
	display:none;
}
.error {
	border: 2px solid #c50726;
}
.nota {
	font-size: 12px;
	font-style: italic;
}
.colonna_form form table {
/* 	float: left; */
	border: 0px solid red;
	margin-bottom: 20px;
	}





#box-login {
	position:relative;
	width: 324px;
	height: 128px;
	background:url(../images/box-02.jpg);
	margin-bottom:7px;
}
#box-login form input.username {
	position:absolute;
	top: 41px;
	left: 214px;
	width: 98px;
	height: 18px;
	background:none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
	font-size:11px;	
	border: none;
}
#box-login form input.password {
	position:absolute;
	top: 68px;
	left: 214px;
	width: 98px;
	height: 18px;
	background:none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
	font-size:11px;	
	border: none;
}
#box-login form button.login {
	position:absolute;
	top: 90px;
	left: 233px;
	width: 79px;
	height: 24px;
	background:url(../images/butt-login.png);
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ececec;
	font-weight:normal;
	font-size:1px;	
	border: none;
	cursor: pointer;
}
#bloccosinistra {
	float:left;
	position: relative;
	width:744px;
	margin-left:13px;
	min-height:400px;
	background:#fff url(../images/bg-bloccosinistra.png) repeat-y;
}
#bloccodestra {
	float:right;
	position: relative;
	width:225px;
	min-height:400px;
}
#focus {
	float:left;
	width:742px;
	height:55px;
	background:#fff url(../images/bg-focus.jpg);
	background-repeat:no-repeat;
	padding:7px 0 13px 0;
}
#focus p {
	float:left;
	margin:6px 4px 0 14px;
	font-size:15px;
	width:720px;
	height:16px;
	font-weight: bold;
	color: #939393;
	overflow:hidden;
}
#focus a {
	float:left;
	width:135px;
	font-size:11px;
}
#preventivatore {
	float:left;
	position: relative;
	width:225px;
	min-height:300px;
	background:#383838 url(../images/bg-prevent.png) repeat-x;
}
#mappaitalia {
	margin-top:12px;
}
#content-large {
	width: 732px;
	float:left;
	border-top:2px solid #c50726;
	padding:15px 0;
	margin-top:0px;
	background:#fff;
	min-height: 400px;
}
#content-medium {
	width: 482px;
	float:left;
	border-top:2px solid #c50726;
	padding:15px 0;
}
#content-small {
	width: 240px;
	float:right;
	border-top:2px solid #c50726;
	padding:15px 0;
	font-size:12px;
	line-height:105%;
}
#content-small a {
	font-weight:bold;
}
#content-small h2 {
	color:#6d6d6d;
	margin-top:0;
}

	
	
/*	3 BOX IN BASSO HOME	 */
#tre-box-home {	
	margin-top:25px;
	font-size:11px;
	line-height:12px;
	background:url(../images/strip-3box.png) repeat-y;
	float:left;
	display:table-cell;
}
#tre-box-home .box-home {
	float:left;
	width:140px;
	margin-right:28px;
	border:0px solid red;
}
#tre-box-home h2 {
	font-size:14px;
	line-height:12px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:0;
}
#tre-box-home img {
	margin:0 0 9px 0;
	border:1px solid #828282;
}
#tre-box-home p {
	margin-bottom:6px;
}
#tre-box-home a {
	font-weight:bold;
}

#footer {
	float:left;
	position: relative;
	width:990px;
	height:77px;
	background:url(../images/bg-footer.png) repeat-x;
	margin-top:30px;
}
#footer .left {
	width:560px;
	margin:18px 0 0 18px;
}
#footer .left p {
	float: left;
	margin:0;
	background:url(../images/logo-footer.png) no-repeat 0 10px;
	padding-left: 170px;
	font-size: 11px;
}
#footer .right {
	width:400px;
	margin:18px 0px 0 0; 
	text-align:right;
	font-size:11px;
	position:relative;
}
#footer .right ul {
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	right:-9px;
}
#footer .right ul li {
	display: inline;
	text-decoration: none;
	padding: 0 10px 0 5px;
	background-image: url(../images/strip-menu-footer.png);
	background-repeat:no-repeat;
	background-position:top right;		
	float: left;	
}
#footer .right p {
	padding:0;
	margin:0;
	position:absolute;
	top:20px;
	right:0;
}


/**  BARRA DI NAVIGAZIONE  **/
#menuNavigazione {	
	background: url(../images/bg-menu.png);	
	width:990px;
	height:29px;
	float:left;
	margin-bottom:13px;
}
#menuNavigazione ul {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 29px;
	width: 100%;
}
#menuNavigazione ul li {
	display: inline;
	text-decoration: none;
	padding: 0 16px 0 13px;
	background-image: url(../images/strip-menu.png);
	background-repeat:no-repeat;
	background-position:top right;
	float: left;
	height: 29px;
	
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;	
	float: left;
	line-height: 29px;
	cursor: default;
}
#menuNavigazione ul li.last {
	background: none;
}
#menuNavigazione ul li a:link, 
#menuNavigazione ul li a:visited, 
#menuNavigazione ul li a:focus, 
#menuNavigazione ul li a:active {
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;	
	float: left;
	line-height: 29px;
}
#menuNavigazione ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-image:url(../images/menu-on.png);
	background-position:50% 24px;
	background-repeat:no-repeat;
}

/**  BARRA DI NAVIGAZIONE TOP  **/
#menuTop {	
	position:absolute;
	bottom:22px;
	right:8px;
	width:470px;
	height:13px;
	text-align:right;
}
#menuTop ul {
	float: right;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 13px;
	width: 100%;
}
#menuTop ul li {
	display: inline;
	text-decoration: none;
	padding: 0 16px 0 13px;
	background-image: url(../images/strip-menu-top.png);
	background-repeat:no-repeat;
	background-position:top right;
	float: right;
	height: 13px;
}
#menuTop ul li.last {
	background: none;
}
#menuTop ul li a:link, 
#menuTop ul li a:visited, 
#menuTop ul li a:focus, 
#menuTop ul li a:active {
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c50726;
	font-weight:normal;	
	float: left;
	line-height: 13px;
}
#menuTop ul li a:hover {
	color: #c50726;
	text-decoration: underline;
}




table.elenco {
	border: 0px solid red;
	border-collapse: collapse;
	text-align: left;
	}
table.elenco th {
	border-bottom: 1px solid #d90000;
	padding: 22px 6px 6px 6px;
	font-size: 14px;
	font-weight: bold;
	color: #c50726;
	}
table.elenco td {
	border-bottom: 1px solid #8c8b8b;
	padding: 6px;
	}
	
	


