@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #C8C8C8;
}

#wrapper {
	margin: 0 auto;
	width: 1004px;
}

#toolbar ul
{
	padding: 25px 0em;
	margin: 0;
	list-style-type: none;
	background-color: #9F9F9F;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

#toolbar li { display: inline; }

#toolbar li a
{
	text-decoration: none;
	padding: .2em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #181312;
}

#toolbar li a:hover
{
	border-bottom-color: #900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#content {
	background-color: #EEEEEE;
	background-image: url(/Core/Images/BackGround.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#maincontent {
	width: 650px;
	float: left;
	padding: 20px;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-variant: normal;
	font-weight: bold;
	color: #594634;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-variant: normal;
	font-weight: bold;
	color: #AE3010;
}

#maincontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
	color: #6F6F6F;
	width: 500px;
	line-height: 160%;
}

#maincontent .imgrealizzazioni {
	border:  #999 solid 6px;
	margin: 4px;
}
#maincontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AE3010;
	line-height: 160%;
	list-style-type: square;
	font-weight: bold;
}


#sidecontent {
	width: 274px;
	float: right;
	padding: 20px;
}

#sidecontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #AE3010;
}

#sidecontent ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#sidecontent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #594634;
	line-height: 160%;
	list-style-type: square;
}

#footer {
	background-color: #9F9F9F;
	padding-bottom: 10px;
}

#footer p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer .copyright {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer .copyright a {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer ul
{
	padding: 24px 0em;
	margin: 0;
	list-style-type: none;
	background-color: #9F9F9F;
	color: #FFF;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: center;
}

#footer li { display: inline; }

#footer li a
{
	text-decoration: none;
	padding: .2em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #181312;
}

#footer li a:hover
{
	border-bottom-color: #900;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
