/* CSS Document */

@import url("Tags.css");

#Container { 
	width: 1000px;
	margin: auto;
	margin-top:10px;
	background-color: #000;
	background-image:url(../Img/SF-container.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 600px;        /* Per Explorer 7 e Firefox */
	height: 600px;            /* Per Explorer 6 */
}


#Logo{
	position: relative;
	width: 440px;
	top: 20px;
	margin-left: 20px;
}


#vetrina {
	position: relative;
	width: 1000px;
	top: 300px;
	margin-left: 0px;
	background-image:url(../Img/SF-vetrina.gif);
	background-position:right top;
	background-repeat: repeat-x;
	height: 150px;
	padding-top: 12px;
}

/* Ricerca */

#Ricerca {
	position: absolute;
	width: 438px;
	margin-top: 30px;
	margin-left: 20px;
}

#Ricerca-menu {
	position: absolute;
	width: 438px;
	margin-top: 0px;
	margin-left: 0px;
}

#menu-1 {
width:438px;
font-family: , Arial, Helvetica, sans-serif;
color: #FFF;
font-size: 1px;
margin-left:0;
background-color: #2e2e2e;
text-align:center;
}
#menu-1 ul{
margin:0;
padding-left: 0;
list-style:none;
}
#menu-1 li{
font-size:14px;
display:inline;
margin:0;
padding:0;
}
#menu-1 a:link, 
#menu-1 a:visited{
float:left;
background: url("../img/SF-menublu.gif") #2e2e2e;
background-repeat: no-repeat;
color:#fff;
margin:0;
width: 144px;
height: 21px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 13px;
margin-right:2px;
padding-top: 8px;
}
#menu-1 a:hover, 
#menu-1 a:focus, 
#menu-1 a:active{
color:#fff;
font-weight:bold;
background: url("../img/SF-menuhover.gif") #2e2e2e;
background-repeat: no-repeat;
}
.Lactive{
color:#fff;
font-weight:bold;
background: url("../img/SF-menuhover.gif") #2e2e2e;
background-repeat: no-repeat;
}
#menu-1 #voce-corrente-1 a{
color:#fff;
font-weight:bold;
background: url("../img/SF-menuhover.gif") #2e2e2e;
background-repeat: no-repeat;
}

#Ricerca-campi {
	position: absolute;
	width: 435px;
	height:206px;
	margin-top: 29px;
	margin-left: 0px;
	/*border: 1px solid #f0a200;*/
	font-size: 15px;
	padding-top:20px;
	background: url(../Img/SF-ricerca-home.gif);
    background-repeat: no-repeat;
}

.noborder {
	border: 0px;
}

/* FOOTER */

#Footer {
	margin: auto;
	width: 1000px;
	position: relative;
	font-size: 11px;
	text-align:center;
	top: 310px;
	color: #fff;
}

#Footer a {
    color: #fff;
	font-size: 11px;
  }

#Footer a:hover {
	text-decoration: underline;
}

.border-bottom {
	border-bottom: 1px #999 dotted;
}
