/*------------------------------------------------*/
/*------------------[BASE STYLES]-----------------*/
/*------------------------------------------------*/
body { margin: 0px 0px; padding: 0px 0px; color: #84878E; background-color:#020405; font-family: Tahoma; font-size: 11px; line-height: 18px; }
a:link, a:visited { text-decoration: none; color: #5D776F; }
a:hover { color: #FFF; text-decoration: underline; }
h1, h2, h3, h4 { margin: 0px 0px 10px 0px; font-weight: normal; }
h3 { font-size: 20px; }
ul { line-height: 22px; list-style-image: url(images/bullet.gif); }


/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/

#wrapper { width: 970px; margin: auto; padding: 0px 0px 0px 0px; margin-top: 125px; }
#wrapper_banner { width: 970px; margin: auto; padding: 0px 0px 0px 0px; margin-top: 150px; background-color: #000000; }

#wrapper2 { width: 100%; margin: 0px 0px; background-image: url(bg2.jpg); background-position: top center; background-repeat: no-repeat; float: left; }
#banner-div { width: 970px; float: left; padding-left: 13px; }
.logo { float: left; border: 0px; border-left: 1px solid #515E5B; }
.titles { font-weight: normal; font-size: 24px; text-decoration: none; }
.titles_banner { font-weight: normal; font-size: 24px; text-decoration: none; color: #FFF; }
.testo { padding-left:20px;font-weight: normal; font-size: 12px; text-decoration: none; color: #FFF; }
a.titles_blu { font-weight: normal; font-size: 32px; text-decoration: none; color: #4F83A1; }
a.titles_blu:hover{ font-weight: normal; font-size: 32px; text-decoration: none; color: #ffffff; }
a.titles_red { font-weight: normal; font-size: 32px; text-decoration: none; color: #AF090B; }
a.titles_red:hover{ font-weight: normal; font-size: 32px; text-decoration: none; color: #ffffff; }
a.search_blu { font-weight: normal; font-size: 12px; text-decoration: none; color: #4F83A1; }
a.search_blu:hover{ font-weight: normal; font-size: 12px; text-decoration: none; color: #ffffff; }
a.search_red { font-weight: normal; font-size: 12px; text-decoration: none; color: #AF090B; }
a.search_red:hover{ font-weight: normal; font-size: 12px; text-decoration: none; color: #ffffff; }


.titles a:link, .titles a:visited, .titles a:active { text-decoration: none; font-size: 20px; font-family: Tahoma; margin-bottom: 10px; margin-top: 10px; display: block; }

#footer { clear: both; width: 100%; height: 73px; text-align: left; color: #FFFFFF; padding-top: 14px; margin: 0px; float: left; font-size: 11px; }
		#footer a { color: #FFFFFF; font-size: 11px; }
		#footer a:visited { color: #FFFFFF; }
		#footer a:hover { color: #FFFFFF; text-decoration: underline; }


