/* CSS Document */

/* General */


html, body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	line-height: 14px;
	text-decoration: none;
	color: #333;
	font-size: 10px;
	height: 100%;
}

a { text-decoration: none; color: #666; }
a:hover { color: #000; }

ol, ul
{
	list-style: disc;
	margin-left: 15px;
}


.sfondo_prezzo {
background-color:#EDEDED; padding:12px;height:16px;float:left;margin-top:35px;

}


.inputText
{
	background: url(../images/input_background.png) repeat center top;
	width: 180px;
	border: 1px solid #ccc;
}

.inputText:focus{ border: 1px dotted #ccc; }

.textBlu { color: #0099cc; }

.textBigger { font-size: 12px; }

.textCenter { text-align: center; }

.bold { font-weight: bold; }

.alignDx { text-align: right; }

.clear { clear: both; }


/* Wrapper */


#wrapper{ height: 100%; }


/* Header */


#header
{
	background: url(../images/header_background.gif) repeat-x center top;
	height: 168px;
	width: 100%;
}

#header_title, #header_bottom
{
	width: 950px;
	position:absolute;
	left:50%;
	margin-left: -475px;
}

#header_title{ margin-top: 6px; }

#header_bottom{ margin-top: 2px; }

#header_payoff
{
	position: absolute;
	right: 0;
	top: 0;
}

#header_logo
{
	position: absolute;
}


/* Container */


#container
{
	width: 950px;
	position:absolute;
	left:50%;
	margin-left: -475px;
	margin-top: 20px;
}
