/* CSS Document */
/* All page content elements are children of and should inherit these styles. Browser realities may vary! */
/* Block elements */
H1, H2, H3, H4, H5, H6, FORM, DIV, BLOCKQUOTE, OL, P, PRE, TABLE, UL, DL, DT, DD {
display : block;
}

/* Inline elements */
A, B, CODE, EM, I, IMG, INPUT, SMALL, SPAN, STRONG, TEXTAREA {
display : inline;
}

/* List-item element */
LI {
display : list-item;
}

/* Generic styles for elements */
html { font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;}

p {
margin-top : 1em;
margin-bottom : 1em;
}

h1, h2, h3, h4, h5, h6 { font-weight : bold; }
h1 { font-size : xx-large; }
h2 { font-size : x-large; }
h3 { font-size : large; }
h4 { font-size : medium; }
h5 { font-size: small; }
h6 { font-size: x-small; }
i, em { font-style : italic; }
small { font-size : smaller; }
big { font-size : larger; }
ol { list-style : decimal; }
ul { list-style : disc; }
pre, code { 
	font-family : monospace; 
	font-size: small;
}
b, strong { font-weight : bolder; }
pre { white-space : pre; }
table { display : table; }
tr { display : table-row; }
th, td { 
	display : table-cell;
	vertical-align: center;
}
th {
	font-weight : bold;
	text-align : center;
}
caption {
	text-align: center;
	display : table-caption;
}

/* Pseudo-classes */
a:link {
	text-decoration : underline;
	color : Blue;
}
A:VISITED {
	text-decoration : underline;
	color : Purple;
}

/* Contextual selectors */
a:link img { border : 2px solid Blue; }
a:visited img { border: 2px solid purple; }

/* Attribute selector */
INPUT[type="hidden"] { display : none; }


/* DA QUI IL RESTO */

body {
font-size: 1em;
color:#3b7b99;
text-align:justify;
line-height:1.7em;
}

h1 {
  font-size:1.3em;
  color:#3b7b99;
  font-weight:bold;
	margin:8px 0 5px 0;
	padding:0;
}

h2 {
  font-size:1.2em;
  color:#3b7b99;
  font-weight:bold;
	margin:0;
	padding:0;
}


h3 {
  font-size:1.1em;
  color:#3b7b99;
  font-weight:bold;
}

hr {
border:1px dashed #79a9c9;
height:2px;
margin:10px 0 10px 0;
padding:0;
}

a:link ,a:visited ,a:active {
color:#3b7b99;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#3b7b99;
font-weight:bold;
text-decoration:underline;
}


/* CONTENT */

#main {

}

#maincontent #header .menu img{
border:0;
}

#maincontent #content{
background-image:url(../img/sfondo_content.gif);
background-repeat: no-repeat;
}

#maincontent #contentprod{
background-image:url(../img/sfondo_content1.gif);
background-repeat: no-repeat;
}

#maincontent #content .testohome{
text-align:center;
margin-bottom:10px;
}

#maincontent #content .testo{
margin: 0px;
padding:10px;
}

#maincontent #content .testo .news{
margin:15px 0 0 0;
border-bottom:solid 4px #6ea9c5;
height:80px;
}


#maincontent #content .testo .news img{
float:left;
margin-right:5px;
border:1px solid #6ea9c5;
}

#maincontent #content .testo .newsdett{
margin:15px 0 0 0;
}

#maincontent #content .testo .newsdett img{
float:left;
margin-right:10px;
border:1px solid #6ea9c5;
}

#maincontent #contentprod .testo{
margin: 0px;
padding:10px;
}

#maincontent #contentprod .testo .galleria{
margin-top:10px;
}

#maincontent #contentprod .testo .galleria a img{
border:1px solid #6ea9c5;
margin-right:8px;
}

input.login {
	height:14px;
	width:150px;
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f9db9;
	}

input.tasto {
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #7f9db9;
	font-weight:bold;
	width: 100px;
	height: 20px;
	border: 0px solid #000000;
	background-color:#ffffff;
	cursor:hand;
	}
	
input.contatti {
	height:14px;
	width:150px;
	font: 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	}










