* {
margin: 0px;
padding: 0px;
}

body {
	background-color: #000000;
	font-family: Arial, verdana, BankGothic;
	font-size: 12px;
	color: #333333;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, verdana, BankGothic;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, verdana, BankGothic;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 1.8em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}


hr {
	display: none;
}

#main
{
width: 900px;
margin: 0 auto;
border-left: 16px solid #ffffff;
border-right: 16px solid #ffffff;
background: #ffffff
}

#LowTextArea
{
margin: 0 auto;
border-left: 16px solid #ffffff;
border-bottom: 16px solid #ffffff;
}

/* Header & logo */

#header {
	height: 380px;
	width: 900px;
}

#logo {
	width: 900px;
	height: 368px;
	background: url(/pics/ProdottiRecordStartPageNew.jpg) no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 32px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

#logo div#ingresso {
	position: absolute;
	top: 330px;
}

#logo div#ingresso a {
	margin: 0;
	text-decoration: none;
	margin-left: 26px;
}

#logo div#ingresso img {
	margin: 0;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	background: url(/pics/SfondoSfumatoPage.jpg) repeat-x;
	padding-left: 11px;
}


/* menuItems */

.menuItem {
	float: left;
	width: 193px;
	margin-top: 10px;
	margin-left: 25px;
	color: #000000;

}

.menuItem ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.menuItem li {
	padding: 4px 0 4px 10px;
}

.menuItem a {
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
.menuItem a:hover {
	color: #1e2ea6;
	text-decoration: underline;
}

.menuItem h2 {
	padding-top: 5px;
	color: #000000;
	background: url(/pics/sfondoBottone.jpg) no-repeat;
	height: 20px;
	padding-left: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.sfondoBottomSquareItem
{
	height: 2px;
	background: url(/pics/BottomSquareItems.jpg) no-repeat;
	width: 183px;
}

/* squareItem */

#squareItem .main
{
border: 1px solid #111111;
background: #FFFFFF;
padding: 4px;
margin-bottom: 10px;
}

#squareItem .sfondoSidesSquareItem
{
	background: url(/pics/SidesSquareItems.jpg) repeat-y;
}

#squareItem {

}

#squareItem .sfondoTopSquareItem
{
	background: url(/pics/sfondoBottoneTopTesto.jpg) no-repeat;
	padding: 10px;
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 42px;
	background: url(/pics/sfondoFooter.jpg) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: #444444;
}

#footer a {
	color: #444444;
}