/* ------------------------------------------
   _________________________________________
  |                                         |
  |         Sergio Valente - 2009           |
  |         www.valentesergio.com           |
  |                                         |
  |_________________________________________|
                 
  ------------------------------------------- */


body {
	PADDING-RIGHT: 0px;
	MIN-WIDTH: 984px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: center;
	background-color: #292929;
	background-image: url(../i/bg.gif);
	background-repeat: repeat-x;
	background-position: center 50%;
	font-family: Arial;
	font-size: 14px;
}
#wrapper {
	/* BACKGROUND-COLOR: #ffffff; */
	MARGIN: 0px auto;
	WIDTH: auto;
	POSITION: relative;
	HEIGHT: 120px;
	TEXT-ALIGN: center;
}
#header-wrapper {
	background-image: url(../i/bg_header.gif);
	MARGIN: 0px auto;
	WIDTH: auto;
}
#content {
	/* BORDER-TOP: #e7e7e7 0px solid;
BORDER-BOTTOM: #e7e7e7 0px solid;
BORDER-LEFT: #e7e7e7 1px solid;
BORDER-RIGHT: #e7e7e7 1px solid; */
	BORDER: 0px solid;
	PADDING: 0px;
	MARGIN: 0px auto;
	WIDTH: 850px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	POSITION: relative;
	BACKGROUND-COLOR: #ffffff;
	TEXT-ALIGN: left;
}
#footer-wrapper {
	CLEAR: both;
	/* background-image: url(../i/bg_footer.gif); */
	MARGIN: 0px auto;
	WIDTH: auto;
}
#footer {
	MARGIN: 0px auto;
	WIDTH: 850px;
	POSITION: relative;
	HEIGHT: 130px;
	TEXT-ALIGN: left;
	background-image: url(../i/bg_footer.gif);
	border: 0px solid #FF9900;
}
#footer .copyright {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	RIGHT: 30px;
	BOTTOM: 60px;
	FONT-SIZE: 77%;
	COLOR: #ccc;
	POSITION: absolute;
}
#sidebar {
	PADDING: 0px;
	/* MARGIN: 20px 0px 30px; */
	WIDTH: 850px; /* larghezza totale */
	COLOR: #cc00cc;
	LINE-HEIGHT: 1.6em;
	TEXT-ALIGN: center; /* allineamento testi bottoni */
	margin: auto;
}
#sidebar ul {
	PADDING: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
}
#sidebar li {
	PADDING: 0px;
	DISPLAY: block;
	MARGIN: 0px;
	BORDER-BOTTOM: #cccccc 1px solid;
	FLOAT: left; /* allinea in orizzontale */
	WIDTH: 170px; /* larghezza */
	height: 40px;
}
#sidebar li a {
	PADDING-TOP: 7px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	BORDER-BOTTOM: #cccccc 1px solid;
	COLOR: #999999;
	TEXT-DECORATION: none;
	height: 40px;
	width: 170px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
#sidebar li a:hover {
	COLOR: #292929;
	background-image: url(../i/bg_ul.gif);
	BORDER-BOTTOM: #cccccc 1px solid;
	background-repeat: repeat-x;
	height: 40px;
	width: 170px;
	background-color: #ffffff;
	font-weight: bold;
}
#sidebar li a:active {
	COLOR: #FFFFFF;
	background-image: url(../i/bg_ul.gif);
	BORDER-BOTTOM: #cccccc 1px solid;
	background-repeat: repeat-x;
	height: 40px;
	width: 170px;
	background-color: #cccccc;
	font-weight: bold;
}

#content h1 {
	color: #ff9900;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-size: 24px;
}
#content h2 {
	color: #ff9900;
	font-weight: lighter;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	font-size: 12px;
}
.btn_mail {
	margin-top: 0px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 15px;
	margin-top: 55px;
	background-image: url(../i/icon_mail.gif);
	background-repeat: no-repeat;
}
.btn_sitemap {
	margin-top: 0px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-left: 15px;
	margin-top: 55px;
	background-image: url(../i/icon_map.gif);
	background-repeat: no-repeat;
}
.inseat p {
	font-size: 12px;
	text-align: left;
}
#content #content-dx .inseat a {
	color: #FF9900;
	font-size: 12px;
}
#content #content-dx .inseat li {
	list-style-image: url(../i/arrow.gif);
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	white-space: normal;
	margin-bottom: 15px;
	padding: 0px;
	margin-left: -20px;
	margin-right: 150px;
	color: #666666;
}
.hr {
	height: 1px;
	width: 100%;
	color: #999999;
}
.orange_bold {
	color: #FF9900;
	font-weight: bold;
}
