@charset "utf-8";
body {
	margin: 0px;
	background-color: #666;
	background-image: url(ui/sfondo_home.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyInt {
	background-image: url(ui/sfondo.gif);
	background-repeat: repeat-y;
	background-position: center;
}


#mainContainer {
	position: absolute;
	top: 0;
	width: 1190px;
	left: 50%;
	margin-left: -595px;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 10;
	position: relative;
	left: 160px;
}
h3 {
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	top: 120px;
	left: 255px;
	font-size: 19px;
	font-weight: normal;
	line-height: 25px;
}
h3 strong {
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	font-size: 23px;
	position: absolute;
	top: 75px;
	left: 555px;
	padding: 7px;
}
.testoBottoni {
	color: #003A84;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

#sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#right {
	position: absolute;
	top: 180px;
	margin-left: 966px;
	z-index: 2;
}
.thumbCodice {
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(ui/thumb_r3_c1.gif);
	padding-top: 14px;
	padding-left: 8px;
	font-weight: bold;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #main {
	padding-right: 8px;
	padding-left: 8px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.btn1,
.btn2,
.btn3,
.btn4,
.btn5 {
	position: absolute;
	text-align: right;
	color: #00377B;
	font-size: 18px;
}
.btn1 a,
.btn2 a,
.btn3 a,
.btn4 a,
.btn5 a {
	text-decoration: none;
	color: #00377B;
}
.btn1,
.btn2,
.btn3,
.btn4 {
	left: 230px;
	width: 305px;
}
.btn5 {
	left: 150px;
	width: 385px;
}
.btn1 strong,
.btn2 strong,
.btn3 strong,
.btn4 strong,
.btn5 strong {
	font-weight: normal;
	font-size: 22px;
}
.btn1 strong,
.btn2 strong,
.btn3 strong,
.btn4 strong {
	text-transform: uppercase;
	line-height: 35px;
}
.btn1 {
	top: 225px;
}
.btn2 {
	top: 350px;
}
.btn3 {
	top: 470px;
}
.btn4 {
	top: 600px;
}
.btn5 {
	top: 715px;
}

.link {
	position: absolute;
	left: 60px;
	top: 80px;
	font-size: 24px;
	line-height: 30px;
}
.link a {
	text-decoration: none;
	color: #FFF;
	padding-left: 20px;
}
.link a:hover {
	font-weight: bold;
	background: url(ui/freccia.png) center left no-repeat;
}

.tit {
	position: absolute;
	top: 105px;
	left: 92px;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.tit strong {
	font-size: 40px;
	line-height: 40px;
}
