html{
	height: 100%;
}
body{
	padding-top: 90px;
	height: 100%;
	margin:0;
	color:#666;
	background:url(/bg-body.png);
	font:13px/20px /*Calibri,*/ Arial, Verdana, sans-serif;
	min-width:988px;
	
}

img{
	border-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#ec2079;
}
:focus{
	outline:none;
}
input,
textarea,
select{
	font:13px/16px /*Calibri,*/Arial, Verdana, sans-serif;
	vertical-align:middle;
	color:#292929;
}
.placeholder {
	color: #AAAAAA;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
}



#header{
	background:url(/bg-body.gif) repeat-x;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
#header .header-c{
	width:980px;
	height:82px;
	padding:8px 0 0;
	margin:0 auto;
}
.logo{
	margin:8px 0 0 2px;
	float:left;
}
.logo a{
	background:url(/bg-logo.png) no-repeat;
	width:252px;
	height:60px;
	text-indent:-9999px;
	background-size: contain;
	overflow:hidden;
	display:block;
}

#main {
	height: 100%;
	background: #F2F2F2;
	width: 980px;
	margin: 0 auto;
}

.work-title {	
	color: #4F4E52;
	font-family: Arial,sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 33px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: right;
}

.docs-list{
	margin:0;
	padding:18px 0 30px;
	list-style:none;
	height:1%;
	overflow:hidden;
	
	font-size:13px;
	line-height:20px;
}
.docs-list li{
	float:left;
	width:463px;
	padding:0 0 18px 18px;
}
.docs-list a{
	display:block;
	height:176px;
	background:#e3e3e3;
	color:#666;
	padding:0 0 0 16px;
}
.docs-list a:hover{
	background:#d9d9d9;
	text-decoration:none;
	color:#666;
}
.docs-list span,
.docs-list strong{
	cursor:pointer;
}
.docs-list .title{
	display:block;
	font-size:19px;
	line-height:20px;
	color:#292929;
	font-weight:normal;
	padding:10px 0 13px;
	word-spacing:-2px;
}
.docs-list .title{
	font-family: 'Open Sans', sans-serif;
	padding:10px 0 11px;
}
.docs-list .text-holder{
	float:right;
	width:170px;
	height:176px;
	text-align:center;
	display:table;
}
.docs-list .text-holder{
	position:relative;
}
.docs-list .holder{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	top:50%;
	left:0;
}

.docs-list img {
	display:block;
	margin:0 auto;
}

#footer {
	height: 1%;
	padding: 27px 0 0;
	font-size: 11px;
	line-height: 14px;
	color: #434343;
	clear: both;
	position: relative;
	z-index: 10;
	margin-top: -102px;
}

#footerbottom {
	background-color: #E6E6E6;
	color: #797979;
	height: 45px;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

#footerbottom .bar {
	width: 980px;
	margin: 12px auto;
	overflow: hidden;
}

/*style for icons**/
span.holder.android-icon {
	top:15%;
}

span.holder.flash-icon {
	top:37%;
}

span.holder.html5-icon {
    top:18%;
}

