html{height:100%}
BODY { 
margin: 0px;
background: #ffffff;
background-image:url('images/bg.jpg');
background-repeat: repeat-x;
}

.td_main { 
background-image:url('images/bg_table.gif');
background-repeat: repeat-x;
}

.frame_left { 
background-image:url('images/frame_bg_left.gif');
}
.frame_right { 
background-image:url('images/frame_bg_right.gif');
}
.frame_top { 
background-image:url('images/frame_bg_top.gif');
}
.frame_bottom { 
background-image:url('images/frame_bg_bottom.gif');
}

.bg_hp_designjet {
background-image:url('images/bg_designjet.jpg');
}

.bg_top { 
background-image:url('images/bg_top.jpg');
background-repeat: repeat-x;
}

input,select,textarea{
color: #0461A4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
border: 1px solid #CCCCCC;
}


p {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 11px;
MARGIN: 3PX;
color: #666666;
line-height:1.5;
text-align:left;
}

h1 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 20px;
margin: 0px;
margin-left:20px;
margin-top:0px;
color: #771E59;
font-weight: bold;
text-align:left;
}

h2 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 20px;
margin: 0px;
margin-left:20px;
margin-top:0px;
color: #771E59;
font-weight: bold;
text-align:left;
}

.testo_pulsanti {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 13px;
font-weight: bold;
MARGIN: 3PX;
color: #336699;
}


.titolo {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 20px;
MARGIN: 3PX;
color: #771E59;
font-weight: bold;
text-align:left;
}

.sottotitolo {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 11px;
MARGIN: 3PX;
color: #333333;
}


.titolo_home_benvenuti {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 20px;
MARGIN: 3PX;
color: #FFCC33;
text-align:left;
}


.info {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : italic;
font-size : 12px;
MARGIN: 3PX;
color: #ffffff;
text-align:left;
}

.info_1 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #ffffff;
text-align:left;
}

.info_serie {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #67BDDA;
text-align:left;
}

.menu_top2 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : bold;
font-size : 14px;
MARGIN: 3PX;
color: #CCCCCC;
text-align:left;
}

.menu_top {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #00496C;
text-align:left;
}

a:link {
	color: #7a225c;
	text-decoration: none;
}

a:visited {
	color: #7a225c;
	text-decoration: none;
}

a:hover {
	color: #7a225c;
	text-decoration: underline;
}

A.link_top:link, A.link_top:visited { color:#336699; text-decoration:none; }
A.link_top:hover { text-decoration:underline; color:#FF0000}text-decoration: underline;}

a.testo_pulsanti:link { color:#336699; text-decoration:none; }
a.testo_pulsanti:visited { color:#336699; text-decoration:none; }
a.testo_pulsanti:hover { text-decoration:underline; color:#FF0000}text-decoration: underline;}


.table_heading{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #EAEAEA;
	background: #CCD6F1;
	cursor: pointer;
}

.table_list{
	border-bottom: 1px solid #006A9D;
	border-right: 1px solid #006A9D;
	/*background: #FFFFFF;*/
}

/* ************ STILI PER ERRORI JQUERY ************** */

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

label.error{
	color: #ff0000;
	margin-left: 0.75em;
}

div.error {
	font-family:Arial, Verdana, Tahoma, Helvetica;
	font-style:normal;
	font-size:11px;
	margin:3px;
	color: red;
}

input.necessario{
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:635px;
		height:130px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#900;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#F00000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Easy slider_loghi */

	#slider_loghi ul, #slider_loghi li,
	#slider_loghi2 ul, #slider_loghi2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider_loghi2{margin-top:1em;}
	#slider_loghi li, #slider_loghi2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider_loghi area will adjust according to the parameters provided here
		*/ 
		width:580px;
		height:270px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#900;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#F00000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy slider_loghi */
