@charset "utf-8";
/* CSS Document */
body {
	background-color: #99CCFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#contenent {
	background-image: url(images/bg_rmx.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 100px;
	padding-left: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

#centro {
	width: 1024px;
	background-image: url(images/bg_3.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	width: 919px;
	height: 210px;
	background-image: url(images/logo_rmx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 5px solid #FFFFFF;
	margin-right: 50px;
	margin-left: 50px;
}

#menu {
	width: 919px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	height: 36px;
	text-align: center;
}



#menu ul {
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu li {
	float:left;
	background-image: url(images/botton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 2px;
	margin-left: 2px;
}
#menu  a     {
	float:left;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	width: 133px;
	height: 34px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu a:hover {
	float:left;
	display:block;
	color:#F0F0F0;
	text-decoration:none;
	background-image: url(images/botton_2.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
	width: 133px;
}  
#menu .padding {
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #808080;
}


#testo_centro {
	width: 600px;
	height: 430px;
	margin-left: 50px;
	background-color: #F0F0F0;
	border: 3px dotted #999999;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	padding: 2px;
}
#testo_centro_2 {
	height: 150px;
	width: 250px;
	margin-right: 0px;
	float: left;
	margin-top: 20px;
	border: 10px solid #FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
}

#login {
	height: auto;
	width: 248px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
}

#menu_basso {
	height: 100px;
	background-image: url(images/bg_orizzontale.jpg);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}
#footer {
	background-image: url(images/bg_orizzontale.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 918px;
	padding-right: 50px;
	padding-left: 50px;
}
#footer a {

}
