@charset "UTF-8";
body,html {
	background-color: #FFFFFF;
	height:100%;
	margin:0;
	padding:0;
}
#totalwrap {
	height: 490px;
	width:900px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-245px 0 0 -450px;
	border: 0px;
}

/* --------------------------------------*/
/*            base layout                */

#content{
	height:490px;
	width: 900px;
	text-align:left;

}
 #menu {
	width:150px;
	height:400px;
	position:absolute;
	top:10px;
	left:10px;
	border: 0px;
}

#contentLeft{
	position:absolute;
	height:490px;
	width: 660px;
	top:0px;
	left:0px;

	text-align:right;

}
#contentRight{
	position:absolute;
	height:490px;
	width: 240px;
	left:660px;
	top: 0px;
	text-align:right;

}

/* --------------------------------------*/
/*             header / nav              */

#logo{
	position:absolute;
	top:0px;
	left:809px;
}

#nav {
	position:absolute;
	width:700px;
	top:10px;
	left: 40px;
	height: 30px;
}

#nav a {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin: 8px;
	text-decoration: none;
	font-family: Helvetica, sans-serif, Geneva, Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
}

#nav a:link, #nav a:visited {
    color: #000000;
}

#nav a:hover, #nav a:active {
    border-bottom-color: #cccccc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#nav a#here {
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/* --------------------------------------*/
/*                sub nav                */

#subnavcollezione {
	position:absolute;
	width:160px;
	height:400px;
	top:30px;
	left: 40px;
}

#subnavcollezione a {
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	margin: 8px;
	text-decoration: none;
	font-family: Helvetica, sans-serif, Geneva, Arial;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}

#subnavcollezione a:link, #nav a:visited {
    color: #000000;
}

#subnavcollezione a:hover, #nav a:active {
}

#subnavcollezione a#bianco {
	color: #ffffff;
}
/* --------------------------------------*/
/*                content                */
.nome {
	font-family: Georgia;
	font-size: 13px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#testocontent{
	position:absolute;
	top:40px;
	left:50px;
	width: 910px;
}
.testo {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}
.testo  a {
	text-decoration: none;
	font-style: italic;
}
.info {
	text-align:left;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------*/
/*                content                */
#topline {
	position:absolute;
	width:910px;
	top:60px;
	left: 40px;
}

#incontentTop1 {
	position:absolute;
	width:300px;
	height:30px;
	top:30px;
	left: 40px;
}

#incontentTop2 {
	position:absolute;
	width:300px;
	height:30px;
	top:30px;
	left: 345px;
}
#incontentTop3 {
	position:absolute;
	width:300px;
	height:30px;
	top:30px;
	left: 345px;
}
#incontent1 {
	position:absolute;
	width:270px;
	height:360px;
	top:80px;
	left: 40px;
}

#incontent2 {
	position:absolute;
	width:606px;
	height:360px;
	top:80px;
	left: 345px;
}

/* --------------------------------------*/
