/* CSS Document */

a:link{color: #D24D36;}

a:visited{color:#FF9900;}

a:hover{color:#FFCC00;}

img{border: none;}

.right{text-align:right;}

#contenitore {
	width: 860px;
	height: 100%;
	margin: 10px auto 0;
	background: url(img/img.jpg) no-repeat;
	background-position: 410px 80px;}

#header{height:80px;}

#menu{margin:auto;}

#menu a{
	display:block;
	float:right;
	width:15%;
	padding:10px 0;
	border-top:3px solid #2D71AF;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#999999;}
	
#menu a:hover, #menu a.active{
	border-top:3px solid #D24D36;
	color:#D24D36;}
	
#menu a:hover{
	padding-top: 40px;
	background-color: #D0422E;
	color: #FFFFFF;}

#logo{
	width:400px;
	height: 515px;
	background-image: url(img/logo.jpg);}

#box1,#box2,#box3{
width:230px;
font-size:12px;
color:#666666;
padding: 15px 27px;
float: right;
border-top: 1px #CCCCCC dotted;}	
	
#box1{
	margin-right: 2px;
	margin-top: 10px;}
	
#box2{
	margin-top: 10px;
	border-right: solid 1px #CCCCCC;}
	
#box3{
	margin-left: 3px;
	margin-top: 10px;
	border-right: solid 1px #CCCCCC;}
	
#credits{
	color:#BBBBBB;
	font-size: 11px;
	text-align: center;
	border-top: dotted 1px #CCCCCC;
	clear: both;
	padding: 20px 10px 10px;
	border-bottom: dotted 1px #CCCCCC;}
	
#credits a{color: #9A9A9A;}