/*
Titolo:     GirLab per screen media
Sezione:    Webdesign
Autore:     GirLab
Pubblicazione:    Settembre 2007
*/


body {
	background: #cccccc url('../images/page_blu_large.jpg') repeat-y center top;
	color: #777;
	padding: 0;
	margin: 0;	
	border: 0 none;
	text-align: center;	
	font-family:Tahoma, Verdana, Arial, sans-serif
    }

.rossosbiadito {
    color: #AB2025;
    font-weight: bold;
    text-align: center;
}

.testogrigiogius {
    color: #2B2B2B;
    font-weight: none;
    text-align: justify;
    font-size:13px;
}

#container {
			width: 890px;
			\width: 910px;
			w\idth: 890px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px ;
			background-color: #fff;
						margin-top: 0px;
						text-align: left;
						margin-left: 6px;

		}
		#menu {
			margin-bottom: 0px ;
			background-color: #fff;
						margin-top: 0px;

		}

		#content {
			padding: 5px;
			margin-left: 10px;
			margin-right: 10px;
			background-color: #AB2025;
			width: 300px;
						float: left;
						color: #fff;

		}

		#sidebar-a {
			float: left;
			width: 240px;
			margin: 0;
			margin-right: ;
			padding: 5px;
			background-color: rgb(235, 235, 235);
		}

		#sidebar-b {
			float: right;
			width: 300px ;
			margin: 0;
			margin-left: ;
			padding: 5px;
			background-color: rgb(235, 235, 235);
		}
		

		#footer {
			clear: both;
			padding: 5px;
			margin-top: ;
						font-size:12px;

			background-color: #fff;
			
			}
	#footersub {
			clear: both;
			padding: 5px;
			margin-top: ;
			font-size:10px;
			background-color: #fff;
			
			}

		#footerlinea {
			clear: both;
			padding: 5px;
			margin-top: ;
			height: 10px;
			background-color: #F8BE2F;
			}
					#headerlinea {
			clear: both;
			padding: 5px;
			margin-top: ;
			height: 10px;
			background-color: #137CC0;
			
			}
#navigation {
 color: #333;
 padding-top: 1px;
  padding-bottom: 1px;

 margin: 0px 0px 0px 0px;
 background: #014288; 
 height:39px;
}
#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 3px solid #fff;
font: bold 13px Tahoma, sans-serif;
color: #014288

}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 2px solid #fff;
border-bottom: none;
background: #AB2025;
text-decoration: none;
}

#navlist li a:link { color: #fff; }
#navlist li a:visited { color: #FFDE00; }

#navlist li a:hover
{
color:#fff;
background: #D59625  ;
border-color: #AB2025;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
color: #CC1D00
}
	.imagebox {
	margin-top: 5px;
	margin-bottom: 5px;
			padding: 5px 5px 5px 5px;
			background: #FABC0D  ;

		}
		
	
#sidebar-a a { 
    text-decoration: none; 
    color: #AB2025; 
    }
   
#sidebar-a a:hover { 
    text-decoration: none; 
    color: #000000; 
    }
    
 
#sidebar-a a.active { 
    text-decoration: none; 
    font-weight: bold; 
    }
    	
#footer a { 
    text-decoration: 1px dashed #AB2025; 
    color: #AB2025; 
    }
   
#footer a:hover { 
    text-decoration: none; 
    color: #000000; 
    }
    
 
#footer a.active { 
    text-decoration: none; 
    font-weight: bold; 
    }
    #footersub a { 
    text-decoration: none; 
    color: #AB2025; 
    }
   
#footersub a:hover { 
    text-decoration: none; 
    color: #000000; 
    }
    
 
#footersub a.active { 
    text-decoration: none; 
    font-weight: bold; 
    }