@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}


body {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
/*** STRUTTRA ***/
.centrare,
.centro,
.centro_padded_home {
	width: 950px;
	}
	
.centrare {
margin-right: auto;
	margin-left: auto;
	}
		
.centro {
position: relative;
	float: left;
	}
	
.centro_home {
	float: left;
	padding: 30px 0 40px 0;
	}	
	
.foto_categoria {
width: 256px;
height: 219px;
	float: right;
	padding: 0 70px 1px 0;
	}	
	
.centro_padded_home {
	padding: 25px 0;
	text-align: center;
	position: relative;
	}
	
	
.nero_100 {
	float: left;
	width: 100%;
	}
	
.logo_home {
	position: absolute;
	right: 0;
	top: 0;
	}
	
.logo_interno {
	position: absolute;
	right: 0;
	top: 0;
	}



/**** NAV ***/	
.nav {
	float: left;
	width: 100%;
	background-color: #FF0000;
	background-image: url(../images/sfondo_menu.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #FF0000
	}
	
.footer ul,	
.nav ul {
	list-style: none;
	}
	
.nav ul .grigio,
.nav ul .grigio a {
	color: #999999;
	}

.nav li {
	display: inline;
	padding-right: 20px;
	}
	
.nav li a {
	color: white;
	text-decoration: none;
	}
	
.nav li a:hover {
	color: white;
	text-decoration: underline;
	}
	
/**** TABELLA NAV ***/	
.nav_sx {
	width: 600px;
	text-align: left;
	}
	
.nav_dx {
	width: 325px;
	text-align: right;
}	
	
.nav_sx,
.nav_dx,
.nav_tasto {
    font-weight: bold;
	vertical-align: middle;
	padding: 5px 0;
	}
	
.nav_tasto {
	width: 25px;
	}
	
.nav_campo {
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	background-color: black;
	color: white;
	font-size: 14px;
	
}


/****** HOME ***/
.centro_padded_home td {
	width: 226px;
	text-align: right;
	}
	
.centro_padded_home .first {
	width: 213px;
	}
	
	
	
/****** HEADER *******/
.accessori {
	position: absolute;
	top: 32px;
	left: 61px;
	}
	
.accessori_home	{
	position: absolute;
	top: 15px;
	left: 61px;
	}		
	
.titolo {
	width: 110px;
	height: 110px;
	position: absolute;
	left: 61px;
	top: 81px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 16px;
	}
		
.titolo_testo {
	width: 255px;
	height: 110px;
	position: absolute; top: 81px; left: 185px;
	}
	
.titolo_testo_home {
	width: 380px;
	height: 150px;
	line-height: 18px;
	position: absolute; top: 70px; left: 60px;
	}
	
.titolo_testo_home	a	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}	

	
/***** FOOTER ****/
.footer {
float: left;
width: 100%;
padding: 10px 0;
background-color: #141414;
border-bottom: 20px solid black;
}

.footer_sx {
	width: 500px;
	vertical-align: middle;
	text-align: left;
	}
	
.footer_dx {
	width: 450px;
	color: white;
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	}
	
.footer_pulldown {
	width: 150px;
	}	
	
.footer_dx a {
color: white;
}

.footer .first  {
	font-size: 11px;
	color: white;
	margin-left: 5px;
	margin-right: 10px;
	background-repeat: no-repeat;
	}
	
.footer .first a {
	color: white;

	}

.footer li {
	display: inline;
	font-size: 18px;
	 /* padding: 5px 0 5px 10px; */
	}
	
.footer li a {
	color: red;
	text-decoration: none;
	}
