@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_sfondo.gif);
	background-position:top;
	background-repeat: repeat-y;
	text-align:center;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #C50000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C50000;
}
a:hover {
	text-decoration: none;
	color: #C50000;
}
a:active {
	text-decoration: none;
	color: #C50000;
}

#wrapper{
	width:900px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image: url(../images/splash_sfondo.jpg);
	background-position:inherit;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	background-image: url(../images/brand_main.gif);
	background-position: left;
	background-repeat: no-repeat;
  	width:280px;
  	height:110px;
  	text-indent: -9000px;
}

#logo a {
	display:block;
	float: left;
  	width:300px;
  	height:100px;
  	text-indent: -9000px;
}

#content{
	display: block;
	float: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 250px;
}

#main_area{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	width: 570px;
}

#welcome{
	float: inline;
	display: block;
	width: 100%;/*580px;*/
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 20px;
	font: Georgia, "Times New Roman", Times, serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #CC9900;
	text-align: left;
	background-image: url(../images/main_welcome_sfondo.gif);
	background-position:bottom;
	background-repeat: repeat-x;		
}

#welcome h1{
	display: inline;
	float: left;
	width: 100%;/*580px;*/
	margin-top: 20px;	
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #C50000;
	text-align: left;
}

#content_block{
	display: inline;
	float: left;
	width: 100%; /*580px;*/
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 0px;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
}

.titoletto{
	display: block;
	font: Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C50000;
	text-align: left;
}

#right_bar{
	display: inline;
	float: right;
	width: 290px;
	margin-right: 10px;
}

#evidenza_block_list{
	display: block;
	float: right;
	width: 290px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	color: #FFFFFF;
}

.evidenza_block_290{
	display: block;
	float: right;
	width:290px;
	height: 170px;
	text-align: justify;
	/*text-indent: -9000px;*/
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.evidenza_block_290 a {
	display: block;
	width:290px;
	height: 170px;
	text-align: justify;
	color: #FFFFFF;
	padding-top: 10px;
	text-indent: 10px;
	font-size: 14px;
	font-weight: bold;
	/*text-indent: -9000px;*/
}

#ev_bl_290_casale{
	background-image: url(../images/evidenza_block_casale_290.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#ev_bl_290_ferro{
	background-image: url(../images/evidenza_block_ferro_290.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

#footer{
	display: block;
	float: left;
	width: 900px;
	height: 40px;
	padding-top: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	color: #666666;
}

