@charset "utf-8";
@import "footer.css";
/* CSS Document */

/*resetto i margini dei tag*/
html,
body,
ul,
li,
p,
a,
div,
h1,
h2,
h3,
form,
input,
select,
label {
	margin:0;
	padding:0;
}

#container{
	min-height:100%;
	position:relative;
}

.flottaDestra {
	float:right;
}

.flottaSinistra {
	float:left;
}

html, body {
	width:100%;
	height:100%;
	background-color:#56595E;
	/*background-repeat: repeat-y;
	background-image:url(../img/SM_bkgr_body.jpg);
	background-position: center top;*/
	color:#f1e9d5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#backgroundImg {
	width:100%;
	height:100%;
	position:absolute; 
	top:0;
	left:0;
	overflow:hidden;
}

#backgroundImg img{
	width:100%;
}

/*
a:link          { color :#4a4846; }
a:visited       { color :#4a4846; }
a:hover         { color :#4a4846; }
a:link:hover    { color :#4a4846; }
a:visited:hover { color :#4a4846; }
*/
a:link          { color :#87837c; }
a:visited       { color :#87837c; }
a:hover         { color :#87837c; }
a:link:hover    { color :#87837c; }
a:visited:hover { color :#87837c; }

#centrato {
	position:relative;
	width:733px;
	margin:auto;
}

/* --------------------------------HEADER----------------------------------------- */

#header {
	width:inherit;
	height:50px;
	padding-top:50px;
}

#header h1 {
	width:inherit;
	height:71px;
	text-indent:-300em;
	background-image: url(/img/logoPopUp.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}

#header h2 {
	width:inherit;
	height:28px;
	line-height:20px;
	text-indent:-300em;
	background-image: url(/img/SMbarraHeader-trans.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

#logo_sitemap{
	position:absolute;
	left:50px;
	top:20px;
	z-index:200;
}

/* --------------------------------MAIN----------------------------------------- */

#main {
	width:inherit;
	/*height:500px;*/
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#colSx,
#colCentr,
#colDx {
	width:231px;
	float:left;
	text-align:center;
}

#main ul {
	list-style:none;
}

#main a {
	width:231px;
	height:15px;
	padding-top:5px;
	text-decoration:none;
}

#colSx {
	margin-top:110px;
	padding-left:14px;
}

#colSx a,#colSx li {
	margin-bottom:1px;
	display:block;
	/*background-image: url(/img/SMbtnColSx.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
}
#colSx li.soonOnline {
	height: 20px; 
	padding-top: 3px;
	background-image: url(/img/SMbtnColSx2.jpg);
}

#colSx a:hover {
	color:green;
}

#colSx .trend {
	height:57px;
	background-image: url(/img/SMtrendLogo.jpg);
	margin-bottom:2px;
}

#colSx .cc {
	height:57px;
	background-image: url(/img/SMccLogo.jpg);
}

.ombra {
	width:231px;
	height:31px;
	margin-top:-1px;
	background-image: url(/img/SMombraColSx-trans.png);
}

#colCentr {
	width:245px;
	margin-top:0px;
	padding-top:6px;
	background-image: url(/img/SMombraColDxTop-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#colCentr ul {
	float:left;
}

#colCentr a{
	display:block;
	color:#fff;
}
#colCentr a:hover{
	color:#fff;
	text-decoration:underline;
}

#colCentr ul li {
	background-color:#433D38;
	border-bottom:1px solid #bebebe;
}

#colCentr ul li.sottoMenu {
	background-color:#5E554E;
}

#colCentr ul li.sottoMenu a {
		color:#fff;
}

#colCentr ul li.macro a:hover{
	text-decoration:none;
}

#colCentr .ombraLeft,
#colCentr .ombraRight {
	width:7px;
	height:442px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}

#colCentr .ombraLeft {	
	background-image: url(/img/SMombraColDxLeft-trans.png);
}

#colCentr .ombraRight {
	background-image: url(/img/SMombraColDxRight-trans.png);
}

#colDx {
	margin-top:225px;
}

#colDx #cinquanta {
	margin-bottom:8px;
}


#colDx #cinquanta a {
	height:92px;
	display:block;
	background-image: url(/img/SM50Logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#colDx #trend a,#colDx #trend li {
	margin-bottom:1px;
	display:block;
	background-image: url(/img/SMbtnColDx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#777267;
}
#colDx #trend li.soonOnline {
	height: 20px;
	padding-top: 3px;
	background-image: url(/img/SMbtnColDx2.jpg);
}

#colDx #trend a:hover {
	color:#bdb5a4;
}

/*#colDx #trend .primo {
	height:57px;
	background-image: url(/img/SMtrendLogo.jpg);
}*/


/* dalla layout per Header e Footer */
#superheader{
	position:absolute;
	z-index: 99; 
	text-align: center;
	/*background-color:#1e1e21;*/
	text-align: right;
	width:100%;
	height:20px;
	font-size:10px;
	left: 0;
	color:#000;
}
#superheader a:link, #superheader a:visited{
	color:#000000;
}
img { border:0; }
#logo_sitemap a { width:284px; height:58px; display:block; }


/* --------------------------------FOOTER----------------------------------------- */
/* vedi footer.css*/


