@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #CCCCCC;
	line-height: 15px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	overflow:scroll;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color: #d50000;
	text-decoration: none;
}

#headerLogo {
	float: left;
	width: 870px;
	height: 53px;
	background-image:url(images/header1.gif);
	padding: 15px;
	text-align:right;
	color: #222222;
}


#headerLogo a {
	color: #222222;
	text-decoration: none;
}

#menu {
	clear: both;
	float: left;
	width: 900px;
	height: 35px;
	background-image:url(images/menuBg.jpg);
	color: #ebebeb;
	text-align: left;
}

#menuBtn {
	float: left;
	height: 23px;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
	padding-left: 35px;
	text-transform: uppercase;
	margin-top: 13px;
	border-right: 1px solid #ebebeb;
	color: #ebebeb;
}

#menuBtn a {
	color: #ebebeb;
	text-decoration: none;
}

#menuBtn a:hover {
	color: #d50000;
	text-decoration: none;
}

#menuBtnSel {
	float: left;
	height: 23px;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
	padding-left: 35px;
	text-transform: uppercase;
	margin-top: 13px;
	border-right: 1px solid #d50000;
	color: #d50000;
	background-image: url(images/homeSel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#immagine {
	clear: both;
	float: left;
	width: 900px;
	height: 221px;
}

#center {
	clear: left;
	float: left;
	width: 870px;
	background: #ffffff;
	padding: 15px;
}

#title {
	text-transform: uppercase;
	color: #d50000;
	font-size: 12px;
	border-bottom: 1px solid #bcbdbe;
	height: 20px;
	width: 100%;
	background-image: url(images/triangolo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.title {
	text-transform: none;
	color: #222222;
}

ul {
	list-style-image:url(images/bullet.gif);
}

ul a {
	font-weight: normal;
}

ol {
	font-weight: bold;
}

#left {
	clear: left;
	float: left;
	width: 270px;
	padding-right: 15px;
}

#right {
	float: left;
	width: 560px;
	padding-left: 15px;
	border-left: 1px solid #bcbdbe;
}

#leftMenu {
	clear: left;
	float: left;
	width: 270px;
	padding-right: 15px;
}

#rightMenu {
	float: left;
	width: 560px;
	padding-left: 15px;
	border-left: 1px solid #bcbdbe;
}

#footer {
	clear: both;
	float: left;
	width: 870px;
	height: 16px;
	background-image:url(images/footerBg.jpg);
	padding: 15px;
	color: #222222;
	text-align: center;
}

.menu {
	color: #d50000;
	text-align: left;
	font-weight: normal;
}

.menu a {
	color: #222222;
	text-decoration: none;
	font-weight: normal;
}