/*------DEFAULT------*/
body,html,div,p,ul,li,a,span,img,strong,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	vertical-align: baseline;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
	outline:none;
	list-style:none;
}
body,html{
	background: url(imgSplash/bgRepeat.png) repeat-x #fff;
	color:#666;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 14px;
}
strong{
	font-weight:bold;
}
a{
	color: #666;
}
a:hover{
	color: #333;
}
p{
	padding:10px 0 10px 0;
}
.clear{
	clear:both;
}
.spacer{
	height:10px;
	overflow: hidden;
}
.italic{
	font-style:italic;
}
.left{
	float: left;
}
/*-------------------------------------------------*/
#container{
	width: 1000px;
	height: 881px;
	margin: 0 auto;
	background: url(imgSplash/bgLBTNS.png) top center no-repeat #fff;
}
#content{
	margin: 0 auto;
	width: 960px;
}
#slideShow{
	width: 960px;
	height: 320px;
	margin-top: 114px;
	background: url(imgSplash/slideBg.png) no-repeat #fff;
}
#forSlide{
	width: 960px;
	height: 320px;
	background-color: #e8e8e8;
	position: relative;
	top: 114px;
	left: 0;
}
#boxes{
	padding: 0px 5px 0 5px;
	position: relative;
	top: 166px;
}
.box{
	width: 180px;
	padding: 0 5px 0 5px;
}
#bottomLinks{
	height:50px;
	width:960px;
	background: url(imgSplash/bottomMenuBg.png) repeat-x;
	top: 192px;
	position:relative;
}
#bottomLinks a{
	float: left;
	display: block;
	line-height: 46px;
	height: 46px;
	width: 192px;
	text-align: center;
	padding-top: 4px;
}
#bottomLinks a:hover{
	background-color: #fff;
}
a#facebook{
	background: url(imgSplash/facebookIcon.png) no-repeat left;
	padding-left: 14px;
	width: 178px; 
}
a#blog{
	background: url(imgSplash/blogIcon.png) no-repeat left;
	padding-left: 26px;
	width: 166px; 
}
a#myGarage{
	background: url(imgSplash/newsIcon.png) no-repeat left;
	padding-left: 32px;
	width: 160px; 
}
a#drive4fun{
	background: url(imgSplash/eventiIcon.png) no-repeat left;
	padding-left: 78px;
	width: 114px; 
}
a#contatti{
	background: url(imgSplash/contattiIcon.png) no-repeat left;
	padding-left: 24px;
	width: 168px; 
}


#footer{
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 30px;
	top: 192px;
	position:relative;
}
#footer a{
	color: #999999;
}
#footer a:hover{
	text-decoration: underline;
}
