body {
behavior:url(/csshover3.htc);
}

body, html { 
	height: 100% !important; 
	padding: 0;
	margin:0;
	overflow: hidden;
	background: #000 url('imglarge.jpg') 50% 50% no-repeat;	
}

body { 
	font-family: Helvetica, Arial, sans-serif;
}

* html #container { 
	height:100% !important; 
}

#container { 
	position:relative !important;
	height: auto !important;
	margin: 0 auto;
	min-height:100%;
}

.black {
	background:#000;
}

#fullscreen {
    position:absolute;
    width:1000px;
    height:670px;
	margin:0 auto;
    left:50%;
    top:50%;
    margin-left:-500px;
    margin-top:-335px;
	z-index: 0;
}

/* #page {
    position:absolute;
    width:700px;
    height:300px;
	margin:0 auto;
    left:50%;
    top:50%;
    margin-left:-350px;
    margin-top:-150px;
	padding: 20px 0 0 30px;
	background: #666;
	font-size: 13px;
	color: #eee;
} */

#page {
    position:absolute;
    width:870px;
    height: 320px /*430px*/;
	margin:0 auto;
    left:50%;
    top:50%;
    margin-left:-435px;
    margin-top:-190px;
	padding: 16px;
	background-color: none /*#2d1e0d*/;
	border: 1px solid #947643;
	font-size: 14px;
	color: #eee;
}

#page-store {
    position:absolute;
    width:870px;
    height: 420px;
	margin:0 auto;
    left:50%;
    top:50%;
    margin-left:-435px;
    margin-top:-210px;
	padding: 0;
	background-color: none /*#2d1e0d*/;
}

.tab-azienda {
	background: #000 url('../images/bkg-bar.gif') repeat-x;	
}

dt {
	line-height: 24px;
	color: #c9965b;
}

.brown {
	color: #c9965b;
}

a {
	text-decoration: none;
	color: #ccc;
}

a:hover {
	text-decoration: underline;
	color: #c9965b;
}

h3 {
	color: #c9965b;
	border-bottom: 1px solid #eee;
	padding:0;
	margin:0;
}

.logo {
	position:relative;
	margin: 10px;
	z-index: 1;
}

/* Intro */

#containerintro {
    position: absolute;
	width: 100%;
	height: 100%;
    /*width:1000px;
    height:668px; */
	margin: 0 auto;
	text-align: center;
    left: 0;
    top: 0;
    /* margin-left:-500px;
    margin-top:-334px; */
}

div#horizbar {
	position: absolute;
	top: 65%;
	left: 0;
	width: 100%;
	margin: 0 auto;
	font: 12px/15px Helvetica, Arial, sans-serif;
	color: #a87635;
}

div#horizbar a {
	color:#a87635;
	text-decoration: none;
}

div#horizbar a:hover {
	color:#fff;
	text-decoration: underline;
}

div#barintro {
	position: relative;
	background: #000;
	filter:alpha(opacity=60);
	-moz-opacity:0.60; 
	opacity:0.60; 
	-khtml-opacity:0.60;
	/* width: 1000px; */
	margin: 0 auto;
	height: 145px;
	z-index: 1;
}

div#barintro img {
	margin-top: 20px;
}

.trasp {
	filter:alpha(opacity=80);
	-moz-opacity:0.80; 
	opacity:0.80; 
	-khtml-opacity:0.80;
}

div#concept {
	text-align: right;
	margin-right: 50px;
}

div#concept img {
	border:0;
}

div.floatleft {
	float:left;
	width: 250px;
	margin-top: 20px;
}

div.floatright {
	float:right;
	width: 350px;
	margin-top: 20px;
}

td img {
	border: 1px solid #a87635;
}

span img {
	border: none;
}