@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/pagebg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
a img{
	border:0;
	}
div#mainpage{
	width:900px;
	height:auto;
	background-color:#d7d7d7;
	position:relative;
	top:0;
	left:50%;
	margin-left:-450px;
	}
div#banner{
	width:900px;
	height:160px;
	position:relative;
	top:0;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	}
div#navbar{
	width:900px;
	height:42px;
	background-image:url(images/navbar_bg.jpg);
	background-repeat:repeat-x;
	}
div#navbar div#menu{
	width:815px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-400px;
	}
div#bothcontents{
	width:860px;
	height:auto;
	min-height:450px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-430px;
	background-color:#FFFFFF;
	background-image:url(images/bothconts_bg.jpg);
	background-repeat:repeat-y;
	}
div#catalogo{
	position:relative;
	width:840px;
	left:50%;
	margin-left:-405px;
	padding-top: 30px;
	}
div#catalogo li{
	list-style-type:none;
	}
div#bothcontents p.mainconts{
	width:auto;
	margin:0;
	font-size:12px;
	line-height:18px;
	color:#5e3d3d;
	padding:20px 20px 20px 20px;
	}
div#bothcontents_both{
	width:860px;
	height:43px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-430px;
	background-image:url(images/bothconts_both.jpg);
	background-repeat:no-repeat;
	}
div#footer_both{
	width:926px;
	height:43px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-463px;
	background-image:url(images/footer_both_shadow.jpg);
	background-repeat:no-repeat;
	}
div.push_catalogue{
	background-color:#ececec;
	top:0px;
}
div.push_catalogue p{
	font-size:12px;
	padding:20px 10px 10px 10px;
	color:#666666;
	line-height: 16px;
	margin-top: 10px;
}
div.push_catalogue img{
	float:right;
}
/* JAVASCRIPT MENU */
#menu_auto{
	margin-left:15px;
	}
#menu_moto{
	margin-left:15px;
	}
#menu_contact{
	margin-left:15px;
	}
	
#menu_ordini{
	margin-left:15px;
	}
	
/* JAVASCRIPT MENU */

/* TABELLA CATALOGO */

table.navcat a{
	color:#990000;
	float:left;
	}

/* //TABELLA CATALOGO */

/* CATALOGO DINAMICO */

ul#dynamic_categories_menu{
	width:150px;
	height:auto;
	margin:0;
	float:left;
	}
ul#dynamic_categories_menu li{
	width:210px;
	margin-left:-45px;
	background-color:#8f8f8f;
	width:180px;
	height:40px;
	margin-bottom:10px;
	}
ul#dynamic_categories_menu li#active{
	background-color:#990000;
	}
ul#dynamic_categories_menu li a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	padding-left:10px;
	line-height:40px;
	}
div#right_dynamic_contents{
	width:500px;
	height:auto;
	float:left;
	
	}
div#clearboth_conts{
	width:auto;
	clear:both;
	margin-top:10px;
	}

table.cella_prodotto_big{
	width:400px;
	border:1px solid #a3a3a3;
	vertical-align:top;
	}
table.cella_prodotto_big a{
	color:#e00d24;
	text-decoration:none;
	font-size:14px;
	padding:5px;
	font-weight:bold;
	}
	
/* CELLA PRODOTTO */
	
table.cella_prodotto{
	width:205px;
	border:1px solid #a3a3a3;
	vertical-align:top;
}
	
table.cella_prodotto_big td.title_cella{
	background-color:#e7e7e7;
}
	
table.cella_prodotto a{
	color:#e00d24;
	text-decoration:none;
	font-size:14px;
	padding:1px;
	font-weight:bold;
	}
table.cella_prodotto td.title_cella{
	background-color:#e7e7e7;
	height:22px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:10px;
	color:#e00d24;
	}
table.cella_prodotto_big tr td {
	width:300px;
	margin-top:2px;
	}
table.cella_prodotto tr td {
	height:95px;
	margin-top:2px;
	}
table.cella_prodotto tr td.contenuti{
	font-size:10px;
	height:45px;
	background-color:#F2F2F2;
	padding-left:5px;
	vertical-align:top;
	padding-top:3px;
	}
table.cella_prodotto_big tr td.contenuti{
	font-size:10px;
	padding-left:5px;
	}
td.aligncenter{
	}

.copyright {
	font-size: 10px;
	color: #333333;
	padding-right:5px;
}

.copyright a {
	font-size: 10px;
	color: #333333;
	padding-right:5px;
	text-decoration:none;
}


#box_up {
	width:777px;
	height:128px;
	background-image:url(images/bg_up.jpg);
	background-repeat:no-repeat;
	padding:15px;
	font-size:12px;
	line-height:16px;
	color:#666666;
	text-align:justify;
}

#box_up a {
	color:#666666;
	text-decoration:none;
}

#box_up a:hover {
	color:red;
	text-decoration:none;
}

#titolo {
	font-size:20px;
	width:auto;
	margin-bottom:10px;
	color:red;
	font-family:Verdana, Geneva, sans-serif;
}

.img_dx {
	float:right;
	margin-left:10px;
}

