@charset "UTF-8";
/* ------------------------------------------ */
/* ETOILE DES NEIGES */
/* Gennaio 2009, timeandmind */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* RESETS  */
/* ------------------------------------------ */

/* 
marrone: #583c35;
rosso : #AB140D;
beige: #d9d4d8;
testi colonne/footer: #333;
*/

* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	text-decoration: none;
}
a img {
	border: none;
}

img {
	behavior: url(iepngfix.htc);
}
/* ------------------------------------------ */
/* TOOLBOX  */
/* ------------------------------------------ */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.textAlign-left {
	text-align: left;
}
.textAlign-right {
	text-align: right;
}
/* ------------------------------------------ */
		  /* STRUTTURA  */
/* ------------------------------------------ */

body, .BoxText {
	font-family: Lucida Grande, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:10px;
}

h1 {
	font-size:14px;
	color: #ab140d;
	margin-bottom:10px;
}

h2 {
	font-size:13px;
	margin-bottom:10px;
}

#wrapper {
	width: 950px;
	margin:25px auto 25px auto;
	text-align:left;
}

#logo {
	background-repeat:no-repeat;
	height:105px;
	width: 950px;
}

#header {
	width:950px;
	height: 226px;
	background-repeat: no-repeat;
}
#lang {
text-align: right;
padding:10px;
}
#menuMain {
	height: 30px;
	background-image:url(../img_struct/BgMenuMain.jpg);
	background-repeat: no-repeat;
	width: 950px;
	line-height:30px;
	margin-bottom:1px;
	text-align: center;
}

#menuMain ul{
	list-style-type: none;
}

#menuMain ul li{
	display: inline;
}

#menuMain ul li a{
	padding:0px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#menuMain ul li a:hover{
	text-decoration:underline;
}

#wrapperColsSx {
	float:left;
	width:705px;
}

#colLeft {
	width:210px;
	float:left;
	color:#333;
}

#colContent {
	width:490px;
	float:right;
	color: #583c35;
	min-height: 300px;
	padding-top:10px;
	height: auto !important;
	height: 300px;
}

#colContent a {
color: #AB140D;
}

#colRight {
	width:240px;
	float:right;
	color:#333;
}
#contentTube {
	padding:0px 20px;
}

.galleryImg img{
	margin-bottom:1px;
}

.structureStandardBox {
	width:207px;
	background-color: #d9d4d8;
	padding-bottom:10px;
	background-position:bottom;
	background-image:url(../img_struct/BgBottomBox.jpg);
	background-repeat: no-repeat;
	margin-bottom:2px;
}

.structureBoxTube {
	padding:10px 10px 0px 10px;
}

.structureStandardTitle {
	width: 207px;
	height:30px;
	background-image:url(../img_struct/BgStructureTitle.jpg);
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
	line-height:30px;
}

a.BoxTextTitle, .BoxTextTitle {
	color: #AB140D;
	font-weight: bold;
}

.stelline {
background-image:url(../img_struct/stellina.jpg);
background-repeat: no-repeat;
background-position:left center;
padding-left:20px;
}

.stelline span {
background-image:url(../img_struct/stellina.jpg);
background-repeat: no-repeat;
background-position:right center;
padding-right:20px;
}

.icon {
	margin-right:1px;
}

.contentTitle {
	background-image:url(../img_struct/BgContentTitle.jpg);
	background-repeat: no-repeat;
	height:30px;
	line-height:30px;
	color: #fff;
	text-align:left;
	margin:15px 0px;
	width:440px;
}


#footer {
	background-image:url(../img_struct/BgFooter.jpg);
	background-repeat: no-repeat;
	height:30px;
	width:950px;
	clear: both;
	color:#333;
	font-size:11px;
}

#footer a {
	color: #333;
}

#footerLeft {
	padding-left:20px;
	text-align: left;
	float: left;
	margin-top:7px;
}

#footerRight {	
	padding-right:40px;
	text-align: right;
	float:right;
	margin-top:7px;
	}

/* ------------------------------------------ */
				 /* FIELD */
/* ------------------------------------------ */

.campi {
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #555555;
	border: 1px solid #AAAAAA;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	background-image: url('../../img_system/BgInput.gif');
	background-repeat: repeat-x;
	background-color: #F7F7F7;
	margin:5px 0px;
}
form submit {
	background-color: #EBF3F6;
	background-image: url('../../img_system/BgInputButton.gif');
	background-repeat: repeat-x;
}
