/* Basic */

@import url("Tags.css");
@import url("Header.css");

#Container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 969px;
	background: #FFF url(../Img/SF_Vetrina.gif) repeat-y right top;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

/* CONTENT */

#Content{
	position:relative;
	width: 518px;
	height:auto;
	text-align: justify;
	padding: 25px 20px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 300px;        /* Per Explorer 7 e Firefox */
	height: 300px;            /* Per Explorer 6 */	
}

#ContentLarge{
	position:relative;
	width: 740px;
	height:auto;
	text-align: justify;
	padding: 25px 20px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 300px;        /* Per Explorer 7 e Firefox */
	height: 300px;            /* Per Explorer 6 */
}

#ContentRicerca{
	position:relative;
	width: 740px;
	height:auto;
	text-align: justify;
	padding: 0px 0px 20px 4px;
	height: auto !important;  /* Per Explorer 7 e Firefox */
	min-height: 300px;        /* Per Explorer 7 e Firefox */
	height: 300px;            /* Per Explorer 6 */
}

#Indirizzo{
	position:absolute;
	top: 392px;
	left: 560px;
	width: 190px;
	height: 440px;
	color: #333;
	padding-left: 10px;
	border-left: 1px dashed #666;
}

#Indirizzo a{
	text-decoration:underline;
}

.Small {
	font-size: 11px;
}

.TabCantieri {
	text-align: left;
}

.TabCantieri a {
	color: #2BAA2B;
	font-weight: bold;
}

.TabCantieri a:hover {
	color: #2BAA2B;
	text-decoration: underline;
}



/* VETRINA */

#Vetrina {
	position: absolute;
	top: 150px;
	right: 0;
	width: 177px;
	height: 425px;
	padding: 7px;
	z-index:2;
}

#VetrinaRicerca {
	position: absolute;
	top: 50px;
	right: 0;
	width: 177px;
	height: 425px;
	padding: 7px;
	z-index:2;
}

/* FOOTER */

#Footer{
	position:relative;
	width: 757px;
	height: 50px;
	padding: 10px;
	color: #333;
	font-size: 11px;
	text-align: center;
	background: #C9C9C9;
	z-index:1;
}

#Footer a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

#Footer a:hover{
	text-decoration: underline;
}



