@import "reset.css";

/* ----- STILI GENERICI ----- */

html {
	height: 100%;
	overflow: hidden;
}

a#getFlashPlayer {
	margin-top: 20px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

#flashcontent {
	height: 100%;
}

body {
	font: 12px "Lucida Sans", Arial, Verdana, "sans serif";
	background-color: #c46e7a;
	height: 100%;
}

a {
	color: #c46e7a;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

#main {
	background-color: #fff;
	width: 960px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: auto;
	position: absolute;
	left: -1500px;
}

#main #header {
	overflow: auto;
	font-size: 11px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#main #header #left {
	float: left;
}

#main #header #right {
	float: right;
	text-align: right;
	color: #ccc;
}

#main #header #right strong {
	color: #c46e7a;
	font-weight: bold;
}

#slideshow{
	clear:both;
	position:relative;
    height:300px;
	margin-bottom: 20px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow img.active {
    z-index:10;
}

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

#main #contents {
	
}

#main #contents #contents1 {
	float: left;
	width: 610px;
}

#main #contents #contents1 h1 {
	color: #c46e7a;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#main #contents #contents1 h2 {
	color: #c46e7a;
	font-size: 14px;
	margin-bottom: 10px;
}

#main #contents #contents1 p {
	line-height: 140%;
	margin-bottom: 15px;
	color: #999;
}

#main #contents #contents2 {
	float: right;
	padding: 20px;
	background-color: #ffe7ea;
	width: 280px;
}

#main #contents #contents2 ul li {
	margin-bottom: 5px;
}

#main #contents #contents2 ul li a {
	text-decoration: none;
	padding: 4px;
	color: #c46e7a;
	text-transform: uppercase;
}

#main #contents #contents2 ul li a:hover {
	background-color: #c46e7a;
	color: #fff;
} 






