@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#BBB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
	overflow-y: scroll;
	height: 100%;
	background-image: url(../images/background_epsilon.jpg);
	background-repeat: repeat-x;
}

a {
	color: #0A004A;
}

a img {
	text-decoration: none;
	border: 0 none;
	}
	
	#logoholder {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	height: 100px;
	width: 275px;
	z-index: 999;
	background-image: url(../images/logo_epsilon.png);
}	



#pagewrapper {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%;
	background-image: url(../images/pagewrapper_background.jpg);
} 

#mainmenu {
	position: relative;
	height: 100px;
	width: 850px;
	text-align: right;
	background-color: #09074C;
	background-image: url(../images/logo_epsilon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu ul {
	color: #0CC;
	padding-top: 60px;
	margin-top: 0px;
	padding-right: 20px;
}

#mainmenu ul li {
	display: inline;
	list-style-type: none;
}

#mainmenu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
}

#mainmenu ul li a:hover {
	color: #CCC;
	text-decoration: none;
}

#mainmenu_fr {
	position: relative;
	height: 100px;
	width: 850px;
	text-align: right;
	background-color: #09074C;
	background-image: url(../images/logo_epsilon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainmenu_fr ul {
	color: #0CC;
	padding-top: 60px;
	margin-top: 0px;
	padding-right: 20px;
}

#mainmenu_fr ul li {
	display: inline;
	list-style-type: none;
}

#mainmenu_fr ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

#mainmenu_fr ul li a:hover {
	color: #CCC;
	text-decoration: none;
}


	
	
#banner {
	position: relative;
	height: 240px;
	width: 850px;
	background-color: #FFF;
	background-image: url(../images/headerpic_01.jpg);
}


body#index ul li.index a {color: #333;
}

body#legal ul li.legal a {color: #333;
}

body#terms ul li.terms a {color: #333;
}

body#project ul li.project a {color: #333;
}

body#trade ul li.trade a {color: #333;
}

body#transaction ul li.transaction a {color: #333;
}

body#msb ul li.msb a {color: #333;
}

body#contact ul li.contact a {color: #333;
}

/* end of header */



/* start of leftmenu */

#leftmenu {
	float: left;
	width: 200px;
	text-align: left;
}

#leftmenu ul {
	padding-left: 35px;
	padding-top: 20px;
}


#leftmenu ul li {
	border-bottom-color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	list-style-type: none;
}

#leftmenu ul li a {
	color: #333;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

#leftmenu ul li a:hover {
	color: #999;
}

/* end of leftmenu */



/* start of maincontent */

#maincontent {
	float: left;
	margin-top: 25px;
	border-left-color: #222;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 25px;
	margin-left: 25px;
	width: 555px;
}

#maincontent hr {
	border: 0;
	color: #006;
	background-color: #006;
	height: 1px;
	width: 100%;
}

#maincontent ul {
	list-style-image: url(../images/block.gif);
	padding-left: 15px;
}

/* end of maincontent */



/* start of footer */

#push {
  	clear: both;
  	width: 850px;
	height: 75px;
	text-align: center;
}


#footer {
	position: absolute;
	height: 35px;
	text-align: center;
	z-index: 999;
	border-top-color: #999;
	border-top-style: dotted;
	border-top-width: 2px;
	bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: 822px;
}

#footer ul {
	padding-left: 20px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A004A;
}
	
#footer ul li a {
	text-decoration: none;
	color: #333;
}

/* end of footer */		


/* Mailform */		

.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
