﻿/* nuova default.aspx */




div#contenuto{
	position:relative;
	width:800px;
	margin:2px 0 0 0 ;
	padding:0;
}
div#def-garage{
	position:absolute; top:0; left:0;
	width:265px;
	height:260px; 
	background:url('../images/default/fondo_box_01.png') no-repeat;
	overflow:hidden;
}
div#def-industry{ 
	margin:0 0 0 267px; 
	width:265px;
	background:#fff; 
	height:260px;
	background:url('../images/default/fondo_box_02.png') no-repeat;
}
div#def-vibration{ 
	position:absolute; top:0; right:0;
	width:265px;
	background:#fff; 
	height:260px;
	background:url('../images/default/fondo_box_03.png') no-repeat;
}

div.wrapper{width:235px; padding:10px 10px 0 20px;}

div#def-garage ul,
div#def-industry ul,
div#def-vibration ul{padding:0; margin:0;}

div#def-garage ul ul,
div#def-industry ul ul,
div#def-vibration ul ul{padding:0 0 0 13px; margin:0;}

div#newfooter{
	width:480px;
	height:57px;
	padding:70px 20px 0px 300px;
	background:url('../images/default/footer_default.png') transparent no-repeat;
	text-align:right;
	font-size:10px;
}
div.garagebutton{
	font-size:11pt; line-height:30px;
	width:200px;
	height:31px;
	padding:0 5px 0 60px;
	background:url('../images/default/fondo_button_garage.png') no-repeat;
}
div.industrybutton{
	font-size:11pt; line-height:30px;
	width:201px;
	height:31px;
	padding:0 5px 0 60px;
	background:url('../images/default/fondo_button_industry.png') no-repeat;
}
div.vibrationbutton{
	font-size:11pt; line-height:30px;
	width:200px;
	height:31px;
	padding:0 5px 0 60px;
	background:url('../images/default/fondo_button_vibration.png') no-repeat;
}

div.garagebutton a, div.industrybutton a, div.vibrationbutton a{
	color:#FFF;}

div#newscontainer{
	position:relative;
	width:800px;
}
div#news h4{font-size:11pt; color:#fff; font-weight:bold; margin-top:-3px;}
div#news{
	font-size:11px;
	position:absolute;top:0; left:0;
	width:245px;
	height:200px;
	padding:10px;
	background:url('../images/default/fondo_news.png') no-repeat;
}
div#news ul{
	list-style:none;
	border:0;
	padding:0;
	margin:20px 0 0 0;
}
div#news ul li{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
div#news ul li a{color:#FF0000;}
div#news ul li a:hover{text-decoration:underline;}

div#prodcycle{
	margin:2px 0 0 267px;
	padding-top:20px;
	width:533px;
	height:180px;
	background:url('../images/default/fondo_cycle.png') repeat-x;
}
div#prodcycle h1{
	color:#000; text-align:left; padding:0; margin:0;
}








/* AGGIUNTE DA ALESSIO 17 / 12 / 2009 */

body#new{background:url('../images/sfondo.jpg') top left repeat-x!important;}


div#def-garage,
div#def-industry,
div#def-vibration{font-size:11px;}