body {
	margin: 0;
	padding: 0;
	background-image:url(images/gradient_grey.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input { 
	font-family:TrebuchetMS; 
	font-size:9pt; 
	font-weight:bold; 
	color: #000000; 
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #282b69;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

p, ol, ul {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img07.png) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

a img {
	border: 0 px;
}


img {
	border: 0 px;
}

.img-shadow-left {
  float:left;
  background: url(images/shadowAlpha-left.png) no-repeat bottom right !important;
  background: url(images/shadow-left.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow-left img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.img-shadow-right {
  float:right;
  background: url(images/shadowAlpha-right.png) no-repeat bottom left !important;
  background: url(images/shadow-right.gif) no-repeat bottom left;
  margin: 10px 10px 0 0 !important;
  margin: 10px 5px 0 0;
}

.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px -6px 6px 6px;
  padding: 4px;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

div .left {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:left;
	font-weight: bold;
}

div img {
	border: 0px;	
}

div .right {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align:right;
	font-weight: bold;
}

hr {
	display: none;
}

.white_bg {
	background-color: #FFFFFF;
}

#intercapedine {
	font-size: 10px;
}

/* Rettangolo arrotondato cornice */

#logo{
	background-image: url(images/logo.gif); background-repeat: no-repeat;
}

#index_03{
	background-image: url(images/index_03.png); background-repeat: no-repeat;
}

#index_04{
	background-image: url(images/index_04.png); background-repeat: no-repeat;
}

#flash_shadow{
	background-image: url(images/flash_shadow.png); background-repeat: repeat-y; background-position:center;
}

.left_shadow{
	background-image: url(images/left_shadow.png); background-repeat: repeat-y;
}

.right_shadow{
	background-image: url(images/right_shadow.png); background-repeat: repeat-y;
}

#index_05{
	background-image: url(images/index_05.png); background-repeat: no-repeat;
}

#corner_bl{
	background-image: url(images/index_11.png); background-repeat: no-repeat;
}

.bottom_shadow{
	background-image: url(images/bottom_shadow.png); background-repeat: repeat-x;
}

#corner_br{
	background-image: url(images/index_13.png); background-repeat: no-repeat;
}

/* Agenzia */

#agenzia {
	margin: 10px;
	margin-bottom: 0px;
	float: right;
	width: 300px;
	text-align: center;
	border: #282b69 solid 1px;
}

#agenzia_titolo{
	background: #282b69;
	color: #f8ca0f;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

/* Newsletter */

#newsletter {
	margin: 10px;
	margin-bottom: 0px;
	float: right;
	width: 300px;
	text-align: center;
	border: #282b69 solid 1px;
}

#newsletter_titolo{
	background: #282b69;
	color: #f8ca0f;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

/* Bandiere */
.bandiere {
	position: relative;
	right: 35px;
	clear: both;
	height: 30px;
	width: 115px;
	margin-left: auto;
	margin-right: auto;
}

.bandiere img {
	border: 0px;
}

.bandiere div {
	display: inline;
	margin-left: 5px;
}


/* Menu */

#menu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	font-family: arial, Verdana, sans-serif;
	font-size: medium;
	text-align: center;
	color: black;
}

#menu li {
	display: inline;
	padding: 0px;
}

#menu td {
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1px;

}

#menu a {
	background-image: url(images/timone.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #282b69;
}

#menu a:hover {
	font-weight:bold;
	color: #f8ca0f;
}

/* Page */

#page {
	width: 949px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Content */

#content {
	float: left;
	width: 450px;
	margin-right: 10px;
	text-align: justify;
}

#content h2 {
	color: #f8ca0f;
	text-align: center;
	font-weight: bold;
	width: 350px;
	margin-bottom: 10px;
	border-bottom: 1px solid #282b69;
	padding-right: 100px;
	height: 30px;
	background-image: url(images/bg_title_h2.gif); background-repeat: no-repeat;
}

#content_full_page {
	float: left;
	width: 949px;
	margin-right: 10px;
	text-align: justify;
}

#content_one_col_sidebar {
	float: left;
	width: 694px;
	margin-right: 10px;
	text-align: justify;
}

#content_one_col_sidebar h2 {
	color: #f8ca0f;
	text-align: center;
	font-weight: bold;
	width: 350px;
	margin-bottom: 10px;
	border-bottom: 1px solid #282b69;
	padding-right: 100px;
	height: 30px;
	background-image: url(images/bg_title_h2.gif); background-repeat: no-repeat;
}

.gallery_index {
	overflow: auto;
	padding: 5px;
	border-width: 1px;
	border-color: #f8ca0f;
	border-style: solid;
	margin-bottom: 10px;
}

.twocols {
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 2px solid #CCCCCC;
}

.twocols .col1, .twocols .col2 {
	width: 200px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 489px;
}

#sidebar_onecol {
	float: right;
	width: 245px;
}

.boxed {
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	width: 240px;
}

.boxed img {
	border: 0 px;
}

.boxed .title {
	height: 20px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: #f8ca0f;
/*	background-image: url(images/bg_title.gif); background-repeat: no-repeat; */
	color: #282b69;
	text-align: center;
	text-transform: uppercase;
	font-size: 136%;
}

.title_long {
	width: 249px;
	height: 20px;
	margin: 0;
	background: #282b69;
	background-image: url(images/bg_title.gif); background-repeat: no-repeat;
	color: #f8ca0f;
	text-transform: uppercase;
	text-align: center;
	font-size: 136%;
}

.boxed .content {
	width: 228px;
	height: 270px;
	background-image: url(images/bg_vela.png);
	background-repeat: no-repeat;
	overflow: auto;
	padding: 5px;
	border-width: 1px;
	border-color: #f8ca0f;
	border-style: solid;
	margin-bottom: 10px;
	margin-left: auto;
	margin-righ: auto;
}

.content img {
	border: 0px;
}

.boxed h3 {
	margin: 0px;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 0px 0px;
}

.boxed ul li.first {
	border: none;
}

/* Flotta */
.flotta_scelta {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: medium;
	font-weight: bold;
}

.flotta_scelta div {
	display: inline;
	margin: 2px;
	border-top: 1px #CCCCCC solid;
	padding: 2px;
	border: 1px #CCCCCC solid;
	text-align: center;
}

.flotta_scelta .selected a {
	background-color: #666666;
	color: #FFFFFF;
}

.flotta_scelta .unselected a {
	color: #666666;
}

.flotta_scelta .unselected a:hover {
	color: #666666;
	background-color: #CCCCCC;
}

.imbarcazioni_table {
	width: 100%;
	border: 1px solid #282b69;
	margin-bottom: 10px;
}

.imbarcazioni_tr {
	background-color: #DDDDDD;
}

.imbarcazioni_tr:hover {
	background-color: #BBBBBB;
}

.imbarcazioni_tr td {
	border: 2px solid white;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-botto-width: 10px;
}

.imbarcazioni_title {
	background-color: #BBBBBB;
}

.imbarcazioni_title font {
	font-weight: bold;
}

.imbarcazioni_title a {
	color: #000000;
}

.imbarcazioni_table tr:hover {
	background-color: #EEEEEE;
}

.imbarcazioni_thumb {
	width: 90px;
}

.imbarcazioni_thumb img {
	position: relative;
	left: 5px;
	top: 2px;
	width: 85px;
	border: 0px;
}

.imbarcazioni_nome {
	width: 300px;
}

.imbarcazioni_nome a {
	font-size: 18px;
	font-style: normal;
}

.imbarcazioni_nome a:hover {
	font-weight: normal;
}

.imbarcazioni_nome p {
	font-size: 14px;
	font-style: italic;
}

.imbarcazioni_anno {
	width: 50px;
}

.imbarcazioni_anno p {
	font-size: 14px;
}

.imbarcazioni_lunghezza {
	width: 110px;
}

.imbarcazioni_lunghezza p {
	font-size: 14px;
}

.imbarcazioni_motore {
	width: 160px;
}

.imbarcazioni_motore p {
	font-size: 14px;
}

.imbarcazioni_cabine {
	width: 60px;
}

.imbarcazioni_cabine p {
	font-size: 14px;
}

.imbarcazioni_letti {
	width: 60px;
}

.imbarcazioni_letti p {
	font-size: 14px;
}

.imbarcazioni_bagni {
	width: 60px;
}

.imbarcazioni_bagni p {
	font-size: 14px;
}


/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	height: 20px;
	padding: 10px;
}

#footer p {
	color:white;
	margin: 0;
	font-weight: bold;
	font-size: 85%;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Prezzi */
#prezzi td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 85%;
	text-align: center;
}

#prezzi .title {
	background: #282b69;
	color: #f8ca0f;
	font-weight: bold;
}

#prezzi .modello {
	text-align: left;
}

#prezzi .modello a {
	font-weight: bold;
}

/* Week End */
#week td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#week .title {
	background: #282b69;
	color: #f8ca0f;
}

/* Extra */
#extra td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#extra .title {
	background: #282b69;
	color: #f8ca0f;
}

#extra .bg {
	background: #282b69;
	color: #f8ca0f;
}

/* incluso */
#incluso td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#incluso .title {
	background: #282b69;
	color: #f8ca0f;
	font-weight: bold;
}

/* base */
#base td {
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#base .title {
	background: #282b69;
	color: #f8ca0f;
	font-weight: bold;
}

/* Popup imbarcazioni */
#nome_imbarcazione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6886ff;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}

.proprieta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}

.valore {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10px; 
	text-align: left;
}

.barra_periodi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #FECD10;
}

.prezzo_periodo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

.prezzo_giornaliero {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	text-align: center;
	background-color: #FECD10;
}

#indirizzo {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 9px; 
	text-align: center; 
}

/* Modules */
.tag {
	display: none;
	font-size: 9pt;
	size: 3px;
	color: #999999;
	overflow: hidden;
}

#itinerari_proposti .content ul {
	margin-top: 2px;
	font-weight:bold;
	list-style-image: url(images/travel-ico.png);
	list-style-position: inside;
}

#last_minute .content ul {
	margin-top: 2px;
	list-style-image: url(images/yacht-ico2.png);
	list-style-position: inside;
}

#news .content ul {
	margin-top: 2px;
	font-weight:bold;
	list-style-image: url(images/calendar-ico.png);
	list-style-position: inside;
}

#sud-horizon {
	width: 485px;
}

#sud-horizon .content {
	width: 473px; 
	height: auto;
	text-align: justify;
}

#sud-horizon .content img {
	margin-left: 7px;
}

#nostri_uffici .content {
	height: auto;
}

#nostri_itinerari .content ul {
	margin-top: 2px;
	font-weight:bold;
	list-style-image: url(images/globe.png);
	list-style-position: inside;
}

#nostri_itinerari .content img {
	width: 230px;
	height: 153px;
}

#nostra_flotta .content ul {
	margin-top: 2px;
	font-weight:bold;
	list-style-image: url(images/yacht-ico.png);
	list-style-position: inside;
}

#nostra_flotta .content img {
	width: 230px;
	height: 153px;
}

#meteo .content img {
	width: 230px;
	height: 177px;
}

#come_arrivare .content img {
	width: 230px;
	height: 153px;
}

#come_arrivare .content ul {
	margin-top: 2px;
	font-weight:bold;
	list-style-image: url(images/bus.png);
	list-style-position: inside;
}

#nostri_itinerari .content, #sud-horizon .content, #nostra_flotta .content, #meteo .content, #come_arrivare .content {
	overflow: hidden;
}

/* Link */

#link li {
	font-weight:bold;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom:2px #f8ca0f solid;
	width:100%;
	float:left;
	margin-right:20px;
}

#link .link_cat_title {
	font-size:medium;
	color:#282b69;
}

.link_title {
	font-weight: normal;
	padding-left: 5px;
	border-top: #CCCCCC 1px dotted;
}

/* Contatti */
#form_errors {
	color: #FF0000;
	font-weight: bold;
	list-style-image: url(../../images/icontexto-webdev-alert-20x20.png);
	list-style-position: inside;
}

#periodo label {
	width: 160px;
	margin: 2px 0 2px 0;
	display: inline-block;
}

#adulti {
	margin: 2px 40px 2px 10px;
	display: inline-block;
}

#bambini {
	margin: 2px 0 2px 10px;
	display: inline-block;
}

#anagrafica label {
	width: 160px;
	margin: 2px 0 2px 0;
	display: inline-block;
}

#anagrafica input {
	margin: 2px 0 2px 0;
	display: inline-block;
}

/* Lista offerte*/

.table_lista_offerte {
width:455px;
border: 1px solid #666666;
background-color: #FFFFFF;
}

.table_lista_offerte th {
background-color:#666666;
height:20px;
}

.table_lista_offerte th font {
color:#FFFFFF;
font-size:12px;
}

.table_lista_offerte th a {
text-decoration:none;
}

.table_lista_offerte_tr {
height:65px;
font-size:12px;
}

.table_lista_offerte_tr font {
font-size:12px;
}


.table_lista_offerte tr:hover {
background-color:#CCCCCC;
}


.table_lista_offerte_tr td {
border:1px dotted #CCCCCC;
vertical-align:middle;
}

.table_lista_offerte_td_modello font{
font-size:14px;
font-weight:bold;
}

.table_lista_offerte_tr div {
vertical-align:middle;
}

.table_lista_offerte_tr a{
text-decoration:none;
}