body  {
	font-family:Verdana, sans-serif;
	font-size:12px;
	background: url(../images/background.gif) repeat-x #cdd2d6 ;
	margin: 0px;
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

h1 {
	font-size:14px;
	color:#00B;
	text-decoration:none;
}

#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 900px; 
	border: 1px solid #555;
	background: #FFF;
	padding: 0px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;

} 

/* header della pagina */
#headerTop {
	padding: 2px;
	margin: 0px;
	border-bottom: 1px solid #94acd6;
	height: 95px;
}
#headerTop img 
{
	border: none;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 170px; 
	background: url(../images/header.jpg) no-repeat top center;
}
#headerBottom {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(../images/bar_bg.gif);
}

/* corpo della pagina */
#leftColumn {
	padding:0px;
	margin: 0px;

}
#rightColumn {
	padding: 0px;
	margin: 0px;
}

#mainContent { 
	margin: 0px;
	padding: 10px;
	height: 550px;
} 
#mainContent a{
	color: #666;
	font-weight: bold;
	text-decoration: none;	
}
#mainContent a:hoover{
	color: #EDB266;
	font-weight: bold;
	text-decoration: none;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer della pagina */
#footer {
	text-align: center;
/*	padding: 37px 0px 0px 0px;*/
	font-size: 10px;
	background: url(../images/bar_bg.gif);
	margin: 10px 0px 0px 0px;
	padding: 6px 0px;
	color: #fff;
} 
#footer img {
	border: none;
}
#footer a {
	color: #EDB266;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #EDB266;
	font-weight: bold;
	text-decoration: underline;			
}

/* stile form login area clienti */
#loginForm {
	position: absolute;
	top: 10px; 
	right: 10px; 
	margin: 0px; 
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	font-size: 10px;
}
#loginForm input {
	font-size: 10px;	
}
#loginForm a {
	font-size: 10px;
	text-decoration: none;
	color: #069;
}
#loginForm div {
	margin-left: 245px;	
}
#loginForm a:hover {
	text-decoration: underline;
	color: #69F;
}
#loginForm label {
	font-size: 10px;	
}

/* stile form nella pagina principale */
#mainContent fieldset {
	padding: 10px;
	margin: 3px 0px;
}
#mainContent fieldset legend {
	font-size: 10px; 
	color: #69C;
	padding: 0px 5px 12px 5px;	
}

#mainContent label {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
#mainContent fieldset select,textarea,input,label {
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent textarea {
	/*display:none;	*/
	width: 640px;
	/*border: 1px solid #069;*/
}
#mainContent fieldset input {
	width: auto;
	height: 15px;	
	/*border: 1px solid #069;*/
}
#mainContent fieldset select {
	width: auto;
	height: 20px;
	/*border: 1px solid #069;*/
}
#mainContent fieldset br {
	clear: left;
}

