html, body
{
	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
}

body
{
	background-color:#ffffff; 
	font-family:"Trebuchet MS", Arial; 
	font-size:11px; color:#000000;
}

form
{
    margin: 0px;
	padding: 0px; 
}

a
{
    color:#D22700;
    text-decoration:none;
}

a:hover
{
    color:#D22700;
    text-decoration:underline;
}

a.menu
{
    font-size:16px; font-weight:bold; color:#ffffff; text-decoration:none
}
a.menu:hover
{
    font-size:16px; font-weight:bold; color:#ffffff; text-decoration:none
}


input[type="text"], textarea, input[type="password"]
{
    border: 1px solid #000000
}
select 
{
    border: 1px solid #000000;
    font-family:"Trebuchet MS", Arial; 
	font-size:11px; color:#000000;
}

input[type="submit"], input[type="reset"], input[type="button"]
{
    background-color:#D22700;
    border: 1px solid #000000;
    color:#ffffff;
}

.titolo
{
    font-size:13px; margin:0px; padding:0px; margin-top:10px;
}

#slider
{
	display:none;
	}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:599px;
	height:219px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:599px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
