/* ========================================= 
	GLOBAL
   ========================================= */   
html {
	background: url(../images/bg.jpg) repeat;
}

body {
	background: url(../images/bg_body.jpg) no-repeat top center;
	color: #444;
	font-size: 12px;
}
 
h1 {
	float:left;
	margin-top: 5px;
	margin-left: 20px;
	height: 50px;
	width: 290px;
}


h3 {
	margin-bottom: 10px;
	margin-top: 30px;
}



hr {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 0px;
	border: none;
	border-bottom: 1px solid #224461;
	border-top: 1px solid #000;
}

.line {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 2px;
	border: none;
	background: url(../images/line.png) repeat-x;
}


.vertical_line {
	width: 2px;
	height: 80px;
	background: url(../images/vertical_line.png) repeat-y;
}

strong {
	font-size: bolder;
	color: #444;
}

span {
	margin: 0;
	padding: 0;
	color: #8fc2e9; 
}

p {
	margin-top: 30px !important;
	color: #444;
}

.nota {
	color: #a8ff43;
}

small {
	vertical-align: baseline;
	line-height: 13px;
	font-size: 11px;
}

.container_16 {
	overflow: hidden;
}
/* ========================================= 
	MAIN
   ========================================= */   
#main {
	position: relative;
	overflow: visible;
	display: block;
}

/* ========================================= 
	HEADER NAV 
   ========================================= */   
#top {
	background: url(../images/bg_nav.png) repeat;
	overflow: hidden;
	height: 60px;
	border: 1px solid #252D37;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#top ul.nav_menu{
    float: right;
    list-style: none;
}
#top ul.nav_menu li{
    display: block;
    float: left;
    margin: 0;
}
#top ul.nav_menu li a{
    display: block;
    padding: 20px 20px;
    border-right:0px;
	color:#fefefe; 
	text-align: center; 
	font-size: 12px; 
	border-left: 1px solid #252d37;
	text-decoration: none;
}
#top ul.nav_menu li a:hover{ 
	background:#081016; 
	color: #8fc2e9; 
}  
#top ul.nav_menu li.selected a{
	background:#081016; 
	color: #a8ff43; 
}   

#contatti a:hover, #contatti.selected a {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

/* ========================================= 
	TITLE
   ========================================= */  
#radio {
	float: left;
	margin-top: 32px;
}

h1#title {
	float: right;
	width: 609px;
	height: 262px;
	text-indent: -9999px;	
	background:url(../images/chi_sono/title.png) no-repeat;
}

    
/* ========================================= 
	CONTENT
   ========================================= */  
#header_content{
	margin-top: 60px;
  	height: 480px;
  	overflow: hidden;
}

#content {
	overflow:hidden;
	border-top: 2px solid #8fc2e9;
	border-bottom: 2px solid #8fc2e9;
	background: url(../images/bg_content.jpg) repeat;
	padding-top: 30px;
	padding-bottom: 40px;
}

/* ========================================= 
	FOOTER
   ========================================= */  
#footer{
	height: 40px;
	margin-top: 20px;
	text-align: center;
}
#footer small {
	color: #fff;
	vertical-align: baseline;
	line-height: 13px;
	font-size: 9px !important;
}
