@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/*background-image: url(file:../img/sfondo-grad.png);
	background-repeat: repeat-x;*/
}
#contenitore-postcard {
	position:absolute;
	width:960px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -480px;
	background-image:url(file:../img/P2140292_1920x1080-sbiancata.jpg);
	background-repeat:no-repeat;
	background-color: #fff;
}
.tappo {
	clear:both;
}
#principale {
	width: 960px;
}
#principale ul {
	margin: 0;
	padding: 0;
	background-color: #333333;
	height: 50px;
}
#principale li {
	float: left;
	list-style: none;
	position: relative;
}
#principale li ul {
	height: auto;
	display: none;
	position: absolute;
}
#principale a {
	color: #c1baae;
	display: block;
	width: 200px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
}
#principale li li a {
	width: 280px;
	text-align: left;
	padding-left: 20px;
}
#principale li li {
	float: none;
}
#principale li:hover ul {
	display: block;
}
#principale li:hover {
	background: #2580a2 url(../img/btn_freccia.png) no-repeat center bottom;
}
#principale li li:hover {
	background: #2580a2 url(../img/btn_freccialeft.png) no-repeat 0 center;
}
#principale li:hover a {
	color: #fff;
}
#principale li:hover li a {
	color: #c1baae;
}
#principale li li a:hover {
	color: #fff;
}
#principale ul ul ul {
  	left: -9999px;
  	top: 0px;
}
#principale ul ul li:hover > ul {
  	left: 100%;
}
#principale li li:hover a {
	color: #fff;
}
#principale li li:hover li a {
	color: #c1baae;
}
#principale li li li a:hover {
	color: #fff;
}
.intro	{
	width: 960px;
	height: 350px;
	text-align: justify;
}
header	{
	width: 960px;
}
section	{
	width: 960px;
	
}
footer	{
	width: 960px;
	height: 30px;
	background-color: #F2BE73;
}
.col-sx-fix{
	width: 320px;
	float: left;
	text-align: justify;
}
.col-cx-fix{
	width: 320px;
	float: left;
	text-align: justify;
}
.col-dx-fix{
	width: 320px;
	float: left;
	text-align: justify;
}
.col-sx-float{
	width: 320px;
	float: left;
	text-align: justify;
}
.col-cx-float{
	width: 320px;
	float: left;
	text-align: justify;
}
.col-dx-float{
	width: 320px;
	float: left;
	text-align: justify;
}
strong	{
	color: red;
	text-shadow: 2px 2px 10px #3E3B3B;
}
h1	{
	text-align: center;
	margin: 0px;	
}
footer h1	{
	text-align: left;
	margin: 0px;	
	font-size: 20px;
	padding-left: 10px;
}
h2	{
	text-align: center;
	color: red;
}
p	{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
ul	{
	padding-right: 10px;
}
header a	{
	color: #c1baae;
	background-color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
    margin: 0 auto;
	line-height: 30px;
    width: 960px;
}
header a:hover	{
	color: #fff;
}
