body{
	font-size:12px;
	background:#000000;
	font-family: 'Asap', sans-serif;
	font-weight:400;
}

p{
	margin-bottom:8px;
}

h1{
	padding-bottom:10px;
	border-bottom:4px solid #e50051;
	margin-bottom:20px;
	font-size:54px;
	font-weight:700;
	color:white;
}

h3{
	color:#e50051;
	float:left;
	margin:0 0 15px 0;
	font-size:21px;
	width:180px;
}

#header{
	background: url(../images/global/pixel.png);
	padding:5px 0;
	height:60px;
	overflow:hidden;
	float:left;
	position: fixed;
	z-index:20;
	left:0;
	top:0;
}

#nav{
	width:940px;
	margin:auto;
}

#navWrapper{
	border-bottom:1px solid white;
	width:730px;
	padding-bottom:6px;
}

#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	height: 38px;
}

#nav ul li{
	display:inline;
	font-weight:400;
	color:white;
	font-size:18px;
	height: 13px;
}

#nav ul li a{
	color:white;
	text-decoration:none;
	float:left;
	margin-right:30px;
}

#nav ul li a:hover{
	color:#e50051;
	text-decoration:none;
}

#nav ul li a.navSelected{
	color:#706f6f;
	text-decoration:none;
}

#nav ul li a img{
	margin-top:25px;
}

.navi_selected {
	position: absolute;
	z-index: 11;
	margin-top:22px;
}

.navi_top {
	position: absolute;
	z-index: 10;
}

.navi_bottom {
	position: absolute;
}

#btn_about{
	 width: 62px;
	 height: 13px;
}

#btn_works{
	 width: 67px;
	 height: 13px;
}

#btn_services{
	 width: 84px;
	 height: 13px;
}

#btn_contact{
	 width: 89px;
	 height: 13px;
}

#logoWrapper{
	float:right;
}

#copyrightWrapper{
	position:fixed;
	bottom:30px;
	right:50px;
	color:#FFFFFF;
	font-size:10px;
}

#socialPlugin{
	position:fixed;
	bottom:30px;
	left:50px;
	color:#FFFFFF;
	font-size:12px;
}

#socialPlugin img{
	vertical-align:middle;
}

#socialPlugin a{
	color:white;
	text-decoration:none;
}

#about_info{
	width:380px;
	line-height:16px;
}

.floatLeftImg{
	float:left;
	margin:0px 10px 0px 0px;
}

.section{
	/*background:#063;*/
	width:940px;
	height:500px;
}

.bg_white_transparent{
	background:url(../images/global/white_pixel.png);
}

.pad_15{
	padding:15px;
}

#works_info ul li{
	display:inline;
	margin:0 30px 30px 0;
	width:175px;
	height:175px;
	float:left;
}

#works_info ul li img{
	background: url(../images/global/white_pixel.png);
	padding:5px;
}

.submenu_top {
	position: absolute;
	z-index: 5;
	cursor:pointer;
}

.submenu_top_text {
	position: absolute;
	z-index: 8;
	text-align:center;
	font-size:21px;
	padding:0 20px;
	color:#e50051;
}

.submenu_bottom {
	position: absolute;
}

.workSelected{
	position: absolute;
	z-index:4;
}

.clearBoth{
	clear:both;
}

.work_sec_info{
	position: absolute;
	z-index:4;
}

.work_sec_info div{
	width:350px;
	margin-left:200px;
	line-height:15px;
}