/*
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;
}

/* 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 {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 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%;

}

table#TabellaForm {
   width: 516px;
}

table#TabellaForm td {
    padding-top: 3px;
    padding-bottom: 3px;
}

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;
   
}

/* Header */

#header {
	width: 760px;
	height: 134px;
	margin: 0 auto;
  background: url(images/testata.jpg) no-repeat 100% 0px;
	border-bottom: 5px solid #FF9933;
}

/* Logo */

#logo {
	float: left;
	width: 760px;
	height: 94px;
	/*background: #003399 url(images/img01.gif) repeat-y;*/
	
}


/* Menu */

#menu1 {
	float: left;
	width: 450px;
	height: 40px;
	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: 25px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
	border-top: 5px solid #FF9933;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu1 a:hover {
	background: #F4F4F4;
	border-top-color: #003399;
}

#menu1 .active a {
	background: #FFA800;
	border-top-color: #FF9933;
}

#menu1 a b {
	text-decoration: underline;
}

#menu2 {
	float: right;
	width: 240px;
	height: 40px;
	background: url(images/sfondo_menu.gif) repeat-x;
	
	
}

#menu2 ul {
	display: block;
	list-style: none;
}

#menu2 li {

	display: block;
	float: right;
	height: 25px;
	padding: 10px 10px 0 10px;
	border-top: 5px solid #FF9933;
	background: #FFFFFF;	
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	
}

#menu3 {
	float: right;
	width: 70px;
	height: 40px;
	background: url(images/sfondo_menu.gif) repeat-x;
	
	
}

#menu3 ul {
	display: block;
	list-style: none;
}

#menu3 li {
	display: inline;

}

#menu3 a {
	display: block;
	float: right;
	height: 25px;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;	
	border-top: 5px solid #FF9933;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu3 a:hover {
	background: #F4F4F4;
	border-top-color: #003399;
}

#menu3 .active a {
	background: #FFA800;
	border-top-color: #FF9933;
}

#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;
}

/* Content */

#content {
	float: right;
	width: 520px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	text-align:justify;
}

#content p {
	line-height: 152%;
}

#content ol, #content ul {
	line-height: 152%;
	padding: 20px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {

	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Contattaci */

#contattaci {
	padding-top: 0px;
	padding-bottom: 0;
}

#contattaci h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#contattaci h3 a {
	display: block;
}


/* 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: 5px solid #FF9933;
}

#footer p {
	text-align: center;
	font-size: 85%;
}

/**********************************

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;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 210px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 213px; } /* 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) */
