@charset "utf-8";

a { outline:none;}
a img { border: 0; }

body {
	margin:0px auto;
	padding:0px;
	position: relative;
	background-color: #FFF;
}

#contenitore {
	margin-left: auto;
	margin-right: auto;
	width:640px;
	height:1800px;
	padding: 0px;
	position:relative;
	background-image:url(img/background.jpg);
}

#introduction {
	background-image:url(img/introduction.png);
	width:612px;
	height:95px;
}

#vmf {
	background-image:url(img/verticalmainsailfurler.png);
	width:612px;
	height:95px;
}

#booms {
	background-image:url(img/booms.png);
	width:612px;
	height:95px;
}

#foresailfurler {
	background-image:url(img/foresailfurler.png);
	width:612px;
	height:95px;
}

#rlgcode {
	background-image:url(img/rlgcode.png);
	width:612px;
	height:95px;
}

#powerpack {
	background-image:url(img/powerpack.png);
	width:612px;
	height:95px;
}

#deckequipment {
	background-image:url(img/deckequipment.png);
	width:612px;
	height:95px;
}

#captivewinch {
	background-image:url(img/captivewinch.png);
	width:612px;
	height:95px;
}

#appendix {
	background-image:url(img/appendix.png);
	width:612px;
	height:95px;
}

#catalogue {
	background-image:url(img/catalogue.png);
	width:612px;
	height:95px;
}

ul {
	padding-top: 500px;
	list-style-type: none;
	margin:0px;
	padding-left:14px;
}

li{
	width:612px;
	height:95px;
	list-style-type: none;
	background-image:url(img/background_li.png);
	padding:0px;
	margin:0px;
}

li:hover {
	background-image:url(img/background_li_hover.png);	
}

