@charset "utf-8";
/* CSS 2.1 | Comfort2000 - developed by Idodesign - info@idodesign.it */


/* G E N E R A L */
html {
	background: #999 url(../img/background.jpg) fixed no-repeat top center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-width: 960px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	height: 100%;
}

.home {
	overflow: hidden;
}

img {
	border: none;
}

.white {
	border: 1px solid #FFFFFF;
}

li {
	list-style-type: square;
	margin-bottom: 5px;
}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

/* H E A D */

#header_text {
	width: 100%;
	min-width: 960px;
	position: absolute;
	z-index: 2;
}

#logo {
	float: left;
	width: 249px;
	margin: 0px;
	padding: 0px;
}

#slogan {
	text-align: center;
}

#header {
	height: 95px;
	width: 100%;
	background: #000;
	filter: alpha(opacity=50);	/* Transparency - IE */
	opacity: 0.5; /* Transparency - Firefox */
	margin-bottom: 20px;
}

/* C O N T A I N E R */

#container {
	width: 100%;
	height: 100%;
	min-width: 960px;
	margin: 0px;
	padding: 0px;
}

.menu {
	width: 230px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

.menu .lingua {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li {
	background: #000;
	filter: alpha(opacity=70);	/* Transparency - IE */
	opacity: 0.7; /* Transparency - Firefox */
	margin-bottom: 10px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
	list-style-type: none;
	cursor: pointer;
}

.menu li:hover {
	filter: alpha(opacity=50);	/* Transparency - IE */
	opacity: 0.5; /* Transparency - Firefox */
}

.menu .active {
	font-weight: bold;
	color: #990000;
	filter: alpha(opacity=100);	/* Transparency - IE */
	opacity: 1.0; /* Transparency - Firefox */
}

.menu .active a:link {
	color: #990000;
}

.menu .active a:visited {
	color: #990000;
}

.menu .active a:hover {
	color: #990000;
}

.menu a:link {
	color: #FFF;
	text-decoration: none;
}

.menu a:visited {
	color: #FFF;
	text-decoration: none;
}

.menu a:hover {
	color: #FFF;
	text-decoration: none;
}

.menu .catalogue {
	float: left;
	padding-left: 10px;
}

.language {
	width: 25px;
	text-align: center;
	float: right;
	margin-left: 10px;
	padding-right: 0px;
}

.red {
	color: #900;
	font-size: 16px;
	margin-top: 0px;
}

.main {
	width: auto;
	height: 100%;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	margin-left: 250px;
	background: #000;
	filter: alpha(opacity=50);	/* Transparency - IE */
	opacity: 0.5; /* Transparency - Firefox */
}

.main_interno {
	height: 100%;
	padding: 20px;
	margin: 20px 20px 0px 20px;
	margin-left: 250px;
	background: #000;
	filter: alpha(opacity=95);	/* Transparency - IE */
	opacity: 0.95; /* Transparency - Firefox */
}

.text {
	text-align: justify;
}

.central {
	text-align: center;
	filter: alpha(opacity=100);	/* Transparency - IE */
	opacity: 1.0; /* Transparency - Firefox */
}

/* P R O D O T T I */

.prodotti {
	height: 100%;
	padding: 0px 0px 20px 0px;
	margin: 20px 20px 0px 0px;
	margin-left: 250px;
}

.prodotti ul {
	margin: 0px auto;
	padding: 0px;
	display: block;
}

.prodotti li {
	list-style-type: none;
	background: #000;
	filter: alpha(opacity=90);	/* Transparency - IE */
	opacity: 0.9; /* Transparency - Firefox */
	margin: 0px 1px 0px 1px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	width: 96px;
}

.prodotti li:hover {
	filter: alpha(opacity=50);	/* Transparency - IE */
	opacity: 0.5; /* Transparency - Firefox */
}

.prodotti a:link {
	color: #FFF;
	text-decoration: none;
}

.prodotti a:visited {
	color: #FFF;
	text-decoration: none;
}

.prodotti a:hover {
	color: #FFF;
	text-decoration: none;
}

.foto {
	float: left;
}

.modello {
	font-size: 14px;
	margin: 0px;
	margin-top: 20px;
}

.cont_foto {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.cont_foto:after {
    content: ";"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.float_foto {
	float: left;
	padding-right: 15px;
}
		
* html .cont_foto {
	height: 1%;
}

.descrizione {
	padding: 20px;
	margin-left: 100px;
}

/* F O R M */

label {
	display: block;
	width: 110px;
	float: left;
	text-align: left;
}

textarea {
	width: 400px;
	border: 1px solid;
}

input {
	margin-bottom: 10px;
	width: 200px;
}

.button {
	width: 50px;
}

.box {
	clear: left;
}

.flut {
	text-align: left;
	width: 100px;
}

.error {
	border: 2px solid #900;
	background: #C66;
}

.ok {
	border: 2px solid #390;
}

/* F O O T E R */

#footer {
	height: 30px;
	line-height: 30px;
	background: #000;
	clear: both;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 2;
	background: #000;
	/* filter: alpha(opacity=90); Transparency - IE
	opacity: 0.9;  Transparency - Firefox */
	min-width: 960px;
	border-top: 1px solid #666666;
}

.corpo {
	font-size: 10px;
}

.break {
	color: #F00;
}
