/*
@project: systemup.it
@author: Roberto Beccaceci
@date: 28/02/2007

Colori:

	Barra top heder: #4C647E
	
	Rosso titoli: #b62424


*/

body{
	margin:0;
	padding: 0;
	height: 100%;
    text-align: center;   /*centra in IE 5.x */
	font-family: Verdana,arial,sans-serif;
	font-size:12px;
	height:100%;
    }

    
    
.home .logo{
    margin-top: 150px;
    margin-bottom: 20px;
}    

.home .info{
    font-size: 18px;
}    
    
    
div#mainBox{
    width: 730px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
	border-left: 1px solid #CCCCCC;		
	border-right: 1px solid #CCCCCC;			
    }	

#topBar{
	background-color: #4C647E;
	color: #FFFFFF;
	height: 38px;
}

#centerBar{
	background-color: #FFFFFF;
	color: #4C647E;
	height: 112px;
}

#lowBar{
	height: 90px;
}

#contentMain{
	padding-top: 5px;
}

#contentLeftCol{
	float: right;
	width: 228px;
}

#contentCenterCol{
	float: left;
	width: 500px;
}
#contentLeftCol2{
	float: left;
	width: 260px;
}

#contentCenterCol2{
	float: right;
	width: 468px;
}

/* #footerMain{
	height: 50px;
	clear:left;	
	padding: 10px 0px 0px 0px;	
}*/

#footerMain{
	height: 50px;
    width: 732px;
	margin: 0px auto;
}
#footerBar{
	background-color: #BABABA;
	line-height: 3px;
}

/* ---------------- END LAYOUT ID --------------- */

/* ---------------- START CLASS DEFINITION --------------- */

.leftBox{
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
}

.leftBox .bottBord{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

.leftFullBox{
	padding: 5px 5px 5px 10px;
	margin: 0px 10px 5px 10px;
	background-image: url(../images/back_line_leftFullBox.gif);
	background-repeat: repeat-y;
	border: 1px dotted #FFFFFF;	
}

.infoBox{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
}

.infoBox2{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 20px 20px 20px;
	margin-bottom: 10px;
}

.titleSection{
	font-size:18px;
	letter-spacing: 0px;
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	font-family: arial,sans-serif;
}
.infoBox .titleSection, .infoBox2 .titleSection{
	padding-bottom: 15px;
}

.leftBox .titleSection{
	font-size:15px;
	font-weight: bold;
}

.leftBox .txtBig{
	font-size:22px;
	font-weight: bold;
}

.leftFullBox .titleSection{
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	font-size:14px;
	font-weight: bold;
}

.leftBox ul{
	margin-top: 8px;
	margin-left: 25px;
	padding: 0px;
}

.leftBox ul li{
	list-style-image: url(../images/dotLI.gif);
	padding: 2px 0px 2px 2px;
	vertical-align: middle;
}

.leftBox ul li a, .leftBox ul li a:visited{
	color:#4C647E;
	text-decoration: none;
}

.leftBox ul li a:hover{
	color:#b62424;
}

img.infoImg{
	border: 0px solid #CCCCCC;
}

img.infoImgB{
	border: 1px solid #CCCCCC;
}

.infoBox img.lFloat, .infoBox2 img.lFloat{
	margin-right: 10px;
}
.infoBox img.rFloat, .infoBox2 img.rFloat{
	margin-left: 10px;
}

.infoTxt{
	text-align: justify;
	font-size: 11px;	
}
.infoTxt p{
	margin-bottom: 5px;
	margin-top: 5px;
}
.infoTxt .title{
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}

.infoTxt .readmore{
	text-align: right;
	color:#555555;
}

.infoTxt .readmore a, .infoTxt .readmore a:visited{
	color:#4C647E;
	text-decoration: none;

}

table.screenshot{
	width: 100%;
	text-align: center;
}

table.screenshot tr.desc{
	color: #888888;
}


table.leftButton{
	width: 100%;
}

table.leftButton tr{
}

table.caratteristiche{
	width: 100%;
}
table.caratteristiche tr.head{
	text-align: center;
	font-weight: bold;
}

table.caratteristiche tr.value{
	color: #888888;
}

table.caratteristiche tr.value td.value{
	padding-left:2px;
	background-color: #edeefc;
	text-align: center;
}

table.caratteristiche tr.value td.headValue{
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

.infoTxt .readmore a:hover{
	color:#b62424;
}

a.emailLink, a.emailLink:visited{
	color:#4C647E;
	text-decoration: none;
}
a.emailLink:hover{
	color:#b62424;
}

.formField{
	font-size: 11px;
	margin: 0px 3px 3px 0px;
}

hr.hrGray{
	border: 1px;
	border-color: #DDDDDD;
	border-style: solid;
}


.colorBlue{
	color: #4C647E;
}

.backBlue{
	background-color: #92a8bf;
	color: #FFFFFF;
}

.colorRed{
	color: #b62424;
}

.rAlign{
	text-align: right;
}
.lAlign{
	text-align: left;
}
.cAlign{
	text-align: center;
}

.lFloat{
	float: left;
}
.rFloat{
	float: right;
}

.bckLeft{
	background-image: url(../images/back_line_infoBoxL.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.bckRight{
	background-image: url(../images/back_line_infoBoxR.gif);
	background-repeat: repeat-y;
	background-position: right;
}


.txtBig{
	font-size:22px;
}

.txtMed{
	font-size:18px;
}

.footerTxt{
	color: #BABABA;
	font-size: 10px;
	text-align:center;
	padding: 3px;
}
