/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------*/

body{
	font:11px arial, sans-serif; 
	color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#background {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
}

img{ border: none;}

table{ margin-left: auto; margin-right: auto;}

#scroller {
	height:100%;
	left:0;
	overflow:auto;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
}
#container{
	width: 1000px;
	margin: auto;
	margin-top: 15px;
}

#headerlx{
	width: 665px;
	height: 195px;
	float: left;
	background-image: url('img/fondino.png');
}

#lang{
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	width: 641px;
	height: 25px;
	font-size: x-small;
	vertical-align:middle;
}

#lang a:link, #lang a:visited{
	color: #fff;
	font-size: x-small;
	text-decoration: none;
}
#lang a:hover, #lang a:active{
	color: #d9b058;
	font-size: x-small;
	text-decoration: none;
}

#menu{
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
	float: left;
}

#menu li{
	margin-top: 4px;
}

#menu1{
	float: left;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu2{
	margin-left: 80px;
	float: left;
}
#menu3{
	float: right;
}

#menu a:link, #menu a:visited{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}
#menu a:hover, #menu a:active{
	color: #d9b058;
	text-decoration: none;
	text-transform: uppercase
}

#menu .menu-current a, #menu2 .menu-current a{
	color: #d9b058;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#headersx{
	width: 330px;
	height: 195px;
	float: right;
}

#logo{
	width: 330px;
	height: 102px;
	float: left;
}

#newsletter{
	width: 330px;
	height: 88px;
	float: left;
	margin-top: 5px;
	background-image: url('img/fondino.png');
}
#newsletter p{
	margin-left: 10px;
}
#form1{
	margin-top: 15px;
}

.input{
	border:none;
	height:13px;
	vertical-align:middle;
	width:150px;
	font-size: x-small;
	margin-top:5px;
}

#signup {
	background-color:#4E4E4E;
	background-image:url("img/signup.png");
	background-repeat:no-repeat;
	border:medium none;
	color:#999999;
	cursor:pointer;
	font-size:10px;
	height:18px;
	vertical-align:middle;
	width:68px;
}

#content{
	width: 1000px;
	height: auto;
	min-height: 300px;
	margin-top: 5px;
	float: left;
	overflow:hidden;
}

#content p{
	margin:15px 20px 5px;
	text-align:justify;
}

#form_newsletter{
	margin-left:15px;
}

#FormButton_Subscribe {
background-color:#4E4E4E;
background-image:url("img/signup.png");
background-repeat:no-repeat;
border:none;
color:#999999;
cursor:pointer;
font-size:10px;
height:18px;
vertical-align:middle;
width:68px;
}

#FormButton_Subscribe_en {
background-color:#4E4E4E;
background-image:url("img/signup_en.png");
background-repeat:no-repeat;
border:none;
color:#999999;
cursor:pointer;
font-size:10px;
height:18px;
vertical-align:middle;
width:68px;
}

#content a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#content a:hover {
	text-decoration: none;
	color: #d9b058;
}
#content a:active {
	text-decoration: none;
	color: #d9b058;
}

.spot{
	width: 330px;
	height: 165px;
	background-image: url('img/fondino.png');
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}

.spot_last{
	width: 330px;
	height: 165px;
	background-image: url('img/fondino.png');
	margin-top: 5px;
	float: left;
}

.spot p, .spot_last p{
	margin: 15px 5px 5px 20px;
	text-align:justify;
}

.spot a:link, .spot_last a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.spot a:visited, .spot_last a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.spot a:hover, .spot_last a:hover{
	text-decoration: none;
	color: #d9b058;
}
.spot a:active, .spot_last a:active{
	text-decoration: none;
	color: #d9b058;
}

#footer{
	width: 1000px;
	height: 20px;
	background-image: url('img/fondino.png');
	margin-top: 5px;
    float: left;
	font-size: x-small;
}

#footer p{
	margin-left: 20px;
	margin-top: 3px;
}

#brands{
	width: 1000px;
	height: 70px;
	background-image: url('img/fondino_bianco.png');
	margin-top: 5px;
    float: left;
	font-size: x-small;
}
#login_dwn{
	background-image:url("img/fondino.png");
	color:#FFFFFF;
	float:left;
	height:162px;
	margin-top:138px;
	text-align:center;
	width:330px;
}
#login_download {
	background-color:#4E4E4E;
	background-image:url("img/accedi.jpg");
	background-repeat:no-repeat;
	border:medium none;
	color:#999999;
	cursor:pointer;
	font-size:10px;
	height:18px;
	vertical-align:middle;
	width:68px;
}
#login_download_en {
	background-color:#4E4E4E;
	background-image:url("img/accedi_en.jpg");
	background-repeat:no-repeat;
	border:medium none;
	color:#999999;
	cursor:pointer;
	font-size:10px;
	height:18px;
	vertical-align:middle;
	width:68px;
}
.logo1{
	float:left;
	margin: 10px;
}

.logo2{
	float:right;
	margin: 10px;
}

#footer a:link, #footer a:visited{
	color: #fff;
	font-size: x-small;
	text-decoration: none;
}
#footer a:hover, #footer a:active{
	color: #d9b058;
	font-size: x-small;
	text-decoration: none;
}
.credits{
	float: right;
	margin-right: 15px;
}
/***PRESS**/
#press {
height: 300px;
width: 960px;
overflow:hidden;
float:left;
}
#press li{
width: 225px;
margin-left: 15px;
height: 270px;
}
.inner{
margin: auto;
}
.prev {
background-color:#333;
background-image:url("img/arrow_l.jpg");
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:18px;
vertical-align:middle;
width:20px;
margin-left: 15px;
}
.next {
background-color:#333;
background-image:url("img/arrow_r.jpg");
background-repeat:no-repeat;
border:medium none;
cursor:pointer;
height:18px;
vertical-align:middle;
width:20px;
margin-left: 7px;
}

#anni_press{
	height:40px;
	vertical-align:middle;
	width:1000px;
	background-image: url('img/fondino.png');
	margin-bottom:10px;
}

#anni_press li{
	display:inline;
}

.anno_attivo{
	margin-left: 15px;
	font-size: 28px;
	font-weight: bold;
}

.ufficio_stampa{
	margin-left:20px;
	margin-top:10px;
}
/*****/
.fb{
	float:right;
}
