/* @override http://www.sossoldi.com/css/style.css */

@charset "utf-8";
@import "reset-min.css";

html{
	background:#ffdc00 url(../img/bg.jpg) repeat-x;
	background-position:top;
}
body {
	margin:0;
	padding:0;
	font-family:Calibri, Ludida, Arial, Helvetica, Geneva, sans-serif;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
div#header {
margin-top:40px;
	height:140px;
}
div#header h1 {
	font-size:36px;
	color:#ffcd0d;
	font-weight:bold;
	text-align:left;
	width:680px;
	height:140px;
	background-position:bottom;
	background:transparent url(../img/logo_plusvalore_sossoldi.jpg) no-repeat;
	display:block;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
}
#page {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#menu h3 {
	font-size:16px;
	color:#ffcd0d;
	font-weight:bold;
	margin-bottom:5px;
}
#menu ul {
	height:129px;
	width:760px;
	overflow:hidden;
	display:block;
	background:transparent url(../img/thumb_video.jpg) no-repeat;
}
#menu ul li {
	float:left;
	height:120px;
	width:144px;
	margin-left:10px;
	overflow:hidden;
}
#menu ul li.first, #menu ul li.first a:link{
	margin-left:0;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	text-indent:-9999px;
	display:block;
	font-size:12px;
	height:120px;
	width:144px;
	cursor:pointer;
}
#menu ul li a:hover {
	height:120px;
	width:144px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
#menu ul li a#v1:hover{
background: url(../img/thumb_video.jpg) no-repeat;
background-position: 0px -184px;
}
#menu ul li a#v2:hover{
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -154px -184px;
}
#menu ul li a#v3:hover{
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -308px -184px;
}
#menu ul li a#v4:hover{
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -462px -184px;
}
#menu ul li a#v5:hover{
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -616px -184px;
}
#menu ul li a#v1.selected {
background: url(../img/thumb_video.jpg) no-repeat;
background-position: 0px -370px;
}
#menu ul li a#v2.selected {
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -154px -370px;
}
#menu ul li a#v3.selected {
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -308px -370px;
}
#menu ul li a#v4.selected {
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -462px -370px;
}
#menu ul li a#v5.selected {
background: url(../img/thumb_video.jpg) no-repeat;
background-position: -616px -370px;
}
#menu ul li a.selected {
	height:120px;
	width:144px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
#loading_video {
	width:760px;
	height:600px;
	background:#000000 url(../img/loader.gif) center center no-repeat;
	display:block;
	z-index:10;
	position:absolute;
	left:0;
	top:0;
}
#the_videos {

	display: block;
	position: relative;
	height: 600px;

}
#video1,#video2, #video3, #video4, #video5{
z-index:100;
position:absolute;
left:0;
top:0;
width: 760px;
height: 600px;
}


#adv {

	width: 760px;
	text-align: center;
	padding: 20px 0px;
	height: px


}

#footer {
	display:block;
	width:100%;
	clear:both;
	height:40px;
	margin-top: 30px;
	color: #998800;
	text-align: center;
}


