@import url("Tags.css");

/*
#DB016F - Viola
#C6CD5D - Verde
*/

#Container {
	position: relative;
	width: 980px;
	background: #FFF url(../ImgLayout/SF_Vetrina.gif) repeat-y right top;
	border-right: 1px solid #DB016F;
	border-bottom: 1px solid #DB016F;
	border-left: 1px solid #DB016F;
	margin: 0 auto;
	padding: 0;
}

/* HEADER */

#Header {
	position: relative;
	width: 776px;
	height: 180px;
	background: url(../ImgLayout/Header.jpg) no-repeat left top;	
}

#Menu {
	width: 776px;
	padding-top: 153px;
}

#Menu a {
	font-weight: bold;
	color: #333;
	margin-left: 24px;
	margin-right: 24px;	
}

#Menu a:hover {
	text-decoration: none;
	color: #DB016F;
}

.MenuHover {
	font-weight: bold;
	color: #DB016F;
	margin-left: 24px;
	margin-right: 24px;	
}

/* CONTENT */

#Content {
	position: relative;
	width: 500px;
	height: auto !important;  /* per Firefox e Opera e IE7 */
	height: 380px;      /* per IE5.x e IE6 */
	min-height: 380px;  /* per Firefox e Opera e IE7 */
	border-left: 1px solid #666;
	margin: 10px 202px 10px 235px;
	padding: 10px 20px;
}

#ContentRicerca {
	position: relative;
	width: 777px;
	height: auto !important;  /* per Firefox e Opera e IE7 */
	height: 380px;      /* per IE5.x e IE6 */
	min-height: 380px;  /* per Firefox e Opera e IE7 */
	padding: 0px;
}

#ContentPrivacy {
	position: relative;
	width: 735px;
	margin: 0px 202px 10px 0px;
	padding: 20px 0px 20px 15px;
}


#Contatti {
	position: absolute;
	top: 198px;
	left: 16px;
	width: 215px;
	line-height: 20px;
}

#Contatti img {
	float: left;
	padding-right: 5px;
}

.Privacy {
	color: #333;
	text-decoration: none;
}

/* VETRINA */

#Vetrina {
	position: absolute;
	width: 202px;
	top: 10px;
	right: 0px;
}

#Vetrina table {
	width: 200px;
}