html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}
body,html {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
	outline:none;
	color:#0000ff
}
a[href$=".pdf"] {
	background:url(img/pdf.png) no-repeat right top;
	padding:0px 20px 0px 0px;
}
a:hover {
	text-decoration:underline
}
img {
	border:none;
}
input[type=text], input[type=password] {
	margin:0px;
	padding:1px 2px;
	border:1px inset;
}
input[type=submit] {
	border:none;
	background-color:#3366cc;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	padding:0px 10px;
	text-align:center;
}
textarea {
	margin:0px;
	padding:1px;
	border:1px inset;
}
/********************* OUTER WRAPPER *********************/
div#outerWrapper {
	width:100%;
	overflow:hidden;
}
/********************* HEADER ****************************/
div#header {
	width:1020px;
	height:319px;
	margin:0px auto 6px auto;
	position:relative;
	top:0px;
	left:0px;
	background:transparent url('img/headerBackground.jpg') no-repeat;
}
/*logo*/
h1#logo {
	display:block;
	position:absolute;
	width:491px;
	height:278px;
	margin:0px 0px 0px 19px;;
	position:relative;
	z-index:10;
	top:-20px;
	left:0px;
}
h1#logo a {
        position:absolute;
	width:491px;
	height:278px;
        bottom:0px;
	left:0px;
	display:block;
} 
h1#logo span {
	position:absolute;
	width:491px;
	height:250px;
	bottom:0px;
	left:0px;
	display:block;
	background:url(img/logo.png) no-repeat left top;
        cursor:pointer
}
/*casaeviaggi*/
div#casaeviaggi {
	width:400px;
	height:136px;
	position:absolute;
	right:0px;
	top:0px;
}
div#casaeviaggi a {
	width:400px;
	height:136px;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
div#casaeviaggi a span {
	width:400px;
	height:136px;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	background:url(img/casaeviaggi.jpg) no-repeat;
	cursor:pointer;
}
/*menu*/
div#menu {
	position:relative;
	float:left;
	width:1020px;
	z-index:50;
	margin:15px 0px 0px 0px;
}
div#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	display:block;
	
	position:relative;
	left:50%;
	clear:left;
	float:left;
}
div#menu ul li {
	margin:0px;
	list-style:none;
	padding:0px 8px;
	top:0px;
	/*left:0px;*/
	
	position:relative;
	right:50%;
	display:block;
	float:left;
}
div#menu ul li:hover a {

}
div#menu ul li+li {
	border-left:1px solid #000066
}
div#menu ul li a {
	color:#000066;
	font-size:15px;
	text-transform:uppercase;
	padding:4px 12px;
	text-decoration:none;
	position:relative;
}
div#menu ul li a:hover {
	padding:3px 11px;
	border:1px dotted #000066;
}
div#menu ul li ul {
	position:absolute;
	top:21px;
	margin:0px;
	right:auto;
	left:-1px;
	line-height:normal;
	display:none;
	width:100%;
	float:none;
	border:1px solid #000066;
	background:#ffffff;
	border-top:none;
}
div#menu ul li:hover ul {
	display:block;
}
div#menu ul li ul li {
	float:none;
	/*white-space:nowrap;*/
	border:0px;
	text-align:left;
	padding:0px 0px;
	margin:0px 0px;
	background-color:#ffffff;
	right:auto;
}
div#menu ul li ul li+li {
	border-top:1px dashed #bcbbbb;
}
div#menu ul li ul li:hover {
	
}
div#menu ul li ul li a {
	background-color:#ffffff;
	text-transform:none;
	font-size:13px;
	display:block;
	padding:3px 16px;
	color:#cc0000
}
div#menu ul li ul li a:hover, div#menu ul li ul li:hover a {
	background-color:#000066;
	padding:3px 16px;
	border:0px;
	color:#ffffff;
}
/*gelli*/
div#gelli {
	position:relative;
	float:right;
	width:444px;
	z-index:30;
	margin:-70px 15px 0px 0px
}
div#gelli ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none
}
div#gelli ul li {
	margin:4px 0px 0px 16px;
	padding:0px;
	list-style:none;
	float:left;
}
div#gelli ul li a {
	display:block;
	width:200px;
	line-height:23px;
	background:transparent url(img/gelli-btn.png);
	color:#000066;
	font-size:14px;
	padding:0px 0px 0px 4px;
	text-decoration:none;
	border:1px dotted transparent
}
div#gelli ul li a:hover {
	border:1px dotted #ffffff;
	background-image:url(img/gelli-btn-hover.png)
}
/********************* CONTENT WRAPPER SOLEEMARE *******************/
div#contentWrapperSoleemare {
        width:1020px;
        float:center;
	overflow:hidden;
	margin:auto;
	clear:both
}
/********************* CONTENT SOLEEMARE ***************************/
div#contentsoleemare {
	width:1000px;
        overflow:hidden;
	padding-bottom:12px
}
/********************* CONTENT WRAPPER HOME *******************/
div#contentWrapperHome {
        width:1020px;
        overflow:hidden;
	margin:auto;
	clear:both
}
/********************* CONTENT HOME***************************/
div#contentHome {
	float:left;
	width:700px;
	overflow:hidden;
	padding-bottom:12px
}
/********************* CONTENT WRAPPER *******************/
div#contentWrapper {
	width:920px;
	overflow:hidden;
	margin:auto;
	clear:both
}
/********************* CONTENT ***************************/
div#content {
	float:left;
	width:620px;
	overflow:hidden;
	padding-bottom:12px
}
div#content h1, div#content div.login h4 {
	font-size:22px;
	margin-bottom:18px;
	margin-left:18px;
	color:#000066
}
div#content h2 {
	font-size:18px;
	margin-bottom:14px;
}
div#content p {
	margin:0px 0px 12px 0px;
}
div#content a {
	font-weight:bold;
}
div#motion-picture {
	margin-bottom:10px
}
/*account*/
div#accountSection {
	font-size:14px;
}
div#accountSection form {
	background-color:#f7f6f2;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
} 
form[name=frmNewAccount] table td {
	padding:2px 10px 2px 0px;
}
div#content div.login {
	overflow:hidden;
}
div#content div.login form {
	float:left;
	background-image:url(../../../img/account/login-32x32.png);
	background-repeat:no-repeat;
	background-position: 230px 2px;
}
div#accountSection div#viaggi div[id^="descrizione_"] {
	width:450px;
	overflow:hidden;
}
/*forminfo*/
form#frmInfo {
	overflow:hidden;
}
div.campoform {
	overflow:hidden;
	margin:0px 0px 8px 0px;
	width:300px;
	float:left;
}
div.etichetta {
	width:130px;
	float:left;
	line-height:22px;
}
div.campo {
	width:170px;
	float:left;
}
div.campoform input[type=text] {
	width:150px;
}
div#cont-testo_richiesta {
	width:600px;
}
div#cont-testo_richiesta div.campo {
	width:470px;
}
div.campoform textarea { 
	width:452px;
	overflow:auto;
	height:80px;
}
/*gallery*/
div.gallery_container {
	width:100px;
	margin:0px 10px 10px 0px;
	float:left;
}
/*crociere*/
table#compagnie-crociera td {
	border:1px solid #000066;
	text-align:center;
	vertical-align:middle;
}
/********************* RIGHT *****************************/
div#right {
	float:right;
	width:290px;
	overflow:hidden
}
/*newsletter*/
div#newsletter {
	background:url(img/newsletterBackground.jpg) #d2deeb no-repeat 232px 10px;
	padding:2px 10px 12px 10px;
	margin:0px 0px 10px 0px
}
div#newsletter h2 {
	color:#000066;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height:22px;
	border-bottom:3px solid #ffffff;
	float:left;
	line-height:22px;
	margin:0px 0px 6px 2px;
	padding:0px 0px 0px 3px
}
div#right form {
	clear:left
}
div#right label {
	display:block;
	margin:0px 0px 12px 4px;
}
div#right input[type=text], div#right input[type=password], 
div.login input[type=text], div.login input[type=password] {
	border:1px inset;
	width:174px;
	margin-right:8px;
	height:18px;
}
div#right input[type=submit] {
	border:none;
	background-color:#3366cc;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	height:20px;
	width:82px;
	padding:0px;
	text-align:center
}
/*box login*/
div#right div.login {
	background-image:url(../../../img/account/login-48x48.png);
	background-repeat:no-repeat;
	background-position: right top;
}
div#right div#accountLogin {
	background:#f7f6f2;
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;	*/
}

div#right div#accountLogin h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	border-bottom:2px solid #d2deeb;
	padding-bottom:4px;
	float:left;
	color:#000066;
	text-transform:uppercase;
	font-style:italic;
}
div.login div.username, div.login div.password {
	float:left;
	clear:left;
	margin-bottom:4px;
}
div.login div.loginbutton {
	float:left;
	margin-bottom:4px;
}
div.login a[href$="/account/new/"] {
	font-weight:bold;
	text-transform:uppercase;
} 
div.linkaccount {
	clear:left;
	font-size:0.8em;
}
div#right div#accountLogin table {
	text-align:left;
	font-size:12px;
	text-transform:capitalize;
	clear:both;
}
div#right div#accountLogin table td {
	padding:2px 2px;
}
div#right div#accountLogin table a {
	display:block;
	background-color:#3366cc;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	width:120px;
	line-height:22px;
	padding:0px 10px;
	float:left;
}
/*banner*/
div#right table {
	font-size:15px;
	text-align:center;
	font-weight:bold;
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 5px 0px;
}
div#right table tr td {
	padding:0px;
	vertical-align:middle;
	line-height:25px;
}
div#right table tr td img {
	margin-top:1px;
}
/********************* FOOTER ****************************/
div#footer {
	margin:auto;
}
/*menu*/
div#footer div.menu {
	width:920px;
	margin:auto;
	overflow:hidden
}
div#footer div.menu ul {
	margin:0px;
	padding:0px;
	list-style:none
}
div#footer div.menu ul li {
	margin:0px;
	list-style:none;
	padding:0px 12px 0px 0px;
	float:left
}
div#footer div.menu ul li+li {
	padding:0px 12px;
	border-left:1px solid #000066
}
div#footer div.menu ul li a {
	color:#000066;
	font-size:10px;
	text-transform:uppercase;
}
div#footer div.menu ul ul {
	display:none
}
/*dati fiscali*/
div#footer p {
	clear:left;
	color:#263b74;
	text-align:left;
	background-color:#b7cbdf;
	font-size:12px;
	margin:5px 0px 5px 0px;
	line-height:normal;
	padding:3px 0px;
	line-height:16px
}
div#footer p span {
	width:920px;
	display:block;
	margin:auto;
}
div#footer p#copyright {
	background:none;
	font-size:10px;
	text-align:center;
}
div#footer p#copyright a {
	color:#263b74;
}
