@charset "utf-8";
@font-face {
font-family: AvantGarde Bk BT;
src: url("http://www.frusky.it/fonts/avgardn.ttf");
}
body {
	background-image: url(../images/layout/bg-body.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
}
#container {
	height:auto;
	width:870px;
	text-align: left;
}
#testata {
	height: auto;
	width: 870px;
}
#menu {
	height: 348px;
	width: 181px;
	background-image: url(../images/layout/bg-menu.png);
	float: left;
	padding-left: 25px;
}
#menu-items {
	margin-top: 21px;
}

.box-hp {
	height: 294px;
	width: 187px;
	background-image: url(../images/layout/bg-box-hp.png);
	float: left;
	margin-top: 45px;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 20px;
}

#contenuti {
	clear: both;
	width:773px;
	height:auto;
	text-align: left;
	margin-left: 33px;
}
#contenuti .corpo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	height: auto;
}
#contenuti .corpo img {
	border: 1px solid #666666;
}
.chiusura-corpo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
	padding-top: 20px;
}

h2 {
	color: #E50501;
	font-family: AvantGarde Bk BT, Arial;
	margin-bottom: 6px;
}




#vetrina {
	clear: both;
	width:808px;
	height:auto;
	text-align: left;
	margin-top: 15px;
	margin-left: 33px;
}
#dettaglio-vetrina {
	clear: both;
	height: 168px;
	width: 773px;
	background-image: url(../images/layout/bg-vetrina.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
}
.immagine-photogallery {
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: left;
	/*height: 112px;*/
	min-height: 155px;
	height: auto;
	width: 120px;
	margin: 5px;
	background-color: #FFFFFF;
}
.titolo-photogallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E50501;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	/*height: 15px;*/
	height: auto;
	width: 120px;
	text-align: center;
}
.immagine-vetrina {
	border: 1px solid #CCCCCC;
	padding: 10px;
	float: left;
	/*height: 112px;*/
	min-height: 112px;
	height: auto;
	width: 120px;
	margin: 5px;
	background-color: #FFFFFF;
}

.titolo-photogallery a, .titolo-photogallery a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E50501;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color: #999999;
	text-decoration:underline;
}
