/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	background: url(../img/sfondo.jpg) repeat-x;
}

img {
	border: 0px;
}

img a {
	border: 0px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

#contenitore {
	margin: 0 auto;
	width: 850px;
}

#top {
	width: 100%;
	height: 55px;
}

#top_indirizzo {
	width: 400px;
	height: 14px;
	margin-top: 41px;
	float: left;
}

#top_logo {
	width: 400px;
	height: 45px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

#menu {
	width: 100%;
	height: 20px;
	margin-top: 10px;
	background: url(../img/sfondo_menu.jpg);
}
#menu img {
	margin-right: 8px;
}
#menu a {
	text-decoration: none;
}
#menu_sx {
	width: 700px;
}
#menu_dx {
	width: 100px;
	float: right;
	text-align: right;
}

#foto {
	width: 100%;
	height: 250px;
	margin-top: 10px;
}

#contenuto {
	width: 100%;
	height: auto !important;  /* per i browser moderni */
   height: 250px;            /* per IE5.x e IE6 */
   min-height: 250px;        /* per i browser moderni */
	margin-top: 20px;
	margin-bottom: 40px;
}

.titolo {
	width: 245px;
	height: 15px;
	background: url(../img/sfondo_titoli.jpg);
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-left: 5px;
}
.titolo_big {
	width: 540px;
	height: 15px;
	background: url(../img/sfondo_titoli_big.jpg);
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-left: 5px;
}

#bottom {
	width: 100%;
	height: 70px;
	background: url(../img/sfondo_bottom.jpg);
	margin-top: 10px;
	clear: both;
}

#bottom_contenitore {
	margin: 0 auto;
	width: 850px;
	padding-top: 5px;
}

#bottom_centro {
	margin: 0 auto;
	width: 300px;
	text-align: center;
}

#bottom_sx {
	float: left;
	width: 200px;
	margin-top: 25px;
}

#bottom_dx {
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 15px;
}


/* Pagina home */
#tabella_vetrina {
	border: 0px;
	height: 100px;
	width: 100%;
}


/* Pagina dei marchi*/
#marchi {
	text-align: center;
}
#marchi img {
	margin-bottom: 25px;
}


/* Pagina barche */
#tabella_elencobarche {
	width: 545px;
	border: 0px;
}
#tabella_elencobarche td {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#barche_menu_sx img {
	margin-bottom: 7px;
}
#tabella_carattbarca {
	width: 238px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background: url(../img/sfondo_tabellacaratt.jpg) repeat-x;
}
hr {
	width: 100%;
	color: #E9E9E9;
	background-color: #E9E9E9;
	border: 0px;
	height: 1px;
}
a.gallery:link, a.gallery:hover, a.gallery:visited, a.gallery:active {
	text-decoration: none;
}

/* Fade */
.fade_pics img { display: none }
