body{
	/*background: #333333;*/	
	/*background: #DADADA;*/
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	background-image: url("/images/body.jpg");
	background-position: center;
	background-repeat:	repeat-y;
	background-color: #333333;
}

#container{
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	background: white url("/images/bg_left.gif") repeat-y left;
}

#header
{
	background: url("/images/logo_up.jpg") no-repeat top left;
	height: 93px;
}

#header .logo_link
{
	position: absolute;
	color: white;
	background: transparent;
	display: block;
	width: 240px;
	height: 95px;
}

#header-border
{
	margin-left:220px;
	width: 680px;
	height: 92px;
	border-bottom: 1px solid #A7A7A7;
}

#middle_container{
	position: relative;
}

#left{
	position: relative;
	float:left;
	width: 215px;
	background: url("/images/logo_down.jpg") no-repeat top left;
	padding-top: 50px;
	padding-bottom: 0px;
	/*border-right: 6px solid #EB0000;*/
	margin-bottom: 0px;	
}


#content{
	position: relative;
	margin-left: 221px;
	_margin-left: 218px; /* ie6 */
	padding: 10px;
	height: 320px;
	background: url("/images/ombra_rossa.jpg") repeat-y left;	
}

#angolo_sx{
	position: absolute;
	left: 0px;
	/*_left: -10px;*/
	top: 0px;	
	width: 11px;
	height: 7px;
}

#footer{
	position:relative;
	clear: both;
	height: 40px;
	background: #918F90 url("/images/bg_footer.gif") repeat-y left;
}

ul#menu_alto{
	position: absolute;
	top: 15px;
	right: 0px;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	border-top: 1px solid #C1C1C1; 
}

ul#menu_alto li{
	display: inline;
	font-size: 11px;
	padding: 0px;	
	margin:0px;
	color: #A7A7A7;
}


ul#menu_alto li a{
	text-decoration: none; 
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}


/***************** box ricerca laterale ***************/
div#form-ricerca 
{
	float: right;	
	border: 0px solid silver;
	/*background: #E0E0E0;*/
	margin-top: 7px;
	width: 206px;
	height:433px;
	background: url("/images/bg_ricerca.jpg") no-repeat;
}

div#form-ricerca .label
{
	margin-left:15px;	
}

div#form-ricerca select
{
	width: 149px;
	height:20px;
	border: 1px solid #909090;
	font-family:arial;
	font-size: 12px;
	margin-left:15px;
}

div#form-ricerca input
{
	width: 130px;
	height:15px;
	border: 1px solid #909090;
	font-family:arial;
	font-size: 12px;
	margin-left:15px;
	padding-top:4px;
	padding-left:15px;
	background: url("/images/bg_input.jpg") no-repeat;
}

div#form-ricerca .input_categorie_ricerca
{
	width: 150px;
	height:120px;
	border: 1px solid #909090;
	font-family:arial;
	font-size: 12px;
	margin-left:15px;
	padding-left:15px;
}

div#form-ricerca .cerca_titolo
{
	height:30px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px solid white;
	/*background: #F0F0F0;*/
	padding: 5px;
	text-align: left;
	background: url("/images/ricerca_titolo.gif") no-repeat center 15px;;
}

div#form-ricerca .item
{
	margin: 5px 13px;
}

div#form-ricerca .item select
{
	overflow: visible;
}

div#form-ricerca .item .label
{
	font-size: 70%;
	font-weight: bold;
}

div#form-ricerca .item .input_ricerca
{
	/*width: 150px;*/
}

.label_cilindrata
{
	margin-left:15px;
	font-family:arial;
	font-size: 12px;	
}

div#form-ricerca #tasto_cerca
{
	width: 150px;
	height:21px;
	border: 1px solid #909090;
	font-family:arial;
	font-size: 12px;
	margin-left:15px;
	padding-top:0px;
	padding-left:0px;
	background: url("/images/bg_submit.jpg") repeat-x;
}

div#form-ricerca .item .input_ricerca_piccolo
{
	width: 35px;
	padding-left:10px;
	margin-left:1px;
}

div#form-ricerca #ricerca_avanzata
{
	margin-top:15px;
}


div#form-ricerca .item A
{
	font-family:arial;
	font-size: 12px;
	color:#274b9e;
	text-decoration:none;
	padding-left:40px;
}

div#form-ricerca .item A:hover
{
	color:#ca4838;
}



/******************** sponsor ********************/
div#content .sponsor{
	float: right;
	width: 170px;
}

/********************** news ********************/
.sfSimpleNews_latest_news
{
	position: absolute;
	left: 250px;
	top: 40px;
	font-size: 85%;
}

.sfSimpleNews_latest_news .topNewsTitle
{
	float: left;
	padding: 3px;
}

.sfSimpleNews_latest_news .topNewsList
{	
	padding: 3px;
	width: 600px;
}

.sfSimpleNews_latest_news .sfSimpleNews_news_title a{
	color: #913F45;
}

.sfSimpleNews_singlenews_title, .sfSimpleNews_singlenews_date{
	color: #CD0A0A;
	border-color: #CD0A0A;
}