@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color:#FFFFFF;
}

body {
	font-size: 100%;
	text-align:center; /* per IE5.x/Win */
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
}

a:link{
	color: #009CD2;
	text-decoration: underline;
}
a:visited {
	color: #009CD2;
	text-decoration: underline;
}
a:hover {
	color: #365C6D;
	text-decoration: underline;
}
a:active { 

}

h1{
	color:#009CD2;
	font-size:24px;
	font-weight:normal;
	margin-bottom:15px;
}
h2{
	color:#365C6D;
	font-size:24px;
	font-weight:bold;
}

h3{
	color:#7a5429;
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
	clear:left;
}

#contenitore{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
		background-image:url(../images/bg_corpo.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}


/*HEADER*/
#header{
	width:980px;
	height:200px;
	border-bottom:1px #365C6D solid;
}

#menu{
	width:980px;
	height:42px;
	background-color:#FFFFFF;
	border-bottom:1px #365C6D solid;
}

/*MENU*/


/*BODY*/

#corpo{
	width: 820px;
	height:auto;
	text-align:left;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:80px;
	padding-right:80px;
}
#corpoPagina{
	width: 820px;
	height:auto;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:80px;
	padding-right:80px;
	font-size:14px;
	line-height:22px;
}
#flash{
	width: 780px;
	height:320px;
	background-image:url(../images/bg_flash.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	padding:20px;
}
#foto{
	width: 780px;
	height:80px;
	background-image:url(../images/bg_foto.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	padding:20px;
}

.tableStyle{
padding-bottom:15px;
}
.tableTitle{
padding-bottom:15px;
font-size:16px;
color:#009CD2;
}
.tableGarage{
padding-bottom:15px;
padding-top:10px;
padding-right:20px;
text-align:left;
vertical-align:top;
width:243px;
border-bottom:1px #cccccc solid;
}
.tableGarageLast{
padding-bottom:15px;
padding-top:10px;
padding-right:20px;
text-align:left;
vertical-align:top;
width:243px;
}
#blank{
	width: 980px;
	clear:left;
}


/*PAGINA INTERNA*/

/*GALLERY*/


/*FOOTER*/

#footer{
	width: 820px;
	height:95px;
	background-image:url(../images/bg_footer.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:80px;
	padding-right:80px;

}

#footerDe{
	width: 820px;
	height:95px;
	background-image:url(../images/bg_footer_de.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:80px;
	padding-right:80px;

}
#credits{
	width: 820px;
	height:20px;
	font-size:9px;
	color:#666666;
	text-align:left;
	margin-top:65px;
}
#credits a{
	color:#009CD2;
	text-decoration: none;
}


