@charset "utf-8";
/* CSS Document */

* {
	margin: 0; padding: 0;
	font-family: Arial, 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body {
	color: white; text-align: center;
	background-color: #1A171B;
}

h1 {
	position: absolute;
	top: 200px;
	left: 50px;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	width: 192px;
}

ul li {
	list-style-type: square;
	margin-left: 15px;
}

#layout {
	position: absolute;
	top: 50%; left: 50%;
	margin: -290px 0 0 -475px;
	width: 950px; height: 580px;
	text-align: left;
	border: 2px solid gray;
}

#container {
	position: relative;
	height: 580px;
	background: #1A171B url(../immagini/bg_container.jpg) no-repeat top left;
}

#header {
	position: relative;
	height: 120px;
}

#mainmenu {
	position: absolute;
	width: 600px;
	top: 100px; left: 280px;
	z-index: 1000;
}

#mainmenu  a {
	font-variant: small-caps; font-weight: bold; color: white;
	text-decoration: none;
}

#mainmenu  a.active {
	color: #FF6600;
}

#mainmenu ul {
	margin: 0; padding: 0;
	list-style: none;	
	background-color: black;
}

#mainmenu ul li {
	margin: 0; padding: 0;
	list-style: none;
	list-style: none;	
	background-color: black;
}

#mainmenu .menu_voice {
	float: left;
	/*width: 120px;*/
	background-color: black;
}

#mainmenu .b-home { width: 90px; }
#mainmenu .b-info { width: 85px; }
#mainmenu .b-work { width: 90px; }
#mainmenu .b-portfolio { width: 120px; }
#mainmenu .b-contatti { width: 80px; }

/*#mainmenu ul li {
	float: left;
	margin: 0 30px 0 30px;
}
*/

#mainmenu ul li.submenu {
	display: none;
	list-style: none;
	background-color: black;
	width: 130px;
}

#mainmenu ul li.submenu { line-height: 18px; }
#mainmenu ul li.submenu a {
	display: block;
	font-variant: small-caps; font-weight: bold; color: white;
	text-decoration: none;
}

#content {
	z-index: 100;
}

#logo {
	position: absolute;
	top: 35px; left: 50px;
}

#boxAnimazioneHome {
	position: absolute;
	bottom: 0; left: 0;
	width: 950px; height: 580px;
	background-color: black;
}

#boxAnimazioneHome3 {
	position: absolute;
	bottom: 88px;
	left: 95px;
	width: 670px;
	height: 300px;
}

#boxAnimazioneContatti {
	position: absolute;
	bottom: 0; left: 0;
	width: 180px; height: 150px;
	background-color: gray;
}

#boxAnimazioneWork1 {
	position: absolute;
	bottom: 140px; left: 0;
	width: 190px; height: 220px;
}

#boxAnimazioneWork2 {
	position: absolute;
	bottom: 0; left: 0;
	width: 650px; height: 110px;
}

#boxAnimazioneSx {
	position: absolute;
	bottom: 0; left: 50px;
	width: 190px; height: 350px;
}

#boxDefault {
	position: absolute;
	bottom: 50px; left: 280px;
	width: 550px; height: 350px;
	border: 0px solid white;
	overflow: hidden;
	text-align: justify;
}

#boxChisono {
	position: absolute;
	bottom: 30px; left: 280px;
	width: 430px; height: 370px;
	border: 0px solid white;
	overflow: hidden;
	text-align: justify;
}

#boxMostre {
	position: absolute;
	bottom: 30px; left: 280px;
	width: 550px; height: 370px;
	border: 0px solid white;
	overflow: hidden;
	text-align: justify;
}

#boxContatti {
	position: absolute;
	bottom: 51px; left: 280px;
	width: 550px; height: 340px;
	text-align: justify;
}

#boxContattiInfo {
	position: absolute;
	bottom: 154px;
	left: 50px;
	width: 190px;
	height: 200px;
	text-align: justify;
}

#boxContattiCartina {
	position: absolute;
	bottom: 116px;
	right: 123px;
	width: 268px;
	height: 264px;
	text-align: justify;
}

#boxGallery {
	position: absolute;
	bottom: -10px; left: -30px;
	border: 0px solid white;
}

.clear {
	clear: both;
}

