/* TAGS */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
	background-image: url(../images/headBkSite.png);
	background-repeat: repeat-x;
}

body, h1, h2, h3, h4, h5, h6, div, form, p, a, img {
	margin: 0; padding: 0;
}

img {
	border: 0;
}

/* TOOLS */

.bold { font-weight: bold; }
.em {	color: #57870F; }
.floatLeft { float: left; }
.floatRight { float: right; }
.separator { clear: both; }
.relative { position: relative; }
.alignRight { text-align: right; }
.underline { text-decoration: underline; }

/* BOXES */

#BoxMainContainer {
	margin: 0 auto;
	width: 950px;
}

#BoxMenuContainer {
	position:relative;
	height: 110px;
}

#BoxIcoShop {
	position:absolute;
	top:0;
	right:0;
}

#BoxMenu {
	position:absolute;
	bottom: 18px; /* PER IE 21px; */
	right:0;
}

#BoxHomeContent {
	width: 910px;
	margin: 0 auto;
	height: 403px;
	position:relative;
}

#BoxHomeSpotlight {
	position:absolute;
	bottom:0;
	right: 614px;
}

#BoxHomeSpotlightImg {
	float:left;	
	width: 100px;
}

#BoxHomeSpotlightTxt {
	float:left;
	width: 185px;
}

#BoxFooter {
	width: 910px;
	margin: 0 auto;
	font-size: 10px;
	position: relative;
}

#BoxFooterAddress {
	position: absolute;
	bottom: 0px;
	right: 140px;
}

#BoxFooterSkype {
	position: absolute;
	bottom: 0px;
	right: 0;
}

#BoxContentContainer {
	width: 930px;
	margin: 0 auto;
}

#BoxContentLeft {
	width: 123px;
	text-align: right;
	float: left;
}

#BoxContentMiddle {
	width: 595px;
	float: left;
	font-size: 13px;
}

#BoxContentRight {
	width: 208px;
	float: right;
}

#BoxShopContent {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #92326F;
}

.BoxNewsList {
	padding-bottom: 10px;

	margin-bottom: 20px;
}

/* TITS */

.TitHome {
	font-size:20px;
	font-weight: normal;
}


#TitVentilazioneFooter {
	font-size: 14px;
}

#TitContent {
	font-size: 26px;
	padding-bottom: 30px;
	font-weight: normal;
}

#TitBackground {
	background-color: #CCC;
	padding:5px;
	font-size: 18px;
	margin: 30px 0 20px 0;
	font-weight: normal;
}

/* TXTS */

/* LNKS */

.LnkTitHome,.LnkTitNews {
	font-size:20px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #003366;
}

.LnkTitNews {
	font-size:16px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #CCC;
}

#BoxFooter a {
	color: #003366;
	text-decoration: none;
}

#BoxContentMiddle a {
	color: #003366;
	text-decoration: none;
}

.LnkMenuOver, .LnkMenuOut, .LnkMenuOff {
	display: block;
	float:left;
	padding: 5px 10px;
	font-size: 14px;
	text-decoration: none;
}

.LnkMenuOver, .LnkMenuOut:hover {
	color: #003366;
	background-image: url(../images/navButtonBk_sel.png);
	background-repeat: repeat-x;
}

.LnkMenuOut {
	color: #FFF;
}

.LnkMenuOff {
	color: #325577;
}

/* TABLES */

/* FORMS */

/* SPIFFY */

