/* 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;
}

/* specials box */

#specialsBox {
	
	margin-left: auto;
	margin-right: auto;	
}

.leftSpecialBox {
	
	text-align: center;
	background-color: #BE577C;
	padding: 0px;
	width: 290px;
}

.rightSpecialBox {
	
	text-align: center;
	background-color: #BE577C;
	padding: 0px;
	width: 290px;
}