/* LIVELLI */

div#container{
	width:58em;
	margin:1em auto;
	text-align:left; 
}

div#content{
	float:left;
	width:54em;
	display:inline;
	margin-left:0em; 
	padding-left: 2em;
	color: black;
	min-height: 25em;
}

div#content-2{
	float:left;
	width:54em;
	display:inline;
	margin-left:0em; 
	padding-left: 2em;
	color: black;
}

div#sidebar{
	float:right;
	width:22em;
	display:inline;
	margin-right:0em; 
	padding-right:1.7em; 
	color: black; 
	font-size:0.8em;
}

div#footer{
	clear:both; 
	color:#FFF; 
	height: 40px;
}

div#header{
	border: 0px purple solid; 
	height: 40px;
}

div#header_2{
	margin:0 auto; 
	background-color: #FFFFFF;
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: left; 
	background-repeat: repeat-y;
	float: left;
	height: 100px;
}

div#header_3{
	margin:0 auto; 
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: right; 
	background-repeat: repeat-y;
	float: left;
	height: 100px;
}

div#header_x{
	margin:0; 
	background-color: #FFFFFF;
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: left; 
	background-repeat: repeat-y;
	float: left;

}

div#header_y{
	margin:0; 
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: right; 
	background-repeat: repeat-y;
	float: left;

}

div#first {
	margin:0 auto; 
	background-color: #FFE7D2;
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: left; 
	background-repeat: repeat-y;
	float: left;
}

div#second {
	margin:0 auto; 
	width:58em; 
	background-image: url('../images/border.png'); 
	background-position: right; 
	background-repeat: repeat-y;
	float: left;
}

div#bar {
	width: 100%; 
	height: 95px; 
	
	background-image: url('../images/bar.png'); 
	background-position: center bottom; 
	background-repeat:repeat-x;
}
		
div#logo {
	width: 100%; 
	height: 95px; 
	
	background-image: url('../images/intermatica.png'); 
	background-position: 90% 100%; 
	background-repeat: no-repeat;	
}


body{
	font: 100.01%/1.5 Calibri,Georgia,Arial,Helvetica,sans-serif; 
	background-image:url('../images/back.gif'); 
	background-attachment: fixed; 
	background-position: center right;
	background-color: #31b554;
	text-align:center; 
	color:black;
	background-repeat: no-repeat;
}
	
td.id1 {
	background-image: url('../images/head-sx.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
		
td.id2 {
	background-image: url('../images/head-dx.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}
	
td.id3 {
	background-image: url('../images/head-central.png');
	background-repeat: repeat-x;
}
		
td.id4 {
	background-image: url('../images/foot-sx.png');
	height: 40px;
	width: 40px;
}

td.id5 {
	background-image: url('../images/foot-dx.png');
	height: 40px;
	width: 40px;
}
	
td.id6 {
	background-image: url('../images/foot-central.png');
	background-repeat: repeat-x;
}

/*tipografia  */

h1{font-size: 1.8em;line-height: 1.25;margin: 1.1em 0 0.15em; color: #004C93;}
h2{font-size: 1.7em;line-height: 1.5;margin: 0.2em 0 0.1em; color: #004C93;}
h3{font-size: 1.5em;line-height: 1;margin: 0em 0 0.5em}
h4{font-size: 1.2em;line-height: 1.25;margin: 1.9em 0 0.6em}
h5{font-size: 1em;line-height: 1.5;margin: 1.5em 0 0}
h6{font-size: 0.75em;line-height: 2;margin: 2em 0 0}

/*line-height*/
p, blockquote, pre, ol, dl, ul, form {
	line-height:1.5;
}

/* set di base per margini e padding */
html, body {
	margin: 0;
	padding: 0;
}

address, blockquote, dl, form, fieldset, ol, table, p, pre, ul{
	margin-top: 0.5;
	margin-bottom: 0.5em;
}

/* stili generici per link,tabelle, form etc....*/
a:link{color:#039; text-decoration:none;}
a:hover{color:#C36; text-decoration:underline;}
a:visited{color:#06C; text-decoration:none;}

code,pre{
	font: 100% "Courier New",Courier,mono;
	color:#390;
}

dt{font-weight:bold}
abbr,acronym{border-bottom: 1px dotted #666;color: #222;cursor:help}

/* BOX */
.contenitore {
   margin-top: 1em;
   color: #000;
   background-color: #fff5ed;
}

.topleft { 
	background: url('../images/top-left.png') no-repeat top left;
}

.topright { 
	background: url('../images/top-right.png') no-repeat top right;
}

.bottomleft { 
	background: url('../images/bottom-left.png') no-repeat bottom left;
}

.bottomright { 
	background: url('../images/bottom-right.png') no-repeat bottom right;
}

.contenuto { 
	padding: 10px; 
}

.images {
	background:#c00; 
	width:20px; 
	padding:1px;
} 

/* MENU */
	
#menu {
	width: 100%;
}
	
#outer {
	padding:2px; 
	height: 27px;
	border:1px solid #a50; 
	border-color:#a50 #fa5 #610 #fa5; 
	background:#f2a057 url('../images/grad.gif') repeat-x bottom left; 
	margin-left:11px; 
	margin-right: 11px;
}
			
#point {
	display:table; 
	padding:0; 
	margin:0 auto; 
	list-style:none; 
	white-space:nowrap;
}

#point li {
	display:table-cell; 
	margin:0; 
	padding:0;
}

#point li a {
	float:left; 
	font-family:arial; 
	font-size:0.8em; 
	height:2.1em; 
	line-height:2.1em; 
	letter-spacing:1px; 
	padding:0 1em; 
	text-decoration:none; 
	color:#fff; 
	background:#f2a057 url('../images/grad.gif') repeat-x bottom left; 
	border-right:1px solid #d60; 
	border-left:1px solid #fb6;
}

#point li a:hover, #point li a.current {
	background:#e93 url('../images/down_arrow.gif') no-repeat center top; 
	color:#fff;
}

#point li a:hover b, #point li a.current b {
	display:block; 
	float:left; 
	background:transparent url('../images/up_arrow.gif') no-repeat center bottom; 
	cursor:pointer
}

.side_ul_1 {
	list-style:none;
	margin:0;
	padding:0;
}

.side_li_1 {
	background-color: #ff8923;
	background-image:url('../images/bk_tools_li.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10%; /* the width of your image + some space */
	margin: 4% auto;	
}

.side_a_1:hover{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

.side_a_1:link{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

.side_a_1:visited{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

.side_ul_2 {
	list-style:none;
	margin:0;
	padding:0;
}

.side_li_2 {
	background-image:url('../images/bk_h4.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10%; /* the width of your image + some space */
	margin: 4% auto;
}

.side_a_2:hover{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

.side_a_2:link{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

.side_a_2:visited{
	color: black;
	cursor: pointer;
	font-size: 1.3em;
	text-decoration:none;
}

img {
	border: 0px black solid;
}

div#logodiv {
	padding-left: 2.0em;
	height: 100px;
}

table#logotable {
	width: 100%; 
	position: relative; 
	top: -20px; 
	left: -10px; 
	z-index: 0;
}

table#logotable td.logo {
	width: 70%;
}

table#logotable td.lang {
	width: 30%;
}


