* {margin:0; padding:0;}
ul, ol {list-style:none;}

body {
	width:100%;
	height:100%;
	background: #000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:12px;
	margin: 0 35px 5px;
	border-bottom:2px solid #fff;
	clear:both;
}

h2 {
	font-size:12px;
	margin-bottom:30px;
	color:#fff;
	letter-spacing:0.16em;
}

p {
	color:#e3e3e3;
	line-height:120%;
}

a:focus {outline:none;}
a img {border:none;}

.adjust {
	clear:both;
	overflow:hidden;
	height:0;
}

/* ########## LAYOUT ELEMENTS ########## */

#container {
	width:800px;
	margin:0 auto 20px;
	background:#181818;
	text-align:center;
}
p#content {
	font-size:11px;
	margin:0 50px 30px;
}

p#footer {
	font-size:8px;
	margin:0 150px;
	padding-bottom:10px;
	color: #666;
}
#accent {
	font-size:12px;
	padding-bottom:10px;
	font-weight: bold;
	color: #FC0;
	text-align: center;
	margin: 0;
	padding-top: 10px;
}
/* SLIDESHOW */
#slideshow {
	width:800px;
	height:530px;
}

#slideshow img {
	display:block;
	width:800px;
	height:530px;
}

/* ----------- MENU ---------- */
ul#menu {
	list-style:none;
	padding:0;
	width: 550px;
	margin:0 auto;
}

#menu li.top {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	color:#fff;
	font-size:9px;
}

#menu li a.menulink {
	display:block; 
	float:left; 
	height:25px;	
	padding:0 10px;
	line-height:25px; 	
	color:#fff; 
	text-decoration:none; 
	font-size:11px;
	text-align:center; 
	cursor:pointer;
}

#menu li:hover a.menulink {
	color:#ccc;
}

#menu li:hover {
	position:relative; 
	z-index:200;
}

#menu li:hover ul.sub {
	left:1px; 
	top:25px; 
	background: #000; 
	width:150px; 
	height:auto; 
	z-index:300;
	padding:3px; 
}
#menu li:hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:150px; 
	text-align:left;
}
#menu li:hover ul.sub li a {
	display:block; 
	font-size:10px; 
	height:18px; 
	width:148px; 
	line-height:18px; 
	text-indent:20px; 
	color:#fff; 
	text-decoration:none;
	background:url(images/bullet.gif) no-repeat;
	background-position: 3px;
}

#menu li:hover ul.sub li a:hover {
	background:#181818; 
	color:#ccc;
	background:url(images/bullet.gif) no-repeat;
	background-position: 3px;
}

#menu ul, 
#menu li:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
 

