/* ************************************************************************ */
/*                     STILI GENERALI                                       */
/* ************************************************************************ */
* {
	padding: 0;
	margin: 0; 
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana;
	font-size: 11px;
	background:#0c0e13 url(/img/background.jpg) left top no-repeat;
	color: #1c1c1c;
	line-height: 16px;
	height: 100%;
}
a:link {
	color: #a31111;
	background-color: inherit;
	text-decoration: underline;
}
a:visited {
	color: #a31111;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
  	text-decoration: none;
	color: #6b2c06;
}

a.bianco{	
	color: #fff;
	text-decoration: none;}
a.bianco:hover{
	color: #edc1bf;
	text-decoration: none;}

h1 {
	font-size: 13px;
	font-family: Arial;
	color: #a31111;
	font-weight: bold;
	padding:5px 0;
	margin-left: 35px;
	text-transform: uppercase;
	border-bottom:1px dotted #a31111;
	border-top:1px dotted #a31111;
	background:#efefef;
}

h2 {
	font-size: 13px;
	border-bottom:1px dotted #a31111;
	text-transform: uppercase;
	color: #ba6d00;
	background-color: inherit;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
}

h3{
	font-size: 11px;
	color: #fa406e;
	margin:0 0 10px 0;
}
h4{
	color:#323130;
	font-size: 13px;
	padding:8px 5px;
	font-weight:bold;
	border-bottom:1px dotted #e4e4e4;
}

p {margin:10px 0;padding:0 5px; line-height:18px; font-size:11px; color:#1c1c1c;}

.oro {
	font-family: Georgia, "Trebuchet MS",  Verdana;
	color:#a31111;
	font-weight:bold;
	font-size:15px;
}

.grigiosmall {
	color:#1a1a1a;
	font-size:10px;
}
.rientro{font-size:12px;margin-left:20px;display:block;line-height:18px;}

#contenitore{
	color:#1c1c1c;
	position:relative;
	margin:10px auto;
	border-top:8px solid #a31111;
	width:853px !important;
	width:835px;
	background:#fff;
}

#content{
	width:780px;
	text-align:justify;
	margin:5px 35px;
	border: 0px solid red;
}

#content2{
	width:830px;
	height: 520px;
	text-align:justify;
	margin:5px 5px 5px 10px;
	border: 0px solid red;
}

#cont_right{
	float:right;
	width: 260px;
	height:482px;
	padding:5px;
	background: url(/img/home_dx.gif) no-repeat;
}

#img_consulenza{
	width:235px;
	height:29px;
	margin:10px;
	padding:5px 10px;
	background: url(/img/bk_cosulenza.gif) no-repeat;
}

#content_left{
	font-size: smaller;
	background: url(/img/home_sx.gif) no-repeat;
	float:left;
	padding:5px;
	width: 535px;
	height:482px;
}


#header{
	position:relative;
	border:0px solid red;
	width:844px;
	margin-left:5px;
	height:242px;
	background: url(/img/top_benedettaleone.jpg) no-repeat;
}

#logo{
	padding-top:10px;
	padding-left:15px;
	width:699px;
	height:39px;
	float:left;
	
}

#consulenz{
	position:absolute;
	right:20px;
	bottom:41px;
	float:left;
}

#menu{
	margin-left:26px !important;
	margin-left:13px;
	margin-bottom:15px;
	width:809px;
	height:35px;
	background: url(/img/nav_2.gif) no-repeat;
	}

#menu2{
	margin-left:14px !important;
	margin-left:8px;
	margin-bottom:15px;
	width:835px;
	height:65px;
	}


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
font-size:11px;
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;

}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#navlist li a, #navlist li a:link{
font-size:13px;
float: left;
color: #fff;
margin: 6px;
font-weight: bold;
padding: 5px 12px;
text-decoration: none;

}

#navlist li a:hover{
color: #be6200;
margin: 6px;
padding: 5px 12px;
background:#fff;
border: 0px solid #dec370;
}

#navlist li a#current, #navlist li a#current:link{
color:#a31111;
background: #fff;
margin: 6px;
font-weight: bold;
padding: 5px 12px;
text-decoration: none;
}


------------


/* CSS Document */
*{
	margin:0;
	padding:0;
}
#menutest{
	padding-left: 15px;
	width:100%;
	margin:15px auto;
}
#menutest ul{
	list-style:none;
}
#menutest li{
	display:block;
	float:left;
}

#menutest li a, #menutest li a:link{
	background:#06152f url(img/menu_bg.gif) repeat-x;
	border:2px solid #031c31;
	margin:0 1px;
	padding:6px 6px 6px 6px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 50px;
}
#menutest li a span{
	color:#ffd9c7;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menutest li a:hover{
	background:#315489 url(img/menu_hover.gif) repeat-x;
	border:2px solid #315489;
	text-decoration:none;
}
#menutest li a:hover span{
	color:#ffd9c7;
}

div#menutest a#current{
	background:#d31b1b url(img/menu_hover.gif) repeat-x;
	border:2px solid #b02411;
	margin:0 1px;
	padding:6px 6px 6px 6px;
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	height: 50px;
}
.current span{
	color:#fff;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}



----------------

#cont_centro{
	width:720px;
	height:100px;
	margin: 0 15px;
	border: 1px solid red;
}

#cont_centro2, #cont_centro_foot{
	width:840px;
	height:150px;
	margin:0px 0 0 10px;
	border: 0px solid red;
}

.boxHp{
	width:228px;
	float:left;
	padding:20px;
	height:122px;
	background: url(/img/box_post.gif) no-repeat;
	border:1px solid #fff;
}

.boxHp2{
	width:260px;
	float:left;
	padding:8px;
	margin-right:4px;
	height:121px;
	background: url(/img/bk_box_grigio.gif) no-repeat;
	border:0px solid #000;
}


.boxHp3{
	width:260px;
	float:left;
	padding:8px;
	height:121px;
	background: url(/img/bk_box_grigio.gif) no-repeat;
	border:0px solid #000;
}


.boxHp_foot{
	width:260px;
	float:left;
	padding:8px;
	margin-right:4px;
	height:121px;
	background: url(/img/bk_box_azz.gif) no-repeat;
	border:0px solid #000;
}


.boxHp_foot2{
	width:260px;
	float:left;
	padding:8px;
	height:121px;
	background: url(/img/bk_box_azz.gif) no-repeat;
	border:0px solid #000;
}


#cont_centro a.titoloBox, #cont_centro a.titoloBox:link{
	display:block;
	color:#a31111;
	font-size:12px;
	padding-bottom: 8px;
	text-decoration:none;
}

#cont_centro a.titoloBox2, #cont_centro a.titoloBox2:link{
	color:#a31111;
	font-size:14px;
	padding-bottom: 20px;
	text-decoration:none;
}

#cont_centro a.desc, #cont_centro a.desc:link{
	display:block;
	padding-top: 8px;
	text-decoration:none;
	color:#494744;
	font-size:11px;
}

#cont_centro2 a.desc, #cont_centro2 a.desc:link, #cont_centro_foot a.desc, #cont_centro_foot a.desc:link{
	display:block;
	padding-top: 8px;
	text-decoration:none;
	color:#494744;
	font-size:11px;
}



#footer{
	background:#ecf0f5;
	margin:20px 0 0 6px;
	padding:15px 0 0 20px;
	bottom:0;
	border-top:1px dotted #dec370;
	width:820px;
	height:70px;
}


#content ul {
border-bottom:1px dotted #e4e4e4;
}
.titolo{
font-size:13px;
font-weight:bold;
color:#000000;
}

#content ul li{
color:#a31111;
font-size:12px;
line-height:19px;
padding:7px 0 7px 5px;
margin:0px 0 0 20px;
border-bottom:1px dotted #e4e4e4;
}


#content ol li{
color:#a31111;
font-size:12px;
line-height:19px;
padding:3px 0 7px 5px;
margin:0px 0 0 25px;

}



.titoloConsulenza{
font-size:12px;
font-weight:bold;
color:#778caf;
text-transform: uppercase; /* force text to uppercase */
}

.titoloAlert{
font-size:12px;
font-weight:bold;
color:#b80a11;
text-transform: uppercase; /* force text to uppercase */
}

#rientro{
padding-left:30px;
}

#rientro ul li{
color:#293b58;
font-size:12px;
line-height:19px;
padding:8px 0 8px 5px;
margin:0px 0 0 20px;

}


/*******       FORM MAIL        ********/
/**************************************/


#contentForm {
  display: block;
  width: 600px;
  margin: 20px auto;/*this line will center the page*/
  padding: 15px;
  border: 1px solid #8c8c8c;
  background-color: #f1f1f1;
}
/* and now the form formatting itself */

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(/img/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
  margin: 0;
  padding: 3px;
  font-size: 1em;
  color: #666666;
  background: #fbfbfb;
  border: 1px solid #8c8c8c;
  margin: 5px 0;
}

input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
  color:#524f4c;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(/img/submit.jpg) no-repeat left top;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

.float-left{
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  margin-bottom: 10px;
  margin: 5px 0;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}











