﻿#header{ background:white;}

/** header**/
#mainheader { overflow: hidden; zoom: 0;}
#mainheader{
	display:block;
	height:300px;
	background: white url(../images/sdk_banner.png) no-repeat center top;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#headerContent {
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	position: relative;
	border-top:3px solid #FFB630;
}

div.title{
	margin-top:35px;
	margin-left:80px;
	width: 400px;
}
div.title h1{
	color: #3D444E;
}

div.title p{
	line-height: 1.2;
	font-size:16px;
}


div#sdk {
	float: left;
	width: 80%;
}

div#api {
	float: left;
	width: 20%;
}

div#sdk {
	width: 79%;
	border-right: 1px solid #e5e5e5;
	margin-bottom:20px;
}

.section#sdk a:hover, .section#sdk a:active, .section#sdk a:link, .section#sdk a:visited,
.section#api a:hover, .section#api a:active, .section#api a:link, .section#api a:visited{
	color: #3399FF;
	text-decoration: none;
	font-weight: bolder;
}
.section#sdk a:hover, .section#api a:hover{
    text-decoration: underline;
}


h1, h2,h4 {
	text-align: left;
	padding-left:20px;
}

.section#sdk img {
	padding-left:20px;
}


.section#sdk p {
	margin: 20px auto 50px auto;
	padding-right: 75px;
	padding-left: 20px;
	line-height: 1.5;
}

.section#api p{
	margin: 20px auto 50px auto;
	line-height: 1.5;
	padding-left: 20px;
}

.platform {
	padding-left: 110px;
	background-repeat: no-repeat;
	min-height:100px;
	
}
	
.platform .download {
		float: left;
		margin-right: 50px;
		text-align: center;
}
.download .button {
		width: 83px;
		height: 23px;
		display: block;
		text-indent: -5000px;
		background: transparent url('../images/btn_download.png') no-repeat;
		margin-bottom: 5px;
		margin-left: 15px;
}

.download .request {
		width: 180px;
		height: 23px;
		display: block;
		margin-bottom: 5px;
		margin-left: 15px;
}


.platform .sdktype {
	line-height: 23px;
}

.devhr {
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
}

	
#ios { background-image: url('../images/download/dev_apple.png'); }
#android { background-image: url('../images/download/dev_android.png'); }
#windows { background-image: url('../images/download/dev_wm.png'); }
#macos { background-image: url('../images/download/dev_mac.png'); }
#winpc { background-image: url('../images/download/dev_pc.png'); }


