body {
	background: #000000 url('../img/bg.jpg') center top no-repeat;
	font:13px/1.5 'Trebuchet MS';
	color: #fff;
	text-align: justify;
	}
a {color: #ffffff;
text-decoration: none;
}	
a:hover { text-decoration: none;
 }
a:focus{outline:0px dotted invert}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
h1{font-size:25px}
h2{font-size:23px}
h3{font-size:21px}
h4{font-size:19px; color: #ffcc00}
h5{font-size:17px}
h6{font-size:15px}
ol{list-style:decimal}
ul{list-style:square}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:5px}

#logo_big {
	display: block;
	position: absolute;
	width: 700px;
	height: 540px;
	background: url('../img/logo_big.png') no-repeat;
}

td {
	padding: 5px;
}
input {padding: 5px;}
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 340px;
	list-style: none;
	position: relative;
	font-size: 16px;
	background: url(../img/nav_bg.png);
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 10px 9px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { 
	background: #000; }
	
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:44px;
	font-size: 12px;
	display: none;
	width: 340px;
	background: #000;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}


#slideshow {
    position:relative;
    width: 815px;
    height: 320px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    border: 4px solid #ffffff;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


