/* CSS Document */
#prehome {
	margin-right: 2px;
	float: left;
	width: 1002px;
	height: 541px;
	background-image: url(/images/prehome/fondo_prehome.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
/*	border: 1px solid black;*/
}

#prehomeText {
	float: left;
	clear: right;
	color: white;
	font-size: 0.7em;
	text-align:	justify;
	width: 480px;
	height: 480px;
	overflow: hidden;
/*	border: 1px solid yellow;*/
}

#prehomeButton {
	float: left;
	clear: left;
	width: 480px;
	text-align: right;
/*	border: 1px solid blue;*/
}

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1002px;
	float:left;
}
#main {
	width: 990px;
	float:left;
}
#main_left { 
	width: 823px;
	float: left;
	overflow:hidden;
}

#main_left a {
	color: #000000;
}

#main_right {
	width: 160px;
	float: left;
}

#main_nav_left {
	float: left;
	width: 13px;
	height: 38px;
	background-image: url(/images/homepage/cornersx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	}
	
#main_nav {
	width: 976px;
	height: 38px;
	float: left;
	background-image: url(/images/homepage/bk_mainmenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#main_nav .search {
	margin: 0px;
	padding:0;
	float: right;
	margin-top: 6px;
	padding-bottom: 0px;	
	height: 18px;
	width: 155px;
	background:url(/images/homepage/campotesto.jpg);  
	background-repeat:no-repeat;
	background-position:left top;
	overflow: hidden;
}

#main_nav_right {
	float: left;
	width: 13px;
	height: 38px;
	background-image: url(/images/homepage/cornerdx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
}
#main_nav .home {
	padding-right: 120px;
	}
#main_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-image: url(/images/homepage/pipe.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 2.9em;
}

#main_nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-image: url(/images/homepage/pipe.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	line-height: 2.9em;
}
#main_nav  a:hover  {
	color: #00FF00;
}

.NFText			{border:none; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; background:none; width:95px; height:18px; float:left; }
.NFTextCenter 	{width:95px; height:18px; background:none; line-height:15px; float:left; }
.NFTextLeft   	{width:30px; height:18px; background:none; float:left;}
.NFTextRight  	{width:0px;  height:18px; background:none; float:left;}
/*Focused*/
.NFfocused {border:none;}
/*Hovered*/
.NFh {background-position:0 100%;}
.NFhr {background-position:100% 100%;}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}


#footer {
	float:left;
	clear: both; 
	margin: 0px;
	padding: 0px;
	background-image: url(/images/homepage/bk_footer.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;	
	background-color: #C7C7C9;
	color: #666666;
	width:1002px;
	height:150px;
	overflow:hidden;
}

#footer .menu {
	float: left;
	font-size: 0.75em;
	font-weight:bold;	
	text-align: center;	
	width:990px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer .fp {	
	padding: 0px;
	text-align: center;
	font-size: 0.7em;
	text-align: center;	
	width:900px;
	padding-left: 45px;
	padding-right: 45px;	
	padding-top: 10px;
}

#searchbox {
	background-color: #CCCCCC;
	color: #000000;
	text-transform: uppercase;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	width: 820px;
}