@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/white_carbonfiber.png);
	margin:0;
	width:100%;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 998px;
	height: 900px;
	z-index: 1;
	background-color: #FFFFFF;
	top: 0px;
}
#top {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 60px;
	z-index: 2;
}
#logo {
	position: absolute;
	width: 140px;
	height: 140px;
	z-index: 2;
	background-image: url(../images/logo.png);
	top: 10px;
	left:1px;
}
#line {
	position: absolute;
	width: 1000px;
	height: 5px;
	z-index: 3;
	top: 0px;
	background: #7ecefd;
}
#main {
	position: absolute;
	width: 900px;
	height: 900px;
	z-index: 1;
	left: 50px;
	top: 30px;
}
#menu {
	position: absolute;
	width: 760px;
	height: 60px;
	z-index: 1;
	top: 0px;
	left: 140px;
}
#bottom {
	position: absolute;
	width: 1000px;
	height: 120px;
	z-index: 1;
	left: 0px;
	top: 900px;
	background: #38b5ff;
	font-size: 14px;
}
#table_bottom{
	position: absolute;
	left: 10px;
	text-align: left;
	height: 60px;
	top: 20px;
	width: 360px;
}
#table_bottom td{
	width:120px;
	height:20px;
}
#bottom :link, #bottom_masini :link{
	font-size:14px;
	text-decoration:none;
	color:#ffffff;
}
#bottom :hover, #bottom_masini :hover{
	color:#555555;
}
#bottom :visited, #bottom_masini :visited{
	color:#ffffff;
}
#table_adresa{
	position: absolute;
	left: 450px;
	height: 80px;
	line-height: 20px;
	top: 20px;
	font-weight: bold;
	color: #555555;
	text-align: center;
	width: 250px;
}

#fb :link{
	position:absolute;
	left:750px;
	height:30px;
	width:30px;
	top:45px;
	background-image:url(../images/fb.png);
}
#fb :hover{
	 background-image:url(../images/fbhover.png);
}
#gp :link{
	position:absolute;
	left:810px;
	height:30px;
	width:30px;
	top:45px;
	background-image:url(../images/gp.png);
}
#gp :hover{
	 background-image:url(../images/gphover.png);
}

#ari :link{
	position:absolute;
	left:900px;
	top:50px;	
}
#ari :hover{
	
	color:#555555;
}
