@import "reset.css";

body,html{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.body1{
		background: url('../img/fondoheader.jpg') repeat-x;
}

.body2{
		background: url('../img/fondoheader1.jpg') repeat-x;
}

input{
	padding: 4px;
	border: 3px solid #ccc;
	margin: 5px;
}

.btinvia{
	padding: 4px;
	background-color: #301E14;
	border: 0;
	width: 80px;
	color: #fff;
	float: right;
}

textarea{
	padding: 4px;
	border: 3px solid #ccc;
	margin: 5px;
}

a img{
	border: 0;
}

a{
	text-decoration: none;
	color: #A4A836;
}

.textbrown{
	color: #a28c81;
}

.textpink{
	color:  #b2776b;
}

.textwhite{
	color: #fff;
}

.textred{
	color: #951900;
}

.textseppia{
	color: #a58a66;
}

.title{
	font-family: 'Cinzel', serif;
	font-size: 20px;
}

.titlesmall{
	font-family: 'Cinzel', serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#logo {
    background: transparent url("../img/logo.png") no-repeat scroll 0% 0%;
    width: 235px;
    height: 167px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
    position: absolute;
    left: 415px;
    top: 0px;
    z-index: 9999;
}

#logo a {
    display: block;
    width: 280px; /* larger than actual image? */
    height: 120px;
    text-decoration: none;
    border: 0;
}


#menu{
	position: absolute;
	left: 72px;
	top: 60px;
	font-size: 12px;
	background-color: #3f1704;
	display: block;
	width: 900px;
	height: 50px;
}

#menu li{
	float: left;
	display: block;
	background: url('../img/fondomenu.jpg') repeat-x left top;
	font-size: 12px;
	font-weight: 300;
	display: block;
	height: 46px;
	margin: 1px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 46px;
	padding-left: 0;
	border: 1px solid #623820;
	text-align: center;
	position: relative;
}

#menu li a{
	text-decoration: none;
	color: #fff;
}

#menu li.current span{
	width: 16px;
	height: 8px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	background: url('../img/current.png') no-repeat;
}

#container{
	width: 1093px;
	margin: auto;
	position: relative;
}

#center{
	height: 463px;
	width: 900px;
	margin: auto;
}

#center1{
	height: 345px;
	width: 900px;
	margin: auto;
	position: relative;
}

#gallery{
	height: 457px;
	width: 885px;
	position: absolute;
	left: 95px;
	top: 130px;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 0;
}

#gallery1{
	height: 332px;
	width: 885px;
	position: absolute;
	left: 95px;
	top: 130px;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 0;
}

#content{
	background: url('../img/ombra.jpg') no-repeat top left;
	height: 330px;
	width: 900px;
	margin: auto;
	font-size: 12px;
	padding-top: 40px;
}

#header{
	width: 1049px;
	height: 152px;
	margin: auto;
	padding: 0;
	background: url('../img/header.jpg') repeat-x;
	position: relative;
}

#footer{
	width: 100%;
	height: 157px;
	margin: auto;
	padding: 0;
	background: url('../img/footer.jpg') repeat-x;
	position: relative;
}

#innerfooter{
	width: 900px;
	height: 157px;
	margin: auto;
	padding: 0;
	position: relative;
}

#innerfooter p#foot1{
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 40px;
}

#innerfooter p#foot2{
	text-align: left;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 40px;
}

.imbox{
	width: 274px;
	padding: 7px;
	height: 131px;
	background-color: #e1d2bf;
}

.boxhome{
	width: 279px; 
	float: left;
	overflow: hidden;
}

.boxhome p{
	text-align: justify;
}


#gallery img {
    position:absolute;
    top:11px;
    left:12px;
    z-index:8;
    opacity:0.0;
}

#gallery img.active {
    z-index:10;
    opacity:1.0;
}

#gallery img.last-active {
    z-index:9;
}


#gallery1 img {
    position:absolute;
    top:11px;
    left:12px;
    z-index:8;
    opacity:0.0;
}

#gallery1 img.active {
    z-index:10;
    opacity:1.0;
}

#gallery1 img.last-active {
    z-index:9;
}


.placeholder{
	color: #ccc;
}
img#plax-sphere-1 {
  position: absolute;
  z-index: 0;
  top: 150px;
  left: 0px;
}
img#plax-sphere-2 {
  position: absolute;
  z-index: 0;
  top: 180px;
  left: 0px;
}

.error{
	color: red;
}

#flag{
	position: absolute;
	right: 77px;
	top: 20px;
}


#area{
	position: absolute;
	left: 77px;
	top: 23px;
	font-size: 12px;
	color: #fff;
	height: 16px;
	line-height: 16px;
}

#area a{
	color: #fff;
}