/*
	Tags
*/
body {	
	background:#272727 url(../_img/container-bg.gif) repeat-y center top;
	font-size:14px;
}

h1 {
	display:block;
	width:215px;
	height:127px;
	background:transparent url(../_img/deft.png) no-repeat left top;
	position:absolute;
	top:30px;
	left:35px;
	cursor:pointer;
}

/*
	Classes
*/
.cleartext {
	text-indent:-9999px;
	color:transparent;
}

.noshow {
	display:none !important;
}

.wrap {
	display:block;
	width:1024px;
	margin:0 auto;
	position:relative;
}

.message {
	padding:12px 0;
	margin-bottom:26px;
	text-align:center;
	display:block;
	background:#f6ffb8;
	border:1px solid #f1ff91;
	cursor:default;
}

/*
	IDs
*/
#header {
	display:block;
	width:100%;
	height:192px;
	position:relative;
	z-index:1;
	background:transparent url(../_img/fiber.gif) repeat-x left top;
}

#nav {
	position:absolute;
	top:72px;
	right:35px;
}
#nav li {
	display:inline;
}
#nav a {
	display:inline-block;
	padding:8px 14px 4px 14px;
	border-bottom:4px solid #fff;
	background:#fff;
	color:#272727;
	font-weight:bold;
	letter-spacing:0.8px;
}
#nav a:hover {
	color:#000;
	border-bottom:4px solid #91ff9b;
}
#nav a.selected,
#nav a.selected:hover  {
	color:#000;
	border-bottom:4px solid #00ff17;
}

#container {
	background:transparent url(../_img/wrap-top.gif) repeat-x top left;
	z-index:2;
	width:990px;
	margin-top:-12px;
	padding:36px 16px;
	min-height:12px;
}

#download-min {	
	margin-left:164px;
}