body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/bg.jpg) no-repeat #f3f2f3;
	color: #424a52;
}

a:focus { outline: 0; }


img {
	border: 0;
}

#container {
	position: absolute;
	width: 1095px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin: 0 0 0 -548px;
	padding: 0px;
}

#left {
	position: relative;
	width: 246px;
	height: 100%;
	float: left;
}

#right {
	position: relative;
	width: 849px;
	height: 100%;
	float: right;
	background: white;
}

/* @group left
 */

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 246px;
	height: 68px;
}
	#logo img{
	margin: 20px 0 0 40px;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 246px;
	height: 270px;	
}

#menu_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	background: #8d9297;
	z-index: 1;
}

#menu_content {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 2;
}

#menu h1{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	background: #8d9297;
	font-size: 12px;	
	color: white;
	line-height: 20px;
}

#menu h1 span{
	margin: 0 0 0 40px;
}

#menu h1 a{
	color: white;
	text-decoration: none;
}

#menu h1 a:hover{
	color: #65717f;
	text-decoration: none;
}

#menu_a{
	margin: 20px 0 0 40px;
	padding: 0px;
	font-size: 12px;
}

#menu_a li{
	margin: 0px;
	padding: 0px;
	height: 15px;
	list-style-type: none;
}

a.menu_a {
	text-decoration: none;
	color: #65717f;
}

a:hover.menu_a {
	text-decoration: none;
	color: white;
}

a.menu_b {
	text-decoration: none;
	color: #65717f;
}

a:hover.menu_b {
	text-decoration: none;
	color: #ffffff;
}

a.menu_c {
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	color: #ffffff;
}

a:hover.menu_c {
	text-decoration: none;
	color: #65717f;
}

#menu p {
	margin: 40px 0 0 40px;	
	font-size: 12px;
}


/* @end */

/* @group right */

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 68px;
	background: url(../images/top.gif) no-repeat;
}

#top p{
	position: absolute;
	top: 20px;
	margin: 0px;
	padding: 0px;
	right: 35px;
	font-size: 10px;
	
}

#top a {
	color: #65717f;
	text-decoration: none;
}

#top a span{
	background: #ffffff;
	height: 20px;
	display: block;
	line-height: 20px;
	float: left;
	margin: 5px 0 0 0;
}

#top a:hover {
	color: #65717f;
	text-decoration: underline;
}

#content {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 184px;
}

#movie_container {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 450px;
}

#main {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 285px;
	overflow: hidden;
}

#main_content {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: white;
	overflow: hidden;
	
}

#main_content ul{
	margin: 20px 0 0 20px;
	padding: 0px;
	font-size: 12px;
	width: 500px;
	height: 100px;
}

#main_content ul li{
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 20px;
	float: left;
	list-style-type: none;	
}

#main_txt {
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
}

#main_txt p{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 0 0 20px;
	padding: 0px;
	width: 425px;
	font-size: 12px;
	line-height: 20px;
	background: white;
}

#main_txt p span{
	font-weight: lighter;
	font-size: 24px;
	color: #8e8f8b;
	line-height: 25px;
}

#main_txt ul{
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	width: 425px;
	line-height: 20px;
	background: white;
}

#main_txt a{
	text-decoration: none;
	color: #8e8f8b;
}

#main_txt a:hover{
	text-decoration: underline;
	color: #424a52;
}

#main_show {
	position: absolute;
	top: 20px;
	right: 40px;
	margin: 0;
	padding: 0px;
	font-size: 10px;
}

#main_show iframe{
	margin: 0px;
	padding: 0px;
}

#plus{
	position: absolute;
	top: 150px;
	right: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

#arrow_dx{
	position: absolute;
	top: 200px;
	right: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

#arrow_sx{
	position: absolute;
	top: 200px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
}

#photo_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 819px;
	height: 511px;
	margin: 15px;
	padding: 0px;
	overflow: hidden;
}

#photo_container ul{
	width: 50000px;
	height: 285px;
	margin: 0px;
	padding: 0px;
}

#photo_container ul li{
	width: 819px;
	height: 285px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#photo {
	position: absolute;
	left: 0px;
	width: 50000px;
	margin: 0px;
	padding: 0px;
}

#photo img{
	width: 819px;
}


#slider{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: #f3f2f3;
	font-size: 10px;
}

#link_scheda {
	position: absolute;
	right: 40px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #424a52;	}

#link_scheda:hover {
	text-decoration: none;
	color: #8e8f8b;
}

#slider p{
	position: absolute;
	top: 0px;
	left: 20px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}

#slider p a{
	text-decoration:none;
	color: #8e8f8b;
}

#slider p a:hover{
	text-decoration:none;
	color: #ffffff;
}

#list {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
}

.list {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 92px;
	overflow: hidden;
	border-top: 1px solid white;
}

.img_cont{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.deep {
	position: absolute;
	top: 0px;
	left: 425px;
	margin: 0px;
	padding: 0px;
	color: #8e8f8b;
}

.deep p{
	margin: 0 0 0 20px;
	width: 350px;
	height: 184px;
	font-size: 12px;
	color: #424a52;
}

a.title {
	margin: 0px;
	padding: 0px;
	line-height: 92px;
	width: 425px;
	height: 92px;
	text-decoration: none;
	color: #424a52;
	background: url(../images/bg_li_content.gif) no-repeat;
	display: block;
}

a.title span{
	margin: 0 0 0 20px;
	cursor: pointer;
}

a:hover.title  {
	text-decoration: none;
	color: #424a52;
	font-weight: bold;
}

#appr {
	position: absolute;
	top: 50px;
	right: 30px;
	z-index: 99;
	height: 250px;
	width: 200px;
	overflow: hidden;
}

/* @end */

.list_in {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 46px;
	overflow: hidden;
	border-top: 1px solid white;
}

.list_in h1{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 46px;
	background: #bad405;
	font-size: 14px;
	line-height: 46px;
	font-weight: normal;
}

.list_in h1 a{
	position: relative;
	margin: 0 0 0 445px;
	padding: 0px;
	width: 425px;
	height: 46px;
	text-decoration: none;
	color: #424a52;
	background: url(../images/bg_li_content_in.gif) no-repeat;	
	display: block;
			
}

.list_in h1 a:hover{
	text-decoration: none;
	color: #424a52;
	font-weight: bold;		
}

.deep_in {
	position: absolute;
	top: 46px;
	left: 425px;
	width: 424px;
	height: 276px;
	margin: 0px;
	padding: 0px;
	color: #424a52;
	background: white;
}

.deep_in p{
	margin: 20px 0 0 20px;
	width: 350px;
	height: 184px;
	font-size: 12px;
}

#slide-images{
	position:relative;
	display:block;
	margin:15px;
	padding:0px;
	width: 819px;
	height: auto;
	overflow: hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

.img_link {
	float: left;
	margin: 0 5px 0 0;
}

/* @group footer */

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid white;
	height: 23px;
	width: 100%;
	background: #8d9297;

}

#footer p{
	margin: 0 0 0 445px;
	padding: 0px;
	background: #8d9297;
	color: white;
	font-size: 10px;
	line-height: 23px;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	color: white;
	text-decoration: underline;
}



/* @end */
