/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01.gif) repeat-x;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFFF66;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: underline;
	color: #FFCC00;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FFCC00;
}

/* Menu */

#menu {
	width: 720px;
	height: 40px;
	margin: 0 auto;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 92%;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFCC00;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logotot {
	width: 760px;
	height: 220px;
	margin: 0 auto;
	background-color: #00CC00;
}
#logo1 {
	float:left;
	width: 274px;
	height: 220px;
	margin: 0 auto;
	background: #010100 url(images/logosfondo.gif)
}


#logo {
	float:right;
	width: 486px;
	height: 220px;
	margin: 0 auto;
	background: #010100 url(images/lettiniban.jpg)
}
#logo h1 {
	margin: 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	padding-top: 187px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#contentgoogle {
	float: left;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
#contentgoogle form{
	margin-left: 80px;
}

#welcome {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}
#welcome h2 {
	margin-bottom: .5em;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFCC00;
	text-align: left;
}
#welcome a {
	color: #FFCC00;
	text-decoration: underline;
}
#welcome a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFCC00;
}

#welcome img {
	border: 5px solid #FFFF99;
	
}

.floating-box {
	float: left;
	width: 230px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFCC00;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}

#sidebar blockquote {
	width: 152px;
	height: 50PX;
	margin-left: 0;
	background-color: #9FE0FF;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #999999;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0033CC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0033CC;
	padding-right: 1em;
	padding-left: 1em;
	
}

/*#sidebar blockquote a {
	color: #333333;
}*/

#sidebar blockquote p {
	line-height: normal;
	font-style: italic;
	color: #0033CC;
	text-decoration: blink;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 16px;
	
		
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 40px;
	
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
	
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	font-size: 85%;
	background-color: #00CC00;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	background-image: url(images/logofooter.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;	
}

#footer .legal {
	float: right;
	width: 200px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #00CC00;
	border-right-width: 20px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFCC00;
	background-image: url(images/logofooter.gif);
	background-repeat: no-repeat;
	background-position: 180px center;
}

/* form */
.cssform {
	top: -21px;
	position: relative;
}
.cssform p{
	width: 150px;
	clear: left;
	margin: 0;
	padding: 0 0 0 0;
	padding-left: 30px;
	height: 1%;
	color: #0033CC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0033CC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #0033CC;
	text-decoration: underline;
	background-color: #9FE0FF;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -30px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 140px;
}
.cssform a{
	color: #0033CC;
	text-decoration: none;
}
.cssform a:hover{
	color: white;
	text-decoration: none;
	background-color: #00CC00;
}


.cssform textarea{
width: 140px;
height: 100px;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbgSUB.gif) repeat-x left top;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* welcome x raggiungerci */
#rag {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}
#rag h2 {
	margin-bottom: .5em;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFCC00;
	text-align: left;
}
#rag a {
	color: #FFCC00;
	text-decoration: underline;
}
#rag a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFCC00;
}

#rag img {
	border: 5px solid #00CCFF;
	
}
#rag p {
	text-align: center;	
	
}
#rag em {
	background-color: #FFCC00;	
}
#rag em1 {
	background-color: #00CC00;	
}
#rag em2 {
	border: 1px solid #FFFFFF;
}
/* vari loghi alternativi*/

#logoservizi {
	float:right;
	width: 486px;
	height: 220px;
	margin: 0 auto;
	background: #010100 url(images/letgalsfondo.jpg)
}
#logoservizi h1 {
	margin: 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
	padding-top: 187px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	color: #FFFFFF;
}

#logoservizi h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	
}

#logoservizi a {
	text-decoration: none;
	color: #FFFFFF;
}
#intestalistino{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.5em;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	background-color: #00CC00;
}

#primacolumn{
	float: left;
	width: 240px; /*Width of left column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #66FF66;/*margin-left: -100%;*/
	text-align: left;
	padding-left: 10px;
	border-left-color: #006600;
	border-left:solid;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	height: 160px;
	
}

#secondacolumn{
	float: left;
	width: 112px; /*Width of right column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #66FF66;
	border-bottom-width: 3px;
		height: 160px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	

	/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}
#terzacolumn{
float: left;
width: 112px;
	height: 160px;
font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #66FF66; /*Width of right column*/
	border-bottom-width: 3px;
	
	border-bottom-style: solid;
	border-bottom-color: #006600;
	border-right-width: 3px;
	
	border-right-style: solid;
	border-right-color: #006600;
	

/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}
/*  inizio div x listino spiaggialibera*/
#intestalistinoSL{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFCC00;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.5em;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	
		
}

#primacolumnSL{
	float: left;
	width: 240px; /*Width of left column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFF66;/*margin-left: -100%;*/
	text-align: left;
	padding-left: 10px;
	border-left-color: #FF6600;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	height: 125px;
	border-left-style: solid;
	

}

#secondacolumnSL{
	float: left;
	width: 112px; /*Width of right column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFF66;
	border-bottom-width: 3px;
		height: 125px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	

	/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}
#terzacolumnSL{
float: left;
width: 112px;
	height: 125px;
font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFF66; /*Width of right column*/
	border-bottom-width: 3px;
	
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	border-right-width: 3px;
	
	border-right-style: solid;
	border-right-color: #FF6600;
	

/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/

}
/*attrezzaturemare*/
#intestalistinoAM{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	letter-spacing: 0.5em;
	text-align: center;
	
	border-bottom-width: 3px;
	
	border-bottom-style: solid;
	
	
	border-bottom-color: #000066;
		
}

#primacolumnAM{
	float: left;
	width: 240px; /*Width of left column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #79FFFF;/*margin-left: -100%;*/
	text-align: left;
	padding-left: 10px;
	border-left-color: #000066;
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	height: 110px;
	border-left-style: solid;
	

}

#secondacolumnAM{
	float: left;
	width: 112px; /*Width of right column*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #79FFFF;
	border-bottom-width: 3px;
		height: 110px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	

	/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}
#terzacolumnAM{
float: left;
width: 112px;
	height: 110px;
font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #79FFFF; /*Width of right column*/
	border-bottom-width: 3px;
	
	border-bottom-style: solid;
	border-bottom-color: #000066;
	border-right-width: 3px;
	
	border-right-style: solid;
	border-right-color: #000066;
	

/*margin-left: -200px; Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

