@charset "UTF-8";
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height:1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS Document */
html{
	height:100%;
	width:100%;
}
body{
	width:780px;
	height:100%;
	margin:20px auto;
	background:#313131 url(../img/bkg-body.png) repeat-x top left;
}
a{
	color:#f3f3f3;
}
/* /////////////////// */
/* INIZIO HEADER */
#header{
	height:120px;
	background:url(../img/bkg-header.jpg);
	position:relative;
}
#header #logo{
	float:left;
}
#header #logo a{
	display:block;
	width:180px;
	height:120px;
	text-indent:-1000em;
}
#header #bandiere {
	height:20px;
	position:absolute;
	right:10px;
	top:10px;
	width:70px;
}
#header #bandiere #ita {
	float:left;
}
#header #bandiere #ita span {
	background:url(../img/bandiere-ita.gif) no-repeat scroll -60px 0;
	display:block;
	height:20px;
	text-indent:-1000em;
	width:30px;
}
#header #bandiere #ita a {
	background:url(../img/bandiere-ita.gif) no-repeat scroll 0 0;
	display:block;
	height:20px;
	text-indent:-1000em;
	width:30px;
}
#header #bandiere #ita a:hover {
	background-position:-30px 0;
}
#header #bandiere #eng {
	float:right;
}
#header #bandiere #eng span {
	background:url(../img/bandiere-eng.gif) no-repeat scroll -60px 0;
	display:block;
	height:20px;
	text-indent:-10000em;
	width:30px;
}
#header #bandiere #eng a {
	background:url(../img/bandiere-eng.gif) no-repeat scroll 0 0;
	display:block;
	height:20px;
	text-indent:-1000em;
	width:30px;
}
#header #bandiere #eng a:hover {
	background-position:-30px 0;
}
/* FINE HAEDR */
/* /////////////////////////////////// */
/* INIZIO MENU */
#menu{
	height:30px;
	background:url(../img/menu-bkg.gif);
}
#menu ul{
	list-style:none;
	padding:5px 0px 5px  20px;
}
#menu li{
	float:left;
}
#menu li a{
	display:block;
	text-indent:-1000em;
	height:20px;
	background-position:0 0;
}
#menu li a:hover{
	background-position:-100% 0;
}
#menu .selected{
	background-position:-200% 0;
}
#menu #metal{
	width:55px;
	background-image:url(../img/menu-bkg-metal.gif);
}
#menu #composit{
	width:141px;
	background-image:url(../img/menu-bkg-composit.gif);
}
#menu #food{
	width:129px;
	background-image:url(../img/menu-bkg-food.gif);
}
#menu #end-line{
	width:75px;
	background-image:url(../img/menu-bkg-end-line.gif);
}
#menu #service{
	width:70px;
	background-image:url(../img/menu-bkg-service.gif);
}
#menu #revamp{
	width:75px;
	background-image:url(../img/menu-bkg-revamp.gif);
}
#menu #contacts{
	width:79px;
	background-image:url(../img/menu-bkg-contacts.gif);
}
#menu #video{
	width:60px;
	background-image:url(../img/menu-bkg-video.gif);
}
/* FINE MENU*/
/* /////////////////////////////// */
/* INIZIO CONTENT */
#content{
	background:#FFF;
}
#content #top{
	position:relative;
	padding-bottom:20px;
}
#content #top h1{
	display:block;
	width:300px;
	height:80px;
	padding:20px;
	text-indent:-1000em;
	background-position:20px 20px;
	background-repeat:no-repeat;
}
#content #top #gallery{
	position:absolute;
	width:415px;
	top:20px;
	left:360px;
}
#content #top #gallery h4{
	display:block;
	float:left;
	padding-top:5px;
	color:#999;
	text-align:right;
	width:395px;
}
#content #top #gallery ol li{
	float:left;
	margin-right:15px;
}
#content #middle{
	background:#d25613 url(../img/bkg-content-middle-bottom.gif) repeat-x bottom;
}
#content #middle div{
	/*padding:20px 0px 20px 500px;
	*/padding:20px 300px 20px 20px;
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#FFF;
	line-height:15px;
}
#content #middle div h2{
	font-size:140%;
	margin-bottom:10px;
	font-weight:bold;
}
#content #middle div p{
	margin-bottom:25px;
}
#content #middle div ul{
	margin-bottom:25px;
	list-style:square;
	padding-left:10px;
}
/* FINE CONTENT */
/* /////////////////////////////// */
/* INIZIO FOOTER*/
#footer{
	margin:20px 0;
	padding:20px 0 0 20px;
	border-top:1px solid white;
	color:#96999c;
	line-height:25px;
}
#footer a{
	color:#96999c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
/* FINE FOOTER*/
/* /////////////////////////////// */
#content #sub-video{
	display:block;
	padding:5px;
}
#contatti{
	position:relative;
	height:320px;
	background-color:#fff;
}
#contatti #map{
	position:absolute;
	top:0;
	left:0;
	width:480px;
	height:300px;
	padding:0;
}
.contact_div{
	width:280px;
	padding:10px;
	position:absolute;
	left:480px;
	color:#FFF;
	background-color:#686a6b; 
	height: 280px;
}
.contact_div h2{
	font-size:140%;
	margin-bottom:10px;
	font-weight:bold;
}
.contact_div p{
	margin-bottom:25px;
}

body{
	background:#2c0402 url(../img/body-bkg-new.jpg) repeat-x top left;
}
#header{
	background:url(../img/bkg-header-new.jpg);
}




/*XMAS SKIN */
/*body{
	background:#2c0402 url(../img/xmas-bkg-body.png) repeat-x top left;
}
#header{
	background:url(../img/xmas-bkg-header.jpg);
}
*/
/**/
