html{height:100%}
BODY { 
margin: 0px;
background: #005983;
background-image:url('images/bg.gif');
background-repeat: repeat-x;
}

.td_main { 
background-image:url('images/bg_table.gif');
background-repeat: repeat-x;
}

.bg_top { 
background-image:url('images/bg_top.jpg');
background-repeat: repeat-x;
}

input,select,textarea{
color: #0461A4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
border: 1px solid #CCCCCC;
}


p {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 11px;
MARGIN: 3PX;
color: #FFFFFF;
}

.testo_pulsanti {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 13px;
font-weight: bold;
MARGIN: 3PX;
color: #000000;
}


.titolo {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 15px;
MARGIN: 3PX;
color: #FFFFFF;
font-weight: bold;
}

.titolo_barca  {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 13px;
MARGIN: 3PX;
color: #FFFFFF;
font-weight: bold;
}

.titolo_prezzo_barca {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 15px;
MARGIN: 3PX;
color: #ffffff;
}

.titolo_home_benvenuti {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 20px;
MARGIN: 3PX;
color: #FFCC33;
}

.serie_sword {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : italic;
font-size : 15px;
MARGIN: 3PX;
color: #ffffff;
}

.info {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : italic;
font-size : 12px;
MARGIN: 3PX;
color: #ffffff;
}

.info_1 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #ffffff;
}

h1 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 18px;
font-weight:bold;
MARGIN: 3PX;
color: #ffffff;
text-align:left;
}

h2 {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 13px;
font-weight:bold;
MARGIN: 3PX;
color: #ffffff;
text-align:left;
}

.info_serie {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #67BDDA;
}

.menu_top {
font-family : Arial, sans-serif, Tahoma, Verdana, Helvetica;
font-style : normal;
font-size : 12px;
MARGIN: 3PX;
color: #00496C;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

A.link_top:link, A.link_top:visited { color:#000000; text-decoration:none; }
A.link_top:hover { text-decoration:underline; color:#FF0000}text-decoration: underline;
}

.table_heading{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #EAEAEA;
	background: #CCD6F1;
	cursor: pointer;
}

.table_list{
	border-bottom: 1px solid #006A9D;
	border-right: 1px solid #006A9D;
	/*background: #FFFFFF;*/
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:159px;
		height:250px;
		overflow:hidden; 
		}	

		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#900;
		color:#FFF;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#F00000;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
