﻿/*--- Globali ---*/

body{
	background:#111111 url("../img/background.jpg") no-repeat top center;
	margin:0px;
}

a:before {color: #ffffff;}
a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:hover {color: #ff8a67;}
a:active {color: #ffffff;}

/*--- Fieldset Scheda ---*/
fieldset{
	border:1px solid #666666;
	padding:0px 10px 4px 10px;
}
legend{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13.0px;
	font-weight:normal;
	color:#FF8A67;
	margin-left:8px;
	padding-left:3px;
	padding-right:3px;
}
.fielset_text{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13.0px;
	font-weight:normal;
	color:#ffffff;
	margin-top:3px;
}
.fieldset_content{
	position:relative;
	margin-bottom:10px;
}

/*--- testi ---*/
h1{
	font-family:"Trebuchet MS", sans-serif;
	font-size:35.0px;
	font-weight:normal;
	line-height:1.23em;
	color:#ffffff; 
	margin:0px;
	margin-bottom:6px;
}
h2{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13.0px;
	font-weight:bold;
	line-height:1.23em;
	color:#FF8A67; 
	margin:0px;
	margin-bottom:6px;
	padding-left:3px;
}

h3{
	font-family:"Trebuchet MS", sans-serif;
	font-size:16.0px;
	font-weight:bold;
	line-height:1.23em;
	color:#111111; 
	margin:0px;
	margin-bottom:6px;
	padding-left:3px;
}


.descrizione{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13.0px;
	font-weight:normal;
	line-height:1.38em;
	color:#ffffff;
	margin:0px;
	margin-bottom:8px;
}
.link_prodotti{
	font-family:"Trebuchet MS", sans-serif;
	font-size:13.0px;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
	margin:0px;
}

/*--- DIV ---*/
#global_content{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-top:315px;
	padding-bottom:8px;
}
#intestazione{
	position:absolute;
	background:#111111 url("../img/intestazione.jpg") no-repeat top center;
	left:24px;
	top:105px;
	width:852px;
	height:202px;
	z-index:1;
}
#logo{
	position:absolute;
	background:url("../img/logo.png") no-repeat top center;
	left:34px;
	top:26px;
	width:119px;
	height:257px;
	z-index:10;
}
#slogan{
	position:absolute;
	background:url("../img/slogan.png") no-repeat top center;
	left:166px;
	top:64px;
	width:305px;
	height:37px;
	z-index:10;
}
#ita{
	position:absolute;
	background:url("../img/lang_ita.png") no-repeat top center;
	left:744px;
	top:86px;
	width:41px;
	height:41px;
	z-index:5;
}
#eng{
	position:absolute;
	background:url("../img/lang_eng_off.png") no-repeat top center;
	left:794px;
	top:86px;
	width:41px;
	height:41px;
	z-index:5;
}

#menu{
	position:relative;
	width:588px;
	left:24px;
	height:23px;
}
	.menu_area{
		position:absolute;
		background-color:#262626;
		height:22px;
		width:100px;
		text-align:center;
		display:inline;
		border:1px solid black;
	}
	.menu_voce{
		font:normal 13px "Trebuchet MS";
		color:white;
		margin-top:2px;
	}
#body_page{
	position:relative;
	margin-top:10px;
	width:588px;
	left:24px;
	min-height:440px;
}
#firma{
	position:relative;
	text-align:center;
	margin-top:10px;
}
#area_news{
	position:absolute;
	left:632px;
	top:267px;
	width:225px;
	height:524px;
	background:url("../img/news.png") no-repeat left top;
	z-index:2;
}
#news{
	position:absolute;
	left:20px;
	top:55px;
	width:190px;
	height:151px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.separatore{
	margin:0px;
	margin-bottom:8px;
	height:1px;
	background:url("../img/separatore.png") no-repeat left top;
}
