html {
	background: black;
	font-family: arial;
	font-size: 12px;
	color: #e4e4e4;
	margin: 0px;
	padding: 0px;	
}

body {
	background: black url(img/bg.jpg) no-repeat center top;
	font-family: arial;
	font-size: 12px;
	color: #e4e4e4;
	margin: 0px;
	padding: 0px;	
}

#bodyContainer {
	width: 926px;
	height: 100%;
	margin: auto;
}

#centerPattern {
	width: 926px;
	background: url(img/pattern.jpg) repeat-y right top;
}

/* #container */

#content {
	margin-right: 41px;
	margin-left: 141px;
	padding: 0px;
	xtext-align:right;
}

.sottomenu {
	margin-left:53px;
	text-align:left;
	padding: 10px;
}

.paddingRightMenu {
	padding-right: 10px;
}

.casellaTesto {
	margin-left:43px;
	text-align:left;
	padding: 20px;
}

.casellaTestoDx {
	width:320px;
	float:right;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:20px;
}

.casellaProdottiDx {
	width:430px;
	float:right;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:20px;
	margin-left:30px;
}

/* .containerProdotto */

.contentProdotto {
	margin-left:120px;
	text-align:left;
	height: 100%;
}

.imgProdotto {
	font-family: arial;
	font-size: 10px;
	font-style:italic;
	color: #444444;
	float:left;
	margin-left:10px;
	text-align:center;
	height: 100%;
}

img {
border: none;
}

.mainContent {
	float: right;
	width: 480px;
}

.pulitore {
	clear: both;
}

/* #footer */

#subMenu {
	xwidth: 900px;
	margin-right: 41px;
	margin-left: 141px;
	text-align: right;
	height: 32px;
	line-height: 32px;
}

/* #containerFirma */

#firma {
	xwidth: 580px;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: #999999;
	xmargin-top: 15px;
	margin-right: 40px;
	margin-left: 320px;
}



.txt {
	font-family: arial;
	font-size: 12px;
	color: #555555;
}

.txtItalic {
	font-family: arial;
	font-size: 12px;
	font-style:italic;
	color: #444444;
}

.txtBold {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color: #444444;
}

.txtMenuUp {
	font-family: arial;
	font-size: 15px;
	color: #666666;
}

.txtFirmaBold {
	font-family: arial;
	font-size: 10px;
	font-weight:bold;
	color: #999999;
}






/* TAG CLOUD */
#tagCloud {
	border: 1px solid silver;
	border-right-width: 2px;
	border-bottom-width: 2px;
	padding: 10px;
}

.moltopiccolo { font-size: x-small; }
.piccolo{ font-size: small; }
.medio { font-size: medium; }
.grande{ font-size: large; }
.enorme{ font-size: x-large; }

/* ALERT BOX */
.alert {
	display: block;
	border: 1px solid red;
	padding: 10px;
	color: #bb1f00;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-shadow: #e9e9e9 1px 1px 2px;
}

h1 {
	color: white;
	font: normal normal 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	color: black;
	font: normal bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigator {
	display: block;
	position: fixed;
	bottom: -1px;
	left: 0px;
	width: 97%;
	border: 1px solid #919191;
	background-color: #eaeaea;
	line-height: 32px;
	text-indent: 32px;
	z-index: 1000;
	margin-left: 16px;
	margin-right: 16px;
	background-image: url(img/nav-bg.gif);
}

#navigatorHome {
	display: block;
	border: 1px solid #919191;
	background-color: #eaeaea;
	line-height: 32px;
	text-indent: 32px;
	margin-bottom: 16px;
}

.backToTop {
	float: right;
	display: block;
	width: 40px;
	text-align: center;
	color: #191919;
	text-indent: 0px;
}
