/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #003399;
	text-decoration: none;	
}

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

a.name {
	color: #666666;
	text-decoration: none;	
}

a.name:hover {
	color: #666666;
	text-decoration: none;
}

/* Boxed */

.title {
	background: url(/images/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	padding: 10px 20px 0px 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	/*background: url(/images/img06.gif) repeat-x left bottom;*/
	padding-top: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CFCFCF;
	background: none;

}

.boxed3 .content {
	padding: 20px;

}

.boxed3 ol, .boxed3 ul {
	margin-left: 3em;
}

.boxed3 .rtop {
	text-align: right;
  font-size: 65%;

}

.pippo h3 a {
	font-size: 150%;
	color: #FF9933;
}
table#TabellaForm {
   width: 520px;
}

table#TabellaForm td {
    padding-top: 3px;
    padding-bottom: 3px;
    height:25px;
    line-height: 130%;
    text-align:left;
}

table#TabellaForm td.servizi {
    text-align:justify;
}

table#TabellaForm .TitoloTabella{
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CFCFCF;
	background: none;
	padding-top:10px;

}

table#TabellaForm .SottoTitoloTabella{
	font: normal 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none;
	padding-top:5px;

}

table#CS {
  width: 200px;
  height: 120px;  
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
   
}

table#TabellaInfo {
   width: 516px;
   border-collapse: collapse;  
}

table#TabellaInfo th {
    padding-top: 3px;
    padding-bottom: 15px;
    height:25px;

}

table#TabellaInfo td {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    height:25px;   
}

table#TabellaInfo th.headerC {
    text-align:center;
}

table#TabellaInfo th.headerL {
    text-align:left;
}


table#TabellaInfo td.normalC {
    text-align:center;
}

table#TabellaInfo td.normalL {
    text-align:left;
}


/* Header */

#header {
	width: 760px;
	height: 124px;
	margin: 0 auto;
  /*background: url(/images/testata.jpg) no-repeat 100% 0px;
	border-top: 5px solid #FF9933;*/
}

/* Logo */

#logo {
	float: left;
	width: 760px;
	height: 94px;
	/*background: #003399 url(/images/img01.gif) repeat-y;*/
	
}



/* Menu */

#menu1 {
	float: left;
	width: 640px;
	height: 30px;
	background: url(/images/sfondo_menu.gif) repeat-x;
	
}

#menu1 ul {
	display: block;
	list-style: none;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	display: block;
	float: left;
	height: 18px;
	padding: 7px 10px 5px 10px;
	/*background: #FFFFFF;
	border-top: 5px solid #FF9933;*/
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

#menu1 a:hover {
	background: url(/images/sfondo_menu_2.gif) repeat-x;	
	color: #8399C2;
}

#menu1 .active a {
	background: #FFA800;
}

#menu1 a b {
	text-decoration: underline;
}

#menu2 {
	float: right;
	width: 130px;
	height: 30px;
	background: url(/images/sfondo_menu.gif) repeat-x;
}

#menu2 ul {
	display: block;
	list-style: none;
}

#menu2 li {

	display: block;
	float: right;
	height: 18px;
	padding: 7px 10px 5px 10px;
	/*background: #FFFFFF;
	border-top: 5px solid #FF9933;*/
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	
}

#menu3 {
	float: left;
	width: 120px;
	height: 30px;
	background: url(/images/sfondo_menu.gif) repeat-x;
	
	
}

#menu3 ul {
	display: block;
	list-style: none;
}

#menu3 li {
	display: inline;
	
}

#menu3 a {
	display: block;
	float: left;
	height: 18px;
	padding: 7px 10px 5px 10px;
	/*background: #FFFFFF;
	border-top: 5px solid #FF9933;*/
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}

#menu3 a:hover {
	background: url(/images/sfondo_menu_2.gif) repeat-x;
	color: #8399C2;	
}

#menu3 .active a {
		background: url(/images/sfondo_menu_blu.gif) repeat-x;
}

#menu3 a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(/images/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#page_q {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 520px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	text-align:justify;
}

#content_q {
	float: right;
	width: 720px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	text-align:justify;
}

#content p {
	line-height: 152%;
  text-align: justify;	
}


#content h2 {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CFCFCF;
	background: none;
	padding-top:10px;
}

#content h3 {
	font: normal 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none;
	padding-top:10px;
	padding-bottom:7px;	
	font-weight: bold;	
}


#content ol, #content ul {
	line-height: 152%;
	padding: 20px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 11px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 8px;
}

#news h3 {

	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Contattaci */

#contattaci {
	padding-top: 6px;
	padding-bottom: 0;
}

#contattaci ul {
	list-style-type: square;
}

#contattaci li {
	margin-bottom: 8px;
}

#contattaci h3 {

	font-size: 92%;
}

#contattaci h3 a {
	display: block;
}

#contattaci p {
	margin-top: 6px;
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 350px;
}

#sample3 {
	float: left;
	width: 520px;
	margin-top: 20px;	

}

#sample1, #sample3 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer1 {
  float:left;
	width: 518px;
	height: 40px;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #CFCFCF;
}

#footer1 p {
	text-align: right;
	font-size: 85%;	
}

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 3px solid #FF9933;
}

#footer p {
	text-align: center;
	font-size: 75%;
}

/*AJAX*/

#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:200px;	/* Width of box */
	height:150px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #003399;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-size:0.9em;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#003399;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

/*AJAX*/

/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform {
	width: 518px;
	}

form.cmxform fieldset { 
  margin-bottom: 10px; 
	border: none;
	border-top: 1px solid #CFCFCF;
}
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	padding-left: 0;
	_margin: 0 -7px; /* IE Win */
	color: #333;
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
  list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
  background: none;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	color:#666666;
  white-space: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 50px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 53px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform2 {
	width: 518px;
	}

form.cmxform2 fieldset { 
  margin-bottom: 10px; 
	border: none;
	border-top: 1px solid #CFCFCF;

}
	
form.cmxform2 legend {
	padding: 0 2px;
	font-weight: bold;
	padding-left: 0;
	_margin: 0 -7px; /* IE Win */
	color: #666;
	
	}
	
form.cmxform2 label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform2 fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform2 fieldset li {
	padding: 5px 10px 7px;
  list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform2 fieldset fieldset {
	border: none;
	margin: 3px 0 0;
  background: none;
  
	}
	
form.cmxform2 fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	color:#666666;
white-space: normal;
	}
	
form.cmxform2 fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform2 em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform2 label { width: 200px; } /* Width of labels */
form.cmxform2 fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform2 legend { display: inline-block; } /* IE Mac legend fix */

