* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
a {
	color: #0C5A9E;
	text-decoration: none;
}
a:hover {
	color: #CF1313;
}
/* Hide crap for now */
hr {
	/*color: #FFF;*/
	/*height: 0px;*/
	visibility: hidden;
}
.clear {
	clear: both;
}

#wrap {
	width: 999px;
	margin: auto;
	padding-top: 30px;
	position: relative;
}
#menu2 {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}
#menu2 a {
	color: #9F9FA1;
}
#menu2 a:hover {
	color: #000;
}


/* TOP part */
#top {
	position: relative;
}
#logo {
	background: transparent url("/style/Coreix-logo.png") no-repeat 20px 0;
	width: 250px;
	height: 63px;
	display: block;
}
#top h1 {
	display: none;
}
#top span {
	background: transparent url("/style/logo_bg.png") repeat-x;
	height: 20px;
	position: absolute;
	bottom: 10px;
	z-index: -15;
	width: 999px;
}


/* MENU (inside top) */
#menu {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 10px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
#menu a {
	color: #213868;
	border-left: 3px solid white;
	display: block;
	float: left;
	height: 20px;
	padding: 0 10px;
}
#menu a:hover {
	/*background-color: #9FB2BD;*/
	color: #CF1313;
}

#presentation {
	margin: 10px 3px;
}

#status {
	float: left;
	margin-top: 8px;
	clear: both;
}

/* MIRROR MENU */
#mirror-menu {
	float: left;
	width: 180px;
	margin-top: 10px;
}
#mirror-menu a {
	display: block;
	margin-bottom: 1px;
	/*background-color: #213868;*/
	background-color: #0965B1;
	color: #FFF;
	padding: 4px 5px;
	font-weight: bold;
}
#mirror-menu a:hover {
	/*background-color: #9FB2BD;*/
	background-color: #CF1313;
	/*color: #213868;*/
}

pre {
	float: right;
	width: 800px;
}

/* FOOTER */
#footer {
	/*color: #616161;*/
	background: #EFEFEF url("/style/carbon_balanced.gif") no-repeat center right;
	font-size: 10px;
	padding: 15px;
	margin: 10px 0 20px;
}
