﻿/* CSS Document */

*{ padding:0; margin:0;}

html{width:100%; height:100%; overflow: hidden;}

body
{
	width: 100%;
	height: 100%;	
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	background-color: White;
	position: absolute;
}

/********/
/*DIV ID*/
/********/
#center {
	position: absolute;
	left: 50%;
	top:  50%;
	width: 100%;
	height: 100%;

	/* border: 1px solid #000; */
}

#streep {
	position: absolute;
	width: 100%;
	height: 200px;

	top: -120px;
	left: -50%;

	background-position: top left;
	background-image: url(/images/SlidersMenu/streeps.jpg);

	/* border: 1px solid #000; */

}

#header
{
	position: absolute;
	width: 100%;
	height: 70px;
	
	top: -260px;
	left: -50%;

	font: 0.9em;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	
	/* border: 1px dotted; */

}

#slider {
	position: absolute;
	width: 820px;
	height: 333px;
	left: -430px;
	top: -186px;
	overflow: hidden;
	background: #000;
	border: 5px solid #000;
}


#footer
{
	position: absolute;
	width: 100%;
	height: 20px;
	
	top: 160px;
	left: -50%;

	font-size: 0.8em;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	
	/* border: 1px dotted; */

}


/*******************/
/* ACCESORI SLIDER */
/*******************/

#slider .slide {
	position: absolute;
	top: 0px;
	height: 333px;
	width: 500px;
	background: #000;
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}

#slider .title   {
	/* color: #F80; */
	color: #96c4e4;
	font-style:italic;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;

}

#slider .backgroundText {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.4;
}

#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	color: #FFF;
	font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	text-align: justify;
	width: 470px;
	left: 10px;
}

#slider .diapo {
	position: absolute;
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

#slider a { text-decoration:none; color: #08617f; }
#slider a:hover { color: #96c4e4; }