/* ------------------------------------------------

	Classi e id di default
	
	<-- Sezione  <--/sezione

------------------------------------------------ */
/* <-- maindiv -> */

#bgcontent{
		background: #333333 left repeat-y url(../img/bgcontenent.jpg);
		width: 761px;
		padding-bottom: 2px;
		margin: 0 auto;
}
#bgcontent1{
		background: #333333 right top no-repeat url(../img/bgcontenent.jpg);
		width: 761px;
		margin: 0;
}
#content{
		 width: 757px;
		 margin: 0;
		 padding: 0;
		 background: #FFFFFF;
		 border: solid 1px #000033;
		 text-align: left;
}
/* <-- /maindiv -> */
/* <-- header -> */
#header {
	float: left;
	width: 556px;
	border-bottom: solid 1px #000033;
	border-right: solid 1px #000033;
	height: 127px;
	background: #0B185B url(../img/header_logo.jpg) no-repeat;
	padding: 25px 0px 0px 0px;
}
#header_promo {
	width: 260px;
	height: 100px;
	border: solid 1px #FF6600;
	margin-left: 280px;
	overflow: hidden; /* FIX IE6 */
}
#header_box_menu {
	float: left;
	width: 200px;
	border-bottom: solid 1px #000033;
	height: 152px;
	background: #FC7215;
}
.menu_img {
	float: left;
	width: 49px;
	border-bottom: solid 1px #000033;
	border-right: solid 1px #000033;
	height: 20px;
	background:url(../img/header_menu_freccia.jpg) no-repeat center;
}
.menu_link{
	float: left;
	width: 135px;
	border-bottom: solid 1px #000033;
	height: 20px;
	padding-left: 15px;
	overflow: hidden; /* FIX IE6 */
}
.menu_link p {
	font-size: 0.8em;
}
.menu_link a {
	color: #000033;
}
#menu_login {
}
#menu_login .login_key {
	float: left;
	width: 50px;
	height: 25px;
	background:url(../img/header_login_key.gif) no-repeat center;
}
#menu_login .login_link{
	float: left;
	width: 135px;
	height: 25px;
	padding-left: 15px;
	overflow: hidden; /* FIX IE6 */
}
#menu_login .login_info{
	float: left;
	width: 180px;
	padding: 0px 5px 0px 15px;
	overflow: hidden; /* FIX IE6 */
}
#menu_login .login_link p, .login_info p {
	font-size: 0.8em;
}
#menu_login .login_link a, .login_info a {
	color: #000033;
}
#menu_logout {
}
#menu_logout .logout_key {
	float: left;
	width: 50px;
	height: 25px;
	background:url(../img/header_logout_key.jpg) no-repeat center;
}
#menu_logout .logout_link {
	float: left;
	width: 135px;
	height: 25px;
	padding-left: 15px;
	overflow: hidden; /* FIX IE6 */
}
#menu_logout .logout_info{
	float: left;
	width: 180px;
	padding: 0px 5px 0px 15px;
	overflow: hidden; /* FIX IE6 */
}
#menu_logout .logout_link p, .logout_info p {
	font-size: 0.8em;
}
#menu_logout .logout_link a {
	color: #000033;
}
/* <-- /header --> */
/* <-- header menu utente --> */
#menu_home {
	text-align: center;
	background-color:#FC7215;
	font-size: 0.8em;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #000033;
}
#menu_home a {
	color:#000033
}
/* <-- /header menu utente --> */
/* <-- corpo pagina --> */
#main_content {
	padding: 10px 35px;
	border-bottom: solid 1px #000033;
}
#main_content h3{
	color:#004D91;
	font-size: 1.4em;
}
#main_content a{
	color:#004D91;
	text-decoration: none;
}
#main_content a:hover{
	color:#004D91;
	text-decoration: underline;
}
/* <-- /corpo pagina --> */
/* <-- /footer --> */
#footer {
	font-size: 0.8em;
	padding: 5px 15px;
	background: #666666;
}
#footer p {
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
#copy {
	float: left;
	width: 500px;
}
#credits {
	float: left;
	width: 227px;
	text-align: right;
}
/* <-- /footer --> */
/* <-- classi generiche --> */
.errore {
	color:#990000;
}