@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #999;
	background-image: url(../images/base/spi_bg3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img { 
	border:0 
}
div#content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
div#header {
	height: 110px;
	width: 980px;
	background-image: url(../images/stile_header_bg3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
div#header .logo {
	position: absolute;
	left: 15px;
	bottom: 25px;
}
/* ===== nav 1 ===== */
div#nav1 {
	position: absolute;
	top: 10px;
	right: 0;
	width: 300px;
	height: 15px;
	margin-right:10px;
    padding: 0;
}

div#nav1 ul {               /* turn off all the normal list behavior */
    list-style: none;
    margin: 0;
    padding: 0;
}

div#nav1 li {               /* turn off the normal list item behavior */
	float: left;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
}

div#nav1 li a:link, div#nav1 li a:visited {
	width: 99px;
	height: 10px;
	font-size: 9px;
	color: #eee;
	text-decoration: none;
	text-align: center;
	margin: 4px 0px;
	display: block;
	border: none;   /* don't display a border */
}

div#nav1 li a:hover, div#nav1 li a:active {
	color: #FFF;
}

div#nav1 li:first-child {               
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* ===== slider ===== */
div#slideshowContent {
	padding: 0;
	margin: 0;
	width: 980px;
	height: 355px;
	background-image: url(../images/base/shadows.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#adventShow {
	margin: 15px 0 0 15px;
	width: 300px;
	height: 325px;
	float: left;
}
div#spiShow {
	margin: 15px 0 0 30px;
	width: 300px;
	height: 325px;
	float: left;
}
div#stileShow {
	margin: 15px 0 0 30px;
	width: 300px;
	height: 325px;
	float: left;
}

div#slideshow1 {
	width: 300px;
	height: 230px;
	background-color:#878787;
	margin:0;
	padding:0;
}
div#slideshow2 {
	width: 300px;
	height: 230px;
	background-color:#878787;
}
div#slideshow3 {
	width: 300px;
	height: 230px;
	background-color:#878787;
}

div#infoContent {
	padding: 0;
	margin: 0;
	width: 980px;
	height: 355px;
}
/* ===== footer ===== */
div#footer {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
    font-size: 11px;
	line-height: 30px;
    color: #eeeeee;
	padding: 5px 10px;
	text-align:left;
}

#footer a {
	font-size: 10px;
    color: #eeeeee;
    text-decoration: none;
}

#footer a:hover {
	color: #eadbdd;
    text-decoration: none;
}

#footer .identity {
    color: #FFF;
}
#footer .legal {
	margin-left: 142px;
}
#footer .year {
	margin-left: 260px;
}
