/* the news box */
#news
{
	display:none;
	width:170px;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:220px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

/* GENERAL */
body {
	background-color:#000000;
	color:#5A656F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:center;
}
img {
	border:0px;
}
a {
	color:#76899A;
	text-decoration:none;
}
/* CONTAINER */
div#container {
	margin:0px auto;
	text-align:left;
	width:932px;
}
/* HEADER */
div#header {
	margin-bottom:4px;
	width:932px;
}
div#banner_header {
	background:url('_layout/banners/lambda.jpg') no-repeat;
	height:121px;
}
/* MENU HEADER */
div#menu_header {
	height:21px;
}
div#menu_header a {
	display:block;
}
.menu_wrap {
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 21px;
}
.menu_wrap img {
	border:0px;
	visibility:hidden;
}
.menu_wrap a:hover img {
	visibility:visible;
}
.menu_wrap  a:hover {
	white-space:normal;
}
div#home_link {
	background-image:url('_layout/menu_main/off/home_off.jpg');
	width:122px;
}
div#noleggio_link {
	background-image:url('_layout/menu_main/off/noleggio_off.jpg');
	width:114px;
}
div#vendita_link {
	background-image:url('_layout/menu_main/off/vendita_off.jpg');
	width:114px;
}
div#preventivi_link {
	background-image:url('_layout/menu_main/off/preventivi_off.jpg');
	width:114px;
}
div#assistenza_tecnica_link {
	background-image:url('_layout/menu_main/off/assistenza_tecnica_off.jpg');
	width:114px;
}
div#pagamenti_link {
	background-image:url('_layout/menu_main/off/pagamenti_off.jpg');
	width:114px;
}
div#contatti_link {
	background-image:url('_layout/menu_main/off/contatti_off.jpg');
	width:113px;
}
/* FOOTER */
div#footer {
	clear:both;
	text-align:center;
}
div#footer p{
	color:#999999;
	font-size:7pt;
	margin-top:20px;
}
div#bottombar {
	background:#DBDBDB;
	overflow:hidden;
	height:44px;
	width:932px;
}
div#bottombar a img {
	margin:0px 6px;
}
/* SIDEBAR */
div#sidebar {
	margin-left:757px;
}
/* MAIN  */
div#main {
	float:left;
	margin-bottom:5px;
}
div#main_banner  img{
	height:75px;
	width:751px;
}
/* TEXTS */
.error {
	color:#ff0000;
}
.main_text {
	padding:20px;
	margin-bottom:20px;
}
.main_text  img{
	margin:10px;
}
.newsletter_text {
	padding:8px;
}
#news_text{
	font-size:11pt;
	font-weight:bold;
	height: 220px;
	padding:5px;
	text-align:center;
	width:160px;
}
#news_text ul {
	list-style-type:none;
}
#news_area{
	height: 200px;
	margin:0 auto;
	text-align:left;
}
#news_area img{
	display:block;
	margin-top:5px;
}
.skype_text {
	text-align:center;
	padding:5px;
}
.skype_text p{
	line-height:1px;
}
/* SCHEDE */
.scheda {
	border-color:#5A656F;
	border-style:solid;
	border-width:thin;
	margin-bottom:10px;
	min-height:160px;
	width:500px;
}
.scheda  span{
	display:block;
	margin-left:190px;
	width:300px;
}
.scheda  img{
	border-style:none;
	display:block;
	float:left;
	margin-top:20px;
	padding:0px 0px 0px 20px;
}
.scheda  h3{
	font-size:12pt;
}
.scheda2 {
	border-color:#5A656F;
	border-style:solid;
	border-width:thin;
	margin-bottom:10px;
	min-height:160px;
	width:700px;
}
.scheda2 span{
	display:block;
	margin-left:190px;
	width:500px;
}
.scheda2  img{
	border-style:none;
	display:block;
	float:left;
	margin-top:20px;
	padding:0px 0px 0px 20px;
}
.scheda2 h3{
	font-size:12pt;
}
/* BOXES */
.box_1, .box_2, .box_3, .box_4, .box_5, .box_5a {
	background-color: #FFFFFF;/*#DBDBDB;*/
	background-repeat: no-repeat;
	background-position: bottom;
	overflow:hidden;
}
.top_1 span, .top_2 span, .top_3 span, .top_4 span, .top_5 span, .top_5a span {
	color:#76899A;
	font-weight:bold;
	font-size:12pt;
	margin-left:32px;
	position:relative;
	top:6px;
}
.top_1 a, .top_2 a, .top_3 a, .top_4 a, .top_5 a{
	font-size:8pt;
}
/* box 1 */
.box_1 {
	background-image:url('_layout/boxes/bottom_1.jpg');
	margin-bottom:5px;
	width:173px;
}
.top_1 {
	background:url('_layout/boxes/top_1.jpg') no-repeat;
	height:29px;
}
/* box 2*/
.box_2 {
	background-image:url('_layout/boxes/bottom_2.jpg');
	float:left;
	left:0px;
	min-height:20px;
	position:relative;
	top:0px;
	width:182px;
}
.box_2 a{
	font-size:10pt;
	font-weight:bold;
}
.box_2 ul{
	list-style-position:outside;
	margin:0px;
	padding:3px;
}
.box_2 a:hover{
	color:#6FAADF;
}
.box_2 li{
	background:url('_layout/menu_sub/freccetta_off.jpg') no-repeat center right;
	display:block;
	line-height:22px;
	width:175px;
}
.box_2 li:hover{
	background:url('_layout/menu_sub/freccetta_on.jpg') no-repeat center right;
	display:block;
}
.top_2 {
	background:url('_layout/boxes/top_2.jpg') no-repeat;
	height:32px;
}
/* box 3*/
.box_3 {
	background-image:url('_layout/boxes/bottom_3.jpg');
	float:left;
	height:151px;
	margin-right:3px;
	margin-top:5px;
	width:374px;
}
.top_3 {
	background:url('_layout/boxes/top_3.jpg') no-repeat;
	height:29px;
}
/* box 4*/
.box_4 {
	background-image:url('_layout/boxes/bottom_4.jpg');
	left:3px;
	margin-bottom:3px;
	min-height:498px;
	position:relative;
	top:0px;
	width:562px;
}
.top_4{
	background:url('_layout/boxes/top_4.jpg') no-repeat;
	height:32px;
}
/* box 5*/
.box_5{
	background-image:url('_layout/boxes/bottom_5.jpg');
	min-height:500px;
	width:751px;
}
.top_5 {
	background:url('_layout/boxes/top_5.jpg') no-repeat;
	height:29px;
}
.box_5a{
	background-image:url('_layout/boxes/bottom_5.jpg');
	height:575px;
	width:751px;
}
.top_5a {
	background:url('_layout/boxes/top_5a.jpg') no-repeat;
	height:29px;
}
/* FORMS */
.preventivi {
	margin:0 auto;
	padding:7px;
	width:550px;
}
.preventivi label {
	display:block;
	float:left;
	font-weight:bold;
	padding-top:5px;
	text-align:right;
	width:140px;
}
.preventivi input{
	border:solid 1px #aacfe4;
	float:left;
	font-size:12px;
	margin:2px 0 10px 10px;
	padding:4px 2px;
	width:320px;
}
.preventivi textarea{
	border:solid 1px #aacfe4;
	height:200px;
	float:left;
	font-size:12px;
	margin:2px 0 20px 10px;
	padding:4px 2px;
	width:370px;
}
