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



/* _____ general _____ */

* {
margin: 0px;
padding: 0px;
}
body {
font-family: Arial, Helvetica, sans-serif;
color:#000000;
}
a{
color: #000000;
text-decoration:none;
}
a:active{
text-decoration:line-through;
}
img{
border: none;
}

hr{
color: #c58f9a;
width: 670px;
}





/* _____ layout _____ */

#container{
width: 1024px;
margin-left: 50px;
position:relative;
}

#header {
}

#sx {
width: 147px;
float:left;
}

#content{
float: right;
margin-right: 80px;
width: 690px;
background-color:#fff;
}

#content2{
float: right;
margin-right: 80px;
width: 690px;
background-color:#fff;
}

#footer{
width: 600px;
height: 33px;
margin-top: 5px;
font-size: 8pt;
color: #000000;
}





/* _____ menu _____ */

#menu{
}
#menu ul{
list-style-type:none;
}
#menu li{
width: 147px;
height: 38px;
margin-top: 38px;
}

#menu li a{
display:block;
width: 147px;
height: 30px;
padding-top: 8px;
}

#menu li a:hover{

}


/* _____ rollover menu _____ */


a.roll{
	display:block;
    background-image: url(images/pulsanti/what_01.jpg);
    width: 147px;
    height: 38px;
}

a.roll:hover{
    background-image: url(images/pulsanti/what_02.jpg);
    width: 147px;
    height: 38px;
}


a.roll2{
	display:block;
    background-image: url(images/pulsanti/who_01.jpg);
    width: 147px;
    height: 38px;
}


a.roll2:hover{
    background-image: url(images/pulsanti/who_02.jpg);
    width: 147px;
    height: 38px;
}


a.roll3{
	display:block;
    background-image: url(images/pulsanti/where_01.jpg);
    width: 147px;
    height: 38px;
}

a.roll3:hover{
    background-image: url(images/pulsanti/where_02.jpg);
    width: 147px;
    height: 38px;
}



a.roll4{
	display:block;
    background-image: url(images/pulsanti/how_01.jpg);
    width: 147px;
    height: 38px;
}

a.roll4:hover{
    background-image: url(images/pulsanti/how_02.jpg);
    width: 147px;
    height: 38px;
}


a.roll5{
	display:block;
    background-image: url(images/pulsanti/when_01.jpg);
    width: 147px;
    height: 38px;
}

a.roll5:hover{
    background-image: url(images/pulsanti/when_02.jpg);
    width: 147px;
    height: 38px;
}


/* _____ contenuto _____ */

#content {
margin-top: 75px;
}

#content p{
font-size: 10pt;
color: #999999;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 3px;
}

#content img{
display:block;
width: 147px;
height: 147px;
float:left;
margin-right: 25px;
margin-top: 25px;
}

#content2{
margin-top: 75px;
}

#content2 h1{
font-weight:bold;
font-size: 11pt;
}

#content2 p{
font-size: 10pt;
color: #999999;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 3px;
}

#content2 h2{
color: #660033;
font-size:8pt;
padding-top: 10px;
padding-bottom: 30px;
}

#content2 img{
margin-bottom: 10px;
}

.more{
font-size: 7pt;
color:#CCCCCC;
padding-left: 15px;
}



#next{
width: 660px;
font-size: 9pt;
}

#next a{
color:#000000;
}

#next a.previous{
float: left;
}

#next a.next{
float: right;
}

#next a.backtop{
float: right;
}

.hrdowndistance{
margin-top: 35px;
}

.hrupdistance{
margin-bottom: 30px;
}

.clearer{
clear:both;
}

#separatore{
width: 100px;
height: 25px;
display:block;
}



/* _____ link _____ */

#deliciuos ul{
margin-top: 20px;
}

#delicious li{
list-style-type:none;
padding-top: 10px;
padding-left: 10px;
}

#delicious li a{
font-size: 9pt;
color: #ccc;
text-decoration: none;
}

#delicious li a:hover{
font-size: 9pt;
color: #993333;
text-decoration: none;
}



