html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*personalizzazione*/
body{
	background: #000000 url(image/fondo_bg.jpg) repeat-y center 0;
}

.box{
	height: 20px;
	margin-bottom: 600px;
	background-color: #333333;

}

#box0{
	height: 900px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

	background: transparent ;
}

#box1, #box2{
	height: 900px;
	width: 950px;
		margin-left: auto;
	margin-right: auto;
	background: transparent;
}

#box3{
	height: 900px;
	width: 950px;
		margin-left: auto;
	margin-right: auto;
	background: transparent;
}

.boxinterno{
	width: 950px;
	height: 600px;
	position: relative;
	top: 100px;
	/*left: 200px;*/
	/*background-color: #fff;*/
	/*opacity: 0.9;*/
}

.boxinternopieno{
	width: 950px;
	height: 600px;
	position: relative;
	top: 100px;
	background-color: #fff;
	/*left: 200px;*/
}

.contenuto{
	margin-left: 7%;
	margin-right: 7%;
	padding-top: 7%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p{
	padding-top: 2em;
	line-height: 1.5em;
	text-align: justify;
	font-size: 0.8em;
}

h1{
	font-size: 2em;
	font-weight: bold;
}

.contenuto h1{
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 40px;
}

/*menu navigazione*/

.tabs {
  margin: 0;
  padding: 0;
  position: absolute;
	left: 549px;
	top: 0px;
  /*bottom: 0;*/
  z-index: 1;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;

}

.tabs li {
  float: left;
  display: block;
  width: 100px;
  height: 20px;
  /*background-color: #CCC886;*/
  text-align: center;
}

.tabs li a {
  padding: 0.2em;
  display: block;
  text-decoration: none;
  color: #000;
	font-variant: small-caps;
	font-weight: bold;
	height: 20px;

}

.tabs li a:hover {
  /*border-top: 5px solid #333;*/
  background-color: #666;
  color: #fff;
}
.sel {
  /*border-top: 5px solid #333;*/
  background-color: #fffeff;
  color: black;
}

/*logo*/
#logo{
	position: absolute;
	top: 50px;
	left: 50px;
}

/*slider*/

div#slide li{
	list-style-type: none;
	line-height: 0;
	height: 600px;
	width: 950px;
	/*h e w inserite per un problema di visualizzazioen in safari*/
}

	
	
#prevBtn, #nextBtn{ 
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	text-indent: -8000px;
	left: -32px;
	}	
#nextBtn{
	top: 568px;
	}	
#prevBtn{ 
	top: 536px;
	}	
#prevBtn a{  
	display:block;
	width:32px;
	height:32px;
	background: transparent url(image/orange_arrow_up.png) no-repeat 0 0}
	
#nextBtn a{  
	display:block;
	width:32px;
	height:32px;
	background: transparent url(image/orange_arrow_down.png) no-repeat 0 0}
/*footer*/

p.footer{
	color: white;
	display: block;
	text-align: center;
	background-color: black;
	opacity: 0.7;
	font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top:3px;
	padding-bottom: 4px;
}

/* gallery */



.boxinternogallery{
	width: 950px;
	height: 600px;
	position: relative;
	top: 100px;
	/*left: 199px;*/
	/*background-color: #fff;*/
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/*opacity: 1;*/
}
.gallery{
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	width: 930px;
	height: 560px;
	background-color: #fff;
}

#persona{
	float: left;
	margin-top: 15px;
	margin-left: -8px;
}


form {
	margin-top: 40px;
	
}

#box3 .boxinterno{
	background: transparent url(image/cornetta.jpg) no-repeat 0 0;
}

















