@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#site {
	width:910px;
	height:650px;
	margin:40px auto;
}

#colore {
	float:left;
	clear:both;
	width:910px;
	margin-bottom:10px
}

#colore a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#colore a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#colore a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}


#menu {
	clear:left;
	float:left;
	background-image:url('../img/menu_back.jpg');
	width:205px;
	height:505px;
	letter-spacing:0.2em;
}

#menu ul {
	margin:40px 0 0 20px;
	padding:0;
	list-style:none;
}

#menu ul li {
	line-height:35px;
}

#menu ul li ul {
	margin:0;
}

#menu ul li ul li{
	list-style-type:none;
	list-style-position:inside;
	font-size:10px;
	margin-left:10px;
	line-height:20px;
}

#menu a:link {
	color:#000000;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}

#menu a:visited {
	color:#000000;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	text-decoration:underline;
}

#paypal {
	position:absolute;
	font-weight:bold;
	width:180px;
	top: 490px;
	margin-left:20px;
	display:block;
	line-height:20px;
}

#contenuto {
	float:left;
	width:705px;
	height:505px;
	background-color:#ffffff;
}

#contenuto h2 {
	margin:20px 0 0 20px
}

#contenuto a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#contenuto a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#contenuto a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

.testo {
	margin:20px 10px 20px 20px;
	float:left;
	width:500px;
	line-height:18px;
}

.fotothumb {
	width:150px;
	float:right;
	margin-right:20px;
	margin-top:25px;
}

.fotothumb img {
	border:1px solid #000000
}

#logo {
	float:left;
}

#iva {
	float:right;
	color:#666666;
	font-size:10px;
	margin-top:5px;
	text-align:right;
}

/****************************************************************/
/********************* CONTROLLI SCROLLBARS *********************/
/****************************************************************/
#contentcontainer {
		float:left;
		height: 400px;
		width: 470px;
		padding-top: 0;
		padding-right: 0px;
		padding-left:20px;
		overflow: scroll;
		overflow-x: hidden;
		margin-top: 20px;
		font-size: 1.1em;
	}

#scrollcontroll_contentmask {
		overflow: hidden;
		position: relative;
		height: 400px;
		width: 470px;
		padding-top: 0;
		padding-right: 20px;
		float: left;
	}

	#scrollcontroll_scrollcontainer {
		float: left;
		height: 400px;
		width: 10px;
		margin-left: 5px;
		display: none;
	}

	#scrollcontroll_scrollUpBtn {
		height: 10px;
		width: 10px;
		background-image: url(../img/scroll_up.gif);
		margin-bottom: 5px;
	}

	#scrollcontroll_scrollDownBtn {
		height: 10px;
		width: 10px;
		background-image: url(../img/scroll_down.gif);
		margin-top: 5px;
	}

	#scrollcontroll_scrolltrack {
		height: 370px;
		width: 10px;
		background-color: #e0e0e0;
	}

	#scrollcontroll_scrollknob {
		width: 8px;
		height: 25px;
		border: 1px solid #e0e0e0;
		background-color: #637279;
	}

/*********************IE 6***********************/

*html #site {width:947px}

*html #colore {width:947px}

*html .scroll {margin:12px 0}


