/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #f5f4f4;
	background-image: url(/images/sfondo-header.jpg);
	background-position: center top;
	/*background-repeat: repeat-x;*/
	background-repeat: repeat-x;
}
img {
	behavior: url(Scripts/iepngfix.htc);
}
div#container {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background-image: url(/images/sfondo-container.gif);
	background-position: center;
	background-repeat: repeat-y;
}
body>div#container {
	height: auto;
	min-height: 100%;
}
div#header {
	background-image: url(/images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
}
#menu {
	padding-top: 170px;
	padding-left: 34px;
	margin: 0 auto;
	font-size: 12px;
	color: #7b7b7b;
	font-weight: normal;
	line-height: 30px;
}
#menu a {
	color: #4758a4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
/* stile per il link Admin */
#menu span {
	color: #C3C3C3;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .lang {
	position: absolute;
	right: 40px;
	top: 147px;
}
#menu .lang a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu .lang img {
	vertical-align: top;
	border: 0;
	margin-right: 5px;
}
/*stili specifici per il layout*/
div#content {
	width: 865px;
	margin: 0 auto;
}
#content #contentFlash {
	float: left;
	padding-top: 10px;
}
#content #contentRight {
	float: right;
	padding-left: 8px;
	width: 365px;
}
.imgTitle {
	vertical-align: bottom;
	margin-right: 5px;
}
.clear {
	clear: both;
}
div#main {
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.offerte_linea_d {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b7b7b;
}
.offerte_linea_sd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b7b7b;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7b7b7b;
}
.offerte_linea_s {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7b7b7b;
}
.errorMessage {
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}
div#footer {
	height: 140px;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-image: url(/images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

