/*
	Author	: Safandjaro	
	Email	:
	Website	: http://www.waveworlduniverse.com/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#AFA;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}


/* body */
body {
	background: #000000 url(images/wwdarkdesign.jpg) no-repeat;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}


/* Page Wrapper */
#pagewrapper {
	height:auto;
	margin:0 auto;
	padding:0 0 0px;
	width:1024px;
	position: relative;
	top:25px;
}

/* header */
#header {
	background:#000000;
	border-bottom:0px solid #999;
	height:70px;
	margin:0 auto;
	width:1024px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#aaffaa;
	font-size:180%;
	letter-spacing:-2px;
	padding:20px;
	text-align:middle;
}
#header h3 {
	color:#CCC;
	font-size:150%;
	letter-spacing:-1px;
	padding:5px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#67522c;
	border-right:0px solid #999;
	margin:0 auto;
	width:1024px;
	height:35px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #000;
	float:left;
	width:255px;
	list-style:none;
}
#navigation a {
	color:#fff;
	display:block;
	line-height:35px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#89744e;
	color:#fff;
}


/* Buttonmenu */

#buttonmenu {
float: right;
width: 425px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#buttonmenu ul {	
list-style: none;
width: 425px;
margin: 0 0 50px 0;
padding: 0;
font-size: 1.1em;
}	

#buttonmenu li {
margin-bottom: 4px;
}

#buttonmenu li a {
font-weight: bold;
height: 50px;
text-decoration: none;
color: #fffff1;
display: block;
padding: 20px 0 0 20px;
background: #67522c;
border-left: 1px #846837 solid;
}
	
	
#buttonmenu li a:hover {
background: #67522c;
color: #fffff1;
border-left: 4px #47381e solid;
}


/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 0px;
	width:1024px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:0px 0 0;
}
#content p {
	padding:20px 0px 0;
}

/* viewer */

#viewer {
	height:auto;
	float:left;
	margin:0 auto;
	padding:0 0 0px;
	width:1024px;
}

/* infoviewer */

#infoviewer {
	background-image: url("images/10.jpg");
	height:auto;
	float:left;
	margin:0 auto;
	padding:0 0 0px;
	width:768px;
}


/* chooser */
#chooser {
	background:#000000;
	margin:0 auto;
	width:1024px;
	height:118px;
	list-style:none;
}
#chooser li {
	float:left;
	width:246px;
	padding: 5px; 
	list-style:none;
	background:#000000;
}
#chooser a {
	color:#000;
	display:block;
	line-height:35px;
	text-align:center;
}
#chooser a:hover {
	background:#e3e3e3;
	color:#000;
}
#chooser .active {
	background:#e3e3e3;
	color:#000;
}



/* infotext */
#infotext {
float:left;
	color:#FFFFFF;
	background:#333333;
	height:auto;
	margin:0 auto;
	padding:10px;
	width:780px;
}

#infotext a {text-decoration:underline;}
	
#infotext h1 {
	border-bottom:1px dashed #999;
	font-size:1.2em;
	padding:10px;
}
#infotext p {
	padding:10px;
}

/* gradientbar */
#gradientbar {
float:left;
	color:#FFFFFF;
	background-image:url(sourceimages/gradientbar.jpg);
	height: 15px;
	margin:0 auto;
	padding:20px;
	width:760px;
}

#infotext a {text-decoration:underline;}
	
#infotext h1 {
	border-bottom:1px dashed #999;
	font-size:1.2em;
	padding:10px;
}
#infotext p {
	padding:10px;
}


/* footer */
#footer {
	float:left;
	color:#000;
	border-top:0px solid #999; 
	height:100px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:1004px;
}