/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #eee;
	margin: 0px;
	padding: 0px; 
	background-color:#000;
	
}

      
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif; font-size:11px;
}


/***********************************************/
/* titoli da sostituire con flash              */
/***********************************************/
h1{
	font-family: tahoma,Arial,sans-serif;
	font-size:14px;
	color: #3e68b2; 
	font-weight:normal;	
}
h2{
	font-family: tahoma,Arial,sans-serif;
	font-size:13px;
	color: #b8b8b8; 
	font-weight:normal;	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#testo{
	position:absolute;
	width:400px;
	top:40px;
	left:0px;
	text-align:justify;
}

.testi{
	color:#eee;
	font-size:11px;
	line-height:120%;
}

.testo{
	color:#eee;
	font-size:11px;
	line-height:120%;
}


#immagine{
	position:absolute;
	top:0px;
	right:1px;
}

#centratore{
	position : relative;
	width : 860px;
	margin-right:auto;margin-left:auto;
	z-index:2;
	border:solid 0px #ff0;
}
#siteContent{
	position:relative;
	z-index:4;
	border:solid 0px #f00;
	font-family: tahoma,Arial,sans-serif;
	font-size:10px;
	color: #797979;
	top:20px; 	
}
#footer{
	position : relative;
	z-index:2;
	font-family: tahoma,Arial,sans-serif;
	font-size:10px;
	color: #3a3a3a; 
	margin-top:8px;
	background:#000;
	border:solid 0px #f00;
}

#footer a{
	color: #3a3a3a;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
	text-decoration:underline;
}

#topMenu{
	position:absolute;
	width:100%; 
	height:25px;
	top:120px;
	left:0px;
	z-index:13;
	border:solid 0px #fff;
}

#topMenu a{
	font-family: tahoma,Arial,sans-serif;
	font-size:12px;
	color: #000; 
	font-weight:normal;
	margin:0px 20px 0 20px;
}
#topMenu a:hover{
	color: #f1f1f1;
	text-decoration:none; 
}

#topMenu .topMenu2{
	position:absolute;
	bottom:33px;
	left:0px;
	white-space:nowrap;
	border:solid 0px #fff;
}
#topMenu .topMenu2 a{
	display:block;
	z-index:14;
	color:#fff;
	margin:0px 20px 0 20px;
}

.topMenuItem{
	padding: 6px 0px 0 0px;
	height:21px;
	float:right;
	position:relative;
	background:url(../images/tmV.gif) no-repeat top right;
	border:solid 0px #fff;
}

#language{
	position:absolute;
	top:151px;
	left:0px;
	white-space:nowrap;
	z-index:100;
}
#language a{
	display:block;
	z-index:14;
	color:#fff;
	font-size:12px;
}

.submenu{
	padding: 0px;
	margin: 0px;	
	white-space:nowrap;
	list-style-type: none;
	border:solid 0px #fff;
}

.submenu li{
	background-color:#3a3a3a;
/*
	list-style-image: url(../images/prodDot.gif);	
	list-style-position:inside;
*/
	width:120px;
	margin-bottom:1px;
	padding:6px;
	padding-left:12px;
}
.submenu li a{
	font-family: tahoma,Arial,sans-serif;
	font-size:12px;
	color: #b8b8b8; 
	margin-left:10px;		
}

.prodotti_thumb {
	margin-right:10px;
}
.prod_icons {
	position:absolute;
	top:440px;
	left:590px;
	border:solid 0px #fff;
}








#restricted_over{
	position:absolute;
	top:0;left:0;
	background-color:#000;
	width:100%;height:400px;
	border:solid 0px;
	z-index:100;
}
#restricted_login{
	position:absolute;
	top:20px;
	left:199px;
	background-color:#222;
	width:400px;
	height:200px;
	border:solid 1px #e2e2e2;
	z-index:101;
	color:#f2f2f2;
	font-size:11px;
}
#restricted_login input {
		border:solid 1px #e2e2e2;
		width:100%;
}