﻿/* Layout CSS */
body{
	background-color: #510002;
	color: #CCCCCC;
	font-size:16px;
}
#right_col {
	width: 296px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:url('../images/rightmenu.jpg');
	background-repeat:no-repeat;
	height:578px;
	top: 0px
}

#page_content {
	margin-right: 296px;
	padding-top:1px;
	background-image:url('../images/left-content.jpg');
	background-repeat:no-repeat;
	width:606px;
	left: 0px; 
	top: 0px;
}
#container {
    margin-top:-10px;
	position: relative;
	width: 902px;
	margin-left:auto;
	margin-right:auto;
	border-right:1px #4D4D4D solid;
	border-left:1px #4D4D4D solid;
	border-bottom:1px #4D4D4D solid;

}
#banner{
    text-align:left;
    width:100%;
    height:200px;
    margin-top:5px;
}
#div-footer{
	margin-top:10px;
	width:100%;
	height: auto;
	text-align:center;
}
#div-bottom{
	margin-top:2px;
	width:100%;
	text-align:center;
    background-color: #303030;
    border-top:1px #4D4D4D solid;
}


a{
	color: #F03D00;
	font-size:16px;
}
a:hover{
	color: #E10000;
	font-size:16px;
}
h1{
font-size:28px;	
}
h2{
font-size:24px;	
}
h3{
font-size:22px;	
}
h4{
font-size:20px;	
}



/*-------left menù---------------------*/

#menu {
background-color: #373737;
margin-left:93px;
margin-top:335px;
width:200px;
height:auto;

}

.menu {

font-size:11px;
font-weight:bold;
}

.menu ul{

margin:0;
padding:0;
display:block;
list-style-type:none;
font-size:11px;
font-weight:bold;
width:200px;
text-align:left;
}
.menu ul li{

width:200px;
border-bottom:1px #4D4D4D solid;
}

.menu ul li a{
font-size:11px;
font-weight:bold;
padding-left:20px;
padding-top:5px;
padding-bottom:5px;
line-height:30px;
text-decoration:none;
}

.menu ul li a:hover{
padding-top:5px;
padding-bottom:5px;
padding-left:30px;
background-image: url('../images/bottone-2.jpg');
background-repeat:no-repeat;
background-position:left;
text-decoration:none;
color:#D66623;
}

/*---------fine menù----------*/




