/* CSS Document by WPA 2009*/

* {margin: 0;
   padding: 0;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-size: 62.5%;
	font-family: Verdana, "Times New Roman", Times, serif;
}

#container {
	width: 100%;
	height:auto;
	font-size: 1.2em;
	float:inherit;
}

#header {
	background-image: url(images/header.png);
	width: 980px;
	height: 81px;
	padding-top: 10px;
	/*padding-right: 150px;*/
	background-repeat: no-repeat;
}

#center {
	background-image: url(images/bg_main_nuovo.png);
	width: 100%;
	height: 360px;
	padding-top: 0px;
	padding-right: 0px;
	background-repeat: repeat-x;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear:both;
	width:980px;
	height: 136px;
	font-size: 80%;
	padding-left: 0%;
	padding-top: 5%;
	clear: both;
}

#content {
	width:70%;
	height:100%;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:30px;
	padding:0;
}

#galleria {
	width:80%;
	margin-left: 50px;
	margin-right: 50px;
	margin-top:30px;
	padding:0;
}

#centerflash {
	position:absolute;
	left:10%;
	top:91px;
}

p {
	font-family: "Verdana", serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #6A1D25;
	font-size: 0.9em;
	text-align: justify;
}

pfooter {
	font-family: "Verdana", serif;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #2A1770;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: "Verdana", serif;
	font-style: italic;
	
	font-size: 1.0em;
}

h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}


h3center {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #6A1D25;
	font-size: 1.5em;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #7C8832}
a:visited {color: #74752B}
a:hover {color: #993300}
a:active {color: #993300}

.style2 {font-family: "Times New Roman", Times, serif}
/*#menu {
	position:absolute;
	left:25%;
	top:98px;
	width:614px;
	height:24px;
	z-index:1;
}*/
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

*{
	list-style:none;
}

#fiore {
	position:absolute;
	left:60%;
	top:126px;
	width:188px;
	height:187px;
	z-index:10;
}

#player {
	position:absolute;
	left:80%;
	top:60px;
	width:100px;
	height:20px;
	z-index:1;
}

#menulayer {
	position:absolute;
	left:0px;
	top:92px;
	width:100%;
	height:41px;
	z-index:1;
}

ul#menu {
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 12px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0 auto;
	padding-left: 130px;
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 33px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
