body, html {
	margin:0;
	padding:0;
	background-color: #091e25;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-x;
	height:100%;
}

img {border: 0;}

.maintable {
	height:100%;
	width:90%;
	border: 0;	
	background-image: url(img/menubg.gif);
	background-repeat: repeat-y;
}

.maintable td { vertical-align:top;}

#footertr {height:30px;}

#menutd {
	padding:0;
	width:180px;
	background-image: url(img/ballleft.jpg);
	background-repeat: no-repeat;
	background-position: 0px 250px;
	}

#maintd {
	padding:0 10px 0 15px;
	background-color: #adbabe;	
	background-image: url(img/ballright.jpg);
	background-repeat: no-repeat;
	background-position: 0px 250px;
	width:50%;
}

.mainf {background-color: #adbabe; padding-left:10px;}


/*-- Note this! --*/
#maintd table {	
	width:75% ! important;	
	display: inline-block;	
	margin-left:70px;
	margin-right:10px;	
}



#righttd {
	padding:0;
	background-image: url(img/e3bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 181px;
}

	
.off0 {
	width:2px;
	height:185px;
	font-size:1px;	
	float:left;
		
}
.off1, .off2, .off3, .off4, .off5 {
	float:left;
	clear:left;	
	font-size:4px;
	/*border-right: 1px solid #ffffff;*/
	margin-right:10px;	
}

.off1 {width:30px; height:15px;} 
.off2 {width:55px; height:20px;} 
.off3 {width:80px; height:25px;} 
.off4 {width:90px; height:35px;} 
.off5 {width:95px; height:55px;} 

/*--- Menue----*/
.menu {
	margin: 20px 3px 0 3px;
	padding:0px;
	text-align: right;
	float:right;
}

.menu ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 100%;
}

* html .menu li{
	margin-bottom:-3px;
}


.menu li {	
	background-color:#092329;	
}


.menu li a {
	margin:0px;
	display: block;
	color: #adbabe;
	font-size: 12px;
	text-decoration: none;	
	padding:0px 10px 5px 0;
	width: 159px;
}


.menu li li a {font-size: 11px;}

.menu li a:hover {
	background-color:#092329;
	background-image: url(img/menuhi.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.menu-current {
	font-weight: bold;
	background-color:#092329;
	background-image: url(img/menuhi.gif);
	background-repeat: no-repeat;
}





/*---Form----*/
legend {
	color:#596168;
	font-weight: bold;
}
fieldset {padding:0; border-color:#596168; margin-left:0;}
input { border: 1px solid #ffffff; background-color:#adbabe;  font-size: 1em; margin:2px 0 4px 4px;}
label {margin:2px 0 0 4px; }

/* login/logout*/
form { font-size: 11px; }
form p { font-size: 11px; }
#login .inputfield, #logout .inputfield { width:100px; padding-left:3px; }
#login .submit, #logout .submit { width:70px;  margin:5px 5px 0 0;}

#login a {
	display:block;
	clear:both;
	padding:8px;
	text-align: center;
}



/*---Search----*/

.topspace {
	width:100%;
	min-width:400px;
	height:40px;
	text-align: right;
	font-size:11px;
	vertical-align: top;
}
.minspace {width:400px; height:1px; margin:0}

#search .inputfield { width:110px; padding-left:3px; margin-top:5px; }
#search .submit{  margin-right:0;}


.header-title {
	font-size:14px;
	
}

.header-title-two {
	font-size:11px;
	padding-bottom:3px;
	
}

.design {text-align:center; color: #adbabe; font-size:10px; padding-left:10px;}
.design a {color: #adbabe ! important; }
