body{
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
}

img{border:0;}

div{
	text-align:left;
}

p{
	margin:0;
	padding:0;
}

form{
	margin:0;
	padding:0;
}

#container{
	width:850px;
	margin:0 auto;
	padding:5px 0 0;
}

#top{
	height:150px;
	width:850px;
	float:left;
	border-bottom:1px solid #FFF;
	background-image:  url("../images/template/bg-top.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

#top h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	height:60px;
	padding:12px 0 6px 90px;
	margin:45px 0 0;
	background-image:  url("../images/template/bg-h1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

#top h1 a{
	color:#000;
	text-decoration:none;
}

#top h1 a:hover{
	text-decoration:underline;
	color:#B71C1C;
}

#menu {
	width:850px;
	height:33px;
	border-bottom: 3px solid #666;
	background-image: url(../images/template/bg-menu.gif);
	background-repeat: repeat-x;
	background-position: center top;
	float:left;
}

#menu ul{
	width:850px;
	height:32px;
	border-bottom:1px solid #FFF;
	background-image: url(../images/template/bg-menu-ul.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li{
	width:121px;
	height:32px;
	border-bottom:1px solid #FFF;
	margin:0;
	padding:0;
	display:inline;
	float:left;
	background-image: url(../images/template/bg-menu-ul-li.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
}

#menu ul li#long{
	width:124px;
}

#menu ul li#last{
	background:none;
}

#menu ul li a{
	width:auto;
	height:20px;
	padding:8px 0 4px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	display:block;

}

#menu ul li a:hover{
	background-color:#999;
	background-image: url(../images/template/bg-menu-ul-li-a.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	padding:7px 0 5px;
}

#menu ul li#last a:hover{
	background:none;
	background-color:#999;
}


#login{
	width:850px;
	background-color:#E5E5E5;
	height:22px;
	border-top:1px solid #FFF;
	background-image: url(../images/template/bg-login.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
	text-align:center;
	padding:5px 0;
}

#login ul{
	margin:0;
	padding:1px 0;
	list-style-type:none;
	float:left;
	height:18px;
}

#login ul li{
	margin:0;
	padding:0 0 0 30px;
	display:inline;
	float:left;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
}


#login h2{
	color:#B71C1C;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	padding:0 10px 0 50px;
	float:left;
}

#login ul li input.campo{
	font-weight:normal;
	width:150px;
	border:1px solid #666;
	font-weight:normal;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#login ul li#accesso{
	padding:0 0 0 20px;
}

#login ul li#accesso input.button{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #FFF;
	background-color:#B71C1C;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
	vertical-align:top;
}

#corpo{
	width:838px;
	float:left;
	padding:0 0 15px;
	border-bottom:1px dotted #CCC;
	margin:0 6px;
}

#corpo #pagina{
	width:633px;
	float:left;
	padding:15px 15px 0 0;
}

#corpo #pagina h2{
	margin:0;
	padding:0 0 12px 10px;
	color:#B71C1C;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image: url(../images/template/bg-corpo-pagina-h2.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}

#corpo #pagina #contenuto{
	width:633px;
	float:left;
	
}

#corpo #loghi{
	width:190px;
	float:right;
	padding:7px 0 0 0;
}

#corpo #loghi p{
	width:190px;
	text-align:center;
	border-bottom:1px dotted #CCC;
	float:left;
}

#footer{
	width:838px;
	float:left;
	padding:9px 0 15px;
	margin:0 6px;
	text-align:center;
	color:#666;
}

#footer p span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#footer p a{
	text-decoration:none;
	color:#B71C1C;
}

#footer p a:hover{
	text-decoration:underline;
}

#footer p a.cybermarket{
	color:#666;
	text-decoration:none;
}



