@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:url(../images/background.jpg) center top no-repeat;	
}

div#wrap {
	width:825px;
	margin: 0 auto 20px;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#7f1b0e;
	font-weight:bold;
}
a:hover,
a:active {
	color:#ef9529;
}

p {
	text-align:justify;
	line-height:13px;
}


/*** HEADER ***/
div#header {
	width:825px;
	height:253px;
	background:url(../images/imgHeader.gif) 0 0 no-repeat;
}
.logo {
	float:left;
	margin-top:53px;
}

/***menu***/
ul#mainMenu {
	width:825px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:128px;
	float:right;
	font-size:11px;
}
ul#mainMenu li {
	float:right;
	list-style:none;
	border-left:1px solid #FFF;
}
ul#mainMenu li a {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	margin:0 8px;
}
ul#mainMenu li a:hover,
ul#mainMenu li a.active {
	color:#ef9529;
}


/*** ANIMAZIONE PHOTO ***/
#slideshow {
    position:relative;   
	height:204px;
}
#slideshow IMG {
    position:absolute;
    right:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}


/*** CONTENUTO ***/
div#mainContent {
	width:795px;
	overflow:hidden;
	margin:25px 15px 30px 15px;
}

/*** FOOTER ***/
div#footer {
	width:825px;
	clear:both;
}
div#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	text-align:center;
	font-size:10px;
	margin-top:10px;
	line-height:12px;
}