@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #34689A;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/* BOX CONTENITORE PRINCIPALE */
#contenitore {
	padding: 0px;
	height: auto;
	width: 955px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* INIZIO MENU DI TESTA PAGINA */
#top_menu {
	height: 25px;
	width: 955px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#top_menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#top_menu li {
	float: left;
	padding: 0px;
	margin-right: 25px;
}
#top_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#top_menu a:hover {
	color: #999999;
	text-decoration: none;
}
#selected {
	color: #999999;
}
/* FINE MENU */

/* INIZIO CONTENUTI PRINCIPALI */
#contenuti {
	background-color: #FFFFFF;
	border: 5px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 945px;
	height: auto;
	color: #000000;
	font-size: 16px;
}
/* INTESTAZIONE DI PAGINA */
#header {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 90px;
	width: 945px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fiordi_debenedetti_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* BARRA DI NAVIGAZIONE */
#nav_bar {
	height: auto;
	width: auto;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}
#nav_bar a {
	color: #990000;
}
#nav_bar a:hover {
	color: #666666;
}

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 200px;
}
#testo {
	margin: 0px;
	float: right;
	height: auto;
	width: 725px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#testo h1 {
	font-size: 24px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#testo p {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
#testo a {
	color: #990000;
	text-decoration: none;
}
#testo a:hover {
	color: #666666;
	text-decoration: underline;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* GESTIONE NEWS */
#news {
	height: 200px;
	width: 195px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	overflow: auto;
	padding: 0px;
}
#news h2 {
	font-size: 16px;
	color: #990000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#news ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#news li {
	margin-bottom: 10px;
}
#news a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#news a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/* FINE NEWS */
#slideshow {
	padding: 0px;
	height: 200px;
	width: 745px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: right;
}
#slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 200px;
	width: 745px;
}

#slideshow_foto {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 745px;
	overflow: hidden;
}

/* MENU PRINCIPALE */
#main_menu {
	padding: 0px;
	height: auto;
	width: auto;
	margin: 0px;
}
#main_menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main_menu li {
	float: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
/* STILE DEI LINK */
#home a {
	display: block;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/home_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-right: 43px;
	width: 150px;
}
#home a:hover {
	color: #990000;
	text-decoration: none;
	background-image: url(../images/home_btn_hover.jpg);
}
#home_selected {
	display: block;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/home_btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-right: 43px;
	width: 150px;
}
#services a {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/services_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	margin-right: 43px;
	width: 150px;
}
#services a:hover {
	color: #990000;
	text-decoration: none;
	background-image: url(../images/services_btn_hover.jpg);
}
#servicies_selected {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/services_btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	margin-right: 43px;
	width: 150px;
}
#yacht a {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/yacht_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	width: 150px;
	margin-right: 43px;
}
#yacht a:hover {
	color: #990000;
	text-decoration: none;
	background-image: url(../images/yacht_btn_hover.jpg);
}
#yacht_selected {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/yacht_btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	width: 150px;
	margin-right: 43px;
}
#industrial a {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/industrial_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	width: 150px;
	margin-right: 43px;
}
#industrial a:hover {
	color: #990000;
	text-decoration: none;
	background-image: url(../images/industrial_btn_hover.jpg);
}
#industrial_selected {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/industrial_btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 70px;
	width: 150px;
	margin-right: 43px;
}
#contact a {
	font-size: 18px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/contact_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	width: 150px;
	padding-top: 70px;
}
#contact a:hover {
	color: #990000;
	text-decoration: none;
	background-image: url(../images/contact_btn_hover.jpg);
}
#contact_selected {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/contact_btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: auto;
	width: 150px;
	padding-top: 70px;
}
/* PIE' DI PAGINA */
#footer {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
/* CONTENUTI */
#schede {
	height: auto;
	width: 945px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#schede h1 {
	font-size: 24px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#schede a {
	color: #990000;
	text-decoration: none;
}
#schede a:hover {
	color: #666666;
	text-decoration: underline;
}
#schede_left {
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 375px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#schede_right {
	margin: 0px;
	padding: 10px;
	float: right;
	height: auto;
	width: 525px;
}
#dovesiamo {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 925px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* SOTTO MENU CATEGORIE */
#sub_menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: auto;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	list-style-type: none;
}
#nav h2 {
	color: #666666;
	font-size: 18px;
	margin: 0px;
	padding: 5px;
}
#nav li {
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	margin: 0px;
	height: auto;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}
#nav li a {
	display: block;
	height: auto;
	width: 195px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	color: #990000;
	text-decoration: none;
}
#nav li a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#sub_selected {
	background-color: #CCCCCC;
}
/* FINE SOTTO MENU CATEGORIE */
/* CONENUTI CATEGORIE */
#content {
	float: right;
	height: auto;
	width: 720px;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h1 {
	font-size: 24px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* GESTIONE FOTOGRAFIE SCHEDE */
.thumb {
	padding: 0px;
	margin: 0px;
}
.thumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumb h2 {
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}
.thumb a {
	color: #990000;
	text-decoration: none;
}
.thumb a:hover {
	color: #999999;
	text-decoration: underline;
}
.grigio {
	color: #666666;
}
#ftp_text {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: auto;
}
#ftp_text h2 {
	color: #990000;
	margin: 0px;
	padding: 0px;
}
#ftp_text ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
#ftp_text li {
	height: 40px;
	width: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#ftp_text ul li a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#ftp_text ul li a:hover {
	color: #999999;
	text-decoration: none;
}
#ftp_text ul li span {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-right: 10px;
	height: 30px;
	width: 200px;
	font-weight: bold;
	display: block;
}
#download {
	background-image: url(../images/download_btn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	width: 115px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	float: left;
	margin-right: 20px;
}
#delete {
	background-image: url(../images/delete_btn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 30px;
	width: 115px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	float: left;
}
#aggiornamento {
	padding: 10px;
}
.foto_testo {
	height: auto;
	width: 130px;
	font-size: 10px;
	color: #666666;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.foto_testo img {
	float: no;
	padding: 0px;
	margin: 0px;
}

.evidenzia {
	font-weight: bold;
	color: #666666;
}
.text_home {
	color: #666666;
}

