@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	}
img{
	border: none;
	}
a{
	text-decoration: none;
	color: #C00;
	}
a:hover{
	text-decoration: underline;
	}
h3{
	font-size: 26px;
	color: #999;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
	}
div.principale{
	width: 1002px;
	margin: 0 auto;
	}
/*--------------------------------------------------------testata--------------------------------*/
div.testata{
	height: 170px;
	position: relative;
	}
img.logo{
	position: absolute;
	top: 40px;
	left: 10px;
	}
img.banner{
	position: absolute;
	top: 40px;
	left: 300px;
	}
div.login{
	width: 281px;
	height: 130px;
	background-image: url(../img/bg_login.jpg);
	position: absolute;
	top: 32px;
	left: 720px;
	}
div.login input{
	border: none;
	background: none;
	background-color: #FFF;
	width: 125px;
	font-size: 12px;
	color: #000;
	}
div.login input.campo1{
	position: absolute;
	top: 31px;
	left: 70px;
	}
div.login input.campo2{
	position: absolute;
	top: 58px;
	left: 70px;
	}
div.login input.btn_login{
	width: 56px;
	height: 51px;
	border: none;
	background: none;
	background-image: url(../img/btn_login.jpg);
	position: absolute;
	top: 28px;
	left: 210px;
	cursor: pointer;
	}
span.legenda{
	display: block;
	position: absolute;
	top: 85px;
	left: 10px;
	width: 250px;
	font-size: 9px;
	text-align: justify;
	}
/*------------------------------------------------------menu-------------------------------------*/
div.menu{
	width: 1002px;
	height: 33px;
	background-image: url(../img/bg_menu.jpg);
	text-align: center;
	margin: 0 auto 5px auto;
	}
div.menu img{
	margin: 0 6px 0 6px;
	}
/*-------------------------------------------------------page---------------------------------------*/
div.page{
	background-image: url(../img/page_bg.jpg);
	background-repeat: repeat-y;
	width: 1001px;
	min-height: 250px;
	margin: 0 auto 6px auto;
	position: relative;
	padding-top: 12px;
	}
div.searchbox{
	position: relative;
	background-color: #888;
	height: 50px;
	padding: 0 0 0 20px;
	margin: 0px 0 5px 0;
	font-size: 10px;
	text-align: left;
	color: #FFF
	}
div.searchbox h3{
	color: #efefef;}
input.searchtxt{
	position: absolute;
	top: 13px;
	left: 180px;
	width: 600px;
	}
input.searchbtn{
	position: absolute;
	top: 13px;
	left: 800px;
	}
div.col1{
	width: 450px;
	padding: 10px 0 5px 0;
	margin: 0 20px 0 20px;
	float: left;
	text-align: justify;
	}
span.evidence{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	}
div.skype{
	position: absolute;
	width: 250px;
	height: 90px;
	background-image: url(../img/support_bg.jpg);
	bottom: 5px;
	left: 713px;
	}
imb.btm{
	clear: left;
	}
div.col2{
	padding: 10px 0 5px 0;
	margin: 0 20px 0 20px;
	text-align: justify;
	}
img.sn{
	clear: left;
	float: left;
	margin: 0 10px 0 0;
	}
td{
	vertical-align: top;
	padding-left: 20px;
	}
tr.blu td{
	background-color: #F8F4C7;
	height: 20px;
	border-bottom: 2px solid #FFF;
	}
tr.blu th{
	background-color: #EC5E20;
	height: 23px;
	color: #FFF;
	font-weight: bold;
	border-bottom: 3px solid #FFF;
	padding-left: 20px;
	}
/*-----------------------------------------------footer-------------------------------------------*/
div.footer{
	width: 1002px;
	height: 33px;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto 5px auto;
	color: #FFF;
	padding: 8px 0 0 0;
	font-size: 12px;
	}
div.footer a{
	color: #FFF;
	padding: 0 8px 0 8px;
	}
span.under{
	font-size: 11px;
	}
