* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}
body {
	width: 100%;
	height: 100%;
	font-family: Georgia, Times New Roman, Times, serif, Arial, sans-serif;
	font-size: 15px;
	color: #333c3d;
	line-height: normal;
}
h1 {
	font-size: 64px;
	padding-bottom: 25px;
	letter-spacing: -1px;
	line-height: normal;
	font-weight: normal;
}

h2 {
	font-size: 40px;
	padding-bottom: 5px;
	line-height: 40px;
	font-weight: normal;
	
}

a {
	outline: none;
	text-decoration: none;
	color: #333c3d;
}
a:hover {
	text-decoration: none;
	color: #2fb400;
}
a.white {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: none;
	color: #2fb400;
}

a.red {
	text-decoration: none;
	color: #db022b;
}
a.red:hover {
	text-decoration: none;
	color: #6e071b;
}

a.whitered {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitered:hover {
	text-decoration: none;
	color: #6e071b;
}

#more {
	color: #ffffff;
	background-color: #db022b;
	padding-left:0.2em;
	padding-right:0.2em;
}
#more:hover {
	text-decoration: none;
	color: #6e071b;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	vertical-align: top;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #adb1b1;
}
.red {
	color: #db022b;
}

.h0 {
	font-size: 100px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 90px;
	letter-spacing: -1px;
}

.h3 {
	font-size: 26px;
}

.textBlock {
	padding-bottom: 25px;
}
.textPhilosophy {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: normal;
}

img {
   behavior: url("src/js/pngbehavior.htc");
}

#popup1{
	position:absolute;
	display:none;
	color:#00ff00;
	z-index: 1000;
	}

#container { 
	overflow:hidden; 
	min-height:0px;
}
	
#draggable_element { 
	cursor: move; 
	background-color: white; 
	/*border: 1px solid red;*/
	left: 0px; 
	top: 0px; 
	display:block;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 100;
	position: relative;
	left: 0px;
	top: 0px;
	width: 3000px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 460px;
}

#logo {
	height: auto;
	width: 530px;
	float: left;
	padding-top: 70px;
	padding-right: 0px;
	padding-left: 70px;
}
#newProject {
	height: 460px;
	width: 600px;
	float: left;
}
#newProduct {
	height: 460px;
	width: 600px;
	float: left;
}
#newApps {
	height: 460px;
	width: 600px;
	float: left;
}

#behance {
	height: 460px;
	width: 600px;
	float: left;
}

#content {
	height: auto;
}

#philosophy {
	height: auto;
	width: 490px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 70px;
	float: left;
}
#projects {
	height: auto;
	width: 520px;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#products {
	height: auto;
	width: 520px;
	float: left;
	background-color: #db022b;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#apps {
	height: auto;
	width: 520px;
	float: left;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(../img/backgroundApp.jpg);
	background-repeat: no-repeat;
}
#contacts {
	height: auto;
	width: 520px;
	float: left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#footer {
	width: 300px;
	height: 20px;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	float: left;
	clear: left;
	position: relative;
	z-index: 102;
	color: #CCCCCC;
}

*#innerWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 100;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#innerHeader {
	height: 188px;
}
#innerBack {
	height: 51px;
	width: 400px;
	/*float: left;*/
	font-size: 26px;
	padding-top: 137px;
	position: fixed;
	left: 600px;
	z-index: 200;
}
#innerContent {
	height: auto;
	width: 930px;
	padding-left: 70px;
	text-align: left;
	padding-top: 90px;
}
#innerText {
	width: 600px;
	padding-top: 20px;
}
