body{
	margin: 0px;
	padding: 0px;
	background-color: #e6e6f1;
	background-attachment: fixed;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

div.core{
	margin: 0pt auto;
	width: 810px;
	height: 100%;
	text-align: center;
}

div.content{
	width: 100%;
	height: 100%;
}

div.leftContent{
	width: 211px;
	height: 100%;
	float: left;
}

div.clock{
	width: 100%;
	line-height: 15px;
	margin-top: 30px;
	text-align: center;
	vertical-align: middle;
}
div.logo,
div.logo_reddss{
	width: 100%;
	height: 100%;
	margin-top: 5px;
}

/* Menu Reddss*/

div.menuReddss_group{
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.menuReddss_top{
	width: 100%;
	height: 19px;
	background-image: url(../images/menu_top.png);
	background-position: left top;
	background-repeat: no-repeat;

}

div.menuReddss{
	width: 100%;
	background-image: url(../images/menu_background.png);
}

div.menuReddss_item,
div.menuReddss_title {
	width: 196px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/menu_background.png);
	text-align: center;
	display: block;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
}

div.menuReddss_item{
	font-weight: normal;
	padding-bottom: 9px;

}


div.menuReddss_bottom{
	width: 100%;
	height: 19px;
	background-image: url(../images/menu_bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
}




div.login{
	width: 196px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/menu_background.png);
	text-align: left;
}

div.login_text{
	float: left; 
	line-height:20px;
}

div.login_field{
	line-height:20px;
}

div.login_button{
	line-height:20px;
	width: 182px;
	margin-top: 5px;
	padding-right: 14px;
	text-align: right;
}



/*** PARTE CENTRALE ***/

div.rightContent{
	width: 585px;
	height: 100%;
	float: left;

}

div.menu{
	width: 100%;
	margin: 0pt auto;
	margin-left: 10px;
}

div.menu_item,
div.menu_item_select{
	padding: 2px 14px 2px 14px;
	background-color: #E6E6F1;
	border-right: 1px solid #adadb2;
	text-align: center;
	float: left;
	width: auto;
}


div.logo{
	background-image: url(../images/main_background.png);
	margin-top: 0px;
}

div.header,
div.page{
	width: 550px;
	text-align: center;
	padding-left: 20px;
	padding-right: 15px;
}

div.header{
	height: 37px;
	text-align: center;
	background-image: url(../images/main_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 25px;
}

div.page{
	height: 100%;
	float: left;
	background-image: url(../images/main_background.png);
}

div.minHeight_main{
	width: 1px;
	height: 400px;
	float: left;
}
div.main{
	width: 549px;
	height: 100%;
	text-align: left;
	float: right;
}



div.rightContent_bottom{
	width: 100%;
	height: 62px;
	background-image: url(../images/main_bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: left;
}

/*** FOOTER ***/

div.footer{
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 0px;
	vertical-align: bottom;
	clear: left;
}
