@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.txt{
	font-family:Verdana, Geneva, sans-serif;
	color:#393939;
	font-size:10px;
	letter-spacing:1px;
}

.txt-links{
	font-family:Verdana, Geneva, sans-serif;
	color:#091d43;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:underline;
}
.txt-links:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#393939;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:underline;
}

.txt-nospacing{
	font-family:Verdana, Geneva, sans-serif;
	color:#393939;
	letter-spacing:0px;
	font-size:10px;
}

.links-sx-white{
	border-bottom:0px;
}
.links-sx-white:hover{
	border-bottom:2px solid #658cbc;
}

.links-sx-gold{
	border-bottom:0px;
}
.links-sx-gold:hover{
	border-bottom:2px solid #c1c0be;
}

.foto-pic{
	border-bottom:0px;
}
.foto-pic:hover{
	border-bottom:3px solid #909090;
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	color:#7d8b99;
	font-size:10px;
	letter-spacing:1px;
}

.footer-links{
	font-family:Verdana, Geneva, sans-serif;
	color:#7d8b99;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:underline;
}
.footer-links:hover{
	font-family:Verdana, Geneva, sans-serif;
	color:#393939;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:underline;
}


/* Slide show */
#slideshow {
    position:relative;
    height:466px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
