/* stili per langing pages di TRANSFERINITALY.COM */

/* RESET */
html, body, div, h1, h2, p, img, span {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	outline: 0;
}

/* COMUNI */
h1, h2 {
	color: #660000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 1.5em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.clear {  
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hide { 
	position:absolute;
	left:336px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.small {
	font-size: 10px;
}
.big {
	font-size: 20px;
}
/* CONTENITORI PRINCIPALI */
body {
	text-align: center;
	background-color: #fff;
	background-image: url(../images/fondo-layout.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 112px;
	background-image: url(../images/top_new.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 15px;
}
#main-content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 90%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
} 
#footer {
	width: 100%;
	font-size: 75%;
	text-align: center;
	height: 50px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* BOX PREZZI */
.box-prezzi {
	position: relative;
	width: 100%;
	background-color: #E4E4E4;
	margin-bottom: 15px;
} 
h2.title-box {
	width: 780px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-image: url(../images/bg_title-box.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 16px;
	display: block;
}
.bottom-box {
	width: 780px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/bg_bottom-box.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.head-persons, .head-private, .head-shared {
	background-color: #999999;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	height: 25px;
}
.persons, .private, .shared-large, .shared-small, .shared-person {
	float: left;
}
.persons {
	width: 100px;
	text-align: center;
} 
.private {
	width: 288px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
}

.shared-large {
	width: 390px;
	text-align: center;
	position: relative;
} 
.shared-small {
	width: 210px;
	text-align: left;
	padding-left: 80px;
} 
.shared-person {
	width: 70px;
	text-align: left;
	padding-left: 30px;
} 
.box-prezzi a img {
	margin-top: 10px;
	margin-bottom: 15px;
} 

/* BOX BADGE DISCOUNT */
.badge-discount {
	float: left;
	width: 300px;
	height: 167px;
	background-image: url(../images/box_discount.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 

/* BOX PREZZI DISCOUNT */
.box-prezzi-discount {
	float: right;
	width: 470px;
	text-align: center;
	color: #005a31;
	font-weight: bold;
	background-color: #E4E4E4;
	margin-bottom: 15px;
}
h2.title-box-discount {
	width: 460px;
	color: #FFFFFF;
	background-color: #005a31;
	background-image: url(../images/bg_title-box-discount.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding: 5px;
	font-size: 16px;
} 
.box-prezzi-discount img {
	padding-bottom: 15px;
	padding-top: 5px;
} 
.box-prezzi-discount p {
	line-height: 30px;
} 
.bottom-box-discount {
	width: 470px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(../images/bg_bottom-box-discount.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
