@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: #111111;
	text-align: center;
	background: #000000 url(../images/body_bg.jpg) 0 0 repeat;
}

a:active, a:focus{
	outline: none; /*Rimuove i bordi intorno ai link */
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

#logo{
	padding: 30px 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	text-transform: uppercase;
}

#header ul{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF;
}

#header li{
	list-style: none;
	display: inline;
}

#header a{
	color: #111111;
	font-size: 14px;
	line-height: 26px;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 20px;
}	

#header a:hover{ 
	color: #970D04; 
}

#header a.active{ 
	color: #970D04;
	cursor: default; 
}

#contenitore{
	position: relative;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	width: 860px;
}

#contenuti{
	position: relative;
}

#cols1{
	position: relative;
	width: 210px;
	padding-right: 670px;
}

#cols2{
	position: absolute;
	top: 0;
	left: 220px;
	width: 210px;
}

#cols3{
	position: absolute;
	top: 0;
	left: 440px;
	width: 210px;
}

#cols4{
	position: absolute;
	top: 0;
	left: 660px;
	width: 210px;
}

#cols5{
	position: relative;
	width: 280px;
	padding-right: 550px;
}

#cols6{
	position: absolute;
	top: 0;
	left: 290px;
	width: 280px;
}

#cols7{
	position: absolute;
	top: 0;
	left: 580px;
	width: 280px;
}

#contenuti .boxS,
#contenuti .boxM,
#contenuti .boxL,
#contenuti .boxXS,
#contenuti .boxXM,
#contenuti .boxXL{
	height: auto !important;  /* PER I BROWSER MODERNI */
	margin-bottom: 10px;
	padding: 5px;
}

#contenuti .boxS,
#contenuti .boxM,
#contenuti .boxL{
	background: #E0DED2 url(../images/boxS_bg.jpg) right bottom no-repeat;
}

#contenuti .boxXS,
#contenuti .boxXM,
#contenuti .boxXL{
	background: #E0DED2 url(../images/boxM_bg.jpg) right bottom no-repeat;
}

#contenuti .boxS{
	width: 200px;
    height: 330px;      /* PER IE5.X E IE6 */
    min-height: 330px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxM{
	width: 200px;
    height: 350px;      /* PER IE5.X E IE6 */
    min-height: 350px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxL{
	width: 200px;
    height: 370px;      /* PER IE5.X E IE6 */
    min-height: 370px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxXS{
	width: 270px;
    height: 470px;      /* PER IE5.X E IE6 */
    min-height: 470px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxXM{
	width: 270px;
    height: 490px;      /* PER IE5.X E IE6 */
    min-height: 490px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxXL{
	width: 270px;
    height: 510px;      /* PER IE5.X E IE6 */
    min-height: 510px;  /* PER I BROWSER MODERNI */
}

#contenuti .boxS a,
#contenuti .boxM a,
#contenuti .boxL a,
#contenuti .boxXS img,
#contenuti .boxXM img,
#contenuti .boxXL img{
	position: relative;
	border: 1px solid #B7B7B7;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#contenuti .boxS a{
	width: 198px;
	height: 90px;
}

#contenuti .boxM a{
	width: 198px;
	height: 110px;
}

#contenuti .boxL a{
	width: 198px;
	height: 130px;
}

#contenuti .boxXS img{
	width: 268px;
	height: 110px;
}

#contenuti .boxXM img{
	width: 268px;
	height: 130px;
}

#contenuti .boxXL img{
	width: 268px;
	height: 150px;
}

#contenuti img{
	color: #111111;
	border: none;
}

#contenuti a em.incoming{
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
	height: 130px;
	background: url(../images/incoming.png) 0 0 no-repeat;
	display: block;
	z-index: 1;
}

#contenuti h2{
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #970D04;
}

#contenuti table{
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	border-collapse: collapse;
}

#contenuti table td{
	vertical-align: top;
	padding-bottom: 5px;
}

#contenuti table td em{
	color: #970D04;
	font-style: normal;
	padding: 0 5px 0 0;
}

#contenuti .boxCL,
#contenuti .boxCC{
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 50px 50px 40px 50px;
	width: 420px;
	background: #E0DED2 url(../images/boxM_bg.jpg) right bottom no-repeat;
}

#contenuti .boxCC{
	text-align: center;
	padding: 60px 50px;
}

#contenuti .boxCL h2,
#contenuti .boxCC h2{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	padding: 0 0 30px 0;
	text-align: center;
}

#contenuti p{
	margin: 0;
	padding: 0 0 10px 0;
}

#footer{
	position: relative;
	padding: 0 0 20px 0;
	color: #FFFFFF;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{ color: #970D04; }

