
/*generale*/
body				{ margin: 0px; background: #fff; font-family: trebuchet MS, arial, sans-serif; font-size: 12px; }
hr					{ display: none; }
h1,h2,h3,h4			{ margin: 0px; }

/*gabbia*/
.main				{
	width: 768px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
.top				{ height: 193px; background-image: url(toolbar.jpg); }
.colsx				{
	float: left;
	height: 330px;
	width: 202px;
	margin-left: 5px;
	margin-top: 10px;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.content			{ float: right; width: 520px; text-align: justify; height: 400px; margin-right:10px; }
.footer				{ height: 20px; line-height: 10px; color: #000;}

/*top*/
.logo				{ float: left; width: 1px; vertical-align: middle; margin-top: 9px; margin-left: 8px; margin-right: 60px; }
.slogan				{ color: #333333; text-align: left; padding-top: 125px;  margin-left: 8px; }
.slogan2			{ text-align: center; color: #333333;  background: #fff; height: 20px;}
.slogan2 h1			{ font-size: 18px; line-height: 20px; }

/*colsx*/
.linkmain			{ height: 140px; width: 202px; border: 0px solid #413b3b; overflow: hidden; }
.linkmain ul		{ padding: 0px; margin: 0px; list-style-type: none; }
.linkmain li		{ height: 24px; line-height: 24px; margin: 0px; text-indent: 4px;}
.linkmain a			{ display: block; color: #413b3b; text-decoration: none; width: 100%;}
.linkmain a:hover	{ color: #fff; text-decoration: none; background: #413b3b; }
.images				{ margin-top: 4px; margin-left: 20px; }

/*content*/
.texthead			{ height: 40px; line-height: 40px; }
.texthead h2		{ color: #f00; font-size: 16px; }
.textpage			{ height: 330px; color: #000; }
.textpage p			{ font-size: 12px; color: #000; } 
.textpage h3		{ font-size: 12px; color: #000; }
.button	a			{ display: block; width: 120px; height: 24px; line-height: 24px; border: 3px solid #f00; border-bottom: 3px solid                           #c00; border-right: 3px solid #c00; background: #d00; color: #fff; text-align: center; text-decoration: none; 						  letter-spacing: 1px; font-size: 13px; font-weight: bold; margin-left: auto; margin-right: auto;}
.button a:hover		{ border: 3px solid #c00; border-bottom: 3px solid #600; border-right: 3px solid #600; background: #900; color:#fff; 					}

/*footer*/
.footer h4			{ width: 95%; font-size: 12px; color: #000; text-align: center;}

.footer p			{ height: 20px; line-height: 20px; overflow: hidden; list-style-type: none;}
.footer p a			{ font-size: 10px; text-decoration: none; color: #999;  }
