html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #b5bfe1;
	font-family: sans-serif;
	cursor: default;
}

a, a img{
	text-decoration: none;
	border: 0px;
	margin:0px;
}

a.link{
	font-weight: bold;
	color: white;	
}

body > div#container {
	height: 860px;
	min-height:100%;
}

div#container{
	position: relative;
	width: 980px;
	margin: 0 auto;
	border-left: #232b74 solid 2px;
	border-right: #232b74 solid 2px;
	background-color: #7785bf;
}
.button{
	width: 95px;
	height: 20px;
	background-image: url(../img/bottone.png);
	line-height: 19px;
	cursor: pointer;
}

.button:hover{
	line-height: 21px;
	background-image: url(../img/bottonehover.png);
	
}
/******************************** HEADER ********************************/

div#header{
	width: 100%;
	height: 150px;
	background-color: #e9f4f4;
	top: 0px;
	background-image: url("../img/banner.png");
	background-repeat: no-repeat;
}


/******************************** MENU ********************************/
div#menu{
	width: 100%;
	height: 20px;
	background-color: #232b74;
	border-top: #232b74 solid 2px;
	border-bottom: #232b74 solid 2px;
}

span.menu_item{
	float: right;
	border-left: #232b74 solid 1px;
	border-right: #232b74 solid 1px;
	font-size: 11px;
	color: white;
}

span.button span{
	text-align: left;
	padding-left: 5px;	
	line-height: 21px;
}

span.button:hover span{
	line-height: 22px;
}


span.button img{
	margin-top: 4px;	
	float: left;
	margin-left: 9px;
}

span.button:hover img{
	margin-top: 5px;
}

span.button img#key{
	margin-left: 20px;
}

/******************************** MAIN ********************************/


div#main{
	padding-top: 20px;
	padding-bottom: 155px;
	padding-left: 50px;
	padding-right: 50px;
	clear: both;
	background-image: url("../img/sfondo.png");
	background-position: top;
	background-repeat: repeat-x;
	height: 550px;
	background-color: #7785BF;
	border-left: #232b74 solid 2px;
	border-right: #232b74 solid 2px;
	width: 880px;
	margin-left: -2px;
}

div#main p{
	font-size: 13px;
	font-family: sans-serif;
	padding-bottom: 40px;
	text-align: justify;
	color: white;
	line-height: 25px;
}

div.datiazienda{
	width: 100%;
	text-align: center;
	color: white;
}

div#titolo{
	margin-top: 25px;
	font-size: 18px;
	font-weight: bold;
}

div#sottotitolo{
	font-size: 14px;
}

div#via{
	margin-top: 10px;
	font-size: 14px;
}

div#cap{
	font-size: 14px;
}

div#tel{
	margin-top: 10px;
	font-size: 16px;
}

div#fax{
	font-size: 16px;
}

div#mail{
	font-size: 14px;
	margin-top: 10px;
}


/******************************** FOOTER ********************************/

div#footer{
	width: 100%;
	height: 45px;
	background-color: #ffffff;
	bottom: 0px;
	border-top: #232b74 solid 2px;
	padding-bottom: 0px;
	text-align: center;
	color: #e3e8e4;
	clear: both;
	border-left: #232b74 solid 2px;
	border-right: #232b74 solid 2px;
	margin-left: -2px;
}

div#footer img{
	margin-left: 30px;
	margin-right: 30px;
}

p.firma{
	float: right;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

p.firma a{
	color: #e3e8e4;
	padding: 0px;
	margin: 0px;
}

p.firma a img{
	width: 80px;
	height: 26px;
	margin-left: 5px;
}

p#dati_firma{
	float: left !important;
	width: 680px;
	padding-right: 40px !important;
	padding-left: 40px !important;
	line-height: 30px;
	font-family: sans-serif;
	font-size: 12px;
}

/******************************** LOGIN ********************************/
button{
	border: 0px #232b74;
	margin: 0px;	
	width: 95px;
	height: 20px;
}

.button span{
	color: white;
	font-size: 12px;
	line-height: 8px;
}

