/*stili per il layout di pagina */

/*wrapper generale*/
#container
{
	position: absolute;
	left: 50%;
	top: 10px;
	height: 100%;
	width: 750px;
	margin-left: -375px;
	padding: 0 0 0 0;
}

/*stili per l'home page*/
#home1, #cnt
{
	position: relative;
	margin: 0 40px 0 40px;
	padding: 10px 0 0 0;
	width: 670px;
}
#home2
{
	position: relative;
	margin: 0 40px 0 40px;
	padding: 10px 0 0 0;
	width: 670px;
}
#home3
{
	margin: 20px 40px 0 40px;
	position: relative;
	padding: 10px 0 0 0;
	width: 670px;
}

/*definisco il layout dell'header */

#top
{
	height: 104px;
	padding: 0 0 0 30px;
	background-image: url(../images/bgTop.png);
	background-repeat: no-repeat;
}
#topMono
{
	height: 104px;
	padding: 0 0 0 30px;
	background-image: url(../images/bgTopMono.png);
	background-repeat: no-repeat;
}
#logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}
#navigation
{
	padding: 0 0 0 0;
	margin: 0;
	height: 35px;
	z-index: 1000;
	position: absolute;
	top: 78px;
	left: 80px;
	/*background-color: #000000;*/
}


/*PAGINE CON SUBMENU definisco l'area di mezzo con submenu e contenuti*/
#content
{
	padding: 0 0 0 0;
	margin: 0;
	background-image: url(../images/bgContent.png);
	background-repeat: repeat-y;
}
#cntRight
{
	position: relative;
	top: 0px;
	width: 480px;
	margin: 0;
	/*left: 250px;*/
	left: 220px;
	padding: 5px 0 20px 0;
	height: auto;
	min-height: 500px;
}
#cntLeft
{
	position: absolute;
	top: 118px;
	left: 10px;
	width: 200px;
	/*top: 80px;*/
	padding: 0 0 30px 10px;
	margin: 0;
	height: 300px;
}

/*PAGINE SENZA SUBMENU definisco l'area di mezzo*/
#contentMono
{
	position: relative;
	top: 0px;
	width: 690px;
	margin: 0 40px 0 20px;
	/*left: 250px;*/
	left: 10px;
	padding: 5px 0 20px 0;
	height: auto;
	min-height: 500px;
	/*
padding: 0 0 20px 0;
	margin: 0;
	background-image: url(../images/bgContent.png);
	background-repeat: repeat-y;*/
}
#downloadarea, #downloadarea1, #downloadarea2
{
	width: 400px;
	background-color: #E8E4C1;
	border-color: #C8C8C8;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	padding: 5px;
}
.padwnl
{
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
}
.padwnl3
{
	float: left;
	width: 310px;
	margin: 20px 20px 20px 0;
}
.padwnl2
{
	float: left;
	padding: -10px 0 0 0;
}
#indicefaq
{
	margin: 0 0 20px 0;
}

.riq
{
	float: left;
	width: 201px;
	height: 201px;
	margin: auto 20px 0 0;
	background: #FFF;
}

/* supporto */
#supportodir
{
	margin: 10px 0 0 0;
	padding: 10px;
}


/*definisco il footer*/
#footer
{
	position: static;
	height: 103px;
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
	color: #666666;
	font-size: 10px;
	background-image: url(../images/bgBottom.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
#footerMono
{
	position: static;
	height: 103px;
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
	color: #666666;
	font-size: 10px;
	background-image: url(../images/bgBottomMono.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}