html,body{
	background: #2c2c2c;
}
body{	
    font: 62.5%/1.3 Helvetica, Arial, sans-serif;
    text-transform: lowercase;
}

.nodisplay {
	display: none;
}

.border {
	margin-top: 10px;
	border-radius:  5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #494949;
	background-color: #2c2c2c;
	padding: 5px;
}

.centered {
	text-align:center;
}

.bold {
	font-weight: bold;
}

a{
	color: #ccc;
}
a:hover{
	color: #eee;
}
.cb{
	height: 1px;
	clear: both;
}

#wrapper{
	margin: 35px auto 15px;
	width: 840px;
	font-size: 1.3em;
	color: #fefefe;
}

/**
 * header
 */
#header{
	border-radius:  5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #464646;
	height: 5em;	
	line-height: 5em;			
}
#logo{
	float: left;
	padding: 0 20px;
	margin-top: 1em;
	margin-bottom: 1em;	
}
#nav{
	float: right;
	background: #464646;	
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;	
}
#nav li{
	float: left;		
}
#nav li a{
	display: block;
	padding: 0 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover{
	background: #2f2f2f;
}
#nav li.current a{
	color: #fff;
	background: #1f1f1f;
}


/**
 * main
 */
#main{
	padding: 20px;
	background: #1f1f1f;
	font-size: 1.3em;	
	min-height: 405px;
}

#main a{
	text-decoration: none;
}

.centered span{
	font-size: 1.6em;
	color: #7489FF;
}

.centered {
	width: 100%;
	align: center;
}

#direct {
	font-size: 0.8em;
}

#intro,#features, #showcase, #terms, #api{
	display: none;
}
#intro .desc{
	float: left;
	width: 270px;
	height: 360px;
	padding-top: 30px;
	font-size: 1.2em;
}
#intro .desc span{
	font-size: 2em;	
	cursor: pointer;
}
#intro .desc span:hover{
	color: #bbb;
}
#intro .desc span.current{	
	color: #8E9FFF;
}
#intro .shot{
	float: right;
	width: 520px;
	height: 390px;
}

#features .col1{
	float: left;
	width: 380px;
}

#features .col2{
	float: right;
	width: 380px;
}

#features span{
	font-size: 1.6em;
	color: #7489FF;
}
#api span{
	font-size: 1.6em;
	color: #7489FF;
}

#api a {
	text-decoration: none;
}

.col1 li {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 0 10;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

.col2 li.req {
	background-image: url(../images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 0 10;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

.col2 li.opt {
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 0 10;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}

.col2 li {
	background-image: url(../images/thumb_up.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 3px 20px;
	margin: .4em 0;
}

/**
 * footer
 */
#footer{
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
	background: #464646;
	height: 5em;	
	line-height: 5em;		
}

#footer a {
	margin-left: 20px;
}

#menu {
	float: right;	
}
#menu a{ 
	float: left;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #7489FF;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 3em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 10px;	
	margin-right: 5px;
}

#menu a:hover{ 
	background: #6A7EE8;
}

#launch{
	float: left;
	margin-right: 20px;
}
#launch a{
	padding: 0 15px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #8f0f0f;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	margin-left: 0px;
	height: 3em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
#launch a:hover{
	background: #af0f0f;
}

#footer2{
	margin-top: 5px;
}

#menu2{
	float: right;
	font-size: 0.9em;	
}
#menu2 a{
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}

#copyright{
	float: left;
	font-size: 0.8em;	
}
#copyright a{
	font-weight: bold;
	text-decoration: none;
}


/**
 * tos
 */
.tos-header {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	width: 140px;
	text-align: center;
	background-color: #2c2c2c;
	border-radius:  5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	padding: 5px;
}

.tos-content {
	border-radius:  5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background-color: #2c2c2c;
	padding: 5px;
	font-size: 11px;
	font-family: "Verdana";
	text-transform: none;
}
.tos-content p {
	margin-bottom: 10px;
}
