body{
	background-color: #333;
	margin: 4px auto;
}

a{
	color:#000;
	text-decoration: underline;
}

.container{
	background-color: #fff;
	min-height: 608px;
	max-height: 608px;
	overflow: hidden;
}

#container{
	height: expression( this.scrollHeight < 608 ? "608px" : "608px" ); /* sets min-height for IE */
	background-color: #fff;
	overflow: hidden;
}
.collezioni{
	background:url(../img/collezioni_container_bg.gif) no-repeat #fff right;
}
.biografia{
	background:url(../img/biografia_container_bg.gif) no-repeat #fff right;
}
.contatti{
	background:url(../img/contatti_container_bg.gif) no-repeat #fff right;
}
.news{
}
.img{
	height: 65px;
	margin-bottom: 3px;
	overflow:hidden;
}

#title{
	background-color: #333;
	height: 50px;
	overflow:hidden;
}

#title h1{
	margin-top: 0.8em;
	margin-bottom: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 2.5em;
	font-weight: bold;
	font-style: normal;
	color:white;
	color:#666;
}

.normal{
	font-weight: normal;
	color:#e3e3e3;
}

ul.menu{
	list-style-type: none;
	list-style-position: outside;
	float: right;
	margin-right:1px;
	font-size: 1em;
}

.menutop{
	margin-top: 32px;
}

.menubottom{
	margin-bottom:0;
}

li.menu_item{
	display: inline;
	margin-left: 8px;
	text-transform: uppercase;
}

li.menu_item a{
	color: #fff;
	text-decoration: none;
}

li.menu_item a:hover{
	color: #999;
	text-decoration: none;
}

li.current a{
	color: #999;
}

.big_title{
	color:#000;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 1.8em;
	padding:5px 0;
}
.entry{
	font-size: 1.1em;
	line-height: 16px;
	letter-spacing: 0;
	padding: 0 5px;
}
.entry p{
margin:0 0 1em;
}
#footer{
	background-color: #333;
	text-align:right;
	position: absolute;
	top:594px;
}

.medium_title{
	text-align: left;
	text-transform:uppercase;
	margin-left:5px;
	margin-bottom: 1px;
}
.news_time{
	text-align: left;
	margin-bottom: 0;
	margin-top:0;
	font-size:1.4em;
	line-height:0.8em;
}
.news_title{
	text-align: left;
	margin-bottom: 0.2em;
	margin-top:0;
	font-size:1.4em;
	font-weight:bold;
}
.page_title{
	text-align: right;
	text-transform:uppercase;
	margin-left:5px;
	margin-bottom: 1px;
	font-weight:normal;
	color: red;
	font-size:2em;
}
#productpage{
	height:240px;
	overflow:hidden;
}
p.small{
	margin: 5px 0;
	font-size: 1em;
}
hr.nomargin{
	margin:0;
	background: #fff;
}
#collectionlist img{
	width: 260px;
	height: 260px;
}
#image_box{
	text-align:right;
}
#myScrollControl a#up{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../img/up.jpg);
	background-repeat:no-repeat;
}

#myScrollControl a#down{
	display:block;
	height:25px;
	width:25px;
	background-image:url(../img/down.jpg);
	background-repeat:no-repeat;
}
#copy{
	float:left;
	width:250px;
	color:#CC0000;
	text-align:left;
}

div#single_news img{
	width: expression( this.clientWidth < 473? "473px" : 'auto' ); /* sets min-height for IE */
	width: expression(this.width > 473 ? 473: true);
	max-width:473px;
	height:auto;
}

#myScrollContainer {
	border:none;
}
#image_box .archivio{
	text-align:right;
	height:540px;
	height: expression( this.scrollHeight < 540 ? "540px" : "540px" ); /* sets min-height for IE */
}

div.biografia .entry ul
{
	list-style:none;
	margin:0 0 15px 0;
}

div.biografia .entry ul li
{
	margin: 5px 0;
}
