/*
 *
 */

* { margin: 0;
    padding: 0;
    border: 0 none; }

img { border: 0 none; }

body {
    
	background-color: #000000;
	color: #fff;
    font-family: "Lucida Grande", Verdana, Sans-serif;
    font-size: 12px;
}

h1 {
    font-size:14px;
    margin: 2px 0 2px 0;
    color: #8a8a8a;
}

h2 {
    font-size:13px;
    color: #8a8a8a;
    margin-bottom: 5px;
}

#content {
	margin: 5px auto 50px auto;
	width:910px;
	padding:0 0 25px 0;
}

.container {
    display:block;
left:0;
min-height:100%;
position:absolute;
top:0;
width:100%;
}

#footer {
    color:#dedede;
    clear:both;
    font-size: 10px;
    margin: 0 auto;
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding: 20px 0 8px 0;
}

#footer ul, #footer li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer a, #footer a:visited, #footer a:active {
    color:#e3e3e3;
    border: 0 none;
    font-weight: bold;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

a, a:hover, a:visited, a:active {
    color: #8a8a8a;
    border: 0 none;
    text-decoration:none;
}

a.fancybox, a.fancybox:hover, a.fancybox:visited, a.fancybox:active {
    color: #000000;
    border: 0 none;
}

.outer-box {
    color: #000;
	display: block;
	float:left;
    border: 0 none;
    z-index:0;
    padding: 0 1px 1px 0;
}
.outer-box-image {
	width: 150px;
	height: 150px;
}

div.menu {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding:2px;
    opacity:0.8;
    -moz-opacity: 0.8;
    z-index:500;
    position:relative;
    top:-28px;
    left:3px;
    width:140px;
    line-height: 20px;
    height:22px;
	overflow:hidden;
  	background-color:#0d0d0d;
    color: #fff;
    float:left;
}

.menu-box-text {
    color: #fff;
	float:left;
	position: relative;
	top:1px;
	left:2px;
	font-size: 10px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

.menu-box-icon {
	float:right;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#000;
	padding:1px 2px;
	color:#fff;
	display:none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 10px;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    overflow:hidden;
	}
