body {
	background-color: #ffffff;
}

#project {
	width: 100%;
	margin: auto;
}

#topBody, #sfondo, #contenitore {
	width: 100%;
}

#centrale {
	width: 980px;
	margin: auto;
}

#menuBar {
	width: 100%;
	margin: auto;
	background-color: #eaeaea;
	height: 26px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#menuBar_center {
	/* 
width: 980px;
	margin: auto;
 */
}

#headerBG_box {
	width: 980px;
	margin: auto;
}
#headerBG {
	width: 980px;
	margin: auto;
}

#centrale {
	min-height: 65vh;
}

#slogan {
	text-align: center;
}

.chips_Form_frame { width:100%; height:440px; }

.chips_Login_frame { width:200px; height:130px; border:solid #ca0720 2px; padding: 10px; background: #f6f6f6; }

.chipsmachineBox { display: none; }
.chipsmachine_link { visibility: hidden; font-size: 9px; }
.chipsmachine_link a:hover { /*text-decoration:underline;*/ border-bottom: 0; }

.chips_News_FirstLine { color:#ca0720; font-weight:bold; font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; }

.chips_bannerBox a { /*text-decoration:none;*/ color:#ca0720; }

.chips_NewsCard { border:solid #ca0720 1px; background-color:#ffffff; }

.chips_FooterBox { font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,sans-serif; text-align:center; padding: 4px 10px 0px 10px; margin: 0 0; border-top:solid #ca0720 1px; }

#footerBox {
/* 
	position: relative;
	width: 980px;
	margin: auto;
	bottom: 0px;
 */
}

.chips_MenuText_current { font-weight:normal; font-size:small; color:#666666; background-color:#ffffff; border-left:solid #ca0720 4px; margin: 2px 3px 3px -6px; padding-left:6px; width:180px; overflow:hidden; }

.chips_NewsText:hover { cursor: pointer; padding:1px; border :1px solid #ca0720; }

.chips_WrapMenuBox:hover { margin-top :-1px; margin-left :2px; padding: 2px 2px 1px 0px; border-left :6px solid #ca0720; }


#menuBar .chips_MenuText {
	font-size: x-small;
}

#menuBar .chips_HomeMenuText {
	font-size: x-small;
}

#menuBar .navBar {
	padding-bottom: 0px;
/* 
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
 */
}

#menuBar .chips_WrapMenuBox { 
	padding: 3px 18px 2px 18px;
	border-top: none;
	border-bottom: none;
}

#menuBar .chips_HomeWrapMenuBox { 
	padding: 3px 18px 2px 18px;
	border-top: none;
	border-bottom: none;
}

#menuBar .chips_WrapMenuBox_current {
	width: auto !important;
	float: left;
	margin: 0;
	line-height: 20px;
	margin-top: -1px;
	margin-left: 0px;
	padding: 0px 18px 2px 18px;
	border-top: 3px solid #ca0720;
	border-bottom: 1px solid transparent;
	/*border-left: 1px solid #dedede;
	border-right: 4px solid #999999;*/
	/*background: #ffffff url(images/barra_off.gif) repeat-x;*/
}

#menuBar .chips_HomeWrapMenuBox_current {
	width: auto !important;
	float: left;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	/*font-weight:bold;*/
	line-height: 20px;
	margin-top: -1px;
	padding: 0px 18px 2px 18px;
	border-top: 3px solid #ca0720;
	border-bottom: 1px solid transparent;
	/*border-left :4px solid #ca0720;
	border-right :4px solid #ca0720;*/
	/*background: #fdf907 url(images/barra_on.gif) repeat-x;*/
}

#menuBar .chips_MenuText {
	line-height: 20px;
}

#menuBar .chips_HomeMenuText {
	line-height: 20px;
}

#menuBar .chips_WrapMenuBox:hover {
	cursor:pointer;
	padding: 0px 18px 2px 18px;
	border-left :none;
	/*border-right :4px solid #ca0720;*/
	border-top: 3px solid #ca0720;/*
	border-bottom: 1px solid #ca0720;*/
	/*background: #fdf907 url(images/barra_on.gif) repeat-x;*/
}
#menuBar .chips_HomeWrapMenuBox:hover {
	cursor:pointer;
	padding: 0px 18px 2px 18px;
	border-left :none;
	/*border-right :4px solid #ca0720;*/
	border-top: 3px solid #ca0720;
	/*border-bottom: 1px solid #ca0720;*/
	/*background: #fdf907 url(images/barra_on.gif) repeat-x;*/
}

/*  PER CENTRARE IL MENU */
.menuBar { position: relative; display: block; text-align: center; }

#menuBar {
	
}

#menuBar .navBar {
	list-style: none;
	display: inline-block;
}
/* PER CENTRARE IL MENU [fine] */

#cont_downBar {
	display: none !important;
}

#downBar{
	display: none;
}




@media only screen and (max-width: 767px) {
	
	#logoImg {
/* 
		width: 280px !important;
		margin: auto !important;
		margin-left: 14px !important;
 */
	}
	
	#site_title, #site_subtitle {
		display: none !important;
	}
	
	#centrale {
		width: 100%;
		margin: auto;
	}
	
	#slogan,  #slogan font {
		font-size: large !important;
	}

}