@charset "UTF-8";
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #cbc6a2;
	background-color: #2b1103;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	line-height: 22px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #414242;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #660000;
	padding: 0px;
	line-height: 19px;
	text-decoration: none;
	font-style: italic;
	margin: 0px;
}

h3 {
	font-size: 16px;
	color: #8F5D48;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: italic;
}


a {
	color:#6F4A26;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}
a:hover {
	color: #343129;
	text-decoration:none;
	text-align: left;
	font-size: 12px;
	font-style: italic;
}



#a_home {
	background-image: url(images/a-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 73px;
	width: 950px;
}

#b_home {
	margin: auto;
	height: 424px;
	width: 950px;
	background-image: url(images/basehome.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#c_home {
	margin: auto;
	height: 100px;
	width: 950px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#d_home {
	height: 60px;
	width: 950px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#loghetto {
	margin: auto;
	height: 18px;
	width: 150px;
}

#contenitore {
	float: right;
	height: 100px;
	width: 400px;
	margin-top: 320px;
	margin-right: 20px;
}

#fotocontent {
	float: left;
	height: 90px;
	width: 90px;
	margin-top: 5px;
	margin-left: 5px;
}

#testocontent {
	width: 270px;
	height: 70px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	text-align: left;
	color: #990000;
}

/* MENU */


#nav {
	width:950px;
	height:90px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#nav span {
display: none;
}

#nav li, #nav a {
	height:90px;
	display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-01 {
	width: 185px;
	margin-left: 91px;
}
#nav-02 {
	width: 175px;
	margin-left: 15px;
}
#nav-03 {
	width: 180px;
	margin-left: 25px;
}
#nav-04 {
	width: 165px;
	margin-left: 25px;
}



#it_IT   {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}

#it_IT #nav a:hover {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#it_IT #nav-01 a:hover, #en_US #nav-01 a:hover {background-position: -91px -100px}
#it_IT #nav-02 a:hover, #en_US #nav-01 a:hover {background-position: -291px -100px}
#it_IT #nav-03 a:hover, #en_US #nav-01 a:hover {background-position: -491px -100px}
#it_IT #nav-04 a:hover, #en_US #nav-01 a:hover {background-position: -696px -100px}

