/*-------------------------------------------
	Floorgres Generale Index
	- - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup styles
	Filename:		floorgres.css
	Version:		1.0
	Date:			Apr 10, 2006
	Author:         Cecilia Randazzo/ Diego Sessa
	Company:        ExpertWeb
	Please:         You may adapt elements of this CSS in your own projects, 
					but the unique combination of layouts, styles, sizes, typography, 
					and positioning ("the design") is copyright 2006 at Expertweb.it 
					and may not be reproduced.
	-------------------------------------------*/
	/* HTML Elements                               */
/***********************************************/
* {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color: #fff;
}
html,body{margin:0;padding:0;
}
body {background:#000;
}
h1{font-size:14px;color: #000;visibility: hidden;display:none;
}
a img{border:0
}
a {font-weight:bold; text-decoration:none;
}
a:hover {text-decoration:underline;
}

/* PAGINAZIONE                            */
/***********************************************/
div#container {width:100%; background:#fff; margin:0; height:550px; border-top: solid 1px #000;
}

div#container div#boxlogo {width:433px; heig ht:280px; margin: 0 auto; clear:both; marg in-top: 60px; mar gin-bottom: 10px; paddin g-top: 130px; backgro und:#000; text-align:center;
}

/* MENU BASSO                                    */
/***********************************************/
div#menubassodx {width:444px; heig t:310px; margin: 0 auto; 
}
html>body div#menubassodx {width:440px;
}
div#menubassodx ul{margin:0;padding:0;list-style:none; 
}
div#menubassodx ul li{float:left; margin:0;padding:0;margin-left: 3px; width:84px; height:70px; text-align: left;background: #000; 
}
div#menubassodx ul li#primo{margin-left: 0px; 
}
div#menubassodx ul li a{display:block; width:75px; height:50px; padding-top:20px; padding-left:1px; font-size:10px;
}
div#menubassodx ul li span{display:block; width:75px; height:50px; padding-top:20px; padding-left:1px; font-size:10px;font-weight:bold
}
div#bottom {width:968px;padding: 2px 0; margin: 3px auto; height:15px; color: #888888;
}
div#bottom a{ font-weight: normal;color: #888888;
}