@charset "utf-8";

body,td,th {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #D5B2B7;
	margin: auto;
}
body {
	/*background-image: url(images/sfondo_natale.jpg);
	background-repeat: repeat;*/
	background-color: #2e0d14;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a {
	font-size: 11px;
}
h1 {
	font-size: 22px;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	letter-spacing: 3px;
	word-spacing: 1px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-style: normal;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: normal;
}

h3 {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
}
h4 {
	font-size: 22px;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	letter-spacing: 3px;
	word-spacing: 1px;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-weight: lighter;
}
h6 {
	font-size: 18px;
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-weight: normal;
	letter-spacing: 1px;
	word-spacing: 1px;
}

img {
border-radius:5px 5px 5px 5px;

} #animazione {
	height: 400px;
	width: 950px;
}

#submitButton {
	height: 30px;
	width: 425px;
	line-height: 20px;
	text-align: center;
	margin-left: 90px;
}
#top {
    background-color: #421D24;
	
}


/*
	inizio css animazione
*/
#animazione {
	width:950px;
	height:400px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	width:800px;
	height:250px;
    position:absolute;
	top:29px;
	left:96px;
	z-index:100;
}

.slides_container {
	width:950px;
	height:400px;
	overflow:hidden;
	position:asoblute;
	display:none;
	top:-29px;
	left: -96px;
	 
}


/*
	Next/prev buttons
*/

#next {
	position:fix;
	top:10px;
	left:-90px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:0px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*
	fine css animazione
*/
.social {
	display: block;
	height: 70px;
	width: 30px;
	margin-right: 0px;
	overflow: visible;
	z-index: 2000;
	top: 0px;
	left: 0px;
	top: 50px;
	position: absolute;
}
.fb{
	width: 100%;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius:  20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #F0F0F0;
}
.recensioni{
	width: 100%;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius:  20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #BBB0B4;
}
