/* Sitonline stylesheet - Gennaio 2006 */
/* by Fabio Cabula - http://www.sitonline.it */

/* First of all, Global Whitespace Reset
----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* Clear floats without structural markup
courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

/* End hide from IE-mac */
/* OK, now to the real stuff */


/* Global
================================================*/

body {
	font: 75%/1.5 "Lucida Grande", Verdana, arial,helvetica,sans-serif;
	text-align: center; 	/* Center the content for IE */
	color: #000;
	background: url(body.gif) #fff repeat-x left top; 
	border-top: #FDD474 6px solid;
	}
body#home {
	background: url(body_bk.gif) #fff repeat-x left top; 
	}
img { 
	border: 0;	/* Don't want image links to have borders */
}

/* Links
================================================*/
a:link,
a:visited {
	color: #40659B;
	text-decoration: underline;
	}
a:focus,
a:hover {
	color: #036;
	text-decoration: underline;
	}

/* Main layout
================================================*/
#wrapper {
  margin:0 auto;
  width:720px;
  text-align:left;
  }


div.clear2 {
  clear:both;
  line-height:0;
  height:10px;
  }
/* hide from IE5-PC \*/
* html div.clear2 { height:3px; }
/* stop hiding from IE5-PC */
.contatti div.clear2 {
  clear:both;
  line-height:0;
  height:0;
  }
  
  
/* Main column 
================================================*/
#main {
	width: 480px;
	margin: 0;
	padding: 10px 0 0;
	color: #000;
	background: url(livello_main_top.gif) no-repeat left top;
	}
#main-padding {
  padding:3px 15px;
  }
#column-wrapper { 
  background: url(livello_bg_columnwrapper.gif) repeat-y; 
  }
#chiusurabottom {
  clear:both;
  width:720px;
  margin:0;
  padding:-3px;
  background:url(chiusurabottom.gif) no-repeat left top;
  }
  /* hide from IE5-PC \*/
  * html #chiusurabottom {padding:-3px;}
  /* stop hiding from IE5-PC */
  
.homepage #main, .contratti #main, .contatti #main, .comparison #main, .disclaimer #main,
.template #main, .registrazione #main, .billing #main {
  float:left;
  width:720px;
  color:#000;
  background:url(main_top.gif) no-repeat left top;
  }
.homepage #column-wrapper, .contratti #column-wrapper, .contatti #column-wrapper, 
.comparison #column-wrapper, .disclaimer  #column-wrapper, .template #column-wrapper,
.registrazione #column-wrapper, .billing #column-wrapper { 
  float:left; 
  background:url(bg_columnwrapper.gif) repeat-y; 
  }
  
h2 {
	font-size: 20px;
	color: #F57B00;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	}
  
  
  /* Start Header Section 
--------------------------------------------------------------------------------- */
div#header {
	margin: 0px auto;
	width: 720px;	
	position: relative;
	height: 105px;
}
/* \*/ 
* html div#header {
	text-align: left;
}
/* */
body#home div#header {
	height: 135px;
}

div#branding {
	position: absolute;
	top: 25px;
	left: -5px;
	width: 765px; /* 760 + 5 */
}

body#home div#branding {
	top: 25px;
}

/* Header : Logo  
--------------------------------------------------------------------------------- */
div#branding h1 {
	width: 245px;
	height: 63px;
	font-size: 100%;
	position: relative;
}

div#branding h1 a {
	display: block;
	border: 0;
	text-decoration:none;
	/* */
	width: 245px;
	height: 63px;
	position: absolute;
	top:7px;
	left:5px;
	z-index: 1;
	background: url(../images/logo.gif) no-repeat left top;
}
*:first-child+html div#branding h1 a{ /*IE7*/
left:-255px;
}

div#branding h1 span {
	visibility:hidden;
}

table#login h5 {
	font-size: 12px;
}

table#login h5 span {
	font-size: 14px;
	font-weight: bold;
	color: #203964;
}

div#branding table#login {
	position: absolute;
	top: -10px;
	left: 370px;
	width: 175px;
	font-size: 90%;
	text-align: left;
}

div#branding table#loginlogged {
	position: absolute;
	top: 10px;
	left: 340px;
	width: 360px;
	font-size: 90%;
	text-align: left;
}

big {
font-size:23px;
font-weight:normal;
line-height: 30px;
color: #336699;
}



/* Footer
================================================*/
#copyright {
  text-align:center; 
  width: 640px; 
  margin:0 auto;
  }
#copyright a {color:#999;}
#copyright p {color:#999; font-size: 10px; margin: 10px;}

#footernav {
	clear: both;
	margin:0 auto;
	padding: 0 0 2px;
	background: url(../images/footernav_bot.gif) no-repeat left bottom;
	}
/* hide from IE5-PC \*/
* html #footernav { padding: 0; }
/* stop hiding from IE5-PC */

	
