﻿@import url(strpage.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 9pt;
	line-height: normal;
	margin: 0;
	background: #FFF;
}

td {font-size: 9pt;}
img {border: 0;}
form { margin: 0;}
input { border: 0px;}
.inputfield { border: 2px solid #CCC; height:16px;}
.inputbot {
	outline: none; 
	border: 2px solid #CCC; 
	height: 22px;
	padding: 0 0px; 
	color:#282828; 
	font-weight:bold;
	background: #FFF;
}


a, a:link, a:active, a:visited{
	outline : none;
	color: #676767;
	text-decoration: underline;
}
a:hover{
	color: #ed1c24;
	text-decoration: none;
}

.c_red {color: #ed1c24}
.c_grey {color: #676767}



/****************************/
/* CONTENITORE GENERALE */

#main {
	width: 990px;
	margin: 0 auto;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}	


/****************************/
/* LIVELLO 1 - Logo e Immagine testata */

#level1 {
	width: 990px;
	height: 130px;
	background: url(../resources/img_struttura/bg_level1.jpg) right no-repeat ;
}	
	#logo{
		width: 200px;
		height: 110px;
		margin: 0;
	}	

/****************************/
/* LIVELLO 2 - Main Menu */

#level2 {
	width: 990px;
	height: 20px;
	background: #959595;
}	
	#mainmenu {
		width: 825px;
		height: 18px;
		float: left;
		font-size: 8pt;
		font-weight: bold;
		padding: 3px 0 0 45px;
		margin: 0;
	}	
		#mainmenu a, #mainmenu a:link, #mainmenu a:active, #mainmenu a:visited{
			color: #FFF;
			float: left;
			margin: 0 35px 0 0;
			text-decoration: none;
		}
		#mainmenu a:hover{
			color: #ed1c24;
			text-decoration: none;
		}

	#lan {
		width: 120px;
		height: 17px;
		float: right;
		font-size: 8pt;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		padding: 3px 0 0 0;
		margin: 0;
		background: #ed1c24;
	}	
		#lan a, #lan a:link, #lan a:active, #lan a:visited{
			color: #FFF;
			text-decoration: none;
		}
		#lan a:hover{
			color: #FFF;
			text-decoration: none;
		}


/****************************/
/* LIVELLO 3 - Sfondi di pagina */

#level3 {
	width: 990px;
	height: auto !important;  /* per i browser moderni */
	height: 460px;      /* per IE5.x e IE6 */
	min-height: 460px;  /* per i browser moderni */	
	float: left;
	border-bottom: 1px solid #959595;
}	


#level3_prodotto {
	width: 990px;
	height: auto !important;  /* per i browser moderni */
	height: 460px;      /* per IE5.x e IE6 */
	min-height: 460px;  /* per i browser moderni */	
	float: left;
	border-bottom: 1px solid #959595;
}	

#level3_area {
	width: 990px;
	height: auto !important;  /* per i browser moderni */
	height: 460px;      /* per IE5.x e IE6 */
	min-height: 460px;  /* per i browser moderni */	
	float: left;
	border-bottom: 1px solid #959595;
}	

#level3_news {
	width: 990px;
	height: auto !important;  /* per i browser moderni */
	height: 460px;      /* per IE5.x e IE6 */
	min-height: 460px;  /* per i browser moderni */	
	float: left;
	border-bottom: 1px solid #959595;
}	


#level3_search {
	width: 990px;
	height: auto !important;  /* per i browser moderni */
	height: 460px;      /* per IE5.x e IE6 */
	min-height: 460px;  /* per i browser moderni */	
	border-bottom: 1px solid #959595;
}	


/****************************/
/* Livello 4 - Footer */


#footer {
	width: 990px;
	height: 100px;
	clear: both;
	color: #919191;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #959595;
}

	#fblock_sx{
		width: 320px;
		float: left;
		padding: 18px 0 0 40px;
	}
	#fblock_dx{
		width: 500px;
		float: right;
		text-align: right;
		padding: 18px 40px 0 0;
	}


.div_main_page
{
	float:left;
	/* padding: 200px 0 0 500px; */
	}