
html {
padding: 0;
border: 0;
}

* a {
outline: none;
}

body {
margin: 0;
padding: 0;
background-image: url(images/body_bg_2.jpg);
background-position: center top;
background-repeat: repeat-x;
background-attachment: fixed;
text-align: left;
}

a {
text-decoration: none;
}

#control_bar {
position: absolute;
z-index: 8888;
width: 100%;
top:0;
}
	
#site_container{
width: 740px;
min-height: 800px;
height: auto !important;
height: 800px;
height: 100%;
margin: 0 auto 0 auto;
background-color: #FFFFFF;
}

#scroller {
display: none;
}

#scroller a:link {
color: #003300;
text-decoration: underline;
}
#scroller a:visited {
color: #003300;
text-decoration: underline;
}

#scroller a:hover {
color: #003300;
text-decoration: none;
}

#scroller a:active {
color: #003300;
text-decoration: none;
}

#languages {
display: none;
}

#site_banner_container{
width: 740px;
height: 189px;
text-align: left;
}

#site_banner{
width: 740px;
height: 189px;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
background-position: 209px -1px;

}

#logo {
position: absolute;
width: 194px;
height: 241px;
margin-top: 0;
margin-left: 10px;
background-image: url(images/logo.jpg);
}

#logo a img {
border: none;
}

div#site_banner h1 {
display: none;
}
div#site_banner h2 {
display: none;
}

#site_menu_container{
position: absolute;
top: 248px;
width: 151px;
margin-left: 28px;
}

/* MAIN MENU */

#menu {
width: 151px;
padding-bottom: 23px;
}

.menubox {
width: 151px;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}

/* MAIN MENU */

#menu  dl, dt, dd {
list-style-type: none;
margin: 0px;
padding: 0px;
border: 0;
}

#menu dl{
display: block;
width: 151px;
}
	
#menu dl.open a.selectedpage:link,
#menu dl.closed a.selectedpage:link,
#menu dl.open a.selectedpage:visited,
#menu dl.closed a.selectedpage:visited,
#menu dl.open a.selectedpage:hover,
#menu dl.closed a.selectedpage:hover,
#menu dl.open a.selectedpage:active,
#menu dl.closed a.selectedpage:active {
color: #666666;
background-image: url(images/menu_spr.jpg);
background-position: left -56px;
background-repeat: no-repeat;
line-height: 27px;
cursor: default;
color: #FFFFFF;
background-image: url(images/menu_spr.jpg);
background-position: left 0;
background-repeat: no-repeat;
}

#menu dl.open dd a.selectedpage:link,
#menu dl.closed dd a.selectedpage:link,
#menu dl.open dd a.selectedpage:visited,
#menu dl.closed dd a.selectedpage:visited,
#menu dl.open dd a.selectedpage:hover,
#menu dl.closed dd a.selectedpage:hover,
#menu dl.open dd a.selectedpage:active,
#menu dl.closed dd a.selectedpage:active {
display: block;
width: 170px;
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 30px;
cursor: default;
text-decoration: none;
background-color: #FFC959;
color: #285091;
border-bottom: none;
font-size: 1em;
border: none;
background-image: url(images/submenu_selected_page_icon.jpg);
background-position: 170px center;
background-repeat: no-repeat;
}

#menu dl.closed dl{
display: none;
}
		
#menu dl.open dl{
display: block;
position: absolute;
z-index: 9998;
margin-top: -3.3em;
margin-left: 151px;
padding-top: 15px;
padding-left: 15px;
background-image: url(images/arrow.gif);
background-position: 5px 1.25em;
background-repeat: no-repeat;
}

#menu dl dl dd.hidden dl{
display: none;
}
		
#menu dl dl dd.visible dl{
display: none;
}

#menu dl dl dd.hidden dl{
display: none;
}

#menu 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.gif);
background-position: 30px 1.25em;
background-repeat: no-repeat;
}

#menu dd {
/*margin-top: 1px;*/
border: none;
color:black;
margin-left: 0px; /* CORRECTION */
}
	
#menu dt {
width: 151px;
}
		
#menu dl dt a {
display: block;
cursor: pointer;
text-align: left;
text-decoration: none;
font-size: 12px;
line-height: 27px;
width: 136px;
padding-left: 15px;
}
		
		
#menu dt a:link,
#menu dt a:visited {
color: #375D81;
background-image: url(images/menu_spr.jpg);
background-position: left -28px;
background-repeat: no-repeat;
}
		
#menu dt a:hover,
#menu dt a:active {
color: #FFFFFF;
background-image: url(images/menu_spr.jpg);
background-position: left 0;
background-repeat: no-repeat;
}
		      
#menu dd a {
display: block;
width: 200px;
font-size: 1em;
height: 30px;
line-height: 30px;
cursor: pointer;
text-align: left;
text-decoration: none;
border: none;
background-image: none;
}

#menu dd a:link,
#menu dd a:visited {
display: block;
width: 200px;
height: 30px;
line-height: 30px;
padding-left: 10px;
font-weight: normal;
cursor: pointer;
text-decoration: none;
border-top: none;
background-color: #5482CF;
color: #FFFFFF;
border-bottom: none;
font-size: 1em;
border: none;
background-image: none;
}

#menu dd a:hover,
#menu dd a:active {
display: block;
width: 200px;
height: 30px;
line-height: 30px;
padding-left: 10px;
cursor: pointer;
text-decoration: none;
background-color: #285091;
color: #FFFFFF;
border-bottom: none;
font-size: 1em;
border: none;
background-image: none;
}


/* MENU PAGINE FIGLIE */

#menuPagineFiglie {
display: none;
}

/* MENU END********************************************************************************/


#site_contents_container {
width: 510px;
min-height: 600px;
height: auto !important;
height: 600px;
padding: 0 20px 0 210px;
}

.contents, .contents2 {
color: #444444;
width: 515px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: .7em;
line-height: 1.6em;
text-align: left;
font-size: .8em;
margin: 0 0 0 0;
padding: 10px 15px 10px 0;
}

small {
font-size: .8em;
}

.contents a img, .contents2 a img {
padding: 4px;
border: 1px #C4D7ED solid;
}

.contents img, .contents2 img {
padding: 4px;
border: 1px #CCCCCC solid;
}

.contents ol, .contents2 ol {
padding-left: 2em;
list-style-type: decimal;
}

.contents ul, .contents2 ul {
padding-left:2em;
list-style-type: disc;
}

.contents p,
.contents2 p{
margin: 0 0 1em 0;
}

.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: #4797BF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0 1em .5em 0;
padding-bottom: .2em;
line-height: 1.2em;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
color: #285091;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
margin: 0 1em .5em 0;
padding-bottom: .2em;
line-height: 1em;
}

.contents2 a:link,
.contents2 a:visited,
.contents a:link,
.contents a:visited {
color: #AA0637;
text-decoration: underline;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.contents2 a:hover,
.contents2 a:active,
.contents a:hover,
.contents a:active {
color: #AA0637;
text-decoration: none;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.footer_container {
width:719px;
height: 143px;
margin: 0 auto 0 auto;
background-image: url(images/footer_bg.jpg);
background-position: center top;
background-repeat: no-repeat;
text-align: center;
}

.footer {
width:679px;
height: 103px;
padding: 20px;
font-style: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #333333;
font-size: .8em;
line-height: 1.4em;
text-align: left;
}

.footer a:link,
.footer a:visited{
color: #AA0637;
text-decoration: underline;
}

.footer a:hover,
.footer a:active {
color: #AA0637;
text-decoration: none;
}

.footer p {
line-height: 1.4em;
}

.footer a img {
border: none;
}


.site_adsense_container {
display: none;
}

div.iscrizione {
font-size: xx-small;
margin-left: -150px;
padding-left: 0px;
}

div.iscrizione h4 {
font-weight: normal;
}

#site_crosslink_container {
display: none;
}

.blog_date {
display: none;
}

h4.blog_title {
display: none;
}

.commenti {
width: 494px;
margin: 0 0 1em 0;
padding: 10px;
color: #333333;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;
background-image: url(images/commenti.jpg);
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

.commenti form {

}

.commenti table {
font-style: italic;
text-align: left;
color: #000000;
}

.commenti form input {
padding: .2em;
font-family: "Courier New", Courier, monospace;
}

body .commenti input[type="text"] {
background-color: #2264A0;
border: 1px #CCCCCC inset;
color: #FFFFFF;
}

.commenti table td{
padding: 5px;
}

.commenti a:link,
.commenti a:visited {
padding: .4em .6em .4em .6em;
color: #AA0637;
border: 1px solid #E0E6F2;
background-color: #E0E6F2;
text-decoration: none;
font-weight: bold;
}

.commenti a:hover,
.commenti a:active  {
padding: .4em .6em .4em .6em;
color: #AA0637;
border: 1px solid #E0E6F2;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.commenti_contents {
clear: both;
padding: .5em 1em 0 5em;
border-top: 1px solid #CCCCCC;
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}

.commenti_contents a:link,
.commenti_contents a:visited  {
padding: .1em .2em .1em .2em;
color: #AA0637;
font-style: normal;
text-decoration: underline;
background-color: #FFFFFF;
border: none;
}

.commenti_contents a:hover,
.commenti_contents a:active {
padding: .1em .2em .1em .2em;
color: #AA0637;
font-style: normal;
text-decoration: none;
background-color: #FFFFFF;
border: none;
}

.commenti_contents dd {
font-style: normal;
padding: .4em 0 0 .4em;
margin-top: .4em;
color: #2C6EA8;
display: block;
background-color: #FFFFFF;
border-top: 1px dotted #CCCCCC;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: right;
}

.commenti_contents dt {
color: #666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: normal;
text-align: right;
}

.commenti textarea {
padding: .2em;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
width: 240px;
background-color: #2264A0;
border: 1px #CCCCCC inset;
color: #FFFFFF;
}

body .commenti a img,
body .commenti img
{
border: none;
}

.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);
}


#control_bar table {
width: 100%;
}

/* CUSTOM STYLES */
h4.home_icons {
font-family: Georgia, "Times New Roman", Times, serif;
color:#024673;
font-weight: normal;
font-size: 1em;
}

#home_main_message {
margin: 10px auto 10px auto;
width: 507px;
}

#main_message_top {
width: 507px;
height: 17px;
background-image: url(images/main_message_upper_bg.gif);
background-repeat: no-repeat;
background-position: center bottom;
}

#main_message_body {
padding: 0 1em 0 1em;
background-color:#EFEFEF;
line-height: 1.4em;
font-size: .9em;
font-style: italic;
}

#main_message_bottom {
width: 507px;
height: 17px;
background-image: url(images/main_message_lower_bg.gif);
background-repeat: no-repeat;
background-position: center top;
}



.home_news_wrapper {
margin: 10px auto 10px auto;
width: 507px;
}

.home_news_top {
width: 507px;
height: 17px;
background-image: url(images/news_upper_bg.gif);
background-repeat: no-repeat;
background-position: center bottom;
}

.home_news_body {
padding: 0 1em 0 1em;
background-color:#B4E3FA;
line-height: 1.4em;
font-size: 1em;
font-style: normal;
color: #094E6F;
font-family: Georgia, "Times New Roman", Times, serif;
}

.home_news_bottom {
width: 507px;
height: 17px;
background-image: url(images/news_lower_bg.gif);
background-repeat: no-repeat;
background-position: center top;
}

.news_url {
text-align: right;
}

.news_url a {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #0C6D9C;
}

.news_url a:link,
.news_url a:visited {
text-decoration: underline;
}

.news_url a:hover,
.news_url a:active {
text-decoration: none;
}

#sequence_partner {
position: absolute;
text-align: center;
z-index: 0;
width: 140px;
margin-top: 350px;
margin-left: 10px;
display: none;
}

#subscribe_form_table {
position:relative;
width: 100%;
padding: 20px;
border: 1px solid #CCCCCC;
background-image: url(images/commenti.jpg);
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}


#subscribe_form_table input[type="text"] {
padding: .2em;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
background-color:#FFFFFF;
border: 1px #cccccc inset;
}

#subscribe_form_table label {
color: #333333;
font-style:normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#message {
color: #CC6600;
font-style:normal;
font-size: 14px;
}

