/**********************************************************/
/******************   GENERAL  STYLES     *****************/
/**********************************************************/
body, html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:normal; 
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
	text-align:center;
	background-color:#ededed;
}

* {
    margin:0;
    padding:0;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin:0px;
	padding:0px;
}

.flash-replaced .alt {
    display:block;
    height:0;
    overflow:hidden;
    position:absolute;
    width:0;
}

a{
	text-decoration : none;
	color:#323232;
}

a:hover{
	text-decoration : none;
	color:#323232;
}

a img{
	border : none;
}

ul,ol,li,dl,dt,dd{
	line-height : normal;
	list-style : none;
	list-style-type:none ;
	list-style-position: inside;
	margin : 0;
	padding : 0;
}

#aspnetForm {
	margin:0;
	padding:0;
}

/**********************************************************/
/****************   PAGE OBJECT  STYLES     ***************/
/**********************************************************/


#wrapper {	
	height:100%;
	width:100%;
	background-color:#ededed;
}

/***********************************************************/
/*********************     HEADER     **********************/
/***********************************************************/

#header {
	width:982px;
	height:116px;
	margin:0 auto;
	background:url(../images/header_logo.jpg) no-repeat;
	position:relative;
	text-align:left;
}

#logo {
    width:300px; 
    height:100px; 
    margin:0;
    padding:0;
    position:relative;
	display:block;
	top:6px;
	left:55px;
}

#facebook {
    display: block;
    height: 69px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 63px;
    top: 23px;
    width: 68px;
}

/***********************************************************/
/*******************  NAVIGATION MENU  *********************/
/***********************************************************/

#menu {
	position:relative;
	width:982px;
	height:46px;
	background:url(../images/bg_header_pg.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
}

#menu ul {
	width:950px;
	height: 46px;
	display:block;
	/* margin:0 auto; Firefox */
	margin-left: 16px; /* IE */
}

#menu ul li{
    display: inline; 
}

#menu ul li a {
    float: left;
    font-family: Arial,Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    text-decoration: none;   
    padding: 13px 4px;
    margin:0px 24px;
	color: #FFFFFF;
}

#menu ul li a:hover, #menu ul li a.current {
	background:url(../images/bg_menu_active.jpg) repeat-x top left;
	background-color:white;
	color: #00318B;
}

/***********************************************************/
/*******************  NAVIGATION PAGE  *********************/
/***********************************************************/

#menu-pg {
	position:relative;
	width:982px;
	height:46px;
	background:url(../images/bg_header_pg.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
}

#menu-pg ul {
	width:950px;
	height: 46px;
	display:block;
	/* margin:0 auto; Firefox */
	margin-left: 16px; /* IE */
}

#menu-pg ul li{
    display: inline; 
}

#menu-pg ul li a {
    float: left;
    font-family: Arial,Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.4em;
    text-decoration: none;   
    padding: 13px 4px;
    margin:0px 24px;
	color: #FFFFFF;
}

#menu-pg ul li a:hover, #menu-pg ul li a.current {
	background:url(../images/bg_menu_active.jpg) repeat-x top left;
	background-color:white;
	color: #00318B;
}

/***********************************************************/
/********************   CONTENT HOME  **********************/
/***********************************************************/

#content {
	width:982px;
	height:auto;
	min-height:669px;
	margin:auto
}

#focus {
	width:982px;
	min-height:400px;
	margin:0 auto;
	background:url(../images/box_top.jpg) no-repeat;
	height:auto;
}


#focus-content {
	width: 920px;
	height: auto;
	background-color:#EBF2F9;
	margin:0 auto;
	padding: 1px;
	position:relative;
	overflow:hidden;
}

#focus-content #left {
	width:334px;
	height: auto;
	min-height:365px;
	border: 1px solid #82878C;
	border-right:none;
	border-bottom:none;
	float:left;
}

#left .itembox {
	position:relative;
	width:335px;
	height: 73px;
	background:url(../images/focus_box.jpg) no-repeat;
	/*padding: 1px 0 1px 1px;*/
	text-align:left;
	border-bottom:1px solid #82878C;
	/*border-left:1px solid #82878C;*/
}

#left .itembox h1 {
	padding-left:20px;
	padding-top:5px;
	color: #2F2F2F;
	font-family: Arial,Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}

#left .itembox span {
	padding-left:20px;
	color:#2F2F2F;
	display:block;
	margin:0px 20px 0px 0px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 10.1pt;
	font-style: normal;
	font-weight: 100;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#left .itembox-last {
	position:relative;
	width:337px;
	height: 74px;
	background:url(../images/focus_box_last.jpg) no-repeat;
	/*padding: 1px 0 1px 1px;*/
	text-align:left;
}

#left .itembox-last h1 {
	padding-left:20px;
	padding-top:5px;
	color: #2F2F2F;
	font-family: Arial,Verdana, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
}

#left .itembox-last span {
	padding-left:20px;
	color:#2F2F2F;
	display:block;
	margin:3px 1px 0px 0px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: 100;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#focus-content a {
	position:relative;
	width:336px;
	height: 72px;
	display:block;
}

#focus-content a:hover {
	background-color:#F2B91E;
}

#focus-content #right {
	width: 583px; /* IE6: 581px da modificare via codice */
	height:auto;
	min-height:369px;
	float:left;
    border: 1px solid #82878C;


}

#focus-content #right #service-img {
	width: 582px; /* IE6: 581px da modificare via codice */
	height:369px;
	min-height:369px;
	background-color:red;
}

#box-top {
	width:982px;
	height:8px;
	margin:0 auto;
	font-size:0;
	background:url(../images/box_top.jpg) no-repeat top left;
}

#box-middle {
	width:982px;
	min-height:385px;
	height:auto;
	margin:0 auto;
	background:url(../images/box_middle.jpg) repeat-y top left;
	padding-top: 6px;
}

#box-bottom {
	width:982px;
	height:7px;
	margin:0 auto;
	font-size:0;
	background:url(../images/box_bottom.jpg) no-repeat;
}

#servizi {
	width:982px;
	min-height:269px;
	height:auto;
	margin:0 auto;
	background:url(../images/bg_servizi.jpg) repeat-y;
}

#servizi-left {
	width:717px;
	min-height:269px;
	margin:0 auto;
	background:url(../images/servizi-left.jpg) no-repeat;
	float:left;
	text-align:center;
	height: 269px;
}

#servizi-left #container {
	width:717px;
	min-height:269px;
	margin:0 11px;
}

#servizi-left .box {
	width:353px;
	min-height:269px;
	margin:0 auto;
	float:left;
}

#servizi-left .box .box-content {
	height:auto;
	width:276px;
	margin:28px auto;
	text-align:left;
}

#servizi-right {
	width:252px;
	height:239px;
	min-height:239px;
	margin:0 auto;
	padding-top:30px;
	float:left;
	background:url(../images/bg_preventivo.jpg) no-repeat;
	background-color:#2688ED;
}


#servizi-right #preventivo{
	width:252px;
	height:200px;
	min-height:269px;
	text-align:center;
}

/***********************************************************/
/********************   CONTENT PAGE  **********************/
/***********************************************************/
#content-pg {
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:left;
	background:url(../images/bg_content_pg2.jpg) repeat-y top left;
	overflow:auto;
}

#content-pg #left{
	width:600px;
	height:auto;
	margin-left:2px;
	float:left;
	text-align:center;
	padding-top: 45px;
}

#content-pg #left .box {
width:545px;
height:auto;
margin:0 auto;
text-align:left;
}

#content-pg #left .box .title {
background-color:#F2B91E;
color: #00318B;
font-family: Arial,Verdana, sans-serif;
font-weight:bold;
font-size:14px;
line-height:28px;
padding-left:7px;
display:block;
}

#content-pg #left .box .content {
padding-left:7px;
color:#2F2F2F;
display:block;
margin:3px 1px 25px 0px;
font-family: Arial,Verdana, sans-serif;
font-size: 10pt;
font-style: normal;
font-weight: 100;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
}

#content-pg #right{
	width:356px; /* IE 356PX */
	float:left;
	height:auto;
	min-height:665px;
}

#content-pg #right #box-img {
	margin-left:4px;
	margin-bottom:15px;
	width:351px;
	height: 386px;
	overflow:hidden;
}

#content-pg #right #preventivo{
	width:351px;
	height:269px;
	min-height:269px;
	margin-left:4px;
	background:url(../images/bg_preventivo_pg.jpg) repeat-x top left;
	background-color:#2688ED;
	text-align:center;
}

#content-pg #right #preventivo img {
	margin:35px 0 0 0;
}

#content-pg #preventivo a {
}

/**********************************************************/
/**************        FOOTER STYLE          **************/
/**********************************************************/

#footer {
	width:982px;
	height:35px;
	background-color:green;
	margin:auto;
	background:url(../images/bg_footer.jpg) no-repeat;
}

#footer-text {
	font-family: Arial, Verdana, sans-serif;
    font-size: 8.5pt;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    line-height: 1.4em;
	color:#FFFFFF;
    width:800px;  
    height:32px;
    margin:0;
    padding:0;    
	text-align:left;    
	float:left;
    padding-left:50px;
    padding-top:6px;
}

#footer-link {
    width:60px;  
    height:32px;
    margin:0;
    padding:0;    
	text-align:right;    
	float:right;
	padding-right:50px;
	padding-top:9px;
}

#footer-link a {
font-family: Arial, Verdana, sans-serif;
	color: #fffaf9;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 8pt;
}  

#credits {
	float:right;
	margin: 8px 20px 0 0;
	text-align: left;
	width: 50px;
	height: auto;
 }


/**********************************************************/
/***************        TEXT STYLE          ***************/
/**********************************************************/

.titolo-box 
{
color:#FFFFFF;
font-family: Arial, Verdana, sans-serif;
font-family:arial;
font-size:14px;
font-weight:bold;
}

.testo {
color:#2F2F2F;
font-family: Arial, Verdana, sans-serif;
font-size:10pt;
line-height:20px;
}

/**********************************************************/
/*******************   CONTATTI STYLES  *******************/
/**********************************************************/

label, input { display:block; font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.5em;color: #2f2f2f;}
input.text { float:left;margin-bottom:0px; width:150px; padding: .4em; font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.5em;color: #2f2f2f;}
textarea.text { float:left; margin-bottom:12px; width:395px;height:90px; padding: .4em; font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.5em;color: #2f2f2f;}
fieldset { padding:10px; border:0; margin-top:10px; text-align:left; border:0px solid #EEEEEE;}
.ui-button {font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.5em;color: #2f2f2f;text-decoration:none; outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none;  !important; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
input.acttext {float:left; margin-bottom:12px; width:60%; padding: .2em; font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;font-weight: normal;text-transform: normal;letter-spacing: normal;line-height: 1.5em;color: #2f2f2f;}
select {width:161px;line-height:1.5em;padding:0.3em;font-family: Verdana, sans-serif;font-size: 11px;font-style: normal;}

.contatti_td_sx{text-align:right;margin-top:0;}
.contatti_td{width:90px;text-align:right;}
.contatti_spacer {width:20px;height:23px;float:left;display:block;}
#main-note {float:left;text-align:right;margin-left:30px;}
#main-privacy {position:relative;width:400px;margin-left:95px;}

/************************************************************************/
/* fake checkbox : unchecked (default/base) state */
.fakecheck {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	background: url(../images/checkbox-two.gif) no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	float: left;
	padding: 1px 0px 0px 0px;
	color: #666666;	
}
/* fake checkbox : hover state */
.fakecheck:hover {
	color:#0066FF;
	text-decoration: none;
}
/* fake checkbox : checked state */
.fakechecked {
	background-position: left -25px;
}

.testo_messaggio {
	font-family: "Myriad Pro","Myriad", Arial, sans-serif;    
    font-size: 11pt;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.6em;
}
