@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	text-align:center;
	background-color: #333333;	
}
 
p {
	margin-top:8px;
	margin-bottom:8px;
	line-height: 1.6em;
}

.cancella { clear:both; visibility:hidden; }

#contenitore h1 { display:none; }

#contenitore {
	width:100%;
	position: relative;
	display: block;
	height: 600px;
	background-color: #A5BE6B;
	background-image: url(img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenitore #contenuto {
	margin: auto;
	height: 600px;
	width: 960px;
	position: relative;
}

#contenuto .descrizione {
	font-size: 12px;
	width:300px;
	position:absolute;
	top:150px;
	left:150px;
}


#pacchetti .small {
	height: 25px;
	width: 130px;
	display:table-cell;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;

}

#pacchetti .bsmall {
	width: 130px;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	left: 0px;
	top:25px;
	font-size:9px;
	position: absolute;
	display:none;
}

#pacchetti .bprofessional {
	width: 130px;
	color: #FFFFFF;
	background-color: #B6C729;
	text-align: center;
	left: 140px;
	top:25px;
	font-size:9px;
	position: absolute;
	display:none;
}

#pacchetti .bbusiness {
	width: 130px;
	color: #FFFFFF;
	background-color: #DA1179;
	text-align: center;
	left: 280px;
	top:25px;
	font-size:9px;
	position: absolute;
	display:none;

}

.wrapper {
	margin-top: 8px;
	margin-right: 3px;
	padding-bottom: 8px;
	margin-left: 3px;
}


#pacchetti .professional {
	height: 25px;
	width: 130px;
	display:table-cell;
	color: #FFFFFF;
	background-color: #B6C729;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 140px;
	top: 0px;
}

#pacchetti .business {
	height: 25px;
	width: 130px;
	display:table-cell;
	color: #FFFFFF;
	background-color: #DA1179;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 280px;
	top: 0px;
}

#contenitore li {
	text-align: center;
}
#contenitore p {
	text-align: center;
}
#contenitore p#pannello {
	background-color: #000066;
	position: absolute;
	height: 30px;
	width: 300px;
	left: 30px;
	top: 400px;
}

#contenitore p#contratto {
	background-color: #000066;
	position: absolute;
	height: 30px;
	width: 300px;
	right: 30px;
	top: 400px;
}

a {
	color: #84C225;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #DD137B;
}
#piede {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	padding-top: 3px;
}

#piede .piede {
	width:960px;
	margin:auto;
	font-size: 12px;
}
.piede li {
	display: block;
	height: 20px;
	width: 192px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	text-align:left;
}
.piede .email {
	background-image: url(img/email.png);
	
}

.piede .telefono {
	background-image: url(img/telefono.png);
	
}
.piede .twitter {
	background-image: url(img/twitter.png);
	
}

.piede .contratto {
	background-image: url(img/contratto.png);
	
}


.piede .pannello {
	background-image: url(img/email.png);
	
}



.piede li a {
	display:block;
	margin-top:3px;
	margin-left: 25px;
	font-weight: normal;
}
#contenuto #pacchetti {
	/*border: 1px solid #FF0000;*/
	position: absolute;
	left: 480px;
	top: 50px;
	
}

#pacchetti a {font-weight:normal;}

.prezzo { font-weight:bold; font-size:16px; }

#contenitore #info {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#info li {
	display: inline;
	margin-left: 8px;
}
#info a {
	font-weight: normal;
	color: #DA1179;
}

