/* GENERAL */

* { padding: 0px; margin: 0px; }

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* MAIN */

html {
	background: #1E1E1E;
}
body {
	padding: 20px 0px 10px 0px;
	background: #1E1E1E;
	font: 13px 'Trebuchet MS';
	text-align: center;
}

div#wrapper {
	width: 550px;
	margin: 0px auto;
}

div#footer {
	line-height: 28px;
	color: #CCC;
}

div#footer a {
	color: #CCC;
	border-bottom: 1px dotted #CCC;
	text-decoration: none;
}
div#footer a:hover {
	background: #444;
}

/* MENU */

div#menu {
	
}

div#menu div.separator {
	float: left;
	width: 3px;
	height: 30px;
}

div#menu a {
	float: left;
	display: block;
	width: 135px;
	height: 30px;
	background: #404040 url('../img/button_bg-off.png') no-repeat center center;
	color: #B3B3B3;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}
div#menu a:hover {
	color: #959595;
}
div#menu a.on {
	background: #FFF url('../img/button_bg-on.png') no-repeat center center;
	color: #373737;
}

/* CONTENT */

div#content {
	border: 6px solid #FFF;
	border-bottom: none;
	background: #CFCFCF;
	text-align: left;
}

div#content a { 
	color: #111;
}
div#content a:hover {
	text-decoration: none;
}

div#content h1 {
	color: #A1A1A1;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -4px;
	text-align: left;
	text-indent: 8px;
}
div#content h2 {
	padding: 10px 10px 0px 0px;
	color: #777;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
	text-indent: 8px;
}

div#content p {
	padding: 6px 10px;
	line-height: 18px;
	text-align: left;
}

/* CONTENT :: DOWNLOAD */

div#content a#download {
	display: block;
	margin: 5px 8px;
	text-decoration: none;
}

div#content a#download span {
	display: block;
	padding: 10px 0px;
	border: 1px solid #AFAFAF;
	background: #C1C1C1;
	color: #888;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
div#content a#download span b {
	color: #333;
}
div#content a#download span small {
	position: relative;
	top: -4px;
	color: #999;
	font-size: 0.6em;
}
div#content a#download:hover span {
	border: 1px solid #999;
}

/* LOGO */

div#logo {
	height: 49px;
	background: #FFF url('../img/logo.png') no-repeat 362px 6px;
}