.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

@font-face {
	font-family: "Caligula";
	src: url('/common/Caligula.eot?') format('eot'), url('/common/Caligula.ttf') format('truetype');
}

body {
	margin-top: 40px !important;
}

#corelogo {
	float: left;
	z-index: 10;
	position: absolute;
	margin: 2px;
	padding-top: 5px;
}

#coreinfo {
	font: 18px "Caligula", Georgia, Times, Serif;
	color: #eee;
	height: 22px;
	padding-top: 5px;
	text-align: right;
	margin-right: 20px;
}

#corenav {
	width: 100%;
	min-width: 780px;
	margin: 0;
	height: 28px;
	padding: 0;
	background: #000 url(/common/wood-bg.png) top left repeat-x;
	z-index: 9;
	position: fixed;
	top: 0px;
	left: 0px;
}
#corenav ul {
	list-style: none;
	margin: 0 0 0 120px;
	padding: 0;
	height: 100%;
}

#corenav ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(/common/wood-bg.png) top left no-repeat;
	height: 100%;
}
#corenav ul.right li {
	float: right;
}

#corenav ul li a {
	display: block;
	float: left;
	font: 18px "Caligula", Georgia, Times, Serif;
	color: #eed;
	text-decoration: none;
	line-height: 1.5em;
	height: 100%;
	padding: 0 20px 0 20px;
	background: transparent url(/common/wood-bg.png) top right no-repeat;
	cursor: pointer;
}
#corenav ul li a.icon {
	padding: 0 10px 0 10px;
}
#corenav ul li a.corelink {
	color: #fea;
}

#corenav ul li a img {
	border: 0;
}

.coremodal {
	background-color: #000;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

#corenav ul.wood li a:hover,
#corenav ul.wood li.highlight a {
	color: #fff;
	text-shadow: -2px -2px 4px #000;
	background: transparent url(/common/wood-button.png) top left no-repeat;
}
#corenav ul.wood li a:hover span.menu_ar,
#corenav ul.wood li.highlight a span.menu_ar {
	color: #fff;
	text-shadow: -2px -2px 4px #000;
	background: transparent url(/common/wood-button.png) top right no-repeat;
}

.pull-right {
	float: right;
}
