body,
html {
	margin: 0;
	padding: 0;
	
}
body {
	background: #C0C0C0;
	color: #333;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	min-width: 780px;
}
.clear {
	clear: both;
	height: 20px;
}


#contenitore {
	/*background: #333;*/
	background-image: url("../images/sfondo.png");
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 780px;
}


/* HEADER */

#header {
	background: #333;
	text-align: center;
}
	#header_menu {
		height: 1.3em;
		margin: 0 auto;
		width: 405px;
	}
		#header_menu div {
			border-right: 1px solid #FFF;
			float: left;
			min-width: 100px;
			text-align: center;
		}
		#header_menu div.first {
			border-left: 1px solid #FFF;
		}
			#header_menu div a:link,
			#header_menu div a:visited,
			#header_menu div a:hover,
			#header_menu div a:active {
				color: #FFF;
				font-size: 0.8em;
				font-weight: normal;
				text-decoration: none;
			}
			#header_menu div a:hover,
			#header_menu div a:active {
				text-decoration: underline;
			}
			#header_menu div span {
				color: #C0C0C0;
				font-size: 0.8em;
				font-weight: bold;
				text-decoration: underline;
			}
	#header_img{
		background-color: #333;
		float: left;
		width: 631px;

		/* Leahy/Langridge Method image replacement method */
		background-image: url("../images/header_home.png");
		background-position: top;
		background-repeat: no-repeat;
		overflow: hidden;
		padding: 133px 0 0 0;
		height: 0px !important;
		height /**/:133px;
	}


/* LOGIN */

#header_login{
	background-color: #333;
	background-image: url("../images/header_login.png");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 133px;
	text-align: left;
	width: 149px;
}
	#header_login fieldset {
		border: 0 none;
		margin: 10px 0 0;
		padding: 0;
	}
		#header_login legend {
			color: #FFF;
			font-size: 0.9em;
			font-weight: bold;
			margin-bottom: 10px;
			padding-left: 30px;
		}
		#header_login div {
			margin-top: 5px;
		}
		#header_login div.password {
			float: left;
		}
		#header_login div.submit {
			float: left;
			margin-left: 10px;
		}
			#header_login label {
				color: #577887;
				font-size: 0.7em;
				font-weight: normal;
				letter-spacing: 0.2em;
			}
			#header_login input#username {
				display: block;
				min-height: 15px;
				width: 130px;
			}
			#header_login input#password {
				display: block;
				min-height: 15px;
				width: 80px;
			}
			#header_login input#submit {
				/*background-color: #333;*/
				background-image: url("../images/submit.png");
				background-position: top;
				background-repeat: no-repeat;
				border: 0 none;
				font-size: 1em;
				font-weight: bold;
				color: #FFF;
				display: block;
				height: 21px;
				margin: 0;
				padding: 0;
				width: 30px;
			}


/* MENU NAV */

#nav {
	background-color: #333;
	background-image: url("../images/menu.png");
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	min-height: 40px;
	padding-left: 195px;
	width: 585px;
}
	#nav div {
		background-image: url("../images/divisore.png");
		background-position: left;
		background-repeat: no-repeat;
		float: left;
		min-height: 36px;
		margin-top: 0px;
		padding: 0 10px;
		text-align: center;
		white-space: pre;
	}
		#nav div span {
			background-image: url("../images/freccia.png");
			background-position: left;
			background-repeat: no-repeat;
			color: #900;
			font-size: 0.8em;
			font-weight: bold;
			line-height: 40px;
			padding: 0 0 0 15px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
		}
		#nav div a:link,
		#nav div a:visited,
		#nav div a:hover,
		#nav div a:active {
			background-image: url("../images/freccia.png");
			background-position: left;
			background-repeat: no-repeat;
			color: #FFF;
			font-size: 0.8em;
			font-weight: bold;
			line-height: 40px;
			padding: 0 0 0 15px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
		}
		#nav div a:hover,
		#nav div a:active {
			text-decoration: underline;
		}


/* SIDEBAR */

#sidebar {
	background-image: none/*url("../images/sfondo2.png")*/;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 195px;
}
	#logo {
		margin: 37px 0 10px;
		width: 195px;
		
		/* Leahy/Langridge Method image replacement method */
		background-image: url("../images/logo.png");
		background-position: left;
		background-repeat: no-repeat;
		overflow: hidden;
		padding: 81px 0 0 0;
		height: 0px !important;
		height /**/:81px;
	}
	#contatti {
		color: #FFF;
		font-size: 0.9em;
		line-height: 1.1em;
		margin-left: 50px;
	}
	ul#lingue:after {
		clear: both;
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
	ul#lingue {
		display: inline-block;
		list-style: none;
		margin: 0 0 0 65px;
		padding: 0;
	}
		#lingue li {
			float: left;
			margin: 20px 5px;
		}
		#lingue a:link,
		#lingue a:visited,
		#lingue a:hover,
		#lingue a:active {
			border: 1px solid #C0C0C0;
			display: block;
			width: 22px;
	
			/* Leahy/Langridge Method image replacement method */
			background-position: left top;
			background-repeat: no-repeat;
			overflow: hidden;
			padding: 11px 0 0 0;
			height: 0px !important;
			height /**/:11px;
		}
		#ita {
			background-image: url("../images/flag_1.jpg");
		}
		#eng {
			background-image: url("../images/flag_2.jpg");
		}
	


/* CONTENUTO */

#main {
	background: #FFF;
	float: left;
	min-height: 500px;
	position: relative;
	width: 585px;
}


/* CONTENUTO PRINCIPALE */

#contenuto {
	float: left;
	width: 390px;
}
	#contenuto h2,
	#news h2 {
		background-color: silver;
		background-image: url("../images/titolo.png");
		background-repeat: no-repeat;
		color: #FFF;
		margin: 0px;
		min-height: 38px;
		padding:0 10px;
	}
	#contenuto h2 span,
	#news h2 span {
		background-color: transparent;
		background-image: url("../images/freccia2.png");
		background-position: left center;
		background-repeat: no-repeat;
		display: block;
		min-height: 22px;
		padding:  10px 0 0 30px;
	}
	#contenuto h2 {
		background-position: left top;
		font-size: 0.9em;
		text-transform: uppercase;
		
	}
	#contenuto h3 {
		clear: both;
		color: #900;
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
	}
	#contenuto h4 {
		color: #333;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
	}
	#contenuto div.contenuto {
		padding: 5px 20px;
	}
	


/* NEWS */

#news {
	background-color: #CCC;
	color: #666;
	float: left;
	font-size: 0.7em;
	line-height: 1.4em;
	width: 195px;
}
	#news h2 {
		background-position: right top;
		font-size: 1.3em;
	}
	#news div.contenuto {
		padding: 0 30px 20px;
	}
		#news h3 {
			font-size: 1.1em;
			text-decoration: underline;
		}
		#news a:link,
		#news a:visited,
		#news a:hover,
		#news a:active {
			background-image: url("../images/freccia3.png");
			background-position: left top;
			background-repeat: no-repeat;
			border-bottom: 1px solid #333;
			color: #666;
			display: block;
			font-size: 1.1em;
			padding: 0 0 5px 14px;
			text-decoration: none;
		}
		#news a:hover,
		#news a:active {
			text-decoration: underline;
		}

/* FOOTER */

#footer {
	background-color: #333;
	border-top: 5px solid #FFF;
	clear:both;
	margin: 5px 0 0;
	text-align: center;
}
	#footer p {
		color: #FFF;
		font-size: 0.8em;
		margin: 0;
		padding:5px;
    }


#corner {
	background-image: url("../images/sfondo2.png");
	background-position: -196px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 4px;
	z-index: 50;
}


/* COLONNA DESTRA DETTAGLIO PRODOTTO */

#foto_prodotti {
	background-color: #FFF;
	padding-top: 20px;
	text-align: center;
	
}
	#foto_prodotti img {
		margin: 2px;
	}


/* CATALOGO */

#catalogo {
	float: left;
	width: 190px;
}
#catalogo div {
	margin: 10px;
}
	#catalogo a:link,
	#catalogo a:visited,
	#catalogo a:hover,
	#catalogo a:active {
		color: #333;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
	}
	#catalogo a:hover,
	#catalogo a:active {
		text-decoration: underline;
	}
	#catalogo span {
		color: #900;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}

.prodotto {
	clear: both;
	margin: 30px 10px 10px;
	width: 340px;
}
	.prodotto img {
		display: block;
		float: left;
		margin: 0 10px 20px 0;
		width: 100px;
	}
	.prodotto p {
		float: left;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0;
		position: relative;
		text-transform: uppercase;
		width: 230px;
	}
	.prodotto a:link,
	.prodotto a:visited,
	.prodotto a:hover,
	.prodotto a:active {
		color: #333;
		display: block;
		font-weight: normal;
		margin: 10px 0 20px;
		text-decoration: none;
		text-transform: none;
	}
	.prodotto a:hover,
	.prodotto a:active {
		text-decoration: underline;
	}
/* slide */
#catalogo_color {
	float: left;
	margin-bottom: 10px;
	width: 160px;
}
	.colore {
		float: left;
		height: 116px;
		margin-left: 2px;
		width: 30px;
	}
	#color_0 {
		background-color: #E78719;
	}
	#color_1 {
		background-color: #B2281E;
	}
	#color_2 {
		background-color: #4A599E;
	}
	#color_3 {
		background-color: #95BE22;
	}
	#color_4 {
		background-color: #CED19C;
	}


/* SCHEDA PRODOTTO */

.dett_prod {
	border: 0 none;
	display: block;
}
a.attrezzature:link,
a.attrezzature:visited,
a.attrezzature:hover,
a.attrezzature:active {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 10px 10px 230px;
	text-align: right;
	text-decoration: none;
}
a.attrezzature:hover,
a.attrezzature:active {
	text-decoration: underline;
}
#foto_prodotti a:link,
#foto_prodotti a:visited,
#foto_prodotti a:hover,
#foto_prodotti a:active {
	background: none;
	border: 0 none;
	padding: 0;
}
#foto_prodotti img {
	border: 0 none;
	width: 180px;
}
.back {
	color: #333;
	font-size: 0.8em;
	float: right;
	padding: 0.5em;
}


/* DETTAGLIO NEWS */
p.news {
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
}