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

* { outline: none; }

body {
	padding: 0px;
	margin: 0px;
	background: #000;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
}

a img { border: none; }
a:link, a:hover, a:visited { color: #fff; }
#wrapper {
	/* tutto questo è per evitare il bug della centratura verticale in schermi piccoli */
	position: absolute;
	min-height: 606px;
	background:#000;
	height:100%;
	width: 100%;
}

.fitwidth { width: 900px; margin: 0 auto; }

#container {
	margin-top: -303px; /* Metà altezza effettiva del corpo */
	position: absolute;
	top:50%; /* queste prime 3 righe allineano al centro verticalmente */
	background: #000 url(images/body_bg.png) 50% 61px repeat-x;
	width: 100%;
	height: 606px;
}

#header {
	height: 61px;
	background: #1A1A1A;
}

#main {
	background: url(images/main_bg.png) 0 0 repeat;
	height: 478px;
}

#content {
	float: left;
	position: relative;
	width: 710px;
	height: 478px;
	color: #ccc;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 30px 8px;
	color: #666;
}

#content p {
	padding: 2px 0 5px 8px;
	margin: 0;
	text-align: justify
}

#content .leftcolumn {
	width: 345px;
	padding-right: 10px;
	border-right: 1px solid #666;
	float: left;
}
#content .rightcolumn {
	width: 345px;
	float: left;
}

#content .news {
	margin: 10px;
	width: 190px;
	height: 154px;
	border: 1px solid #666;
	padding: 8px 10px;
	float: left;
}

#content .news p { padding: 0;}
#content .news h2 {margin: 0;
padding: 2px 0;}
#sidebar {
	float: left;
	width: 190px;
	padding-top: 15px;
}

#sidebar .widget {
	width: 180px;
	margin: 0px 5px 0px;
	padding: 2px 0px 0px;
	background: url(images/widget_bg.png) 50% 0 no-repeat;
}

#sidebar .widget .title {
	margin: 0px 2px 5px;
	background: url(images/widget_title.png) 50% 0 repeat-x;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 1px;
	color: #666;
	display:block;
}

#sidebar .widget .content {
	width: 170px;
	padding: 0px 5px 10px;
	background: url(images/widget_bg.png) 50% 100% no-repeat;
	color: #ccc;
}

#sidebar .widget form input.text { 
	border: 1px solid #444;
	background: #333;
	color: #999;
	font-size: 11px;
	width: 105px;
}

#sidebar .widget form input.button { 
	border: 1px solid #444;
	background: #333;
	color: #ccc;
	font-size: 11px;
}

#sidebar .news {
	/*border-bottom: 1px solid #333;*/
	padding: 0px;
}

#sidebar .news .data {
	font-size: 9px;
	font-style: italic;
}

#sidebar .news h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#sidebar .news p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#menu {
	background: url(images/menu_bg.png) 0 0 repeat-x;
	height: 40px;
	position: relative;
}

#menu ul { 
	list-style: none; 
	margin:0; 
	padding: 0;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	height: 35px;
	width: 70px;
	border-right: 1px solid #303132;
	padding: 5px 5px 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 9px; 
	font-weight: bold;
}

#menu ul li a.hover { 
	color: #aaa;
	padding-left: 10px;
	width: 65px;
}

#menu ul li a.active { color: #fff !important; }

/* Tooltip mootools */
.menutooltip {
	position: absolute;
	padding: 7px 7px 20px;
	width: 149px;
	height: 45px;
	top: -75px;
	background: url(images/menutooltip.png) 0 0 no-repeat;
	z-index: 999;
}

/* ***************** */

#footer {
	padding-top: 10px;
	color: #3A3C3E;
	font-size: 9px;
}

#footer p {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0; 
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #3A3C3E;
	text-decoration: none;
}

/* Video z-index */

#embed_player { z-index: 1; }

/* player panoramico */

#panorama_player {	
	background: url(images/Panoramica_1.jpg) 50% 0 no-repeat;
	width: 700px;
	height: 225px;
	margin: 10px 0 0 8px;
}	

a.categoria:link,a.categoria:visited, a.categoria:hover {
	display: block;
	width: 99px;
	height: 75px;
	background: #1A1A1A url(images/ombrello.png) 3px 0 no-repeat;
	margin-bottom: 1px;
	overflow: hidden;
	font-size: 42px;
	color: #111;
	text-decoration: none;
	text-align: right;
}
a.categoria:hover {color: #111}
.categoria img { display: inline;}
.categoria span {
	display: block;
	line-height: 40px;
	padding: 25px 50px 10px 0px;
	margin-left: 99px;
	width: 540px;
	text-align: right;
	background: url(images/h_gradient.png) 100% 0 repeat-y;
	border-left: 2px solid #2E3033;
}

/* BRANDS */
.brand {
	width: 184px;
	height: 130px;
	background: url(images/brand_bg.png) 50% 0 no-repeat;
	margin: 10px;
	float: left;
	text-align:center;
}

.brand a img {
	width: 142px;
	height: 105px;
	margin: 15px auto;
}

.brand a.hover img {
	width: 156px;
	height: 115px;
	margin: 10px auto;
}

/* PRODOTTI */
.prodotto {
	width: 102px;
	height: 100px;
	background: url(images/prodotto_bg.png) 50% 0 no-repeat;
	margin: 6px 8px;
	float: left;
	text-align:center;
}

.prodotto a img {
	width: 80px;
	height: 80px;
	margin: 10px auto;
}

.prodotto a.hover img {
	width: 69px;
	height: 115px;
	margin: 10px auto;
}

/* FORM di CONTATTO */
.contactform {
	margin-left: 20px;
	margin-top: 20px;
}
.contactform input.text, .contactform textarea.text {
	background-color: #333;
	border: none;
	border-bottom: 1px dashed #666;
	margin: 2px 10px;
	color: #eee;
	padding: 2px;
	font: 11px Tahoma, Geneva, sans-serif;
	width: 200px;
}

.contactform textarea.text {
	border: 1px dashed #666;
	height: 50px;
}

.navigator {
	text-align: right !important;
	float: left;
	width: 680px;
}

.voce {
	float: left;
	display: block;
	width: 230px;
	margin: 0 0 10px !important;
	border: 1px solid #666;
}

.voce strong { 
	display: block; 
	background: #666;
	margin: -2px 0 5px -8px;
	padding: 2px 8px;
}
