/* CSS Document 

red: #c9252c
rosa: #c16e6c
bordeaux: #a72c32

*/

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../Components/BgBody.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}

.Content {
	line-height: 20px;
	font-size: 12px;
	text-align: justify;
}

.Header {
	background-color: #c9252c;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

a.Menu {
	width: 80px;
	height: 20px;
	display: block;
	background-color: #FFFFFF;
	color: #c9252c;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	text-decoration: none;
}

a.Menu:hover {
	width: 80px;
	height: 20px;
	display: block;
	background-color: #c9252c;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#Footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #c9252c;
	border-top: 5px solid #FFFFFF;
}

.Footer {
	color: #FFFFFF;
	font-size: 10px;
}

a.Footer {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.Footer:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#Contenitore {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../Components/BgWhite.png);
	background-position: center;
	background-repeat: repeat-y;
	z-index: -2;
}

#Contenitore3 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../Components/BgBodyWhite.jpg);
	background-position: center;
	background-repeat: repeat-y;
	z-index: -1;
}

#Contenitore2 {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../Components/BgLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -2;
}

.BgLeft {
	background-image: url(../Components/BgLeft.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#flashcontent {
	position: absolute;
	width: 100%;
	height: 100%;
}

.BgRed {
	background-color: #c9252c;
}
	
.Title {
	font-size: 32px;
	color:#FFFFFF;
}

.Padding20Left {
	padding-left: 20px;
}

.Padding20Btm {
	padding-bottom: 20px;
}

a.ServiziImg {
	border: 1px solid #a72c32;
	width: 100px;
	height: 100px;
	display:block;
}

a.ServiziImg:hover {
	border: 1px solid #FFFFFF;
	width: 100px;
	height: 100px;
	display: block;
}

a.Servizi {
	font-weight: bold;
	color: #a72c32;
	text-decoration: underline;
	font-size: 14px;
}

a.Servizi:hover {
	font-weight: bold;
	color: #a72c32;
	text-decoration: none;
}

.BorderRed {
	border: 1px solid #a72c32;
}

.List {
	line-height: 20px;
	padding-left: 20px;
}

a.List {
	font-weight: bold;
	text-decoration: underline;
	color: #a72c32;
}

a.List:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.Bevel2px {
	background-image: url(../Components/Bevel2px.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.BgForm {
	background-image: url(../Components/BgForm.png);
	background-repeat: repeat-y;
	background-position: left;
}

.BgFormTop {
	background-image: url(../Components/BgFormTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.Contatti {
	color: #ec2024;
	font-weight: bold;
}

.RedText {
	color:#FF0000;
}

.Width200 {
	width: 250px;
}

.Contatti2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}