html {
	padding: 0;
	margin: 0;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
	-o-user-select: none;
	user-select: none;
}

body {
	padding: 0; 
	margin: 0; 
	height: 100%; 
	background-color: white;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a {
    color: white;
    border: none;
    outline: none;
}

a:hover {
    color: yellow;
}

div#header {
	height: 61px;
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
	-o-user-select: none;
	user-select: none;
}

div.menu {
	position: relative;
	text-align: left;
	top: 34px;
	left: 430px;
	padding: 0px;
    z-index: 100;
}

div.menu img {
	opacity : 0.0;
	filter:alpha(opacity=0); /* IE patch */
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
	-o-user-select: none;
	user-select: none;
}

div.menu img:hover {
	opacity : 1;
	filter:alpha(opacity=100); /* IE patch */
}

a.current img{
	opacity : 1;
	filter:alpha(opacity=100); /* IE patch */
}

div#container {
	-moz-user-select: none;
	-webkit-user-select: none;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: none;
	-o-user-select: none;
	user-select: none;
    height: 826px;
    width: 950px;
    padding-top: 25px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

/* container for slides */
.slide {
	position:relative;
	height: 649px;
}

/* single slide */
.slide div.pannello {
	position:absolute;
	display:none;
}

.pans {
	position:relative;
	height: 649px;
}

.pans div.pan {
	display:none;
	position:absolute;
}


.contact_us {
	display: block;
    position: absolute;
	top: 84px;
	left: 763px;
}

.contact_us_g {
    display: block;
    position: absolute;
	top: 490px;
	left: 762px;
}

div#footer {
    text-align: left;
	height: 116px;
}

div#logo {
	position: relative;
	top: 24px;
	left: 740px;
}

.nivo-controlNav {
	position:absolute;
    left: 425px;
	top: 680px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(resources/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

