/* verde 9BBB38 dark 7B952E */
/* giallo FFCC00 dark C8A000*/
/* rosso D4470F dark #BC4010 */
/* blu light #81AAC6, dark #4A7B9D */
/* viola scuro #8D3052 */
/* viola chiaro #BE577C */

/* ROUNDED */
.mainBox {
	
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #BE577C;	
}

#headerBox {

	padding: 0px 10px 10px 10px;
	height: 100px;
	background-color: transparent;	
}

.logoBox {
	
	width: 385px;
	height: 100px;
	background-color: #8D3052;
	background-image: url('../../img/logoSmall.jpg');	
	float: left
}

.availabilityBox {

	margin-left: 10px;
	width: 385px;
	height: 100px;
   padding: 0px;
   background-color: #8D3052;
   background-image: url('../../img/availabilityBgSmall.jpg');
	background-repeat: no-repeat;
	float: left;
	text-align: left
}

/* ROUNDED */
.menuBox {
	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
	background-color: #8D3052;	
}

#pageBox {
	
	margin-top: 20px;
	padding: 10px;
	height: 320px;
	background-color: transparent;
	vertical-align: middle;			
}

/* in #pageBox sin ROUNDED */
.subMenuBox {
	
	text-align: center;
	width: 155px;
	height: 320px;
	background-color: #FFFFFF;	
	float: left;
}

/* in #pageBox dx ROUNDED */
.contentsBox {
	
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	background: #8D3052;
	padding: 0px;
	float: left;
	width: 615px;
	height: 320px;		
}

#footerBox {
	
	text-align: center;	
	padding: 0px;
	margin-top: 10px;
	background: transparent;
	color: #8D3052;
	font-size: 0.8em;	
	font-family: "Arial", "Courier New";
	font-weight: bold;
	float: none;
}

.subMenuItemBox {
	
	text-align: center;
	width: 150px;
	height: 36px;
	background-color: transparent;
	background-image: url('../../img/menu/subitem.gif');	
	background-repeat: no-repeat;
	padding-top: 9px
}

#faqsBox {
	
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	height: 275px;
	overflow: auto; 
	width: 95%;
}

.faqBox {
	
	background: #BE577C;
	width: 100%;
	margin-top: 5px;
}

.faqQ {
	
	background: transparent;
	color: White;
	font-size: 0.8em;	
	font-family: "Arial", "Courier New";
	text-align: justify;
}

.faqA {
	
	background: transparent;
	color: White;
	font-size: 0.8em;	
	font-family: "Arial", "Courier New";
	text-align: justify;
	font-style: italic;
}