/* CSS Document */
body{
background: #1f1f1f;
font-size:12px;
font-family:Arial, Verdana, San Serif;
color:#686868;
}
h2 {
	font-size:21px;
}
a.opacity:hover img {
filter:alpha(opacity=60);
   -moz-opacity:0.6;
   opacity:0.6;
}
a.opacity img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;

}
tr td {
	padding:5px;
	margin:5px;
}
input {
	padding:2px;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.content {
	width:960px;
	margin:0 auto;
	position:relative; top:0; left:0;
		clear:both;

}


.orange_color {
	color:#eb7e2f;
}
.border_grey {
	border-right:1px solid #6d6d6d;
}
/* top */

#top {
	width:100%;
	height:31px;
}

#navwrapp {
	
}
#nav ul {
	list-style: none outside none;
	margin: 0 0 0 10px;
	padding:0;
}
#nav ul li {
	float:left;
	margin:0 2px;
	padding:0;
	text-align:center;
}
#nav ul li.current_page_item {
	background-position: -20px 10px;
}
#dropmenu, #dropmenu ul {
	float:right;
	z-index:300;
	list-style-position: outside;
}
#dropmenu li {
	float:left;
	position:relative;
}
#nav ul li a:link, #nav ul li a:visited {
color:#FFFFFF;
}

#nav ul li a.red, h1.red {
background:url("../img/bg.gif") no-repeat scroll 0 0 transparent;
color:#fff;
}
#nav ul li a.green, h1.green {
background:url("../img/bg-green.gif") no-repeat scroll 0 0 transparent;
}
#nav ul li a.blue, h1.blue {
background:url("../img/bg-blue.gif") no-repeat scroll 0 0 transparent;
color:#ffffff;
}
#nav ul li a.light-blue, h1.light-blue {
background:url("../img/bg-light-blue.gif") no-repeat scroll 0 0 transparent;
color:#ffffff;
}
#nav ul li a.violet, h1.violet {
background:url("../img/bg-violet.gif") no-repeat scroll 0 0 transparent;
}
#nav ul li a.orange, h1.orange {
background:url("../img/bg-orange.gif") no-repeat scroll 0 0 transparent;
}
#nav ul li a.yellow, h1.yellow {
background:url("../img/bg-yellow.gif") no-repeat scroll 0 0 transparent;
}
#nav ul li a {
display:block;
font-weight:normal;
height:100%;
margin:0 0 0;
padding:20px 15px 7px;
text-decoration:none;
}

#dropmenu a {
color:#FFFFFF;
display:block;
padding:0.25em 1em;
text-decoration:none;
}

a:link, a:visited {
cursor:pointer;
text-decoration:none;
}


/* fine top */


/* Logo top */
#logo_top {
	width:100%;
	height:147px;
	background:#fbfbfb;
	margin-top:8px;
}
#logo {
	float:left;
	padding-top:4px;
}
#headline {
	float:right;
	font-size:30px;
	text-align:right;
	padding-top:70px;
}
/* fine Logo top */
/* middle home page */
#middle_home {
	width:100%;
	height:147px;
	background:url(../img/sfondo-intro.jpg) repeat-x;
	clear:both;
	height:427px;
}

#middle_home img{
	left:0;
	margin-top:-101px;
	position:absolute;
	margin-left:80px;
}


/* end middle home page */
/* middle INTERNO */
#middle_interno {
	width:100%;
	height:147px;
	background:url(../img/sfondo-interno.jpg) repeat-x;
	clear:both;
	height:177px;
}

#barattoli {
	float:left;
}
.materiale {
	float:right;
	width:155px;
	margin-right:10px;
	margin-left:10px;
	padding-top:11px;
	font-size:14px;
}



/* end middle INTERNO */

/* testo */
#box_middle_testo {
	background:#fbfbfb;
	width:100%;
	float:left;
	clear:both;
}
#news {
	float:left;
	width:230px;
	padding-top:20px;
	padding-bottom:30px;
	font-size:13px;
	line-height:21px;
}
#news h1 {
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #666;
}
#testo {
	float:right;
	width:689px;
	padding-bottom:30px;
	text-align:justify;
}
#testo h1{
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 5px 5px 10px;
	margin-bottom:10px;
}
#testo img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#fl_slide {
	height:304px;
	width:430px;
	overflow:hidden;
	float:left;
	
}
#news a {
	font-weight:bold;
	color:#1f1f1f;
}
#map {
	height:250px;
}
/* end testo */

/* footer */
.address, .phone {
	width:298px;
	float:left;
	color:#fff;
	margin-top:25px;
	line-height:21px;
}
.address a, .phone a, .credits a {
	text-decoration:underline;
	color:#fff;
}
.address a:hover, .phone a:hover, .credits a:hover {
	text-decoration:none;
	color:#eee;
}
.phone {
	padding-left:25px;
}
.credits {
	margin-top:25px;
	line-height:21px;
	float:right;
	color:#fff;
}
/* end footer */

 /*
  * 
  * 
  * 
  * pulsanti belli
  * 
  * 
 */

 
 .button, .button:visited {
	background: #222 url(overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.small.button, .small.button:visited { 
	font-size: 11px
}

.button, .button:visited,
.medium.button, .medium.button:visited 		{ 
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited { 
	font-size: 14px;
	padding: 8px 14px 9px; 
	}

.super.button, .super.button:visited { 
	font-size: 34px;
	padding: 8px 14px 9px; 
	}
.pink.button, .magenta.button:visited	{ background-color: #e22092; }
	.pink.button:hover					{ background-color: #c81e82; }
	
	.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover				        { background-color: #749a02; }
	
	.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover					{ background-color: #cf2525; }
	
	.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover				{ background-color: #d45500; }
	
	.blue.button, .blue.button:visited   	        { background-color: #2981e4; }
	.blue.button:hover					{ background-color: #2575cf; }
	
	.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover				{ background-color: #fc9200; }

 /*
  * 
  * 
  * 
  * END pulsanti belli
  * 
  * 
 */

