html {
margin: 0;
}

body {
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;
margin: 0;
background-color:#EBEAEA;
background-image: url(images/site_contents_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}

#control_bar {
background-color: #CCCCCC;
padding: .5em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: 1.1em;
}

#control_bar table {
width: 100%;
background-color:#CCCCCC;
}

#control_bar a:link,
#control_bar a:visited {
text-decoration: underline;
}

#control_bar a:hover,
#control_bar a:active {
text-decoration: none;
}
	
#site_container{
width: 950px;
margin: 0 auto 0 auto;
text-align: left;
position: relative;
top:0;
}

#scroller {
display: none; 
}

#site_banner_container {
width: 950px;
height: 175px;
text-align: left;
padding: 0 0 105px 0;
background-image: url(images/header_bg.jpg);
background-position: center bottom;
background-repeat: no-repeat;
}

#site_banner{
width: 950px;
height: 175px;
text-align: left;
}

#logo {
width: 368px;
height: 167px;
margin: 0 auto 0 auto;
}

#logo a img {
border: none;
}

#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:active {
outline: none;
}

#custom_button {
position:absolute;
margin-top: 25px;
margin-left: 283px;
width: 381px;
height: 32px;
}

#custom_button a img {
border: none;
}

#custom_button a {
float: left;
}

#custom_button a:link,
#custom_button a:visited,
#custom_button a:hover,
#custom_button a:active {
outline: none;
}



/* MENU PAGINE FIGLIE */

#site_menu_container {
position: absolute;
margin-left: 20px;
top: 296px;
padding: 0 0 18px 0;
width: 164px;
background-image: url(images/bottom_menu_bg.gif);
background-repeat: no-repeat;
background-position: center bottom;
}

#menu {
width: 164px;
padding: 40px 0 0 0;
background-image: url(images/top_menu_bg.gif);
background-repeat: no-repeat;
background-position: center top;
}

.menubox {
width: 164px;
background-image: url(images/middle_menu_bg.gif);
background-repeat: repeat-y;
background-position: center bottom;
}


#site_menu_container  dl, dt, dd {
list-style-type: none;
margin: 0px;
padding: 0px;
border: 0;
}

#site_menu_container dl{
display: block;
width: 150px;
margin: 0 7px 0 7px;
line-height: 26px;
/*background-image: url(images/filler.gif);
background-repeat: repeat;*/
}
	


#site_menu_container dl.closed dl{
display: none;
}
		
#site_menu_container dl.open dl{
display: none;
/*display: block;
position: absolute;
z-index: 9998;
margin-top: -2.3em;
margin-left: 160px;
background-color: #000000;
border-top: 1px #999999 dotted;
border-left: 1px #999999 dotted;
border-right: 1px #999999 dotted;
padding: 0;
background-image: url(images/filler.gif);
background-repeat: repeat;*/
}

#site_menu_container dl dl dd.hidden dl{
display: none;
}
		
#site_menu_container dl dl dd.visible dl{
display: none;
}

#site_menu_container dl dl dd.hidden dl{
display: none;
}

#site_menu_container dl dl dd.visible dl{
/*display: block;
position: absolute;
z-index: 9999;
margin-top: -3.55em;
margin-left: 188px;
padding-top: 15px;
padding-left: 40px;
background-image: url(images/arrow.png);
background-position: 29px 1.25em;
background-repeat: no-repeat;*/
}

#site_menu_container dd {
/*margin-top: 1px;*/
border: none;
color:black;
margin-left: 0px; /* CORRECTION */
}
	
#site_menu_container dt {
display: block;
width: 150px;
padding: 0 0 0 0;
line-height: 26px;
}
		
#site_menu_container dl dt a {
display: block;
cursor: pointer;
text-align: left;
text-decoration: none;
font-size: .8em;
line-height: 26px;
width: 140px;
padding: 0 0 0 10px;
background-image: url(images/arrow.gif);
background-position: left center;
background-repeat: no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#site_menu_container dl dt a.selectedPage:link,
#site_menu_container dl dt a.selectedPage:visited,
#site_menu_container dl dt a.selectedPage:hover,
#site_menu_container dl dt a.selectedPage:active {
display: block;
cursor: default;
text-align: left;
text-decoration: none;
font-size: .8em;
line-height: 26px;
color: #F8AA04;
}
		
		
#site_menu_container dt a:link,
#site_menu_container dt a:visited {
color: #414141;
border-bottom: 1px #E3E3E3 dashed;
}
		
#site_menu_container dt a:hover,
#site_menu_container dt a:active {
color: #F8AA04;
border-bottom: 1px #E3E3E3 dashed;
}
		    

body #site_menu_container a.selectedpage {
color: #FF9900;
cursor: default;
}

#menuPagineFiglie {
display: none;
}

/* MENU END********************************************************************************/

#sequence_partner {
display: none;
}

#sequence_partner p {
margin: 0;
padding: 0;
}

#sequence_partner a img {
border: none;
outline: none;
}

#site_contents_container {
width: 950px;
padding: .5em 0 0 0;
}

.contents, .contents2 {
width: 720px;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
min-height: 10em; /* min-height for browsers other than IE */
height: auto !important; /* Override declared height for browsers other than IE */
height: 10em; /* min-height for IE */
text-align: left;
margin-left: 195px;
padding: .5em 0 .5em 0;
}

.contents p,
.contents2 p {
line-height: 1.3em;
}

.contents a:link,
.contents a:visited,
.contents2 a:link,
.contents2 a:visited {
color: #0066CC;
text-decoration: underline;
}

.contents a:hover,
.contents a:active,
.contents2 a:hover,
.contents2 a:active {
color: #0066CC;
text-decoration: none;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6,
.contents2 h1,
.contents2 h2,
.contents2 h3,
.contents2 h4,
.contents2 h5,
.contents2 h6 {
color: #FF6600;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-weight: normal;
margin: 0;
}

.contents h1,
.contents2 h1 {
font-size: 2em;
}

.contents h2,
.contents2 h2  {
font-size: 1.8em;
}

.contents h3,
.contents2 h3 {
font-size: 1.6em;
}

.contents h4,
.contents2 h4 {
font-size: 1.4em;
}

.contents h5,
.contents2 h5 {
font-size: 1.2em;
}

.contents h6,
.contents2 h6 {
font-size: 1em;
}

.footer_container {
width: 950px;
margin-bottom: 20px;
}

.footer {
height: 65px;
width: 900px;
/*background-image: url(images/footer_bg.jpg);*/
color: #414141;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: .88em;
text-align: left;
border-top: 1px #F7A900 solid;
margin: 0 auto 0 auto;
padding: 1em 10px 0 10px;
}

.footer a:link,
.footer a:visited {
color: #414141;
text-decoration: none;
}

.footer a:hover,
.footer a:active {
color: #F8AA04;
text-decoration: none;
}

.site_adsense_container {
display: none;
}

div.iscrizione {
font-size: xx-small;
margin-left: -150px;
padding-left: 0px;
}

div.iscrizione h4 {
font-weight: normal;
}


.commenti {
width: 730px;
font-size: 12px;
color: #666666;
text-align: left;
padding: 0 0 1em 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.commenti form {
clear: both;
}

.commenti form input {
padding: .2em;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.commenti form input[type="text"] {
background-color:#FFBF5A;
border: 1px #FFBF5A inset;
color: #000000;
font-size: 12px;
}

.commenti table {
text-align: left;
color: #666666;
}

.commenti table td{
padding: 5px;
}

.commenti a:link,
.commenti a:visited {
padding: .4em .7em .4em .7em;
color: #333333;
background-color: #FFDCA8;
border: 1px solid #FFC875;
text-decoration: none;
}

.commenti a:hover,
.commenti a:active {
padding: .4em .7em .4em .7em;
color: #000000;
background-color: #FFBF5A;
border: 1px solid #FFAA2B;
text-decoration: none;
}

.commenti a img {
border: none;
}

.commenti_contents {
clear: both;
padding: 0;
border-top: 1px #CCCCCC dotted;
line-height: 1.5em;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: italic;
}

.commenti_contents a {
font-size: 12px;
}

.commenti_contents a:link,
.commenti_contents a:visited {
padding: .1em .2em .1em .2em;
color: #FF6600;
background-color: #FFFFFF;
font-style: normal;
text-decoration: none;
border: none;
}

.commenti_contents a:hover,
.commenti_contents a:active {
padding: .1em .2em .1em .2em;
color: #FF6600;
background-color: #FFFFFF;
font-style: normal;
text-decoration: underline;
border: none;
}

.commenti_contents dd {
font-style: normal;
padding: .4em .4em .4em 0;
margin-top: .4em;
color: #333333;
display: block;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.commenti_contents dt {
color: #999999;
font-style: normal;
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
font-size: .9em;
}

.commenti textarea {
padding: .2em;
font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
background-color:#FFBF5A;
border: 1px #FFBF5A inset;
font-size: 12px;
color: #000000;
}

.msg_err {
COLOR: red;
background-color: white;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:10px;
border-color:#FFFFFF;
border: 0px solid;
text-align: center;
}

a.commentoSelezionato { margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
text-decoration: underline;
background-color: yellow;
}

a.commentoSelezionato:hover { margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
color: rgb(255, 0, 0);
text-decoration: underline;
background-color: yellow;
}

a.commentoSelezionato:link {
margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: yellow;
text-decoration: underline;
}

a.commentoSelezionato:visited {
margin: 0px;
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: yellow;
text-decoration: underline;
}

.titoloCommentoCorrente {
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: rgb(212, 212, 212);
}

.testoCommentoCorrente {
font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
text-decoration: none;
background-color: rgb(229, 229, 229);
}

/* HIDE UNWANTED ELEMENTS */

#site_crosslink_container {
display: none;
}

.blog_date {
display: none;
}

h4.blog_title {
display: none;
}

#languages {
display: none;
}

#site_banner h1 {
display: none;
}
#site_banner h2 {
display: none;
}
