@charset "utf-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}



br.clear {
clear:both;
}

html {
height:100%;
}


body {
height:100%;
}
body {
	background-color:#FFFFFF;
    font-family: verdana, helvetica, arial, geneva, sans-serif;
	color:#575757;
	font-size:66.7%;
}

a {
color:#666666;
text-decoration:none;
}
a:hover {
color:#333333;
}




/*----------------------NON FOOTER x posizione fissa--------------------------------------------------------*/
#nonFooter{
position: relative;
height: 100%;
}

* html #nonFooter{
height: 100%;
}



/*----------------------CONTAINER -----------------------------------------------------------------*/
div#container {
position:relative;
height:100%;
}

/*----------------------TOP----------------------------------------------------------------------------------*/
div#topbk {
width:100%;
	height:442px;
	background-image:url(../images/topbk.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;	
	background-color:#afafb1;
}




div#top {
	padding-left:25px;
	font-size:1.2em;
	padding-bottom:25px;
	height:417px;
	background-image:url(../images/imgbk.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

div#top p {
line-height:1.05em;
width:670px;
margin-bottom:0.8em;
letter-spacing:-0.03em;
font-size:1.9em;
font-weight:bold;
}


/*----------------------SWF---------------------------------------------------------*/

div#flasharea {
	position:absolute;
	top:255px;
	left:27px;
	background-color:#FFFFFF;
	width:638px;
	height:170px;
	padding-top:7px;
	padding-bottom:1px;
}


div#flashcontent {
padding:10px;
color:#000000;
font-size:11px;
line-height:1.60em;

}

#flashcontent a{
	color:#666666;
	text-decoration:underline;
}
	
#flashcontent a:hover{
	color:#CC0000;
}




/*----------------------BOTTOM---------------------------------------------------------*/

div#bottomdiv {
padding-left:25px;
padding-top:27px;
width:840px;
height:150px;
padding-right:0px;
/*font-size:0.99em;*/

}

.intro {
width:327px;
float:left;
margin-right:50px;
line-height:1.30em;
color:#999999;
}
.bottomcentre {
width:210px;
float:left;
line-height:1.30em;
color:#999999;
}


/*----------------------FOOTER--------------------------------------------------------*/

div#footer {
	padding-left:25px;
	width:750px;
	/*	font-size:9px;*/
	font-size:0.8em;
	color:#999999;
	position: relative;
	margin-top: -27px;
}

