@charset "UTF-8";
/* CSS Document */
body,html {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
    color:#FFFFFF;     
	display:inline;     
	font-size:42px;     
	font-weight:normal;     
    font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;     
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
A:LINK {
 color : #red;
 text-decoration: none
}

A:VISITED {
 color : #red;
 text-decoration: none
}

A:HOVER {
 color : #red;
 text-decoration : underline;
}

A:ACTIVE {
 color : #red;
 text-decoration: underline
}
div#container {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin:auto;
	border-width: 6px 6px 6px 6px;
	border-style: solid;
	border-color: white;
}
div#boxHeader {
	width: 900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#boxNav {
	width: 894px;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
	background-color: #FFF;
}
div#boxMain {
	width: 888px;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
	color: #FFFFFF;
}
div#boxContatti {
	width: 894px;
	background-image: url(../_images/contatti.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
	height: 440px;
}
div#boxNegozio {
	width: 894px;
	height: 216px;
	font-size: 12px;
	padding-left: 6px;
	padding-top: 12px;
	padding-right: 6px;
	text-align: center;
}
div#boxTitChit {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #181616;
	text-align: center;
	word-spacing: 3em;
}
#boxMain table {
	text-align: center;
}
.Stile5 {	
	color: #606062;
	font-weight: bold;
	font-size: 14px;
}
.Stile6 {	
	color: red;
	font-weight: bold;
}
div#photodiv {
	width: 900px;
	text-align: center;
	padding-top: 6px;
}
div#boxStrumenti {
	width: 223px;
	height: 270px;
	padding-top: 6px;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	float: left;
}
div#footer {
	width: 900px;
	margin:auto;
	font-size: 10px;
	padding-top: 6px;
	text-align: center;
}