html {
	background:#000 url('img/body-background.jpg') bottom center no-repeat fixed;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#fefefe;
}
a {
	color:#fff;
	text-decoration:underline;
}
a:hover {
	color:#ccc;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
strong em, em strong {
	font-style: italic;
	font-weight: bold;
}

h1 {
	height:0;
	overflow:hidden;
}
/*
sup {
	position:absolute;
	margin-top:-1em;
	font-size: .5em;
	padding-left: 1px;
}
*/
sup {
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.9em;
	}

.clearfix {
	float:left;
	clear: none;
	margin: -1px 0 0 !important;
	padding:0 !important;
	height: 1px !important;
	width: 100% !important;
}
.underline { 
	text-decoration:underline;
}
ul li {
	list-style-type: circle;
	list-style-position: inside;
	}

/** Page **/
#page {
	min-width:960px;
}

/** MENU **/
#menuWrapper {
	width:100%;
	text-align:center;
}
#menu {
	width: 820px;
	text-align:left;
	margin:0 auto;
	border-bottom:1px solid #4d4c4c;
	height: 44px;
}
#menu ul {
	float:left;
	margin-top:20px;
}
#menu ul li {
	float:left;
	font-size:13px;
	position:relative;
	z-index:51;
	list-style: none;
}
#menu ul li a {
	float:left;
	padding: 0 11px 9px;
	color:#fefefe;
	text-decoration:none;
	outline:none;
	position:relative;
	z-index:51;
}
#menu ul li a:hover {
	color:#bbb;
}
#menu ul li.active > a {
	background: url('img/menu-active.jpg') center bottom no-repeat;
	color:#bbb;
}
#menu ul li ul {
	display:none;
	position:absolute;
	margin-top:0px;
	top:20px;
	padding-top:8px;
	z-index:50;
}
#menu ul li ul li {
	background-color:#000;
	white-space:nowrap;
	width:100%;
	display:block;
	padding-top: 9px;
}

#menu ul li li.active a {
	background:none;
	color: #bbb;
}

#menu ul li:hover ul,
#menu ul li.hover ul,
#menu ul li ul:hover,
#menu ul li ul.open {
	display:block;
}

/** Aside **/
#asideWrapper {
	background-color:#e8e8e8;
	margin-top:10px;
}
/** Body **/
#bodyWrapper { 
	text-align:center;
}
#body {
	text-align:left;
	margin:0 auto;
	width: 654px;
	line-height: 1.5em;
	font-size:14px;
	padding: 20px 0;
}
.eb_row { background: none; }
