* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 72.5%;
	background: url(images/stripe.png) repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: blue;

}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: blue;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
	list-style:url(images/li.gif);
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: url(images/left-sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
}
	
#header {
	background: #336699;
	text-align: center;
	background: url(images/bg_top.jpg) top left repeat-x;
}
	
#left-sidebar {
	width: 202px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

.menu{
	width:202px;
	height:22px;
	font-family: Tahoma, sans-serif;
	background:url(images/bg_menu.gif) bottom left no-repeat;
	font-size:11px;
	color:434343;
	float:left;
	}
	
.menu a{
	width:202px;
	height:22px;
	text-decoration:none;}
	
	
.menu a:hover{
	width:202px;
	height:22px;
	color:#FF0000;
	background:url(images/bg_menu.gif) top left no-repeat;
	text-decoration:underline;}
	
.navbar{
	width:194px;
	height:14px;
	background: transparent url(images/bg_menu.gif) bottom left no-repeat;
	font-family:Tahoma, sans-serif;
	color:#434343;
	font-size:11px;
	clear:both;
	padding:4px;
	margin-top:5px;
	}
	
.navbar a{
	color:#434343;
	text-decoration:none;}
	
.navbar a:hover{
	color:#ff0000;
	text-decoration:underline;}
	
	
#invii{
	width:600px;
	clear:both;
	font-family:Tahoma, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666;
	margin:0 0 0 0;}
	
.label_form{
	float:left;
	width:250px;
	height:30px;
	text-align:right;}
	
.mainForm{
	width:300px;
	height:20px;
	border:1px solid #7f9db9;}
	
.mainTxtfld{
	width:300px;
	height:60px;
	border:1px solid #7f9db9;
}

.btnInvia{
	height:20px;
	background:#2d5bd0;
	color:#FFFFFF;
	border:1px solid #7f9db9;
	float:right;
	margin-right:215px;
	margin-top:5px;}
	
.label_Txtfld{
	width:250px;
	height:30px;
	text-align:right;
	float:left;}
	
	
.risalto{
	background-color:#FFFF99;}


#contenitore_form{
	width:770px;
	padding-right:10px;
	height:300px;
	padding-top:10px;
	margin-top:10px;
}
	

#footer {
	background: #336699;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}
